macro_rules! benchmark_check {
($iterations: expr, $code: block) => { ... };
}Expand description
run a benchmark and check the result for each iteration
The statement MUST return true for ok and false for errors
macro_rules! benchmark_check {
($iterations: expr, $code: block) => { ... };
}run a benchmark and check the result for each iteration
The statement MUST return true for ok and false for errors