Macro pallet_staking::benchmarking::v1::v2::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
.