diff options
author | Alexander Costas <alexander.costas@mongodb.com> | 2019-07-03 17:15:26 -0400 |
---|---|---|
committer | Alexander Costas <alexander.costas@mongodb.com> | 2019-07-03 17:16:26 -0400 |
commit | bc11f963668fe5f4c91e8b851e0d9a84d7048759 (patch) | |
tree | 6f7db5c4d845dbd929ebd88557049d265e6a382d /etc/perf.yml | |
parent | f8cdf774a81b3af8825ac76eaebef1fd48183b5a (diff) | |
download | mongo-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.yml | 13 |
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. |