pub fn measure_function_with_times<F, O>(
times: u64,
f: F,
) -> Result<MeasureResult, BenchmarkError>Expand description
Run a function with a specific times and measure its execution time.
pub fn measure_function_with_times<F, O>(
times: u64,
f: F,
) -> Result<MeasureResult, BenchmarkError>Run a function with a specific times and measure its execution time.