Expand description
confium-benchmarks — criterion benches for the confium hot paths.
Run all benches:
cargo bench -p confium-benchmarksRun a single bench:
cargo bench -p confium-benchmarks --bench composite_verifyHTML reports land in target/criterion/. Open report/index.html
to see per-iteration timings, regression detection, and outlier
analysis.