mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
update weights (#7298)
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
//! Autogenerated weights for `runtime_common::slots`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-04-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-05-25, 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`
|
||||
//! 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:
|
||||
@@ -55,8 +55,8 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `181`
|
||||
// Estimated: `3646`
|
||||
// Minimum execution time: 29_126_000 picoseconds.
|
||||
Weight::from_parts(29_497_000, 0)
|
||||
// Minimum execution time: 28_918_000 picoseconds.
|
||||
Weight::from_parts(29_543_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3646))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -78,14 +78,14 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
fn manage_lease_period_start(c: u32, t: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + c * (47 ±0) + t * (308 ±0)`
|
||||
// Estimated: `2657 + c * (2526 ±0) + t * (2789 ±0)`
|
||||
// Minimum execution time: 637_316_000 picoseconds.
|
||||
Weight::from_parts(645_590_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 2657))
|
||||
// Standard Error: 80_601
|
||||
.saturating_add(Weight::from_parts(2_659_004, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 80_601
|
||||
.saturating_add(Weight::from_parts(11_359_760, 0).saturating_mul(t.into()))
|
||||
// Estimated: `2694 + c * (2526 ±0) + t * (2789 ±0)`
|
||||
// Minimum execution time: 631_561_000 picoseconds.
|
||||
Weight::from_parts(639_647_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 2694))
|
||||
// Standard Error: 81_236
|
||||
.saturating_add(Weight::from_parts(2_631_500, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 81_236
|
||||
.saturating_add(Weight::from_parts(11_312_809, 0).saturating_mul(t.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(t.into())))
|
||||
@@ -103,8 +103,8 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2653`
|
||||
// Estimated: `21814`
|
||||
// Minimum execution time: 126_776_000 picoseconds.
|
||||
Weight::from_parts(129_358_000, 0)
|
||||
// Minimum execution time: 126_823_000 picoseconds.
|
||||
Weight::from_parts(128_700_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 21814))
|
||||
.saturating_add(T::DbWeight::get().reads(9))
|
||||
.saturating_add(T::DbWeight::get().writes(9))
|
||||
@@ -121,11 +121,11 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
/// Proof Skipped: Registrar Paras (max_values: None, max_size: None, mode: Measured)
|
||||
fn trigger_onboard() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `564`
|
||||
// Estimated: `4029`
|
||||
// Minimum execution time: 27_452_000 picoseconds.
|
||||
Weight::from_parts(28_127_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4029))
|
||||
// Measured: `601`
|
||||
// Estimated: `4066`
|
||||
// Minimum execution time: 26_943_000 picoseconds.
|
||||
Weight::from_parts(27_706_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4066))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user