zerokit/utils
Aaryamann Challani 0521c7349e
chore(rln): add QoL traits to the Hasher associated type in MerkleTree trait (#238)
2024-04-17 17:54:49 +05:30
..
benches chore(rln): add QoL traits to the Hasher associated type in MerkleTree trait (#238) 2024-04-17 17:54:49 +05:30
src chore(rln): add QoL traits to the Hasher associated type in MerkleTree trait (#238) 2024-04-17 17:54:49 +05:30
tests chore(rln): add QoL traits to the Hasher associated type in MerkleTree trait (#238) 2024-04-17 17:54:49 +05:30
Cargo.toml chore: Release (#236) 2024-04-09 03:56:57 +05:30
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