summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hows <howsdav@gmail.com>2015-12-04 11:54:05 +1100
committerDavid Hows <howsdav@gmail.com>2015-12-04 11:54:05 +1100
commitd5092c4dd01aa928d414709a54058b6d1213e563 (patch)
tree7088fb8ea9f021281629fd014dce8596ed9b06ff
parent7b1d722bd7c6a15bcc64f4ba48499fb77eff46dc (diff)
downloadmongo-d5092c4dd01aa928d414709a54058b6d1213e563.tar.gz
WT-2265 - increase mongodb-oplog wtperf workload throttle to compensate for fix
-rw-r--r--bench/wtperf/runners/mongodb-oplog.wtperf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/wtperf/runners/mongodb-oplog.wtperf b/bench/wtperf/runners/mongodb-oplog.wtperf
index 34235f04518..105e8c4f5bb 100644
--- a/bench/wtperf/runners/mongodb-oplog.wtperf
+++ b/bench/wtperf/runners/mongodb-oplog.wtperf
@@ -8,4 +8,4 @@ run_time=500
populate_threads=1
# Setup three threads to insert into the oplog
# Setup one thread to be doing truncates from the oplog
-threads=((count=3,inserts=1,throttle=2000),(count=1,truncate=1,truncate_pct=10,truncate_count=50000))
+threads=((count=3,inserts=1,throttle=4000),(count=1,truncate=1,truncate_pct=10,truncate_count=50000))