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
011e81ee85
commit
f497d2c49f
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