Skip to content

feat: Nest all code as independent submodlue #56

feat: Nest all code as independent submodlue

feat: Nest all code as independent submodlue #56

Workflow file for this run

name: Benchmark pull requests
permissions:
pull-requests: write
on: [pull_request]
jobs:
runBenchmark:
name: run benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: boa-dev/criterion-compare-action@v3
with:
benchName: basic
# Needed. The name of the branch to compare with. This default uses the branch which is being pulled against
branchName: ${{ github.base_ref }}