summaryrefslogtreecommitdiff
path: root/etc/perf.yml
diff options
context:
space:
mode:
authorjulianedwards <julian.edwards@mongodb.com>2018-06-12 13:41:05 -0400
committerjulianedwards <julian.edwards@mongodb.com>2018-06-12 16:57:07 -0400
commit54f3f55480dce7736552c2bd3ed4c05b86ed34f3 (patch)
treed633bef25ccb92a0e9ad741135a30bc9b4650016 /etc/perf.yml
parent2a60402197dbbfe65894beaa54936bd657e7bf20 (diff)
downloadmongo-54f3f55480dce7736552c2bd3ed4c05b86ed34f3.tar.gz
SERVER-35312: Update system_perf.yml and perf.yml to compare to 3.6.5 baseline for master and 4.0.
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 60cd59f53d9..5320284454b 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.13-Baseline 3.2.17-Baseline 3.0.15-Baseline 3.6.0-Baseline 3.6.1-Baseline" # These are project specific
+ REFTAGS="3.4.13-Baseline 3.2.17-Baseline 3.0.15-Baseline 3.6.0-Baseline 3.6.1-Baseline 3.6.5-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.13-Baseline"
+ REFTAG="3.6.5-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":