zerokit/utils
Aaryamann Challani 7790954c4a
chore: Release (#254)
2024-05-21 13:16:57 +07:00
..
benches feat(rln): function for checking indices of leaves which are set to zero (#249) 2024-05-17 21:40:42 +05:30
src feat(rln): function for checking indices of leaves which are set to zero (#249) 2024-05-17 21:40:42 +05:30
tests feat(rln): function for checking indices of leaves which are set to zero (#249) 2024-05-17 21:40:42 +05:30
Cargo.toml chore: Release (#254) 2024-05-21 13:16:57 +07:00
Makefile.toml feat(rln): pmtree benchmarks (#169) 2023-05-29 18:51:36 +05:30
README.md feat(utils): initialize benchmarks (#166) 2023-05-25 12:02:45 +05:30

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