summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Ingo <henrik.ingo@mongodb.com>2018-03-20 17:04:27 +0200
committerHenrik Ingo <henrik.ingo@mongodb.com>2018-03-20 17:04:27 +0200
commit9efd09f83c2f999a2aed27aef7de06b13b8b9732 (patch)
tree0bfde208f9b28c41e73e89020111d1d069f00e10
parentee6f6e2541f44e3db169513a224868a6dc6ef0a6 (diff)
downloadmongo-9efd09f83c2f999a2aed27aef7de06b13b8b9732.tar.gz
SERVER-33970 New baseline for Microbenchmarks
-rw-r--r--etc/perf.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 0f827feb4b2..f0140bebba7 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.17-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":