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:
parent
04e407df91
commit
a994c2ddf4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue