update weights (#6897)

* polkadot: update weights

* westend: update weights

* kusama: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2023-03-17 11:09:21 +01:00
committed by GitHub
parent 163d892d8c
commit 4d904951fd
165 changed files with 7369 additions and 7375 deletions
@@ -16,7 +16,7 @@
//! Autogenerated weights for `runtime_common::slots`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024
@@ -51,11 +51,11 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn force_lease() -> Weight {
// Proof Size summary in bytes:
// Measured: `213`
// Estimated: `5291`
// Minimum execution time: 25_281 nanoseconds.
Weight::from_parts(25_756_000, 0)
.saturating_add(Weight::from_parts(0, 5291))
// Measured: `181`
// Estimated: `7239`
// Minimum execution time: 25_272_000 picoseconds.
Weight::from_parts(25_634_000, 0)
.saturating_add(Weight::from_parts(0, 7239))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -75,23 +75,23 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
/// The range of component `t` is `[0, 100]`.
fn manage_lease_period_start(c: u32, t: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0 + c * (47 ±0) + t * (370 ±0)`
// Estimated: `268218 + c * (1076 ±0) + t * (7963 ±0)`
// Minimum execution time: 642_912 nanoseconds.
Weight::from_parts(645_898_000, 0)
.saturating_add(Weight::from_parts(0, 268218))
// Standard Error: 82_879
.saturating_add(Weight::from_parts(2_665_736, 0).saturating_mul(c.into()))
// Standard Error: 82_879
.saturating_add(Weight::from_parts(13_913_344, 0).saturating_mul(t.into()))
// Measured: `0 + c * (47 ±0) + t * (308 ±0)`
// Estimated: `7228 + c * (2781 ±0) + t * (9308 ±0)`
// Minimum execution time: 631_951_000 picoseconds.
Weight::from_parts(645_205_000, 0)
.saturating_add(Weight::from_parts(0, 7228))
// Standard Error: 83_112
.saturating_add(Weight::from_parts(2_677_718, 0).saturating_mul(c.into()))
// Standard Error: 83_112
.saturating_add(Weight::from_parts(11_541_814, 0).saturating_mul(t.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(t.into())))
.saturating_add(T::DbWeight::get().writes(1))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(t.into())))
.saturating_add(Weight::from_parts(0, 1076).saturating_mul(c.into()))
.saturating_add(Weight::from_parts(0, 7963).saturating_mul(t.into()))
.saturating_add(Weight::from_parts(0, 2781).saturating_mul(c.into()))
.saturating_add(Weight::from_parts(0, 9308).saturating_mul(t.into()))
}
/// Storage: Slots Leases (r:1 w:1)
/// Proof Skipped: Slots Leases (max_values: None, max_size: None, mode: Measured)
@@ -99,11 +99,11 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn clear_all_leases() -> Weight {
// Proof Size summary in bytes:
// Measured: `2941`
// Estimated: `26240`
// Minimum execution time: 98_060 nanoseconds.
Weight::from_parts(99_621_000, 0)
.saturating_add(Weight::from_parts(0, 26240))
// Measured: `2653`
// Estimated: `27932`
// Minimum execution time: 97_503_000 picoseconds.
Weight::from_parts(99_104_000, 0)
.saturating_add(Weight::from_parts(0, 27932))
.saturating_add(T::DbWeight::get().reads(9))
.saturating_add(T::DbWeight::get().writes(9))
}
@@ -119,11 +119,11 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
/// Proof Skipped: Registrar Paras (max_values: None, max_size: None, mode: Measured)
fn trigger_onboard() -> Weight {
// Proof Size summary in bytes:
// Measured: `628`
// Estimated: `13535`
// Minimum execution time: 26_638 nanoseconds.
Weight::from_parts(27_214_000, 0)
.saturating_add(Weight::from_parts(0, 13535))
// Measured: `564`
// Estimated: `18165`
// Minimum execution time: 27_263_000 picoseconds.
Weight::from_parts(28_512_000, 0)
.saturating_add(Weight::from_parts(0, 18165))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(3))
}