Files
Nico BurnsandGitHub fd8f81fc63 Mixed benchmark fixups (#900)
* Mixed benchmarks: don't reshape on every iteration

* Fixup just bench command
2025-11-30 14:08:50 +00:00

18 lines
310 B
Makefile

gentest:
cargo run --release --package gentest --
import-yoga-tests:
cargo run --package import-yoga-tests --
format-fixtures:
cargo run --package format-fixtures --
[working-directory: 'benches']
bench *ARGS:
cargo bench {{ARGS}}
clippy:
cargo +nightly clippy --workspace
fmt:
cargo fmt --all