summaryrefslogtreecommitdiff
path: root/etc/perf.yml
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2016-08-15 10:37:29 -0400
committerdalyd <david.daly@mongodb.com>2016-08-16 08:28:24 -0400
commit3fff4a07c4f8a917a51afd894e3b251b5f906860 (patch)
tree714a62124741211b6c3be30604644db9524d02ca /etc/perf.yml
parent4ed7b20ad67920293771389192b5b5fc90f3d2b7 (diff)
downloadmongo-3fff4a07c4f8a917a51afd894e3b251b5f906860.tar.gz
SERVER-25580: New baseline for mongo-perf Q3 2016
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 c78ef8df8fe..323700ba909 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -150,7 +150,7 @@ functions:
set -o errexit
set -o verbose
source ./venv/bin/activate
- python -u ../dsi/analysis/dashboard_gen.py --rev ${revision} -f history.json -t tags.json --refTag 3.2.1-Baseline 3.3.0-Baseline 3.3.3-Baseline 3.0.6-Baseline --overrideFile ../dsi/analysis/master/perf_override.json --project_id performance --task_name ${task_name} --variant {build_variant} --jira-user ${perf_jira_user} --jira-password ${perf_jira_pw} || true
+ python -u ../dsi/analysis/dashboard_gen.py --rev ${revision} -f history.json -t tags.json --refTag 3.2.8-Baseline 3.3.10-Baseline 3.0.12-Baseline --overrideFile ../dsi/analysis/master/perf_override.json --project_id performance --task_name ${task_name} --variant {build_variant} --jira-user ${perf_jira_user} --jira-password ${perf_jira_pw} || true
- command: "json.send"
params:
name: "dashboard"
@@ -170,7 +170,7 @@ functions:
reports_analysis_flags="--reports-analysis . --perf-file perf/perf.json"
cmd_flags=$([ "${reports_analysis}" = "true" ] && echo "$reports_analysis_flags" || echo "")
- python ../dsi/analysis/perf_regression_check.py $cmd_flags -f history.json --rev ${revision} -t tags.json --refTag 3.2.1-Baseline --overrideFile ../dsi/analysis/master/perf_override.json --variant ${build_variant} --threshold 0.10 --threadThreshold 0.15
+ python ../dsi/analysis/perf_regression_check.py $cmd_flags -f history.json --rev ${revision} -t tags.json --refTag 3.2.8-Baseline --overrideFile ../dsi/analysis/master/perf_override.json --variant ${build_variant} --threshold 0.10 --threadThreshold 0.15
"run perf tests":
- command: shell.exec
params: