pb-jelly
pb-jelly copied to clipboard
Use criterion instead of unstable libtest for benches
Resolves #20
bench.rsmoved tobenches:
It is not possible to include benchmarks in code in the src/ directory as one might with the regular benchmark harness.
- Making
pb_test::genpublic:
It is not possible to benchmark non-pub functions. External benchmarks, including those using Criterion.rs, are compiled as a separate crate, and non-pub functions are not visible to the benchmarks.
https://bheisler.github.io/criterion.rs/book/user_guide/known_limitations.html