mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-01-10 14:26:34 +00:00
15 lines
224 B
Markdown
15 lines
224 B
Markdown
# 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 |