Nightly Benchmarks against last release (AMD64) #101
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Nightly Benchmarks against last release (AMD64) | |
permissions: read-all | |
on: | |
schedule: | |
- cron: '10 5 * * *' # runs every day at 05:10 UTC | |
# workflow_dispatch enables manual testing of this job by maintainers | |
workflow_dispatch: | |
jobs: | |
amd64: | |
uses: ./.github/workflows/benchmark-template.yaml | |
with: | |
benchGitRef: release-1.3 |