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