zerokit/utils
Rostyslav Tyshko ff0e157383 utils: fix benches and tests 2023-07-28 11:31:53 +02:00
..
benches utils: fix benches and tests 2023-07-28 11:31:53 +02:00
src
tests utils: fix benches and tests 2023-07-28 11:31:53 +02:00
Cargo.toml utils: renaming, use vacp2p_pmtree, description 2023-07-28 11:31:37 +02:00
Makefile.toml
README.md

README.md

Utils crate

Building

  1. cargo build

Testing

  1. cargo test

Benchmarking

  1. cargo bench

To view the results of the benchmark, open the target/criterion/report/index.html file generated after the bench