summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2015-09-24 11:12:28 -0400
committerdalyd <david.daly@mongodb.com>2015-10-06 09:33:42 -0400
commit68d63eccb03dfdd0dd75c4d90ce21ad8929b7663 (patch)
treeb9be171c5db3b84d74727798da02a5e2f05abe2d
parenta8e6c0ebc70fad95a5e05281076cfa4b6db500c2 (diff)
downloadmongo-68d63eccb03dfdd0dd75c4d90ce21ad8929b7663.tar.gz
SERVER-20570: Lower performance comparison threshold for Mongo-perf
-rw-r--r--etc/perf.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 1c2dda84958..4a860831a17 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} --threshold 0.15 --threadThreshold 0.25
+ 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.10 --threadThreshold 0.15
"run perf tests":
- command: shell.exec
params: