Skip to content

perf: use hashbrown for HashMap and HashSet #1

perf: use hashbrown for HashMap and HashSet

perf: use hashbrown for HashMap and HashSet #1

Workflow file for this run

on: [pull_request]
name: bench
jobs:
runBenchmark:
name: run benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: boa-dev/criterion-compare-action@v3
with:
branchName: ${{ github.base_ref }}
token: ${{ secrets.GITHUB_TOKEN }}