Macro polkadot_sdk_frame::benchmarking::prelude::v1::v2::benchmarks_instance
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
.