mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 06:25:40 +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::paras`
|
||||
//!
|
||||
//! 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
|
||||
@@ -60,13 +60,13 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
/// The range of component `c` is `[1, 3145728]`.
|
||||
fn force_set_current_code(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `8341`
|
||||
// Estimated: `57966`
|
||||
// Minimum execution time: 31_973 nanoseconds.
|
||||
Weight::from_parts(32_196_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 57966))
|
||||
// Measured: `8309`
|
||||
// Estimated: `61734`
|
||||
// Minimum execution time: 34_331_000 picoseconds.
|
||||
Weight::from_parts(34_533_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 61734))
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(2_261, 0).saturating_mul(c.into()))
|
||||
.saturating_add(Weight::from_parts(1_999, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
@@ -77,11 +77,11 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_916 nanoseconds.
|
||||
Weight::from_parts(8_016_000, 0)
|
||||
// Minimum execution time: 8_832_000 picoseconds.
|
||||
Weight::from_parts(8_992_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(862, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(918, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
/// Storage: Configuration ActiveConfig (r:1 w:0)
|
||||
@@ -109,13 +109,13 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
/// The range of component `c` is `[1, 3145728]`.
|
||||
fn force_schedule_code_upgrade(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `16860`
|
||||
// Estimated: `199815`
|
||||
// Minimum execution time: 59_766 nanoseconds.
|
||||
Weight::from_parts(59_934_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 199815))
|
||||
// Measured: `16764`
|
||||
// Estimated: `207669`
|
||||
// Minimum execution time: 62_536_000 picoseconds.
|
||||
Weight::from_parts(62_832_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 207669))
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(2_286, 0).saturating_mul(c.into()))
|
||||
.saturating_add(Weight::from_parts(2_024, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(9))
|
||||
.saturating_add(T::DbWeight::get().writes(8))
|
||||
}
|
||||
@@ -129,12 +129,12 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
fn force_note_new_head(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `95`
|
||||
// Estimated: `2760`
|
||||
// Minimum execution time: 14_051 nanoseconds.
|
||||
Weight::from_parts(14_182_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 2760))
|
||||
// Estimated: `3750`
|
||||
// Minimum execution time: 14_769_000 picoseconds.
|
||||
Weight::from_parts(15_014_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3750))
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(865, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(923, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -144,11 +144,11 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
/// Proof Skipped: Paras ActionsQueue (max_values: None, max_size: None, mode: Measured)
|
||||
fn force_queue_action() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4283`
|
||||
// Estimated: `11536`
|
||||
// Minimum execution time: 19_945 nanoseconds.
|
||||
Weight::from_parts(20_439_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 11536))
|
||||
// Measured: `4251`
|
||||
// Estimated: `13452`
|
||||
// Minimum execution time: 20_839_000 picoseconds.
|
||||
Weight::from_parts(21_284_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 13452))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -160,12 +160,12 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
fn add_trusted_validation_code(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `28`
|
||||
// Estimated: `5006`
|
||||
// Minimum execution time: 8_592 nanoseconds.
|
||||
Weight::from_parts(8_753_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5006))
|
||||
// Estimated: `6986`
|
||||
// Minimum execution time: 9_121_000 picoseconds.
|
||||
Weight::from_parts(9_282_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6986))
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(2_269, 0).saturating_mul(c.into()))
|
||||
.saturating_add(Weight::from_parts(2_007, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -176,10 +176,10 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
fn poke_unused_validation_code() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `28`
|
||||
// Estimated: `2531`
|
||||
// Minimum execution time: 6_174 nanoseconds.
|
||||
Weight::from_parts(6_534_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 2531))
|
||||
// Estimated: `3521`
|
||||
// Minimum execution time: 6_931_000 picoseconds.
|
||||
Weight::from_parts(7_138_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3521))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -193,11 +193,11 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
/// Proof Skipped: Paras PvfActiveVoteMap (max_values: None, max_size: None, mode: Measured)
|
||||
fn include_pvf_check_statement() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `27043`
|
||||
// Estimated: `112132`
|
||||
// Minimum execution time: 92_652 nanoseconds.
|
||||
Weight::from_parts(95_331_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 112132))
|
||||
// Measured: `26947`
|
||||
// Estimated: `115708`
|
||||
// Minimum execution time: 93_627_000 picoseconds.
|
||||
Weight::from_parts(96_617_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 115708))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -219,11 +219,11 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
/// Proof Skipped: Paras FutureCodeUpgrades (max_values: None, max_size: None, mode: Measured)
|
||||
fn include_pvf_check_statement_finalize_upgrade_accept() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `27629`
|
||||
// Estimated: `226477`
|
||||
// Minimum execution time: 779_781 nanoseconds.
|
||||
Weight::from_parts(787_267_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 226477))
|
||||
// Measured: `27501`
|
||||
// Estimated: `232383`
|
||||
// Minimum execution time: 814_663_000 picoseconds.
|
||||
Weight::from_parts(820_066_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 232383))
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(104))
|
||||
}
|
||||
@@ -237,11 +237,11 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
/// Proof Skipped: Paras PvfActiveVoteMap (max_values: None, max_size: None, mode: Measured)
|
||||
fn include_pvf_check_statement_finalize_upgrade_reject() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `27575`
|
||||
// Estimated: `114260`
|
||||
// Minimum execution time: 92_252 nanoseconds.
|
||||
Weight::from_parts(93_314_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 114260))
|
||||
// Measured: `27479`
|
||||
// Estimated: `117836`
|
||||
// Minimum execution time: 92_155_000 picoseconds.
|
||||
Weight::from_parts(93_771_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 117836))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -259,11 +259,11 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
/// Proof Skipped: Paras ActionsQueue (max_values: None, max_size: None, mode: Measured)
|
||||
fn include_pvf_check_statement_finalize_onboarding_accept() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `27097`
|
||||
// Estimated: `169512`
|
||||
// Minimum execution time: 618_905 nanoseconds.
|
||||
Weight::from_parts(623_853_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 169512))
|
||||
// Measured: `26969`
|
||||
// Estimated: `174684`
|
||||
// Minimum execution time: 660_101_000 picoseconds.
|
||||
Weight::from_parts(666_641_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 174684))
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -277,11 +277,11 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
/// Proof Skipped: Paras PvfActiveVoteMap (max_values: None, max_size: None, mode: Measured)
|
||||
fn include_pvf_check_statement_finalize_onboarding_reject() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `27043`
|
||||
// Estimated: `112132`
|
||||
// Minimum execution time: 91_070 nanoseconds.
|
||||
Weight::from_parts(92_430_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 112132))
|
||||
// Measured: `26947`
|
||||
// Estimated: `115708`
|
||||
// Minimum execution time: 91_525_000 picoseconds.
|
||||
Weight::from_parts(92_594_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 115708))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user