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.wtperf10
1 files changed, 10 insertions, 0 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
new file mode 100644
index 00000000000..e8f20cb1f53
--- /dev/null
+++ b/src/third_party/wiredtiger/bench/wtperf/stress/btree-split-stress.wtperf
@@ -0,0 +1,10 @@
+conn_config="cache_size=2GB,statistics=[fast,clear],statistics_log=(wait=10),eviction=(threads_max=4,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
+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))