pub fn get_warmup_millis() -> u64
Expand description
The currently defined number of milliseconds used to “warm-up” the benchmark. The default is 3,000 ms.
Use set_warmup_millis
to change the value.
pub fn get_warmup_millis() -> u64
The currently defined number of milliseconds used to “warm-up” the benchmark. The default is 3,000 ms.
Use set_warmup_millis
to change the value.