Skip to content

Merge pull request #157 from c410-f3r/htttp_2 #43

Merge pull request #157 from c410-f3r/htttp_2

Merge pull request #157 from c410-f3r/htttp_2 #43

Workflow file for this run

name: Bencher
on:
push:
branches:
- main
jobs:
benchmark_with_bencher:
continue-on-error: true
name: Continuous Benchmarking with Bencher
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bencherdev/bencher@main
- name: Track Benchmarks with Bencher
run: |
bencher run \
--branch main \
--err \
--project wtx \
--testbed ubuntu-latest \
"cargo bench --all-features"