Skip to content

Commit

Permalink
chore: add benchmark pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mweberxyz committed Feb 25, 2024
1 parent fbe3430 commit 07b17c8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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"]'

0 comments on commit 07b17c8

Please sign in to comment.