mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 04:01: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 `pallet_ranked_collective`
|
||||
//!
|
||||
//! 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
|
||||
@@ -56,10 +56,10 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
|
||||
fn add_member() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `76`
|
||||
// Estimated: `5006`
|
||||
// Minimum execution time: 16_268 nanoseconds.
|
||||
Weight::from_parts(16_687_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5006))
|
||||
// Estimated: `6986`
|
||||
// Minimum execution time: 17_330_000 picoseconds.
|
||||
Weight::from_parts(18_056_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6986))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -75,12 +75,12 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
|
||||
fn remove_member(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `550 + r * (281 ±0)`
|
||||
// Estimated: `10064 + r * (7547 ±0)`
|
||||
// Minimum execution time: 26_704 nanoseconds.
|
||||
Weight::from_parts(31_276_838, 0)
|
||||
.saturating_add(Weight::from_parts(0, 10064))
|
||||
// Standard Error: 27_858
|
||||
.saturating_add(Weight::from_parts(11_495_748, 0).saturating_mul(r.into()))
|
||||
// Estimated: `14024 + r * (7547 ±0)`
|
||||
// Minimum execution time: 27_803_000 picoseconds.
|
||||
Weight::from_parts(32_948_051, 0)
|
||||
.saturating_add(Weight::from_parts(0, 14024))
|
||||
// Standard Error: 34_857
|
||||
.saturating_add(Weight::from_parts(11_563_940, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -99,12 +99,12 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
|
||||
fn promote_member(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `248 + r * (17 ±0)`
|
||||
// Estimated: `5006`
|
||||
// Minimum execution time: 18_832 nanoseconds.
|
||||
Weight::from_parts(19_732_179, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5006))
|
||||
// Standard Error: 4_824
|
||||
.saturating_add(Weight::from_parts(306_796, 0).saturating_mul(r.into()))
|
||||
// Estimated: `6986`
|
||||
// Minimum execution time: 19_310_000 picoseconds.
|
||||
Weight::from_parts(20_134_066, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6986))
|
||||
// Standard Error: 3_943
|
||||
.saturating_add(Weight::from_parts(316_477, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -120,12 +120,12 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
|
||||
fn demote_member(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `566 + r * (72 ±0)`
|
||||
// Estimated: `10064`
|
||||
// Minimum execution time: 26_654 nanoseconds.
|
||||
Weight::from_parts(31_282_870, 0)
|
||||
.saturating_add(Weight::from_parts(0, 10064))
|
||||
// Standard Error: 27_881
|
||||
.saturating_add(Weight::from_parts(756_040, 0).saturating_mul(r.into()))
|
||||
// Estimated: `14024`
|
||||
// Minimum execution time: 27_232_000 picoseconds.
|
||||
Weight::from_parts(31_561_050, 0)
|
||||
.saturating_add(Weight::from_parts(0, 14024))
|
||||
// Standard Error: 26_545
|
||||
.saturating_add(Weight::from_parts(771_800, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -139,11 +139,11 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen)
|
||||
fn vote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `704`
|
||||
// Estimated: `91308`
|
||||
// Minimum execution time: 49_853 nanoseconds.
|
||||
Weight::from_parts(50_469_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 91308))
|
||||
// Measured: `672`
|
||||
// Estimated: `95268`
|
||||
// Minimum execution time: 51_056_000 picoseconds.
|
||||
Weight::from_parts(51_866_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 95268))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -156,13 +156,13 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
|
||||
/// The range of component `n` is `[0, 100]`.
|
||||
fn cleanup_poll(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `500 + n * (50 ±0)`
|
||||
// Estimated: `5964 + n * (2540 ±0)`
|
||||
// Minimum execution time: 14_618 nanoseconds.
|
||||
Weight::from_parts(17_728_262, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5964))
|
||||
// Standard Error: 1_481
|
||||
.saturating_add(Weight::from_parts(917_792, 0).saturating_mul(n.into()))
|
||||
// Measured: `468 + n * (50 ±0)`
|
||||
// Estimated: `8934 + n * (2540 ±0)`
|
||||
// Minimum execution time: 14_635_000 picoseconds.
|
||||
Weight::from_parts(18_272_905, 0)
|
||||
.saturating_add(Weight::from_parts(0, 8934))
|
||||
// Standard Error: 1_276
|
||||
.saturating_add(Weight::from_parts(935_824, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))
|
||||
|
||||
Reference in New Issue
Block a user