Skip to content

docs: add project status to the README.md #26

docs: add project status to the README.md

docs: add project status to the README.md #26

Workflow file for this run

name: Benchmarks
on:
push:
branches:
- main
pull_request:
jobs:
bencher:
name: bencher
runs-on: ubuntu-latest
env:
BENCHER_PROJECT: omics
BENCHER_API_TOKEN: ${{ secrets.BENCHER_API_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: bencherdev/bencher@main
- run: |
bencher run --github-actions "${{ secrets.GITHUB_TOKEN }}" \
--testbed "github-actions" \
"cargo bench"