genpass
genpass copied to clipboard
Add benchmarks
Benchmark the app as a whole CLI, compiled in release mode
See also #[bench] being generally not marked as stable:
https://github.com/rust-lang/rust/issues/29553
https://github.com/rust-lang/rust/issues/27812
Use bencher crate? https://crates.io/crates/bencher
https://docs.rs/bencher/0.1.5/bencher/
https://llogiq.github.io/2018/05/18/criterion.html