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