criterion.rs
criterion.rs copied to clipboard
Add `Criterion::configure_from`
Add function to configure Criterion
struct from customized command-line arguments. This is needed to reuse standard Criterion
cli parser in custom test runners where additional arguments are expected.
For example to run criterion
benchmarks in standard rust #[test]
harness like that .