summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2017-10-04 16:24:43 -0400
committerdalyd <david.daly@mongodb.com>2017-10-09 10:49:53 -0400
commit052b36e92814c2470c564c930691ca2e44801bd7 (patch)
tree772ec85b4bee37c12d72ccab44cf3422a059c6bd
parente4714d328466884fdbfc6750fa3bde40280cf855 (diff)
downloadmongo-052b36e92814c2470c564c930691ca2e44801bd7.tar.gz
SERVER-31108: Update baseline tag for microbenchmarks
-rw-r--r--etc/perf.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index ad6fb564027..05c18196aa5 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -140,7 +140,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.14-Baseline"
+ REFTAG="3.0.15-Baseline"
OVERRIDE="../dsi/analysis/v3.0/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} --task ${task_name} --threshold 0.10 --threadThreshold 0.15
"run perf tests":