macro_rules! define_benchmarks {
( $([ $names:path, $( $locations:tt )* ])* ) => { ... };
}
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
.