Skip to content

Commit 14861b1

Browse files
committed
build: enable blocking feature for benchmarks
1 parent fbd67fa commit 14861b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
BENCHER_PROJECT: theseus-rs-postgresql-embedded
5151
BENCHER_ADAPTER: rust_criterion
5252
run: |
53-
bencher run "cargo bench"
53+
bencher run "cargo bench --features blocking"

0 commit comments

Comments
 (0)