summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/runners/50m-lsm-populate.wtperf
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/bench/wtperf/runners/50m-lsm-populate.wtperf')
-rw-r--r--src/third_party/wiredtiger/bench/wtperf/runners/50m-lsm-populate.wtperf18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/third_party/wiredtiger/bench/wtperf/runners/50m-lsm-populate.wtperf b/src/third_party/wiredtiger/bench/wtperf/runners/50m-lsm-populate.wtperf
deleted file mode 100644
index 6893abec007..00000000000
--- a/src/third_party/wiredtiger/bench/wtperf/runners/50m-lsm-populate.wtperf
+++ /dev/null
@@ -1,18 +0,0 @@
-# wtperf options file: simulate riak and its test1 configuration
-# The configuration for the connection and table are from riak and the
-# specification of the data (count, size, threads) is from basho_bench.
-# This task is the populate phase for its family of tests.
-#
-#conn_config="cache_size=10G,checkpoint_sync=false,mmap=false,session_max=1024,statistics=(fast,clear),statistics_log=(wait=30),lsm_manager=(worker_thread_max=6)"
-conn_config="cache_size=10G,checkpoint_sync=false,mmap=false,session_max=1024,lsm_manager=(worker_thread_max=6)"
-compact=true
-sess_config="isolation=snapshot"
-table_config="internal_page_max=128K,lsm=(bloom_config=(leaf_page_max=8MB),bloom_bit_count=28,bloom_hash_count=19,bloom_oldest=true,chunk_size=100MB),type=lsm,leaf_page_max=16K,os_cache_dirty_max=16MB"
-icount=50000000
-key_sz=40
-value_sz=1000
-max_latency=2000
-populate_threads=10
-report_interval=10
-random_value=true
-sample_interval=10