summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2014-12-02 11:30:35 -0500
committerSusan LoVerso <sue@wiredtiger.com>2014-12-02 11:30:35 -0500
commitd3c208819f801824ce6359ef209cfcc176286238 (patch)
tree493d0a70758489ccbf8f5b598721ca7fd744cfc7 /bench
parent91e2e694ed558b66b6a9561e4dc5c74edaca7edf (diff)
downloadmongo-d3c208819f801824ce6359ef209cfcc176286238.tar.gz
Add no-prealloc version of log.wtperf.
Diffstat (limited to 'bench')
-rw-r--r--bench/wtperf/runners/log-noprealloc.wtperf11
1 files changed, 11 insertions, 0 deletions
diff --git a/bench/wtperf/runners/log-noprealloc.wtperf b/bench/wtperf/runners/log-noprealloc.wtperf
new file mode 100644
index 00000000000..66032f599aa
--- /dev/null
+++ b/bench/wtperf/runners/log-noprealloc.wtperf
@@ -0,0 +1,11 @@
+# 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=200K,prealloc=false),checkpoint=(log_size=500MB)"
+table_config="type=file"
+icount=50000
+report_interval=5
+run_time=120
+populate_threads=1
+random_range=50000000
+threads=((count=8,inserts=1))