pub trait BenchmarkingConfiguration {
    const MAX_VALIDATORS: u32;
}
Expand description

The benchmarking configuration.

Required Associated Constants§

Implementors§