From a994c2ddf4f824ff9ef3794307394688eeaa0cfd Mon Sep 17 00:00:00 2001 From: Ethiraric Date: Tue, 19 Mar 2024 19:29:25 +0100 Subject: [PATCH] Add `serde-yaml` to benchmark. This internally uses `libfyaml`, so this is more of a benchmark of libfyaml in the end. --- bench/justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/bench/justfile b/bench/justfile index 4d0c444..238ded7 100644 --- a/bench/justfile +++ b/bench/justfile @@ -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