summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/runners/medium-lsm.wtperf
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-11-04 15:46:40 -0500
committerEliot Horowitz <eliot@10gen.com>2014-11-05 11:21:19 -0500
commit5ca2daf551a2c631a5f573cb054406f5d49fbef5 (patch)
treeb0a23d34ffdb376bac0b79ed17b5619cfc0d9b47 /src/third_party/wiredtiger/bench/wtperf/runners/medium-lsm.wtperf
parent017704acdfc7517efadb3fab167bba06c025c01a (diff)
downloadmongo-5ca2daf551a2c631a5f573cb054406f5d49fbef5.tar.gz
SERVER-15953: add wiredtiger to third_party
Diffstat (limited to 'src/third_party/wiredtiger/bench/wtperf/runners/medium-lsm.wtperf')
-rw-r--r--src/third_party/wiredtiger/bench/wtperf/runners/medium-lsm.wtperf8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/bench/wtperf/runners/medium-lsm.wtperf b/src/third_party/wiredtiger/bench/wtperf/runners/medium-lsm.wtperf
new file mode 100644
index 00000000000..3e676dc0b70
--- /dev/null
+++ b/src/third_party/wiredtiger/bench/wtperf/runners/medium-lsm.wtperf
@@ -0,0 +1,8 @@
+# wtperf options file: medium lsm configuration
+conn_config="cache_size=1G,lsm_manager=(worker_thread_max=6)"
+table_config="lsm=(chunk_size=100MB),type=lsm,os_cache_dirty_max=16MB"
+icount=50000000
+report_interval=5
+run_time=120
+populate_threads=1
+threads=((count=16,reads=1))