Skip to content

Commit e5f0df6

Browse files
committed
chore: change bench option
1 parent 84579da commit e5f0df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tools/dev/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ fn test() {
8787
}
8888

8989
fn bench() {
90-
run!("cargo bench --workspace --all-targets --all-features");
90+
run!("cargo bench --workspace --benches --all-features");
9191
}
9292

9393
fn pre_push() {

0 commit comments

Comments
 (0)