We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c256b5c commit ab29ffcCopy full SHA for ab29ffc
devops/actions/benchmarking/aggregate/action.yml
@@ -71,7 +71,7 @@ runs:
71
# repository. Test name is also derived from here.
72
for dir in "$(find "$SANITIZED_PERF_RES_PATH" -mindepth 3 -maxdepth 3 -type d ! -path '*.git*')"; do
73
test_name="$(basename "$dir")"
74
- python ./devops/scripts/benchmarking/aggregate.py "$test_name" "$dir" "$SANITIZED_TIMESTAMP"
+ python ./devops/scripts/benchmarking/aggregate.py ./devops "$test_name" "$dir" "$SANITIZED_TIMESTAMP"
75
done
76
- name: Upload average to the repo
77
shell: bash
0 commit comments