summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/stress/btree-split-stress.wtperf
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/bench/wtperf/stress/btree-split-stress.wtperf')
-rw-r--r--src/third_party/wiredtiger/bench/wtperf/stress/btree-split-stress.wtperf5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/bench/wtperf/stress/btree-split-stress.wtperf b/src/third_party/wiredtiger/bench/wtperf/stress/btree-split-stress.wtperf
index deb8c70d12f..eb6ca1cfddc 100644
--- a/src/third_party/wiredtiger/bench/wtperf/stress/btree-split-stress.wtperf
+++ b/src/third_party/wiredtiger/bench/wtperf/stress/btree-split-stress.wtperf
@@ -1,4 +1,4 @@
-conn_config="cache_size=2GB,statistics=[fast,clear],statistics_log=(wait=10),eviction=(threads_max=4,threads_min=4)"
+conn_config="cache_size=2GB,statistics=[fast,clear],statistics_log=(wait=10),eviction=(threads_max=8,threads_min=4)"
table_config="type=file,leaf_page_max=8k,internal_page_max=8k,memory_page_max=2MB,split_deepen_min_child=250"
icount=200000
report_interval=5
@@ -6,5 +6,4 @@ run_time=300
reopen_connection=false
populate_threads=2
value_sz=256
-read_range=100
-threads=((count=4,inserts=1,throttle=100000),(count=8,reads=1))
+threads=((count=4,inserts=1,throttle=100000),(count=8,reads=1,read_range=100))