Skip to content

Commit a0d67c5

Browse files
authored
[CI] Enable all available benchmarks in nightly benchmarking (#19581)
1 parent 824e751 commit a0d67c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sycl-nightly-benchmarking.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: SYCL Nightly Benchmarking
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 2 * * *'
6+
- cron: '0 0 * * *'
7+
# 3 hours ahead of SYCL nightly
78

89
permissions: read-all
910

@@ -31,7 +32,7 @@ jobs:
3132
include:
3233
- ref: ${{ github.sha }}
3334
save_name: 'Baseline'
34-
preset: 'Minimal'
35+
preset: 'Full'
3536
uses: ./.github/workflows/sycl-linux-run-tests.yml
3637
secrets: inherit
3738
with:

0 commit comments

Comments
 (0)