Skip to content

Commit

Permalink
Run benchmarks on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Oct 1, 2023
1 parent 65bedf1 commit 7d371fa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
pull_request:

name: Run Benchmarks
jobs:
runBenchmark:
name: run benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: boa-dev/criterion-compare-action@59f4d964c5f19d7f13d36f5c0944b18ce6652cb0
with:
subdirectory: benches
branchName: ${{ github.base_ref }}

0 comments on commit 7d371fa

Please sign in to comment.