summaryrefslogtreecommitdiff
path: root/bench/wtperf/runners/update-checkpoint-btree.wtperf
blob: 76cc63451d8d2d7b612555db4431d4b603300f62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# wtperf options file: btree with inserts/updates and checkpointing, in memory
# Note:  The cache needs to be sized to approximate the amount of inserts
# that will happen during the given run_time.
conn_config="cache_size=25G"
table_config="type=file"
icount=5000000
report_interval=5
checkpoint_threads=1
checkpoint_interval=10
run_time=300
populate_threads=1
threads=((count=1,inserts=1),(count=2,reads=1),(count=2,updates=1))
# Add throughput/latency monitoring
max_latency=2000
sample_interval=5