auto_benchmark

Macro auto_benchmark 

Source
macro_rules! auto_benchmark {
    ($type:ty) => { ... };
    ($type:ty, $config:expr) => { ... };
}
Expand description

Macro to automatically generate benchmarks for a type