Skip to content

Commit 9a43f0d

Browse files
committed
update benchmark scripts
1 parent 2e0a153 commit 9a43f0d

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

.github/workflows/reusable_benchmarks.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,9 @@
22
# for results visualization from intel/llvm (unified-runtime dir).
33
name: Benchmarks
44

5+
# testing only
56
on:
6-
workflow_call:
7-
inputs:
8-
pr_no:
9-
# even though this is a number, this is a workaround for issues with
10-
# reusable workflow calls that result in "Unexpected value '0'" error.
11-
type: string
12-
default: '0'
13-
bench_script_params:
14-
required: false
15-
type: string
16-
default: ''
17-
upload_report:
18-
required: false
19-
type: boolean
20-
default: false
7+
pull_request:
218

229
permissions:
2310
contents: read
@@ -103,7 +90,8 @@ jobs:
10390
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
10491
with:
10592
repository: intel/llvm
106-
ref: nightly-2025-02-19
93+
# add preloaded UMF benchmarks (#17278)
94+
ref: b2f9dab5266d227cc9eb19af1b54c5bdc50221d1
10795
path: sycl-repo
10896
fetch-depth: 1
10997

0 commit comments

Comments
 (0)