substrate_utility.rs 542 B

1234567891011121314151617
  1. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 2.0.0
  2. #![allow(unused_parens)]
  3. #![allow(unused_imports)]
  4. use frame_support::weights::{constants::RocksDbWeight as DbWeight, Weight};
  5. pub struct WeightInfo;
  6. impl substrate_utility::WeightInfo for WeightInfo {
  7. fn batch(c: u32) -> Weight {
  8. (0 as Weight).saturating_add((105_180_000 as Weight).saturating_mul(c as Weight))
  9. }
  10. // WARNING! Some components were not used: ["u"]
  11. fn as_derivative() -> Weight {
  12. (67_812_000 as Weight)
  13. }
  14. }