mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 21:55:45 +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 `pallet_elections_phragmen`
|
||||
//!
|
||||
//! 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
|
||||
@@ -58,11 +58,11 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
/// The range of component `v` is `[1, 16]`.
|
||||
fn vote_equal(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `427 + v * (80 ±0)`
|
||||
// Estimated: `9438 + v * (320 ±0)`
|
||||
// Minimum execution time: 27_130 nanoseconds.
|
||||
Weight::from_parts(30_823_053, 0)
|
||||
.saturating_add(Weight::from_parts(0, 9438))
|
||||
// Measured: `331 + v * (80 ±0)`
|
||||
// Estimated: `14004 + v * (320 ±0)`
|
||||
// Minimum execution time: 27_802_000 picoseconds.
|
||||
Weight::from_parts(30_649_218, 0)
|
||||
.saturating_add(Weight::from_parts(0, 14004))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
.saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into()))
|
||||
@@ -80,13 +80,13 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
/// The range of component `v` is `[2, 16]`.
|
||||
fn vote_more(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `395 + v * (80 ±0)`
|
||||
// Estimated: `9310 + v * (320 ±0)`
|
||||
// Minimum execution time: 36_644 nanoseconds.
|
||||
Weight::from_parts(37_624_444, 0)
|
||||
.saturating_add(Weight::from_parts(0, 9310))
|
||||
// Standard Error: 4_167
|
||||
.saturating_add(Weight::from_parts(123_846, 0).saturating_mul(v.into()))
|
||||
// Measured: `299 + v * (80 ±0)`
|
||||
// Estimated: `13876 + v * (320 ±0)`
|
||||
// Minimum execution time: 37_035_000 picoseconds.
|
||||
Weight::from_parts(37_964_172, 0)
|
||||
.saturating_add(Weight::from_parts(0, 13876))
|
||||
// Standard Error: 4_680
|
||||
.saturating_add(Weight::from_parts(142_164, 0).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
.saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into()))
|
||||
@@ -104,13 +104,13 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
/// The range of component `v` is `[2, 16]`.
|
||||
fn vote_less(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `427 + v * (80 ±0)`
|
||||
// Estimated: `9438 + v * (320 ±0)`
|
||||
// Minimum execution time: 36_499 nanoseconds.
|
||||
Weight::from_parts(37_129_866, 0)
|
||||
.saturating_add(Weight::from_parts(0, 9438))
|
||||
// Standard Error: 4_033
|
||||
.saturating_add(Weight::from_parts(176_669, 0).saturating_mul(v.into()))
|
||||
// Measured: `331 + v * (80 ±0)`
|
||||
// Estimated: `14004 + v * (320 ±0)`
|
||||
// Minimum execution time: 37_024_000 picoseconds.
|
||||
Weight::from_parts(38_474_516, 0)
|
||||
.saturating_add(Weight::from_parts(0, 14004))
|
||||
// Standard Error: 4_740
|
||||
.saturating_add(Weight::from_parts(83_564, 0).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
.saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into()))
|
||||
@@ -121,11 +121,11 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
fn remove_voter() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `917`
|
||||
// Estimated: `7166`
|
||||
// Minimum execution time: 32_287 nanoseconds.
|
||||
Weight::from_parts(32_928_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 7166))
|
||||
// Measured: `853`
|
||||
// Estimated: `9082`
|
||||
// Minimum execution time: 32_730_000 picoseconds.
|
||||
Weight::from_parts(33_443_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 9082))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -138,13 +138,13 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
/// The range of component `c` is `[1, 1000]`.
|
||||
fn submit_candidacy(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2805 + c * (48 ±0)`
|
||||
// Estimated: `9894 + c * (144 ±0)`
|
||||
// Minimum execution time: 29_136 nanoseconds.
|
||||
Weight::from_parts(22_308_791, 0)
|
||||
.saturating_add(Weight::from_parts(0, 9894))
|
||||
// Standard Error: 876
|
||||
.saturating_add(Weight::from_parts(82_538, 0).saturating_mul(c.into()))
|
||||
// Measured: `2678 + c * (48 ±0)`
|
||||
// Estimated: `12483 + c * (144 ±0)`
|
||||
// Minimum execution time: 29_721_000 picoseconds.
|
||||
Weight::from_parts(22_278_307, 0)
|
||||
.saturating_add(Weight::from_parts(0, 12483))
|
||||
// Standard Error: 933
|
||||
.saturating_add(Weight::from_parts(89_517, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
.saturating_add(Weight::from_parts(0, 144).saturating_mul(c.into()))
|
||||
@@ -154,13 +154,13 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
/// The range of component `c` is `[1, 1000]`.
|
||||
fn renounce_candidacy_candidate(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `314 + c * (48 ±0)`
|
||||
// Estimated: `796 + c * (48 ±0)`
|
||||
// Minimum execution time: 24_804 nanoseconds.
|
||||
Weight::from_parts(17_680_542, 0)
|
||||
.saturating_add(Weight::from_parts(0, 796))
|
||||
// Standard Error: 908
|
||||
.saturating_add(Weight::from_parts(59_567, 0).saturating_mul(c.into()))
|
||||
// Measured: `250 + c * (48 ±0)`
|
||||
// Estimated: `1722 + c * (48 ±0)`
|
||||
// Minimum execution time: 25_720_000 picoseconds.
|
||||
Weight::from_parts(18_426_476, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1722))
|
||||
// Standard Error: 916
|
||||
.saturating_add(Weight::from_parts(59_445, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
.saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into()))
|
||||
@@ -177,11 +177,11 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
/// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn renounce_candidacy_members() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3079`
|
||||
// Estimated: `17375`
|
||||
// Minimum execution time: 42_528 nanoseconds.
|
||||
Weight::from_parts(43_550_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 17375))
|
||||
// Measured: `2952`
|
||||
// Estimated: `20700`
|
||||
// Minimum execution time: 43_167_000 picoseconds.
|
||||
Weight::from_parts(43_835_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 20700))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -189,11 +189,11 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
/// Proof Skipped: PhragmenElection RunnersUp (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn renounce_candidacy_runners_up() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1742`
|
||||
// Estimated: `2237`
|
||||
// Minimum execution time: 27_187 nanoseconds.
|
||||
Weight::from_parts(27_805_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 2237))
|
||||
// Measured: `1647`
|
||||
// Estimated: `3132`
|
||||
// Minimum execution time: 28_044_000 picoseconds.
|
||||
Weight::from_parts(28_654_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3132))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -203,7 +203,7 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_000_000_000 nanoseconds.
|
||||
// Minimum execution time: 2_000_000_000_000 picoseconds.
|
||||
Weight::from_parts(2_000_000_000_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
}
|
||||
@@ -221,11 +221,11 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
/// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn remove_member_with_replacement() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3079`
|
||||
// Estimated: `19978`
|
||||
// Minimum execution time: 58_082 nanoseconds.
|
||||
Weight::from_parts(58_776_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 19978))
|
||||
// Measured: `2952`
|
||||
// Estimated: `24293`
|
||||
// Minimum execution time: 58_827_000 picoseconds.
|
||||
Weight::from_parts(59_647_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 24293))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
}
|
||||
@@ -245,17 +245,17 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
/// The range of component `d` is `[0, 5000]`.
|
||||
fn clean_defunct_voters(v: u32, _d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `35961 + v * (872 ±0)`
|
||||
// Estimated: `148908 + v * (12340 ±0)`
|
||||
// Minimum execution time: 331_691_733 nanoseconds.
|
||||
Weight::from_parts(332_320_461_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 148908))
|
||||
// Standard Error: 286_396
|
||||
.saturating_add(Weight::from_parts(41_310_974, 0).saturating_mul(v.into()))
|
||||
// Measured: `35961 + v * (808 ±0)`
|
||||
// Estimated: `154848 + v * (12084 ±0)`
|
||||
// Minimum execution time: 319_115_915_000 picoseconds.
|
||||
Weight::from_parts(319_715_901_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 154848))
|
||||
// Standard Error: 270_753
|
||||
.saturating_add(Weight::from_parts(38_691_641, 0).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into())))
|
||||
.saturating_add(Weight::from_parts(0, 12340).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 12084).saturating_mul(v.into()))
|
||||
}
|
||||
/// Storage: PhragmenElection Candidates (r:1 w:1)
|
||||
/// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -280,21 +280,21 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
/// The range of component `e` is `[10000, 160000]`.
|
||||
fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + v * (639 ±0) + e * (28 ±0)`
|
||||
// Estimated: `5334639 + v * (5714 ±4) + e * (123 ±0) + c * (2560 ±0)`
|
||||
// Minimum execution time: 33_629_192 nanoseconds.
|
||||
Weight::from_parts(33_734_555_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5334639))
|
||||
// Standard Error: 500_681
|
||||
.saturating_add(Weight::from_parts(41_778_821, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 32_130
|
||||
.saturating_add(Weight::from_parts(2_073_697, 0).saturating_mul(e.into()))
|
||||
// Measured: `0 + v * (607 ±0) + e * (28 ±0)`
|
||||
// Estimated: `4839041 + v * (5481 ±4) + e * (123 ±0) + c * (2560 ±0)`
|
||||
// Minimum execution time: 32_136_857_000 picoseconds.
|
||||
Weight::from_parts(32_218_284_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4839041))
|
||||
// Standard Error: 544_904
|
||||
.saturating_add(Weight::from_parts(42_452_598, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 34_968
|
||||
.saturating_add(Weight::from_parts(2_365_653, 0).saturating_mul(e.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(265))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
||||
.saturating_add(Weight::from_parts(0, 5714).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 5481).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 123).saturating_mul(e.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2560).saturating_mul(c.into()))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user