Skip to content

fix(ci): add benchmark report for pull request #2

fix(ci): add benchmark report for pull request

fix(ci): add benchmark report for pull request #2

Workflow file for this run

on: [pull_request]
name: benchmark pull requests
jobs:
benchmark:
name: run benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: boa-dev/criterion-compare-action@v3
with:
# Needed. The name of the branch to compare with. This default uses the branch which is being pulled against
branchName: ${{ github.base_ref }}
# Optional. Default is `${{ github.token }}`.
# token: ${{ secrets.GITHUB_TOKEN }}