Macro frame_benchmarking::v1::benchmarks_instance
source · 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
.