macro_rules! benchmark_print {
    ($iterations: expr) => { ... };
    ($iterations: expr, $errors: expr) => { ... };
}
Expand description

Finish a simple benchmark and print results