Skip to content

Wait for child

Wait for child #22

Workflow file for this run

name: benchmark pull requests
on:
pull_request:
jobs:
runBenchmark:
name: run benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: boa-dev/criterion-compare-action@v3
with:
branchName: ${{ github.base_ref }}