referrerpolicy=no-referrer-when-downgrade

Macro frame_benchmarking::v1::define_benchmarks

source ·
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.