Skip to content

Commit 47693f9

Browse files
committed
amend location of aggregate
1 parent f54e1d2 commit 47693f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sycl-benchmark-aggregate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
path: llvm
3232
sparse-checkout: |
33-
devops
33+
devops/scripts/benchmarking/**
3434
- name: Load benchmarking configuration
3535
run: |
3636
. llvm/devops/scripts/benchmarking/benchmark-ci.conf;
@@ -64,7 +64,7 @@ jobs:
6464
- name: Run aggregator on cloned data
6565
run: |
6666
for dir in $(find "$PERF_RES_PATH" -mindepth 1 -maxdepth 1 -type d ! -name '.*'); do
67-
python llvm/devops/benchmarking/aggregate.py "$(basename dir)" "$CUTOFF_TIMESTAMP"
67+
python llvm/devops/scripts/benchmarking/aggregate.py "$(basename dir)" "$CUTOFF_TIMESTAMP"
6868
done
6969
- name: Upload average to the repo
7070
env:

0 commit comments

Comments
 (0)