From 5ca2daf551a2c631a5f573cb054406f5d49fbef5 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Tue, 4 Nov 2014 15:46:40 -0500 Subject: SERVER-15953: add wiredtiger to third_party --- src/third_party/wiredtiger/bench/wtperf/runners/medium-lsm.wtperf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/third_party/wiredtiger/bench/wtperf/runners/medium-lsm.wtperf (limited to 'src/third_party/wiredtiger/bench/wtperf/runners/medium-lsm.wtperf') 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)) -- cgit v1.2.1