Skip to content
Snippets Groups Projects

benchmark the recoding process

Merged STEVAN Antoine requested to merge bench-recoding into main
+ 6
3
.PHONY: fmt check clippy test example show
.PHONY: fmt fmt-check check clippy test example show
DEFAULT_GOAL: fmt check clippy test
DEFAULT_GOAL: fmt-check check clippy test
fmt:
fmt-check:
cargo fmt --all -- --check
fmt:
cargo fmt --all
check:
cargo check --workspace --all-targets
Loading