benchmark_check

Macro benchmark_check 

Source
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