Skip to content

Commit ab29ffc

Browse files
committed
Add missing arugment
1 parent c256b5c commit ab29ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/actions/benchmarking/aggregate/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
# repository. Test name is also derived from here.
7272
for dir in "$(find "$SANITIZED_PERF_RES_PATH" -mindepth 3 -maxdepth 3 -type d ! -path '*.git*')"; do
7373
test_name="$(basename "$dir")"
74-
python ./devops/scripts/benchmarking/aggregate.py "$test_name" "$dir" "$SANITIZED_TIMESTAMP"
74+
python ./devops/scripts/benchmarking/aggregate.py ./devops "$test_name" "$dir" "$SANITIZED_TIMESTAMP"
7575
done
7676
- name: Upload average to the repo
7777
shell: bash

0 commit comments

Comments
 (0)