diff options
author | dalyd <david.daly@mongodb.com> | 2017-03-28 08:58:58 -0400 |
---|---|---|
committer | dalyd <david.daly@mongodb.com> | 2017-03-28 09:00:49 -0400 |
commit | 0a4853469645b7509c02b22c01a93adca6d23038 (patch) | |
tree | b0ff12a054bc55fa81c05b3125978f0541fdd4bb /etc | |
parent | 1bb117447c98db6f33c09a508af26e868d629d00 (diff) | |
download | mongo-0a4853469645b7509c02b22c01a93adca6d23038.tar.gz |
SERVER-28462: Update perf.yml to use latest mongo-perf release
Diffstat (limited to 'etc')
-rw-r--r-- | etc/perf.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/perf.yml b/etc/perf.yml index 2ffcf55853b..e7b8a760031 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -145,7 +145,7 @@ functions: script: | set -o errexit source ./venv/bin/activate - REFTAGS="3.4.1-Baseline 3.2.11-Baseline 3.0.14-Baseline" # These are project specific + REFTAGS="3.4.2-Baseline 3.2.12-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} @@ -169,7 +169,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.1-Baseline" + REFTAG="3.4.2-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.05 --threadThreshold 0.075 "run perf tests": |