Macro bma_benchmark::benchmark_check[][src]

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

The variable _iteration can be used inside the benchmark code