summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/runners/log-nockpt.wtperf
blob: a078cead740b4e40d6302e923713de79a339a51d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# wtperf options file: Test performance with a log file enabled.
# Set the log file reasonably small to catch log-swtich bottle
# necks.
conn_config="cache_size=1G,log=(enabled=true,file_max=20MB)"
table_config="type=file"
icount=50000
report_interval=5
run_time=40
populate_threads=1
random_range=50000000
threads=((count=8,inserts=1))