macro_rules! benchmarks_instance {
    (
		$( $rest:tt )*
	) => { ... };
}
Expand description

Same as benchmarks but for instantiable module.

NOTE: For pallet declared with frame_support::pallet, use benchmarks_instance_pallet.