Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/sycl-ur-perf-benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: SYCL Run Benchmarks

on:
schedule:
# 3 hours ahead of SYCL nightly
- cron: '0 0 * * *'
# 2 hours after SYCL nightly
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anyone remember if this was on purpose, to run before the SYCL nightly workflow, not after?

A few days back we hit an issue, which was fixed by updating dockers... and they were not used in benchmarks' workflow, as it used the old nightly docker....

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no idea if was on purpose but imo the new behavior is correct, any benchmarks of the nightly should be benchmarking that nightly

- cron: '0 5 * * *'
# Run on pull requests only when a benchmark-related files were changed.
pull_request:
# These paths are exactly the same as in sycl-linux/windows-precommit.yml (to ignore over there)
Expand Down