update weights (sync with v0.9.29) (#5989)

* kusama: update weights

* polkadot: update weights

* westend: update weights

* rococo: update weights

* fixup

* revert block weights
This commit is contained in:
Mara Robin B
2022-09-12 13:48:27 +02:00
committed by GitHub
parent 69aefab456
commit db0fc60344
128 changed files with 2705 additions and 2540 deletions
@@ -16,8 +16,8 @@
//! Autogenerated weights for `runtime_parachains::paras_inherent`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-08-19, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024
// Executed Command:
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
use frame_support::{traits::Get, weights::Weight};
use frame_support::{traits::Get, weights::{Weight}};
use sp_std::marker::PhantomData;
/// Weight functions for `runtime_parachains::paras_inherent`.
@@ -76,9 +76,9 @@ impl<T: frame_system::Config> runtime_parachains::paras_inherent::WeightInfo for
// Storage: Paras UpgradeGoAheadSignal (r:0 w:1)
/// The range of component `v` is `[10, 200]`.
fn enter_variable_disputes(v: u32, ) -> Weight {
Weight::from_ref_time(367_606_000 as u64)
// Standard Error: 14_000
.saturating_add(Weight::from_ref_time(48_163_000 as u64).saturating_mul(v as u64))
Weight::from_ref_time(324_637_000 as u64)
// Standard Error: 22_000
.saturating_add(Weight::from_ref_time(48_505_000 as u64).saturating_mul(v as u64))
.saturating_add(T::DbWeight::get().reads(28 as u64))
.saturating_add(T::DbWeight::get().writes(18 as u64))
}
@@ -112,7 +112,7 @@ impl<T: frame_system::Config> runtime_parachains::paras_inherent::WeightInfo for
// Storage: Paras Heads (r:0 w:1)
// Storage: Paras UpgradeGoAheadSignal (r:0 w:1)
fn enter_bitfields() -> Weight {
Weight::from_ref_time(355_084_000 as u64)
Weight::from_ref_time(319_428_000 as u64)
.saturating_add(T::DbWeight::get().reads(25 as u64))
.saturating_add(T::DbWeight::get().writes(17 as u64))
}
@@ -148,9 +148,9 @@ impl<T: frame_system::Config> runtime_parachains::paras_inherent::WeightInfo for
// Storage: Paras UpgradeGoAheadSignal (r:0 w:1)
/// The range of component `v` is `[101, 200]`.
fn enter_backed_candidates_variable(v: u32, ) -> Weight {
Weight::from_ref_time(949_843_000 as u64)
// Standard Error: 40_000
.saturating_add(Weight::from_ref_time(48_022_000 as u64).saturating_mul(v as u64))
Weight::from_ref_time(873_724_000 as u64)
// Standard Error: 49_000
.saturating_add(Weight::from_ref_time(47_930_000 as u64).saturating_mul(v as u64))
.saturating_add(T::DbWeight::get().reads(28 as u64))
.saturating_add(T::DbWeight::get().writes(16 as u64))
}
@@ -187,7 +187,7 @@ impl<T: frame_system::Config> runtime_parachains::paras_inherent::WeightInfo for
// Storage: Paras Heads (r:0 w:1)
// Storage: Paras UpgradeGoAheadSignal (r:0 w:1)
fn enter_backed_candidate_code_upgrade() -> Weight {
Weight::from_ref_time(42_881_188_000 as u64)
Weight::from_ref_time(37_417_873_000 as u64)
.saturating_add(T::DbWeight::get().reads(30 as u64))
.saturating_add(T::DbWeight::get().writes(16 as u64))
}