macro_rules! measure {
    ($name:literal, $iterations:expr, $it:block) => { ... };
}