diff options
author | Henrik Ingo <henrik.ingo@mongodb.com> | 2018-03-20 14:48:20 +0200 |
---|---|---|
committer | Henrik Ingo <henrik.ingo@mongodb.com> | 2018-03-20 16:26:38 +0200 |
commit | c862ec7e1e9927e31fe553f7d2800fab097034fd (patch) | |
tree | 3038db16625579128332e7c5343730f5a58f9faf /etc/perf.yml | |
parent | 374f14d984da357c943098735e7e6d13f250675a (diff) | |
download | mongo-c862ec7e1e9927e31fe553f7d2800fab097034fd.tar.gz |
SERVER-33970 New baseline for Microbenchmarks
Diffstat (limited to 'etc/perf.yml')
-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 6886a7c56a4..941e2a96840 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.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" # 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": |