Skip to content

Merge pull request #418 from jaytaph/bencher #1

Merge pull request #418 from jaytaph/bencher

Merge pull request #418 from jaytaph/bencher #1

Workflow file for this run

name: Bencher.dev benchmarks
on:
push:
branches:
- * # All branches

Check failure on line 6 in .github/workflows/bencher.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/bencher.yaml

Invalid workflow file

You have an error in your yaml syntax on line 6
jobs:
benchmark_with_bencher:
name: Continuous Benchmarking with Bencher
runs-on: ubuntu-latest
env:
BENCHER_PROJECT: gosub-engine
BENCHER_TESTBED: ubuntu-latest
BENCHER_ADAPTER: json
steps:
- uses: actions/checkout@v4
- uses: bencherdev/bencher@main
- name: Track Benchmarks with Bencher
run: |
bencher run \
--branch "$GITHUB_REF_NAME" \
--token "${{ secrets.BENCHER_API_TOKEN }}" \
--err \
cargo bench --all