Skip to content

Commit

Permalink
Add serde-yaml to benchmark.
Browse files Browse the repository at this point in the history
This internally uses `libfyaml`, so this is more of a benchmark of
libfyaml in the end.
  • Loading branch information
Ethiraric committed Mar 19, 2024
1 parent 570f8e2 commit 4695aa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4695aa0

Please sign in to comment.