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