Skip to content

Commit 8aa5024

Browse files
committed
Update llvm benchmark scripts
- Fix exit on benchmark failure - Remove stdout field from results - Fix umf library path - Add a logger
1 parent 57d930a commit 8aa5024

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/reusable_benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ jobs:
126126
repository: intel/llvm
127127
# Note: The same ref is used in docs build (for dashboard generation)!
128128
#
129-
# 27.06.2025
129+
# 09.07.2025
130130
# branch: sycl
131-
ref: 3b04aeb7d1d4ad5bbe64fb257f4ca6e5284ec5d0
131+
ref: f12ef02b64988a12c0f737a9b645dca487c6ce47
132132
path: sc
133133
sparse-checkout: |
134134
devops/scripts/benchmarks

.github/workflows/reusable_docs_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5555
with:
5656
repository: intel/llvm
57-
# 27.06.2025
57+
# 09.07.2025
5858
# branch: sycl
59-
ref: 3b04aeb7d1d4ad5bbe64fb257f4ca6e5284ec5d0
59+
ref: f12ef02b64988a12c0f737a9b645dca487c6ce47
6060
path: sc
6161
sparse-checkout: |
6262
devops/scripts/benchmarks

0 commit comments

Comments
 (0)