Trait pallet_example_basic::weights::WeightInfo  
source · pub trait WeightInfo {
    // Required methods
    fn set_dummy_benchmark() -> Weight;
    fn accumulate_dummy() -> Weight;
    fn sort_vector(x: u32) -> Weight;
}Expand description
Weight functions needed for pallet_example_basic.
Required Methods§
fn set_dummy_benchmark() -> Weight
fn accumulate_dummy() -> Weight
fn sort_vector(x: u32) -> Weight
Implementations on Foreign Types§
source§impl WeightInfo for ()
 
impl WeightInfo for ()
source§fn sort_vector(x: u32) -> Weight
 
fn sort_vector(x: u32) -> Weight
The range of component x is [0, 10000].