Macro bma_benchmark::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