Skip to content

Commit

Permalink
Add Criterion benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed May 10, 2024
1 parent 9708f26 commit c1f6198
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
- pull_request
- workflow_dispatch

name: criterion benchmark
jobs:
runBenchmark:
name: run benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: boa-dev/criterion-compare-action@v3
with:
# Use the base branch name as the branch to compare with
branchName: ${{ github.base_ref }}

0 comments on commit c1f6198

Please sign in to comment.