Skip to content

Commit

Permalink
fix missing $
Browse files Browse the repository at this point in the history
  • Loading branch information
ianayl committed Sep 18, 2024
1 parent 652667f commit be75574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sycl-benchmark-aggregate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Run aggregator on cloned data
run: |
for dir in $(find "$PERF_RES_PATH" -mindepth 1 -maxdepth 1 -type d ! -name '.*'); do
python llvm/devops/scripts/benchmarking/aggregate.py "$(basename dir)" "$CUTOFF_TIMESTAMP"
python llvm/devops/scripts/benchmarking/aggregate.py "$(basename $dir)" "$CUTOFF_TIMESTAMP"
done
- name: Upload average to the repo
env:
Expand Down

0 comments on commit be75574

Please sign in to comment.