summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJim OLeary <jim.oleary@gmail.com>2017-05-17 16:45:12 +0100
committerJim OLeary <jim.oleary@gmail.com>2017-05-17 16:45:12 +0100
commit0d051ed1a274d89c6916a76463c2ade416e20e32 (patch)
tree5d606742f147e09336a4e6d789a23f17ca214695 /etc
parentb02f57a292c6228f30faf18351ca45406a7f7fca (diff)
downloadmongo-0d051ed1a274d89c6916a76463c2ade416e20e32.tar.gz
SERVER-28961: remove readcmd param
Diffstat (limited to 'etc')
-rw-r--r--etc/perf.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 0ad1b06f68f..78573f05c31 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -162,7 +162,7 @@ functions:
cd perf
# give mongod a few seconds to start up so that we can connect.
sleep 5
- ${perf_exec_wrapper} python benchrun.py --shell ../mongo -t ${threads} --trialCount 5 -f testcases/*.js --readCmd ${readCmd} --includeFilter ${includeFilter1} --includeFilter ${includeFilter2} --excludeFilter ${excludeFilter} --out perf.json --exclude-testbed --username admin --password password
+ ${perf_exec_wrapper} python benchrun.py --shell ../mongo -t ${threads} --trialCount 5 -f testcases/*.js --includeFilter ${includeFilter1} --includeFilter ${includeFilter2} --excludeFilter ${excludeFilter} --out perf.json --exclude-testbed --username admin --password password
echo "Oplog size at end of tests..."
../mongo --username admin --password password --eval "db.getSiblingDB('local').oplog.rs.totalSize()/1024/1024" admin
- command: "json.send"