1.0.0[][src]Macro core::bench

macro_rules! bench {
    ($item:item) => { ... };
}

Attribute macro applied to a function to turn it into a benchmark test.