summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/perf.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 0f827feb4b2..f0140bebba7 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -152,7 +152,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.0.15-Baseline"
+ REFTAG="3.2.17-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.10 --threadThreshold 0.15
"run perf tests":