Merge pull request #542 from tschm/fix/readme-pages-badge #86
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
| # This file is part of the jebel-quant/rhiza repository | |
| # (https://github.com/jebel-quant/rhiza). | |
| # | |
| # Workflow: Benchmarks | |
| # | |
| # Purpose: Run the benchmark suite on pushes to main to create a measurable | |
| # performance baseline over time. | |
| # | |
| # Trigger: This workflow runs on pushes to the main branch. | |
| name: "(RHIZA) BENCHMARK" | |
| permissions: | |
| contents: read | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| benchmark: | |
| uses: jebel-quant/rhiza/.github/workflows/rhiza_benchmark.yml@v1.6.0 | |
| secrets: inherit |