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-15 15:10:09 -0400
commite76aa6988e17fd6b403d442268f5924be30baed5 (patch)
treed5a0150e996a1543276c6c5f4bcb69c687c1c782 /etc/perf.yml
parentb9e4d40b6254e0c5e6869a27da6f6ca30fac5d6c (diff)
downloadmongo-e76aa6988e17fd6b403d442268f5924be30baed5.tar.gz
SERVER-35312: Update system_perf.yml and perf.yml to compare to 3.6.5 baseline for master and 4.0.
(cherry picked from commit 54f3f55480dce7736552c2bd3ed4c05b86ed34f3)
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 0ecb9da423c..31579283aa2 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":