rococo: update weights (#5242)

This commit is contained in:
Mara Robin B
2022-04-06 10:15:11 +02:00
committed by GitHub
parent 4ca9691dcf
commit d50b5bdb06
22 changed files with 363 additions and 373 deletions
@@ -16,11 +16,11 @@
//! Autogenerated weights for `runtime_common::slots`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-03-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2022-04-03, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024
// Executed Command:
// target/production/polkadot
// ./target/production/polkadot
// benchmark
// --chain=rococo-dev
// --steps=50
@@ -46,7 +46,7 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
// Storage: Slots Leases (r:1 w:1)
// Storage: System Account (r:1 w:1)
fn force_lease() -> Weight {
(19_502_000 as Weight)
(23_115_000 as Weight)
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
@@ -58,10 +58,10 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
// Storage: Registrar Paras (r:100 w:100)
fn manage_lease_period_start(c: u32, t: u32, ) -> Weight {
(0 as Weight)
// Standard Error: 16_000
.saturating_add((6_768_000 as Weight).saturating_mul(c as Weight))
// Standard Error: 16_000
.saturating_add((17_009_000 as Weight).saturating_mul(t as Weight))
// Standard Error: 17_000
.saturating_add((7_197_000 as Weight).saturating_mul(c as Weight))
// Standard Error: 17_000
.saturating_add((17_707_000 as Weight).saturating_mul(t as Weight))
.saturating_add(T::DbWeight::get().reads(4 as Weight))
.saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(c as Weight)))
.saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(t as Weight)))
@@ -72,7 +72,7 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
// Storage: Slots Leases (r:1 w:1)
// Storage: System Account (r:8 w:8)
fn clear_all_leases() -> Weight {
(87_088_000 as Weight)
(90_518_000 as Weight)
.saturating_add(T::DbWeight::get().reads(9 as Weight))
.saturating_add(T::DbWeight::get().writes(9 as Weight))
}
@@ -82,7 +82,7 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
// Storage: Paras ActionsQueue (r:1 w:1)
// Storage: Registrar Paras (r:1 w:1)
fn trigger_onboard() -> Weight {
(22_368_000 as Weight)
(22_743_000 as Weight)
.saturating_add(T::DbWeight::get().reads(5 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}