From 47693f9c82b98a13440e5927f358a8a142437776 Mon Sep 17 00:00:00 2001 From: "Li, Ian" Date: Wed, 18 Sep 2024 15:43:36 -0700 Subject: [PATCH] amend location of aggregate --- .github/workflows/sycl-benchmark-aggregate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sycl-benchmark-aggregate.yml b/.github/workflows/sycl-benchmark-aggregate.yml index f904df18da975..5c13c02a6fb4e 100644 --- a/.github/workflows/sycl-benchmark-aggregate.yml +++ b/.github/workflows/sycl-benchmark-aggregate.yml @@ -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; @@ -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: