macro_rules! auto_benchmark {
($type:ty) => { ... };
($type:ty, $config:expr) => { ... };
}Expand description
Macro to automatically generate benchmarks for a type
macro_rules! auto_benchmark {
($type:ty) => { ... };
($type:ty, $config:expr) => { ... };
}Macro to automatically generate benchmarks for a type