core
macro_rules! bench { ($item:item) => { ... }; }
Attribute macro applied to a function to turn it into a benchmark test.