frame_benchmarking
macro_rules! benchmarks_instance { ( $( where_clause { where $( $where_ty:ty: $where_bound:path ),* $(,)? } )? _ { $( let $common:ident in $common_from:tt .. $common_to:expr => $common_instancer:expr; )* } $( $rest:tt )* ) => { ... }; }
Same as benchmarks but for instantiable module.
benchmarks