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 04e407df91
commit a994c2ddf4

View file

@ -10,5 +10,6 @@ before_commit:
ethi_bench:
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
cargo bench_compare run_bench