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

Same as benchmarks but for instantiable pallet declared [frame_support::pallet].

NOTE: For pallet declared with decl_module!, use benchmarks_instance.