zerokit/utils
Aaryamann Challani 131cacab35
chore: bump ethers-core (#182)
* fix: version

* fix: clippy
2023-07-24 12:21:00 +05:30
..
benches feat(utils): initialize benchmarks (#166) 2023-05-25 12:02:45 +05:30
src chore: bump ethers-core (#182) 2023-07-24 12:21:00 +05:30
tests combined batch operations (insert + delete) (#160) 2023-05-15 07:11:43 +05:30
Cargo.toml feat(rln): expose set_metadata and get_metadata public and ffi apis (#178) 2023-06-15 20:35:49 +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