mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
update weights (#6897)
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `runtime_parachains::ump`
|
||||
//!
|
||||
//! 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: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
@@ -50,11 +50,11 @@ impl<T: frame_system::Config> runtime_parachains::ump::WeightInfo for WeightInfo
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_075 nanoseconds.
|
||||
Weight::from_parts(6_138_000, 0)
|
||||
// Minimum execution time: 5_924_000 picoseconds.
|
||||
Weight::from_parts(6_060_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Standard Error: 8
|
||||
.saturating_add(Weight::from_parts(1_723, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(1_396, 0).saturating_mul(s.into()))
|
||||
}
|
||||
/// Storage: Ump NeedsDispatch (r:1 w:1)
|
||||
/// Proof Skipped: Ump NeedsDispatch (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -66,11 +66,11 @@ impl<T: frame_system::Config> runtime_parachains::ump::WeightInfo for WeightInfo
|
||||
/// Proof Skipped: Ump RelayDispatchQueueSize (max_values: None, max_size: None, mode: Measured)
|
||||
fn clean_ump_after_outgoing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `272`
|
||||
// Estimated: `2078`
|
||||
// Minimum execution time: 9_509 nanoseconds.
|
||||
Weight::from_parts(9_782_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 2078))
|
||||
// Measured: `240`
|
||||
// Estimated: `3930`
|
||||
// Minimum execution time: 9_662_000 picoseconds.
|
||||
Weight::from_parts(9_886_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3930))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -81,10 +81,10 @@ impl<T: frame_system::Config> runtime_parachains::ump::WeightInfo for WeightInfo
|
||||
fn service_overweight() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `257`
|
||||
// Estimated: `3231`
|
||||
// Minimum execution time: 23_623 nanoseconds.
|
||||
Weight::from_parts(23_932_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3231))
|
||||
// Estimated: `5211`
|
||||
// Minimum execution time: 23_481_000 picoseconds.
|
||||
Weight::from_parts(23_896_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5211))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user