saphyr-serde/bench/justfile

15 lines
667 B
Makefile
Raw Permalink Normal View History

before_commit:
cargo clippy --release --all-targets -- -D warnings
cargo clippy --all-targets -- -D warnings
cargo build --release --all-targets
cargo build --all-targets
cargo build --profile=release-lto --package gen_large_yaml --bin gen_large_yaml --manifest-path tools/gen_large_yaml/Cargo.toml
2024-04-03 18:23:30 +00:00
cargo build --profile=release-lto --package bench_compare --bin bench_compare --manifest-path tools/bench_compare/Cargo.toml
2024-03-15 17:29:54 +00:00
ethi_bench:
cargo build --release --all-targets
cd ../Yaml-rust && cargo build --release --all-targets
cd ../serde-yaml/ && cargo build --release --all-targets
2024-03-15 17:29:54 +00:00
cd ../libfyaml/build && ninja
cargo bench_compare run_bench