From f497d2c49f1ae1265a99f0886af687e2597d7b46 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. --- parser/justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/parser/justfile b/parser/justfile index 4d0c444..238ded7 100644 --- a/parser/justfile +++ b/parser/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