pub trait BenchmarkingConfig {
    type MaxValidators: Get<u32>;
    type MaxNominators: Get<u32>;
}
Expand description

Configurations of the benchmarking of the pallet.

Required Associated Types§

The maximum number of validators to use.

The maximum number of nominators to use.

Implementors§