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::initializer`
//!
//! 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
@@ -50,13 +50,13 @@ impl<T: frame_system::Config> runtime_parachains::initializer::WeightInfo for We
/// The range of component `d` is `[0, 65536]`.
fn force_approve(d: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `28 + d * (11 ±0)`
// Estimated: `519 + d * (11 ±0)`
// Minimum execution time: 3_373 nanoseconds.
Weight::from_parts(7_055_744, 0)
.saturating_add(Weight::from_parts(0, 519))
// Measured: `0 + d * (11 ±0)`
// Estimated: `1480 + d * (11 ±0)`
// Minimum execution time: 4_142_000 picoseconds.
Weight::from_parts(7_747_144, 0)
.saturating_add(Weight::from_parts(0, 1480))
// Standard Error: 5
.saturating_add(Weight::from_parts(1_317, 0).saturating_mul(d.into()))
.saturating_add(Weight::from_parts(1_309, 0).saturating_mul(d.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
.saturating_add(Weight::from_parts(0, 11).saturating_mul(d.into()))