benchmark_print

Macro benchmark_print 

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

Finish a simple benchmark and print results