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