criterion.rs icon indicating copy to clipboard operation
criterion.rs copied to clipboard

Add `Criterion::configure_from`

Open one-d-wide opened this issue 10 months ago • 0 comments

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 .

one-d-wide avatar Apr 07 '24 13:04 one-d-wide