Macro polkadot_sdk_frame::benchmarking::prelude::v1::define_benchmarks
macro_rules! define_benchmarks { ( $([ $names:path, $locations:ty ])* ) => { ... }; }
Expand description
Defines pallet configs that add_benchmarks
and list_benchmarks
use.
Should be preferred instead of having a repetitive list of configs
in add_benchmark
and list_benchmark
.