zerokit/utils
Aaryamann Challani 0997d15d33
fix(rln): use tree_height_20 artifacts from ceremony (#218)
* fix(rln): use artifacts from ceremony

* chore: Release
2023-10-04 13:22:51 +05:30
..
benches Prepare for `crates.io` publication (#193) 2023-07-28 12:25:34 +02:00
src fix(rln): use config.open instead of sled::open (#209) 2023-08-25 05:34:20 +05:30
tests Prepare for `crates.io` publication (#193) 2023-07-28 12:25:34 +02:00
Cargo.toml fix(rln): use tree_height_20 artifacts from ceremony (#218) 2023-10-04 13:22:51 +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