MCPcopy Create free account
hub / github.com/carsonpo/haystackdb / custom_criterion

Function custom_criterion

benches/gemm.rs:23–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23fn 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
29criterion_group! {
30 name = benches;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected