summaryrefslogtreecommitdiff
path: root/etc/perf.yml
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2017-01-04 13:50:49 -0500
committerdalyd <david.daly@mongodb.com>2017-01-04 13:50:49 -0500
commit1308a4fc5d705ca402c03340cb1678f0321e23a5 (patch)
treed495b430ca6259f9b7136a61c706bd1d1cfd734d /etc/perf.yml
parent92766b801c36f985d4eca849d678f25c31d87068 (diff)
downloadmongo-1308a4fc5d705ca402c03340cb1678f0321e23a5.tar.gz
SERVER-27456: Mongo-perf microbenchmark to use 3.4.1 baseline
Diffstat (limited to 'etc/perf.yml')
-rw-r--r--etc/perf.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index b2876ba3538..cb5481d83fd 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -173,7 +173,7 @@ functions:
script: |
set -o errexit
source ./venv/bin/activate
- REFTAGS="3.4.0-Baseline 3.2.11-Baseline 3.0.14-Baseline" # These are project specific
+ REFTAGS="3.4.1-Baseline 3.2.11-Baseline 3.0.14-Baseline" # These are project specific
# Project Opts are project specific, but don't match expansion from elsewhere.
# We could change dsi/analysis/master to dsi/analysis/perf in DSI to get dsi/analysis/${project}/perf_override.json
# Note project_id performance doesn't match string perf used elsewhere for ${project}
@@ -197,7 +197,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.0-Baseline"
+ 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
"run perf tests":