benchmark #34
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: benchmark | |
on: | |
schedule: | |
- cron: '0 2 2 * *' # 2nd of each month at 2am | |
workflow_dispatch: | |
jobs: | |
call-reusable-build: | |
permissions: | |
contents: write | |
uses: ./.github/workflows/reusable-build.yaml | |
secrets: inherit | |
with: | |
scenarios-path: scenarios-ci.csv # Trimmed version of scenarios.csv since GitHub builds limited to 6h run-time and producing max ca. 16 GiB of disk data |