macro_rules! production_or_benchmark {
    ($production:expr, $benchmark:expr) => { ... };
}