summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/runners/update-lsm.wtperf
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/bench/wtperf/runners/update-lsm.wtperf')
-rw-r--r--src/third_party/wiredtiger/bench/wtperf/runners/update-lsm.wtperf8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/bench/wtperf/runners/update-lsm.wtperf b/src/third_party/wiredtiger/bench/wtperf/runners/update-lsm.wtperf
new file mode 100644
index 00000000000..52c4fb0192a
--- /dev/null
+++ b/src/third_party/wiredtiger/bench/wtperf/runners/update-lsm.wtperf
@@ -0,0 +1,8 @@
+# wtperf options file: lsm with inserts/updates, in memory
+conn_config="cache_size=1G,lsm_manager=(worker_thread_max=6)"
+table_config="lsm=(chunk_size=20MB),type=lsm,os_cache_dirty_max=16MB"
+icount=5000000
+report_interval=5
+run_time=120
+populate_threads=1
+threads=((count=2,inserts=1),(count=2,reads=1),(count=2,updates=1))