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

The benchmarking configuration.

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§