Skip to content

Commit 21e1cad

Browse files
authored
Add params to bench justfile task (#748)
Signed-off-by: Nico Burns <[email protected]>
1 parent 29a93e2 commit 21e1cad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

justfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import-yoga-tests:
77
format-fixtures:
88
cargo run --package format-fixtures --
99

10-
bench:
11-
cargo bench --package taffy_benchmarks
10+
bench *ARGS:
11+
cargo bench --package taffy_benchmarks {{ARGS}}
1212

1313
clippy:
1414
cargo +nightly clippy --workspace

0 commit comments

Comments
 (0)