New runners for weights and new weights (#6508)

* [DO NOT MERGE] test new vm runner for weights 2

* add image

* fix merge conflict

* apply weights

* new weights

Co-authored-by: parity-processbot <>
This commit is contained in:
Alexander Samusev
2023-01-24 16:35:26 +01:00
committed by GitHub
parent cc080d0e78
commit 0119a6dae1
166 changed files with 4585 additions and 4550 deletions
@@ -16,8 +16,8 @@
//! Autogenerated weights for `runtime_common::paras_registrar`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024
// Executed Command:
@@ -48,8 +48,8 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
// Storage: Registrar Paras (r:1 w:1)
// Storage: Paras ParaLifecycles (r:1 w:0)
fn reserve() -> Weight {
// Minimum execution time: 32_585 nanoseconds.
Weight::from_ref_time(33_302_000)
// Minimum execution time: 34_291 nanoseconds.
Weight::from_ref_time(35_169_000)
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -63,8 +63,8 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
// Storage: Paras CurrentCodeHash (r:0 w:1)
// Storage: Paras UpcomingParasGenesis (r:0 w:1)
fn register() -> Weight {
// Minimum execution time: 7_374_861 nanoseconds.
Weight::from_ref_time(7_442_274_000)
// Minimum execution time: 8_013_023 nanoseconds.
Weight::from_ref_time(8_293_565_000)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(7))
}
@@ -78,8 +78,8 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
// Storage: Paras CurrentCodeHash (r:0 w:1)
// Storage: Paras UpcomingParasGenesis (r:0 w:1)
fn force_register() -> Weight {
// Minimum execution time: 7_334_673 nanoseconds.
Weight::from_ref_time(7_429_045_000)
// Minimum execution time: 7_800_623 nanoseconds.
Weight::from_ref_time(8_122_517_000)
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(7))
}
@@ -90,8 +90,8 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
// Storage: Paras ActionsQueue (r:1 w:1)
// Storage: Registrar PendingSwap (r:0 w:1)
fn deregister() -> Weight {
// Minimum execution time: 49_699 nanoseconds.
Weight::from_ref_time(51_142_000)
// Minimum execution time: 62_973 nanoseconds.
Weight::from_ref_time(68_158_000)
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(4))
}
@@ -103,8 +103,8 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
// Storage: Crowdloan Funds (r:2 w:2)
// Storage: Slots Leases (r:2 w:2)
fn swap() -> Weight {
// Minimum execution time: 44_691 nanoseconds.
Weight::from_ref_time(45_603_000)
// Minimum execution time: 59_960 nanoseconds.
Weight::from_ref_time(66_150_000)
.saturating_add(T::DbWeight::get().reads(10))
.saturating_add(T::DbWeight::get().writes(8))
}
@@ -120,20 +120,20 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
// Storage: Paras FutureCodeUpgrades (r:0 w:1)
/// The range of component `b` is `[1, 3145728]`.
fn schedule_code_upgrade(b: u32, ) -> Weight {
// Minimum execution time: 42_511 nanoseconds.
Weight::from_ref_time(42_738_000)
// Standard Error: 1
.saturating_add(Weight::from_ref_time(2_330).saturating_mul(b.into()))
// Minimum execution time: 46_384 nanoseconds.
Weight::from_ref_time(47_270_000)
// Standard Error: 4
.saturating_add(Weight::from_ref_time(2_696).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(9))
.saturating_add(T::DbWeight::get().writes(8))
}
// Storage: Paras Heads (r:0 w:1)
/// The range of component `b` is `[1, 1048576]`.
fn set_current_head(b: u32, ) -> Weight {
// Minimum execution time: 13_809 nanoseconds.
Weight::from_ref_time(13_984_000)
// Minimum execution time: 14_753 nanoseconds.
Weight::from_ref_time(14_372_398)
// Standard Error: 1
.saturating_add(Weight::from_ref_time(910).saturating_mul(b.into()))
.saturating_add(Weight::from_ref_time(1_024).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().writes(1))
}
}