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_parachains::paras_inherent`
//!
//! 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
@@ -110,16 +110,16 @@ impl<T: frame_system::Config> runtime_parachains::paras_inherent::WeightInfo for
/// The range of component `v` is `[10, 200]`.
fn enter_variable_disputes(v: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `50844`
// Estimated: `1459401 + v * (16 ±0)`
// Minimum execution time: 792_123 nanoseconds.
Weight::from_parts(317_232_240, 0)
.saturating_add(Weight::from_parts(0, 1459401))
// Standard Error: 31_502
.saturating_add(Weight::from_parts(48_212_479, 0).saturating_mul(v.into()))
// Measured: `50561`
// Estimated: `1478228 + v * (23 ±0)`
// Minimum execution time: 768_115_000 picoseconds.
Weight::from_parts(294_738_363, 0)
.saturating_add(Weight::from_parts(0, 1478228))
// Standard Error: 18_829
.saturating_add(Weight::from_parts(48_431_584, 0).saturating_mul(v.into()))
.saturating_add(T::DbWeight::get().reads(28))
.saturating_add(T::DbWeight::get().writes(16))
.saturating_add(Weight::from_parts(0, 16).saturating_mul(v.into()))
.saturating_add(Weight::from_parts(0, 23).saturating_mul(v.into()))
}
/// Storage: ParaInherent Included (r:1 w:1)
/// Proof Skipped: ParaInherent Included (max_values: Some(1), max_size: None, mode: Measured)
@@ -183,11 +183,11 @@ impl<T: frame_system::Config> runtime_parachains::paras_inherent::WeightInfo for
/// Proof Skipped: Paras UpgradeGoAheadSignal (max_values: None, max_size: None, mode: Measured)
fn enter_bitfields() -> Weight {
// Proof Size summary in bytes:
// Measured: `42647`
// Estimated: `1182237`
// Minimum execution time: 346_395 nanoseconds.
Weight::from_parts(352_253_000, 0)
.saturating_add(Weight::from_parts(0, 1182237))
// Measured: `42395`
// Estimated: `1200183`
// Minimum execution time: 322_846_000 picoseconds.
Weight::from_parts(333_533_000, 0)
.saturating_add(Weight::from_parts(0, 1200183))
.saturating_add(T::DbWeight::get().reads(26))
.saturating_add(T::DbWeight::get().writes(17))
}
@@ -256,13 +256,13 @@ impl<T: frame_system::Config> runtime_parachains::paras_inherent::WeightInfo for
/// The range of component `v` is `[101, 200]`.
fn enter_backed_candidates_variable(v: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `42678`
// Estimated: `1233177`
// Minimum execution time: 5_650_864 nanoseconds.
Weight::from_parts(912_498_037, 0)
.saturating_add(Weight::from_parts(0, 1233177))
// Standard Error: 44_727
.saturating_add(Weight::from_parts(47_405_991, 0).saturating_mul(v.into()))
// Measured: `42426`
// Estimated: `1252851`
// Minimum execution time: 5_562_919_000 picoseconds.
Weight::from_parts(788_126_549, 0)
.saturating_add(Weight::from_parts(0, 1252851))
// Standard Error: 40_209
.saturating_add(Weight::from_parts(47_710_957, 0).saturating_mul(v.into()))
.saturating_add(T::DbWeight::get().reads(29))
.saturating_add(T::DbWeight::get().writes(16))
}
@@ -334,11 +334,11 @@ impl<T: frame_system::Config> runtime_parachains::paras_inherent::WeightInfo for
/// Proof Skipped: Paras UpgradeGoAheadSignal (max_values: None, max_size: None, mode: Measured)
fn enter_backed_candidate_code_upgrade() -> Weight {
// Proof Size summary in bytes:
// Measured: `42705`
// Estimated: `1324293`
// Minimum execution time: 38_692_756 nanoseconds.
Weight::from_parts(38_855_318_000, 0)
.saturating_add(Weight::from_parts(0, 1324293))
// Measured: `42453`
// Estimated: `1345443`
// Minimum execution time: 32_601_053_000 picoseconds.
Weight::from_parts(32_810_866_000, 0)
.saturating_add(Weight::from_parts(0, 1345443))
.saturating_add(T::DbWeight::get().reads(31))
.saturating_add(T::DbWeight::get().writes(16))
}