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-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-03-16, 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("rococo-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: `319`
// Estimated: `5397`
// Minimum execution time: 25_539 nanoseconds.
Weight::from_parts(25_986_000, 0)
.saturating_add(Weight::from_parts(0, 5397))
// Measured: `287`
// Estimated: `7345`
// Minimum execution time: 27_240_000 picoseconds.
Weight::from_parts(27_617_000, 0)
.saturating_add(Weight::from_parts(0, 7345))
.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: `21 + c * (47 ±0) + t * (370 ±0)`
// Estimated: `268854 + t * (7963 ±1) + c * (1076 ±28)`
// Minimum execution time: 644_685 nanoseconds.
Weight::from_parts(652_447_000, 0)
.saturating_add(Weight::from_parts(0, 268854))
// Standard Error: 83_715
.saturating_add(Weight::from_parts(2_714_585, 0).saturating_mul(c.into()))
// Standard Error: 83_715
.saturating_add(Weight::from_parts(14_134_445, 0).saturating_mul(t.into()))
// Measured: `0 + c * (47 ±0) + t * (308 ±0)`
// Estimated: `7864 + c * (2781 ±0) + t * (9308 ±0)`
// Minimum execution time: 640_467_000 picoseconds.
Weight::from_parts(646_026_000, 0)
.saturating_add(Weight::from_parts(0, 7864))
// Standard Error: 81_769
.saturating_add(Weight::from_parts(2_764_386, 0).saturating_mul(c.into()))
// Standard Error: 81_769
.saturating_add(Weight::from_parts(11_816_053, 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, 7963).saturating_mul(t.into()))
.saturating_add(Weight::from_parts(0, 1076).saturating_mul(c.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: `3047`
// Estimated: `26346`
// Minimum execution time: 97_924 nanoseconds.
Weight::from_parts(99_787_000, 0)
.saturating_add(Weight::from_parts(0, 26346))
// Measured: `2759`
// Estimated: `28038`
// Minimum execution time: 100_595_000 picoseconds.
Weight::from_parts(102_289_000, 0)
.saturating_add(Weight::from_parts(0, 28038))
.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: `734`
// Estimated: `14065`
// Minimum execution time: 27_744 nanoseconds.
Weight::from_parts(28_667_000, 0)
.saturating_add(Weight::from_parts(0, 14065))
// Measured: `670`
// Estimated: `18695`
// Minimum execution time: 28_883_000 picoseconds.
Weight::from_parts(29_921_000, 0)
.saturating_add(Weight::from_parts(0, 18695))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(3))
}