diff --git a/etc/perf.yml b/etc/perf.yml index ad64a2060e5..5d957481517 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -153,7 +153,7 @@ functions: set -o errexit set -o verbose source ./venv/bin/activate - python ../dsi/analysis/perf_regression_check.py -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 --reports-dir . -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 "run perf tests": - command: shell.exec params: diff --git a/etc/system_perf.yml b/etc/system_perf.yml index 7c86703df59..b04f44aab10 100644 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -266,7 +266,7 @@ functions: script: | set -o errexit set -o verbose - python -u ../src/dsi/dsi/analysis/post_run_check.py --rev ${revision} -f history.json -t tags.json --refTag 3.2.1-Baseline --overrideFile ../src/dsi/dsi/analysis/master/system_perf_override.json --project_id sys-perf --task_name ${task_name} --variant ${build_variant} + python -u ../src/dsi/dsi/analysis/post_run_check.py --reports-dir .. --rev ${revision} -f history.json -t tags.json --refTag 3.2.1-Baseline --overrideFile ../src/dsi/dsi/analysis/master/system_perf_override.json --project_id sys-perf --task_name ${task_name} --variant ${build_variant} "compare": - command: shell.exec