Skip to content

Commit efd0fcf

Browse files
committed
update benchmark scripts
1 parent 2e0a153 commit efd0fcf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/reusable_benchmarks.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ on:
1919
type: boolean
2020
default: false
2121

22+
# testing only
23+
on:
24+
pull_request:
25+
2226
permissions:
2327
contents: read
2428
pull-requests: write
@@ -103,7 +107,8 @@ jobs:
103107
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104108
with:
105109
repository: intel/llvm
106-
ref: nightly-2025-02-19
110+
# add preloaded UMF benchmarks (#17278)
111+
ref: b2f9dab5266d227cc9eb19af1b54c5bdc50221d1
107112
path: sycl-repo
108113
fetch-depth: 1
109114

0 commit comments

Comments
 (0)