()
| 21 | } |
| 22 | |
| 23 | fn custom_criterion() -> Criterion { |
| 24 | Criterion::default() |
| 25 | .warm_up_time(std::time::Duration::from_secs(2)) |
| 26 | .measurement_time(std::time::Duration::from_secs(5)) // Increasing target time to 11 seconds |
| 27 | } |
| 28 | |
| 29 | criterion_group! { |
| 30 | name = benches; |
nothing calls this directly
no outgoing calls
no test coverage detected