Macro bench

Source
macro_rules! bench {
    ($name:literal, $operation:expr) => { ... };
}