Skip to content

Commit 0302cb4

Browse files
committed
test: add benchmarks
1 parent e3d7046 commit 0302cb4

File tree

7 files changed

+429
-0
lines changed

7 files changed

+429
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,11 @@ jobs:
8383
with:
8484
files: lcov.info
8585
fail_ci_if_error: true
86+
87+
- name: Install benchmarking tools
88+
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
89+
uses: bencherdev/bencher@main
90+
91+
- name: Run benchmarks
92+
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
93+
run: cargo bench --features blocking

0 commit comments

Comments
 (0)