summaryrefslogtreecommitdiff
path: root/bench/wtperf/runners/many-table-stress.wtperf
diff options
context:
space:
mode:
Diffstat (limited to 'bench/wtperf/runners/many-table-stress.wtperf')
-rw-r--r--bench/wtperf/runners/many-table-stress.wtperf19
1 files changed, 19 insertions, 0 deletions
diff --git a/bench/wtperf/runners/many-table-stress.wtperf b/bench/wtperf/runners/many-table-stress.wtperf
new file mode 100644
index 00000000000..6cf1d5d2696
--- /dev/null
+++ b/bench/wtperf/runners/many-table-stress.wtperf
@@ -0,0 +1,19 @@
+# Create a set of tables with uneven distribution of data
+conn_config="cache_size=1G,eviction=(threads_max=8),file_manager=(close_idle_time=100000),checkpoint=(wait=20,log_size=2GB),statistics=(fast),statistics_log=(wait=5,json),session_max=1000"
+table_config="type=file"
+table_count=2000
+icount=0
+random_range=1000000000
+pareto=10
+range_partition=true
+report_interval=5
+
+run_ops=1000000
+populate_threads=0
+icount=0
+threads=((count=60,inserts=1))
+
+# Warn if a latency over 1 second is seen
+max_latency=1000
+sample_interval=5
+sample_rate=1