Skip to content

Test PR: Revert recent refactoring #16

Test PR: Revert recent refactoring

Test PR: Revert recent refactoring #16

Workflow file for this run

name: Benchmark PR
on:
pull_request_target:
types:
- labeled
jobs:
benchmark:
if: ${{ github.event.label.name == 'benchmark' }}
uses: mweberxyz/fastify-workflows/.github/workflows/benchmark-pr.yml@feature/benchmark-pr
with:
benchmarks-dir: 'benchmark'
files-to-ignore: '["setup.js"]'