Skip to content

Commit cf92ed4

Browse files
authored
Adds a benchmark workflow (#40)
* Adds a benchmark workflow * Disables non-criterion benchmarks * fmt
1 parent d606e27 commit cf92ed4

File tree

4 files changed

+498
-0
lines changed

4 files changed

+498
-0
lines changed

.github/workflows/bench.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Benchmark
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
bench:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: taiki-e/checkout-action@v1
11+
12+
- uses: boa-dev/criterion-compare-action@v3
13+
with:
14+
branchName: ${{github.base_ref}}

0 commit comments

Comments
 (0)