From 83b19d2250efba1ab9e4ac0a0d1c4e66a36e41be Mon Sep 17 00:00:00 2001 From: Ian Li Date: Tue, 22 Jul 2025 12:57:17 -0700 Subject: [PATCH] Enable full benchmarking suite --- .github/workflows/sycl-nightly-benchmarking.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sycl-nightly-benchmarking.yml b/.github/workflows/sycl-nightly-benchmarking.yml index 09db781d05c56..ec5b686ed1a9d 100644 --- a/.github/workflows/sycl-nightly-benchmarking.yml +++ b/.github/workflows/sycl-nightly-benchmarking.yml @@ -3,7 +3,8 @@ name: SYCL Nightly Benchmarking on: workflow_dispatch: schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * *' + # 3 hours ahead of SYCL nightly permissions: read-all @@ -30,7 +31,7 @@ jobs: include: - ref: ${{ github.sha }} save_name: 'Baseline' - preset: 'Minimal' + preset: 'Full' uses: ./.github/workflows/sycl-linux-run-tests.yml secrets: inherit with: