macro_rules! runtime_benchmarks_instance {
    (
		{ $runtime:ident, $pallet:ident, $instance:ident }
		$( $rest:tt )*
	) => { ... };
}
Expand description

Same as [benchmarks] but for instantiable module.