summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/runners/update-checkpoint.json
blob: 8779baa5c1b6b201b3cf8d45103183a78870ab77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
    {
      "argument": "-o threads=((count=1,inserts=1,throttle=20000),(count=2,reads=1),(count=2,updates=1,throttle=20000))",
      "operations": [ "read", "load" ]
    },
    {
      "argument": "-o threads=((count=1,inserts=1,throttle=20000),(count=2,reads=1,throttle=20000),(count=2,updates=1))",
      "operations": [ "update" ]
    },
    {
      "argument": "-o threads=((count=1,inserts=1),(count=2,reads=1,throttle=20000),(count=2,updates=1,throttle=20000))",
      "operations": [ "insert" ]
    }
]