summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Ingo <henrik.ingo@mongodb.com>2018-03-20 16:34:46 +0200
committerHenrik Ingo <henrik.ingo@mongodb.com>2018-03-20 16:34:46 +0200
commit920e33a786f142b2d647e3403bfa54fa8e2f386a (patch)
tree52e5b5eb40d97ab73ff308360dc7459064d8c46a
parentb9c3765f0deac7bc15a14ebb9f4ad19d13be9e6f (diff)
downloadmongo-920e33a786f142b2d647e3403bfa54fa8e2f386a.tar.gz
SERVER-33970 New baseline for Microbenchmarks
-rw-r--r--etc/perf.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 20ccd66c7c0..56668cd937c 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -158,7 +158,7 @@ functions:
script: |
set -o errexit
source ./venv/bin/activate
- REFTAGS="3.4.10-Baseline 3.4.9-Baseline 3.2.17-Baseline 3.0.15-Baseline" # These are project specific
+ REFTAGS="3.4.13-Baseline 3.4.9-Baseline 3.2.17-Baseline 3.0.15-Baseline" # These are project specific
# Project Opts are project specific, but don't match expansion from elsewhere.
# Note project_id performance doesn't match string perf used elsewhere for ${project}
PROJECT_OPTS="--overrideFile ../dsi/analysis/${branch_name}/perf_override.json --project_id performance"
@@ -181,7 +181,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.4.10-Baseline"
+ REFTAG="3.4.13-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.075 --threadThreshold 0.12
"run perf tests":