Skip to content

Add bits as an optional feature for bitvec #643

Add bits as an optional feature for bitvec

Add bits as an optional feature for bitvec #643

Workflow file for this run

on: [pull_request]
name: CI Pull Request
jobs:
runBenchmark:
name: Benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- uses: boa-dev/criterion-compare-action@v3
with:
branchName: ${{ github.base_ref }}
token: ${{ secrets.GITHUB_TOKEN }}