diff options
author | dalyd <david.daly@mongodb.com> | 2015-09-17 15:35:16 -0400 |
---|---|---|
committer | dalyd <david.daly@mongodb.com> | 2015-09-18 14:31:37 -0400 |
commit | 3fe0cf26135ea9b64307fff0995969715434e492 (patch) | |
tree | d5f564b83c66bbb7005e2d0721f8a63038db8493 /etc/perf.yml | |
parent | 3c57ce8739b31c23a39c8a762fc44f11a677268d (diff) | |
download | mongo-3fe0cf26135ea9b64307fff0995969715434e492.tar.gz |
SERVER-20468: Raise performance comparison threshold for Mongo-perf
Diffstat (limited to 'etc/perf.yml')
-rw-r--r-- | etc/perf.yml | 2 |
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: |