Skip to content

Commit

Permalink
feat(actions): add bench action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker committed Aug 6, 2024
1 parent 51ab813 commit 400e1ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on: [pull_request]
name: bench
jobs:
runBenchmark:
name: run benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: boa-dev/criterion-compare-action@v3
with:
branchName: ${{ github.base_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
Empty file added output.txt
Empty file.

0 comments on commit 400e1ca

Please sign in to comment.