Correct Branch #2
Workflow file for this run
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
on: | |
push: | |
branches: bencher_experiment | |
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 ccf \ | |
--token '${{ secrets.BENCHER_API_TOKEN }}' \ | |
--branch bencher_experiment \ | |
--testbed ubuntu-latest \ | |
--adapter json \ | |
--err \ | |
bencher mock |