Skip to content

Commit 5390629

Browse files
chore: switch benchmarks to criterion2
1 parent 45818f5 commit 5390629

11 files changed

Lines changed: 629 additions & 685 deletions

File tree

.github/workflows/bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ jobs:
7676
tool: cargo-codspeed@4.7.0
7777

7878
- name: Build benchmark shard
79-
run: cargo codspeed build -p ${{ matrix.package }} --bench ${{ matrix.bench }}
79+
run: cargo codspeed build -p ${{ matrix.package }} --bench ${{ matrix.bench }} --features codspeed
8080

8181
- name: Run benchmark shard
8282
uses: CodSpeedHQ/action@c145068895e045cc725ee76fcd2307624b65c3af # v4.17.5
8383
with:
8484
mode: simulation
85-
run: cargo codspeed run -p ${{ matrix.package }} --bench ${{ matrix.bench }}
85+
run: cargo codspeed run -p ${{ matrix.package }} --bench ${{ matrix.bench }} --features codspeed

0 commit comments

Comments
 (0)