diff --git a/bench/justfile b/bench/justfile index a9d1a56..c941027 100644 --- a/bench/justfile +++ b/bench/justfile @@ -3,4 +3,6 @@ before_commit: cargo clippy --all-targets -- -D warnings cargo build --release --all-targets cargo build --all-targets + cargo test cargo test --release + cargo build --profile=release-lto --package gen_large_yaml --bin gen_large_yaml --manifest-path tools/gen_large_yaml/Cargo.toml