summaryrefslogtreecommitdiff
path: root/etc/perf.yml
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2015-09-17 15:35:16 -0400
committerdalyd <david.daly@mongodb.com>2015-09-18 14:31:37 -0400
commit3fe0cf26135ea9b64307fff0995969715434e492 (patch)
treed5f564b83c66bbb7005e2d0721f8a63038db8493 /etc/perf.yml
parent3c57ce8739b31c23a39c8a762fc44f11a677268d (diff)
downloadmongo-3fe0cf26135ea9b64307fff0995969715434e492.tar.gz
SERVER-20468: Raise performance comparison threshold for Mongo-perf
Diffstat (limited to 'etc/perf.yml')
-rw-r--r--etc/perf.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 98b178cb2a9..1c2dda84958 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -98,7 +98,7 @@ functions:
set -o errexit
set -o verbose
source ./venv/bin/activate
- python perf_regression_check.py -f history.json --rev ${revision} -t tags.json --refTag 3.0.6-Baseline --overrideFile override.json --variant ${build_variant}
+ python perf_regression_check.py -f history.json --rev ${revision} -t tags.json --refTag 3.0.6-Baseline --overrideFile override.json --variant ${build_variant} --threshold 0.15 --threadThreshold 0.25
"run perf tests":
- command: shell.exec
params: