Skip to content

Commit

Permalink
amend location of aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
ianayl committed Sep 18, 2024
1 parent f54e1d2 commit 47693f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sycl-benchmark-aggregate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
path: llvm
sparse-checkout: |
devops
devops/scripts/benchmarking/**
- name: Load benchmarking configuration
run: |
. llvm/devops/scripts/benchmarking/benchmark-ci.conf;
Expand Down 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/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 47693f9

Please sign in to comment.