diff options
author | Henrik Ingo <henrik.ingo@mongodb.com> | 2018-03-20 17:14:27 +0200 |
---|---|---|
committer | Henrik Ingo <henrik.ingo@mongodb.com> | 2018-03-20 17:14:27 +0200 |
commit | e7960bb2b64f154cbe5d0de04e2f0ed373fc92d0 (patch) | |
tree | 62201d1ec82f8a7632c63942d0f70c6ebc291ce1 | |
parent | 204f44d5f850efaf517eadf5843920508bf853b5 (diff) | |
download | mongo-e7960bb2b64f154cbe5d0de04e2f0ed373fc92d0.tar.gz |
SERVER-33970 New baseline for Microbenchmarks
-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 0f827feb4b2..ad7deb74402 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -152,7 +152,7 @@ functions: # appropriate flags if it's `true`. reports_analysis_flags="--reports-analysis . --perf-file perf/perf.json" cmd_flags=$([ "${reports_analysis}" = "true" ] && echo "$reports_analysis_flags" || echo "") - REFTAG="3.0.15-Baseline" + REFTAG="3.2.19-Baseline" OVERRIDE="../dsi/analysis/${branch_name}/perf_override.json" 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 "run perf tests": |