diff options
author | Henrik Ingo <henrik.ingo@mongodb.com> | 2017-03-07 21:37:57 +0200 |
---|---|---|
committer | Henrik Ingo <henrik.ingo@mongodb.com> | 2017-03-07 21:40:34 +0200 |
commit | 07c73edf683342d91ba941dd2733ff9e9e6fa6c0 (patch) | |
tree | 85ebe43c9df6225bc3e9c9687a1b47de77053b1d /etc | |
parent | 47365c5eecd58116088f5e07a75b9e051dc4e9eb (diff) | |
download | mongo-07c73edf683342d91ba941dd2733ff9e9e6fa6c0.tar.gz |
SERVER-28210 Set microbenchmarks default threshold to 5% and thread-threshold 1.5x of that
Diffstat (limited to 'etc')
-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 47931a7301d..353b40c8f6b 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -199,7 +199,7 @@ functions: cmd_flags=$([ "${reports_analysis}" = "true" ] && echo "$reports_analysis_flags" || echo "") REFTAG="3.4.1-Baseline" OVERRIDE="../dsi/analysis/master/perf_override.json" # Note use of master here cannot use ${project} - python ../dsi/analysis/perf_regression_check.py $cmd_flags -f history.json --rev ${revision} -t tags.json --refTag $REFTAG --overrideFile $OVERRIDE --variant ${build_variant} --task ${task_name} --threshold 0.10 --threadThreshold 0.15 + python ../dsi/analysis/perf_regression_check.py $cmd_flags -f history.json --rev ${revision} -t tags.json --refTag $REFTAG --overrideFile $OVERRIDE --variant ${build_variant} --task ${task_name} --threshold 0.05 --threadThreshold 0.075 "run perf tests": - command: shell.exec params: |