summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/runners/update-btree.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/bench/wtperf/runners/update-btree.json')
-rw-r--r--src/third_party/wiredtiger/bench/wtperf/runners/update-btree.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/third_party/wiredtiger/bench/wtperf/runners/update-btree.json b/src/third_party/wiredtiger/bench/wtperf/runners/update-btree.json
index 950166d76e5..5ee8af5559e 100644
--- a/src/third_party/wiredtiger/bench/wtperf/runners/update-btree.json
+++ b/src/third_party/wiredtiger/bench/wtperf/runners/update-btree.json
@@ -1,14 +1,14 @@
[
{
"argument": "-o threads=((count=2,inserts=1,throttle=20000),(count=2,reads=1),(count=2,updates=1,throttle=20000))",
- "operation": "read"
+ "operations": [ "read", "load" ]
},
{
"argument": "-o threads=((count=2,inserts=1,throttle=20000),(count=2,reads=1,throttle=20000),(count=2,updates=1))",
- "operation": "update"
+ "operations": [ "update" ]
},
{
"argument": "-o threads=((count=2,inserts=1),(count=2,reads=1,throttle=20000),(count=2,updates=1,throttle=20000))",
- "operation": "insert"
+ "operations": [ "insert" ]
}
- ]
+]