From 70832c947fcadf22f087e2eb4439645e6147df88 Mon Sep 17 00:00:00 2001 From: dalyd Date: Fri, 14 Oct 2016 09:48:15 -0400 Subject: SERVER-26552: Update baseline in perf.yml for microbenchmarks. --- etc/perf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/perf.yml') diff --git a/etc/perf.yml b/etc/perf.yml index 9a18d3c094d..4b84a98f718 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -149,7 +149,7 @@ functions: script: | set -o errexit source ./venv/bin/activate - REFTAGS="3.2.9-Baseline 3.3.10-Baseline 3.0.12-Baseline" # These are project specific + REFTAGS="3.2.10-Baseline 3.3.10-Baseline 3.0.12-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} @@ -173,7 +173,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.2.9-Baseline" + REFTAG="3.2.10-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} --threshold 0.10 --threadThreshold 0.15 "run perf tests": -- cgit v1.2.1