Skip to content

Commit

Permalink
add bench workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Jun 8, 2024
1 parent 27bf683 commit 342eb26
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI

on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'

jobs:
test:
permissions:
contents: write
pull-requests: write
uses: fastify/workflows/.github/workflows//plugins-benchmark-pr.yml@3
with:
npm-script: bench

0 comments on commit 342eb26

Please sign in to comment.