summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/runners/update-checkpoint.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/bench/wtperf/runners/update-checkpoint.json')
-rw-r--r--src/third_party/wiredtiger/bench/wtperf/runners/update-checkpoint.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/bench/wtperf/runners/update-checkpoint.json b/src/third_party/wiredtiger/bench/wtperf/runners/update-checkpoint.json
new file mode 100644
index 00000000000..8779baa5c1b
--- /dev/null
+++ b/src/third_party/wiredtiger/bench/wtperf/runners/update-checkpoint.json
@@ -0,0 +1,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" ]
+ }
+]
+