Nightly Bench #93
This file contains hidden or 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
| # Nightly Benchmarks — criterion performance tracking | |
| # Calls sovereign-ci.yml with run_benchmarks: true | |
| name: Nightly Bench | |
| on: | |
| schedule: | |
| - cron: "30 5 * * *" # 05:30 UTC (after nightly builds at 04:00) | |
| workflow_dispatch: | |
| concurrency: | |
| group: bench-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| bench: | |
| uses: paiml/.github/.github/workflows/sovereign-ci.yml@main | |
| with: | |
| repo: ${{ github.event.repository.name }} | |
| run_benchmarks: true | |
| secrets: inherit | |