Skip to content

Add criterion benchmark #1

Add criterion benchmark

Add criterion benchmark #1

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@v3
- uses: boa-dev/criterion-compare-action@v3
with:
cwd: "lustre-collector"
branchName: ${{ github.base_ref }}