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 f54e1d2 commit 47693f9Copy full SHA for 47693f9
.github/workflows/sycl-benchmark-aggregate.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
path: llvm
32
sparse-checkout: |
33
- devops
+ devops/scripts/benchmarking/**
34
- name: Load benchmarking configuration
35
run: |
36
. llvm/devops/scripts/benchmarking/benchmark-ci.conf;
@@ -64,7 +64,7 @@ jobs:
64
- name: Run aggregator on cloned data
65
66
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"
+ python llvm/devops/scripts/benchmarking/aggregate.py "$(basename dir)" "$CUTOFF_TIMESTAMP"
68
done
69
- name: Upload average to the repo
70
env:
0 commit comments