summaryrefslogtreecommitdiff
path: root/etc/perf.yml
diff options
context:
space:
mode:
authorAlexander Costas <alexander.costas@mongodb.com>2019-07-03 17:15:26 -0400
committerAlexander Costas <alexander.costas@mongodb.com>2019-07-03 17:16:26 -0400
commitbc11f963668fe5f4c91e8b851e0d9a84d7048759 (patch)
tree6f7db5c4d845dbd929ebd88557049d265e6a382d /etc/perf.yml
parentf8cdf774a81b3af8825ac76eaebef1fd48183b5a (diff)
downloadmongo-bc11f963668fe5f4c91e8b851e0d9a84d7048759.tar.gz
SERVER-41677: perf.json should not call 'json.get_history' directly
Diffstat (limited to 'etc/perf.yml')
-rw-r--r--etc/perf.yml13
1 files changed, 1 insertions, 12 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 2dfdd151de1..5897d50454f 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -180,17 +180,6 @@ functions:
script: |
set -v
../dsi/run-dsi detect-changes
- - command: json.get_history
- params:
- task: ${task_name}
- file: "src/history.json"
- name: "perf"
- - command: json.get_history
- params:
- tags: true
- task: ${task_name}
- file: "src/tags.json"
- name: "perf"
- command: shell.exec
type: test
params:
@@ -207,7 +196,7 @@ functions:
cmd_flags=$([ "${reports_analysis}" = "true" ] && echo "$reports_analysis_flags" || echo "")
REFTAG="3.6.5-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
+ python ../dsi/analysis/perf_regression_check.py $cmd_flags --rev ${revision} --refTag $REFTAG --overrideFile $OVERRIDE --variant ${build_variant} --task ${task_name} --threshold 0.075 --threadThreshold 0.12
# Params:
# workload: the path relative to genny/src/workloads to run e.g.