summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/runners/evict-fairness.wtperf
blob: 94f55f6bea94fc0fc2898fb2d7ece7b61a127edd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This configuration is used to test the eviction fairness of visiting all tables.
# 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),session_max=1000"
table_config="type=file"
table_count=200
icount=0
random_range=1000000000
pareto=0
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