macro_rules! benchmark_regression {
($tester:expr, $name:expr, $iterations:expr, $func:expr) => { ... };
}Expand description
Macro to easily benchmark functions
macro_rules! benchmark_regression {
($tester:expr, $name:expr, $iterations:expr, $func:expr) => { ... };
}Macro to easily benchmark functions