Merge pull request #664 from gosub-io/dependabot/cargo/anyhow-1.0.92 #177
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: Bencher.dev benchmarks (baseline) | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
benchmark_base_branch: | |
name: Continuous Benchmarking with Bencher | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: bencherdev/bencher@main | |
- name: Track base branch benchmarks with Bencher | |
run: | | |
bencher run \ | |
--project gosub-engine \ | |
--token '${{ secrets.BENCHER_API_TOKEN }}' \ | |
--branch main \ | |
--testbed github-action-ci \ | |
--adapter rust \ | |
--err \ | |
--github-actions '${{ secrets.GITHUB_TOKEN }}' \ | |
cargo bench --all |