Skip to content

benchmark-linux

benchmark-linux #2509

name: benchmark-linux
on:
schedule:
- cron: 0 * * * *
# # 'filters' was not transformed because there is no suitable equivalent in GitHub Actions
jobs:
benchmark-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: "./.github/actions/build-for-benchmarks"
- uses: "./.github/actions/perform-benchmarks"
- uses: "./.github/actions/post-benchmarks"