mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 21:31: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: `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:
|
||||
@@ -67,8 +67,8 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `307`
|
||||
// Estimated: `6247`
|
||||
// Minimum execution time: 35_676_000 picoseconds.
|
||||
Weight::from_parts(36_006_000, 0)
|
||||
// Minimum execution time: 36_335_000 picoseconds.
|
||||
Weight::from_parts(36_717_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6247))
|
||||
.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: `421`
|
||||
// Estimated: `3886`
|
||||
// Minimum execution time: 33_198_000 picoseconds.
|
||||
Weight::from_parts(33_588_000, 0)
|
||||
// Minimum execution time: 32_597_000 picoseconds.
|
||||
Weight::from_parts(33_024_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3886))
|
||||
.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: `238`
|
||||
// Estimated: `3703`
|
||||
// Minimum execution time: 28_228_000 picoseconds.
|
||||
Weight::from_parts(28_564_000, 0)
|
||||
// Minimum execution time: 28_086_000 picoseconds.
|
||||
Weight::from_parts(29_050_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3703))
|
||||
.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: `158 + e * (100 ±0) + i * (100 ±0)`
|
||||
// Estimated: `3620 + e * (2575 ±0) + i * (2575 ±0)`
|
||||
// Minimum execution time: 1_068_293_000 picoseconds.
|
||||
Weight::from_parts(2_873_264, 0)
|
||||
// Minimum execution time: 1_095_485_000 picoseconds.
|
||||
Weight::from_parts(1_103_346_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3620))
|
||||
// Standard Error: 13_425
|
||||
.saturating_add(Weight::from_parts(8_559_882, 0).saturating_mul(i.into()))
|
||||
// Standard Error: 13_425
|
||||
.saturating_add(Weight::from_parts(8_694_931, 0).saturating_mul(e.into()))
|
||||
// Standard Error: 97_658
|
||||
.saturating_add(Weight::from_parts(3_178_300, 0).saturating_mul(i.into()))
|
||||
// Standard Error: 97_658
|
||||
.saturating_add(Weight::from_parts(3_228_781, 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: `386 + c * (136 ±0)`
|
||||
// Estimated: `1841 + c * (5086 ±0)`
|
||||
// Minimum execution time: 6_423_000 picoseconds.
|
||||
Weight::from_parts(2_076_802, 0)
|
||||
// Minimum execution time: 6_046_000 picoseconds.
|
||||
Weight::from_parts(2_309_892, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1841))
|
||||
// Standard Error: 14_748
|
||||
.saturating_add(Weight::from_parts(18_408_814, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 19_666
|
||||
.saturating_add(Weight::from_parts(18_787_919, 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: `229 + c * (124 ±0)`
|
||||
// Estimated: `1689 + c * (2600 ±0)`
|
||||
// Minimum execution time: 5_202_000 picoseconds.
|
||||
Weight::from_parts(2_150_391, 0)
|
||||
// Minimum execution time: 4_970_000 picoseconds.
|
||||
Weight::from_parts(2_926_083, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1689))
|
||||
// Standard Error: 10_345
|
||||
.saturating_add(Weight::from_parts(11_317_859, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 14_037
|
||||
.saturating_add(Weight::from_parts(11_504_890, 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: `920 + c * (13 ±0)`
|
||||
// Estimated: `4189 + c * (15 ±0)`
|
||||
// Minimum execution time: 20_886_000 picoseconds.
|
||||
Weight::from_parts(27_091_693, 0)
|
||||
// Minimum execution time: 20_983_000 picoseconds.
|
||||
Weight::from_parts(26_973_795, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4189))
|
||||
// Standard Error: 1_558
|
||||
.saturating_add(Weight::from_parts(64_035, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 1_482
|
||||
.saturating_add(Weight::from_parts(66_495, 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: `137 + c * (63 ±0)`
|
||||
// Estimated: `1616 + c * (2538 ±0)`
|
||||
// Minimum execution time: 3_797_000 picoseconds.
|
||||
Weight::from_parts(4_558_669, 0)
|
||||
// Minimum execution time: 3_917_000 picoseconds.
|
||||
Weight::from_parts(5_155_322, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1616))
|
||||
// Standard Error: 2_558
|
||||
.saturating_add(Weight::from_parts(3_051_570, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 3_800
|
||||
.saturating_add(Weight::from_parts(3_123_833, 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: `307`
|
||||
// Estimated: `6247`
|
||||
// Minimum execution time: 49_847_000 picoseconds.
|
||||
Weight::from_parts(50_287_000, 0)
|
||||
// Minimum execution time: 49_411_000 picoseconds.
|
||||
Weight::from_parts(49_849_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6247))
|
||||
.saturating_add(T::DbWeight::get().reads(13))
|
||||
.saturating_add(T::DbWeight::get().writes(8))
|
||||
|
||||
Reference in New Issue
Block a user