Skip to content

Commit d1da55f

Browse files
authored
Merge pull request #1242 from lplewa/benchmark_script
update benchmarks script
2 parents 3bdccf3 + 8ba49a0 commit d1da55f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/reusable_benchmarks.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ jobs:
119119
repository: intel/llvm
120120
# Note: The same ref is used in docs build (for dashboard generation)!
121121
#
122-
# 20.03.2025
123-
# branch: unify-benchmark-ci
124-
ref: cae7049c78c697b3ac94f931716d9efb53addcd8
122+
# 7.04.2025
123+
# branch: sycl
124+
ref: 64c60c53d505260e27f1ad427fc92dd023dfedb5
125125
path: sc
126126
sparse-checkout: |
127127
devops/scripts/benchmarks

.github/workflows/reusable_docs_build.yml

+3-3
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-
# 20.03.2025
58-
# branch: unify-benchmark-ci
59-
ref: cae7049c78c697b3ac94f931716d9efb53addcd8
57+
# 07.04.2025
58+
# branch: sycl
59+
ref: 64c60c53d505260e27f1ad427fc92dd023dfedb5
6060
path: sc
6161
sparse-checkout: |
6262
devops/scripts/benchmarks

0 commit comments

Comments
 (0)