mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +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_parachains::hrmp`
|
||||
//!
|
||||
//! 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: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -67,8 +67,8 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `350`
|
||||
// Estimated: `6290`
|
||||
// Minimum execution time: 38_178_000 picoseconds.
|
||||
Weight::from_parts(38_781_000, 0)
|
||||
// Minimum execution time: 37_693_000 picoseconds.
|
||||
Weight::from_parts(38_120_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6290))
|
||||
.saturating_add(T::DbWeight::get().reads(9))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
@@ -89,8 +89,8 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `582`
|
||||
// Estimated: `4047`
|
||||
// Minimum execution time: 37_341_000 picoseconds.
|
||||
Weight::from_parts(37_972_000, 0)
|
||||
// Minimum execution time: 36_808_000 picoseconds.
|
||||
Weight::from_parts(37_557_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4047))
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -109,8 +109,8 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `453`
|
||||
// Estimated: `3918`
|
||||
// Minimum execution time: 33_129_000 picoseconds.
|
||||
Weight::from_parts(33_746_000, 0)
|
||||
// Minimum execution time: 33_005_000 picoseconds.
|
||||
Weight::from_parts(33_328_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3918))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -133,13 +133,13 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `197 + e * (100 ±0) + i * (100 ±0)`
|
||||
// Estimated: `3659 + e * (2575 ±0) + i * (2575 ±0)`
|
||||
// Minimum execution time: 1_092_709_000 picoseconds.
|
||||
Weight::from_parts(1_107_686_000, 0)
|
||||
// Minimum execution time: 1_079_297_000 picoseconds.
|
||||
Weight::from_parts(1_101_267_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3659))
|
||||
// Standard Error: 100_266
|
||||
.saturating_add(Weight::from_parts(3_174_242, 0).saturating_mul(i.into()))
|
||||
// Standard Error: 100_266
|
||||
.saturating_add(Weight::from_parts(3_333_814, 0).saturating_mul(e.into()))
|
||||
// Standard Error: 97_981
|
||||
.saturating_add(Weight::from_parts(3_177_225, 0).saturating_mul(i.into()))
|
||||
// Standard Error: 97_981
|
||||
.saturating_add(Weight::from_parts(3_187_961, 0).saturating_mul(e.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into())))
|
||||
@@ -170,11 +170,11 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `425 + c * (136 ±0)`
|
||||
// Estimated: `1880 + c * (5086 ±0)`
|
||||
// Minimum execution time: 7_319_000 picoseconds.
|
||||
Weight::from_parts(4_516_472, 0)
|
||||
// Minimum execution time: 7_130_000 picoseconds.
|
||||
Weight::from_parts(1_917_787, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1880))
|
||||
// Standard Error: 14_344
|
||||
.saturating_add(Weight::from_parts(18_856_807, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 19_809
|
||||
.saturating_add(Weight::from_parts(18_756_271, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -198,11 +198,11 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `268 + c * (124 ±0)`
|
||||
// Estimated: `1728 + c * (2600 ±0)`
|
||||
// Minimum execution time: 5_815_000 picoseconds.
|
||||
Weight::from_parts(2_546_765, 0)
|
||||
// Minimum execution time: 5_294_000 picoseconds.
|
||||
Weight::from_parts(3_586_486, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1728))
|
||||
// Standard Error: 10_317
|
||||
.saturating_add(Weight::from_parts(11_604_007, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 13_074
|
||||
.saturating_add(Weight::from_parts(11_469_437, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -220,11 +220,11 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `959 + c * (13 ±0)`
|
||||
// Estimated: `4228 + c * (15 ±0)`
|
||||
// Minimum execution time: 21_865_000 picoseconds.
|
||||
Weight::from_parts(26_301_513, 0)
|
||||
// Minimum execution time: 20_920_000 picoseconds.
|
||||
Weight::from_parts(25_712_296, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4228))
|
||||
// Standard Error: 1_461
|
||||
.saturating_add(Weight::from_parts(79_436, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 1_480
|
||||
.saturating_add(Weight::from_parts(79_877, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_parts(0, 15).saturating_mul(c.into()))
|
||||
@@ -238,11 +238,11 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `176 + c * (63 ±0)`
|
||||
// Estimated: `1655 + c * (2538 ±0)`
|
||||
// Minimum execution time: 4_216_000 picoseconds.
|
||||
Weight::from_parts(3_749_377, 0)
|
||||
// Minimum execution time: 4_285_000 picoseconds.
|
||||
Weight::from_parts(6_911_302, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1655))
|
||||
// Standard Error: 2_994
|
||||
.saturating_add(Weight::from_parts(3_163_255, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 3_218
|
||||
.saturating_add(Weight::from_parts(2_961_403, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -273,8 +273,8 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `350`
|
||||
// Estimated: `6290`
|
||||
// Minimum execution time: 52_161_000 picoseconds.
|
||||
Weight::from_parts(52_599_000, 0)
|
||||
// Minimum execution time: 51_517_000 picoseconds.
|
||||
Weight::from_parts(52_313_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6290))
|
||||
.saturating_add(T::DbWeight::get().reads(13))
|
||||
.saturating_add(T::DbWeight::get().writes(8))
|
||||
|
||||
Reference in New Issue
Block a user