Add serde-yaml to benchmark.

This internally uses `libfyaml`, so this is more of a benchmark of
libfyaml in the end.
This commit is contained in:
Ethiraric 2024-03-19 19:29:25 +01:00
parent 011e81ee85
commit f497d2c49f

View file

@ -10,5 +10,6 @@ before_commit:
ethi_bench: ethi_bench:
cargo build --release --all-targets cargo build --release --all-targets
cd ../Yaml-rust && cargo build --release --all-targets cd ../Yaml-rust && cargo build --release --all-targets
cd ../serde-yaml/ && cargo build --release --all-targets
cd ../libfyaml/build && ninja cd ../libfyaml/build && ninja
cargo bench_compare run_bench cargo bench_compare run_bench