mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +00:00
Revert back to bare metal runners for weights generation (#6762)
* Revert back to bare metal runners for weights generation * new old weights --------- Co-authored-by: alvicsam <alvicsam@gmail.com>
This commit is contained in:
@@ -16,8 +16,9 @@
|
||||
//! Autogenerated weights for `pallet_collective`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! DATE: 2023-02-22, 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
|
||||
|
||||
// Executed Command:
|
||||
@@ -44,10 +45,14 @@ use sp_std::marker::PhantomData;
|
||||
/// Weight functions for `pallet_collective`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Storage: TechnicalCommittee Members (r:1 w:1)
|
||||
// Storage: TechnicalCommittee Proposals (r:1 w:0)
|
||||
// Storage: TechnicalCommittee Prime (r:0 w:1)
|
||||
// Storage: TechnicalCommittee Voting (r:100 w:100)
|
||||
/// Storage: TechnicalCommittee Members (r:1 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee Proposals (r:1 w:0)
|
||||
/// Proof Skipped: TechnicalCommittee Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee Voting (r:100 w:100)
|
||||
/// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee Prime (r:0 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// The range of component `m` is `[0, 100]`.
|
||||
/// The range of component `n` is `[0, 100]`.
|
||||
/// The range of component `p` is `[0, 100]`.
|
||||
@@ -55,51 +60,75 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `n` is `[0, 100]`.
|
||||
/// The range of component `p` is `[0, 100]`.
|
||||
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 17_364 nanoseconds.
|
||||
Weight::from_ref_time(17_747_000)
|
||||
// Standard Error: 36_695
|
||||
.saturating_add(Weight::from_ref_time(4_154_922).saturating_mul(m.into()))
|
||||
// Standard Error: 36_695
|
||||
.saturating_add(Weight::from_ref_time(6_925_329).saturating_mul(p.into()))
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + m * (3233 ±0) + p * (3223 ±0)`
|
||||
// Estimated: `16478 + m * (7809 ±16) + p * (10238 ±16)`
|
||||
// Minimum execution time: 16_790 nanoseconds.
|
||||
Weight::from_ref_time(16_995_000)
|
||||
.saturating_add(Weight::from_proof_size(16478))
|
||||
// Standard Error: 48_182
|
||||
.saturating_add(Weight::from_ref_time(5_453_981).saturating_mul(m.into()))
|
||||
// Standard Error: 48_182
|
||||
.saturating_add(Weight::from_ref_time(7_960_093).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(Weight::from_proof_size(7809).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_proof_size(10238).saturating_mul(p.into()))
|
||||
}
|
||||
// Storage: TechnicalCommittee Members (r:1 w:0)
|
||||
/// Storage: TechnicalCommittee Members (r:1 w:0)
|
||||
/// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn execute(b: u32, m: u32, ) -> Weight {
|
||||
// Minimum execution time: 21_204 nanoseconds.
|
||||
Weight::from_ref_time(20_409_573)
|
||||
// Standard Error: 17
|
||||
.saturating_add(Weight::from_ref_time(2_055).saturating_mul(b.into()))
|
||||
// Standard Error: 179
|
||||
.saturating_add(Weight::from_ref_time(13_580).saturating_mul(m.into()))
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `207 + m * (32 ±0)`
|
||||
// Estimated: `703 + m * (32 ±0)`
|
||||
// Minimum execution time: 15_321 nanoseconds.
|
||||
Weight::from_ref_time(14_435_685)
|
||||
.saturating_add(Weight::from_proof_size(703))
|
||||
// Standard Error: 18
|
||||
.saturating_add(Weight::from_ref_time(1_773).saturating_mul(b.into()))
|
||||
// Standard Error: 189
|
||||
.saturating_add(Weight::from_ref_time(14_653).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(Weight::from_proof_size(32).saturating_mul(m.into()))
|
||||
}
|
||||
// Storage: TechnicalCommittee Members (r:1 w:0)
|
||||
// Storage: TechnicalCommittee ProposalOf (r:1 w:0)
|
||||
/// Storage: TechnicalCommittee Members (r:1 w:0)
|
||||
/// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee ProposalOf (r:1 w:0)
|
||||
/// Proof Skipped: TechnicalCommittee ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn propose_execute(b: u32, m: u32, ) -> Weight {
|
||||
// Minimum execution time: 23_743 nanoseconds.
|
||||
Weight::from_ref_time(22_706_099)
|
||||
// Standard Error: 18
|
||||
.saturating_add(Weight::from_ref_time(1_980).saturating_mul(b.into()))
|
||||
// Standard Error: 190
|
||||
.saturating_add(Weight::from_ref_time(19_216).saturating_mul(m.into()))
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `207 + m * (32 ±0)`
|
||||
// Estimated: `3386 + m * (64 ±0)`
|
||||
// Minimum execution time: 18_068 nanoseconds.
|
||||
Weight::from_ref_time(16_814_687)
|
||||
.saturating_add(Weight::from_proof_size(3386))
|
||||
// Standard Error: 17
|
||||
.saturating_add(Weight::from_ref_time(1_789).saturating_mul(b.into()))
|
||||
// Standard Error: 178
|
||||
.saturating_add(Weight::from_ref_time(21_690).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(Weight::from_proof_size(64).saturating_mul(m.into()))
|
||||
}
|
||||
// Storage: TechnicalCommittee Members (r:1 w:0)
|
||||
// Storage: TechnicalCommittee ProposalOf (r:1 w:1)
|
||||
// Storage: TechnicalCommittee Proposals (r:1 w:1)
|
||||
// Storage: TechnicalCommittee ProposalCount (r:1 w:1)
|
||||
// Storage: TechnicalCommittee Voting (r:0 w:1)
|
||||
/// Storage: TechnicalCommittee Members (r:1 w:0)
|
||||
/// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee ProposalOf (r:1 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee Proposals (r:1 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee ProposalCount (r:1 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee ProposalCount (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee Voting (r:0 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured)
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// The range of component `m` is `[2, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
@@ -107,51 +136,78 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `m` is `[2, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 29_569 nanoseconds.
|
||||
Weight::from_ref_time(27_693_865)
|
||||
// Standard Error: 86
|
||||
.saturating_add(Weight::from_ref_time(4_711).saturating_mul(b.into()))
|
||||
// Standard Error: 903
|
||||
.saturating_add(Weight::from_ref_time(30_048).saturating_mul(m.into()))
|
||||
// Standard Error: 891
|
||||
.saturating_add(Weight::from_ref_time(205_569).saturating_mul(p.into()))
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `529 + m * (32 ±0) + p * (36 ±0)`
|
||||
// Estimated: `6220 + m * (165 ±0) + p * (180 ±0)`
|
||||
// Minimum execution time: 22_986 nanoseconds.
|
||||
Weight::from_ref_time(23_451_803)
|
||||
.saturating_add(Weight::from_proof_size(6220))
|
||||
// Standard Error: 52
|
||||
.saturating_add(Weight::from_ref_time(2_807).saturating_mul(b.into()))
|
||||
// Standard Error: 551
|
||||
.saturating_add(Weight::from_ref_time(17_437).saturating_mul(m.into()))
|
||||
// Standard Error: 544
|
||||
.saturating_add(Weight::from_ref_time(97_273).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
.saturating_add(Weight::from_proof_size(165).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_proof_size(180).saturating_mul(p.into()))
|
||||
}
|
||||
// Storage: TechnicalCommittee Members (r:1 w:0)
|
||||
// Storage: TechnicalCommittee Voting (r:1 w:1)
|
||||
/// Storage: TechnicalCommittee Members (r:1 w:0)
|
||||
/// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee Voting (r:1 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured)
|
||||
/// The range of component `m` is `[5, 100]`.
|
||||
/// The range of component `m` is `[5, 100]`.
|
||||
fn vote(m: u32, ) -> Weight {
|
||||
// Minimum execution time: 35_170 nanoseconds.
|
||||
Weight::from_ref_time(37_544_583)
|
||||
// Standard Error: 631
|
||||
.saturating_add(Weight::from_ref_time(49_997).saturating_mul(m.into()))
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `979 + m * (64 ±0)`
|
||||
// Estimated: `4926 + m * (128 ±0)`
|
||||
// Minimum execution time: 20_921 nanoseconds.
|
||||
Weight::from_ref_time(21_577_981)
|
||||
.saturating_add(Weight::from_proof_size(4926))
|
||||
// Standard Error: 361
|
||||
.saturating_add(Weight::from_ref_time(44_227).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
.saturating_add(Weight::from_proof_size(128).saturating_mul(m.into()))
|
||||
}
|
||||
// Storage: TechnicalCommittee Voting (r:1 w:1)
|
||||
// Storage: TechnicalCommittee Members (r:1 w:0)
|
||||
// Storage: TechnicalCommittee Proposals (r:1 w:1)
|
||||
// Storage: TechnicalCommittee ProposalOf (r:0 w:1)
|
||||
/// Storage: TechnicalCommittee Voting (r:1 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee Members (r:1 w:0)
|
||||
/// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee Proposals (r:1 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee ProposalOf (r:0 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||
/// The range of component `m` is `[4, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
/// The range of component `m` is `[4, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 33_117 nanoseconds.
|
||||
Weight::from_ref_time(33_433_456)
|
||||
// Standard Error: 822
|
||||
.saturating_add(Weight::from_ref_time(31_987).saturating_mul(m.into()))
|
||||
// Standard Error: 801
|
||||
.saturating_add(Weight::from_ref_time(184_413).saturating_mul(p.into()))
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `599 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `5785 + m * (260 ±0) + p * (144 ±0)`
|
||||
// Minimum execution time: 25_585 nanoseconds.
|
||||
Weight::from_ref_time(27_510_279)
|
||||
.saturating_add(Weight::from_proof_size(5785))
|
||||
// Standard Error: 840
|
||||
.saturating_add(Weight::from_ref_time(21_073).saturating_mul(m.into()))
|
||||
// Standard Error: 819
|
||||
.saturating_add(Weight::from_ref_time(105_369).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(260).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_proof_size(144).saturating_mul(p.into()))
|
||||
}
|
||||
// Storage: TechnicalCommittee Voting (r:1 w:1)
|
||||
// Storage: TechnicalCommittee Members (r:1 w:0)
|
||||
// Storage: TechnicalCommittee ProposalOf (r:1 w:1)
|
||||
// Storage: TechnicalCommittee Proposals (r:1 w:1)
|
||||
/// Storage: TechnicalCommittee Voting (r:1 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee Members (r:1 w:0)
|
||||
/// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee ProposalOf (r:1 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee Proposals (r:1 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// The range of component `m` is `[4, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
@@ -159,41 +215,64 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `m` is `[4, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 42_577 nanoseconds.
|
||||
Weight::from_ref_time(43_196_678)
|
||||
// Standard Error: 95
|
||||
.saturating_add(Weight::from_ref_time(3_166).saturating_mul(b.into()))
|
||||
// Standard Error: 1_009
|
||||
.saturating_add(Weight::from_ref_time(25_748).saturating_mul(m.into()))
|
||||
// Standard Error: 983
|
||||
.saturating_add(Weight::from_ref_time(212_874).saturating_mul(p.into()))
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `935 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `9056 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)`
|
||||
// Minimum execution time: 38_408 nanoseconds.
|
||||
Weight::from_ref_time(39_049_584)
|
||||
.saturating_add(Weight::from_proof_size(9056))
|
||||
// Standard Error: 58
|
||||
.saturating_add(Weight::from_ref_time(1_791).saturating_mul(b.into()))
|
||||
// Standard Error: 622
|
||||
.saturating_add(Weight::from_ref_time(15_547).saturating_mul(m.into()))
|
||||
// Standard Error: 607
|
||||
.saturating_add(Weight::from_ref_time(107_265).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(4).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_proof_size(264).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_proof_size(160).saturating_mul(p.into()))
|
||||
}
|
||||
// Storage: TechnicalCommittee Voting (r:1 w:1)
|
||||
// Storage: TechnicalCommittee Members (r:1 w:0)
|
||||
// Storage: TechnicalCommittee Prime (r:1 w:0)
|
||||
// Storage: TechnicalCommittee Proposals (r:1 w:1)
|
||||
// Storage: TechnicalCommittee ProposalOf (r:0 w:1)
|
||||
/// Storage: TechnicalCommittee Voting (r:1 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee Members (r:1 w:0)
|
||||
/// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee Prime (r:1 w:0)
|
||||
/// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee Proposals (r:1 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee ProposalOf (r:0 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||
/// The range of component `m` is `[4, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
/// The range of component `m` is `[4, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 34_923 nanoseconds.
|
||||
Weight::from_ref_time(34_983_792)
|
||||
// Standard Error: 717
|
||||
.saturating_add(Weight::from_ref_time(39_140).saturating_mul(m.into()))
|
||||
// Standard Error: 699
|
||||
.saturating_add(Weight::from_ref_time(194_907).saturating_mul(p.into()))
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `619 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `6960 + m * (325 ±0) + p * (180 ±0)`
|
||||
// Minimum execution time: 28_316 nanoseconds.
|
||||
Weight::from_ref_time(30_856_750)
|
||||
.saturating_add(Weight::from_proof_size(6960))
|
||||
// Standard Error: 536
|
||||
.saturating_add(Weight::from_ref_time(26_570).saturating_mul(m.into()))
|
||||
// Standard Error: 523
|
||||
.saturating_add(Weight::from_ref_time(93_141).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(325).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_proof_size(180).saturating_mul(p.into()))
|
||||
}
|
||||
// Storage: TechnicalCommittee Voting (r:1 w:1)
|
||||
// Storage: TechnicalCommittee Members (r:1 w:0)
|
||||
// Storage: TechnicalCommittee Prime (r:1 w:0)
|
||||
// Storage: TechnicalCommittee ProposalOf (r:1 w:1)
|
||||
// Storage: TechnicalCommittee Proposals (r:1 w:1)
|
||||
/// Storage: TechnicalCommittee Voting (r:1 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee Members (r:1 w:0)
|
||||
/// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee Prime (r:1 w:0)
|
||||
/// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee ProposalOf (r:1 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee Proposals (r:1 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// The range of component `m` is `[4, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
@@ -201,28 +280,43 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `m` is `[4, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 43_911 nanoseconds.
|
||||
Weight::from_ref_time(44_774_702)
|
||||
// Standard Error: 100
|
||||
.saturating_add(Weight::from_ref_time(3_555).saturating_mul(b.into()))
|
||||
// Standard Error: 1_060
|
||||
.saturating_add(Weight::from_ref_time(29_486).saturating_mul(m.into()))
|
||||
// Standard Error: 1_033
|
||||
.saturating_add(Weight::from_ref_time(218_377).saturating_mul(p.into()))
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `955 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `10430 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)`
|
||||
// Minimum execution time: 41_400 nanoseconds.
|
||||
Weight::from_ref_time(41_772_428)
|
||||
.saturating_add(Weight::from_proof_size(10430))
|
||||
// Standard Error: 57
|
||||
.saturating_add(Weight::from_ref_time(1_894).saturating_mul(b.into()))
|
||||
// Standard Error: 605
|
||||
.saturating_add(Weight::from_ref_time(16_640).saturating_mul(m.into()))
|
||||
// Standard Error: 589
|
||||
.saturating_add(Weight::from_ref_time(108_579).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(5).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_proof_size(330).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_proof_size(200).saturating_mul(p.into()))
|
||||
}
|
||||
// Storage: TechnicalCommittee Proposals (r:1 w:1)
|
||||
// Storage: TechnicalCommittee Voting (r:0 w:1)
|
||||
// Storage: TechnicalCommittee ProposalOf (r:0 w:1)
|
||||
/// Storage: TechnicalCommittee Proposals (r:1 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee Voting (r:0 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: TechnicalCommittee ProposalOf (r:0 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn disapprove_proposal(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 20_192 nanoseconds.
|
||||
Weight::from_ref_time(22_521_459)
|
||||
// Standard Error: 892
|
||||
.saturating_add(Weight::from_ref_time(177_568).saturating_mul(p.into()))
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `364 + p * (32 ±0)`
|
||||
// Estimated: `1587 + p * (96 ±0)`
|
||||
// Minimum execution time: 14_309 nanoseconds.
|
||||
Weight::from_ref_time(16_007_363)
|
||||
.saturating_add(Weight::from_proof_size(1587))
|
||||
// Standard Error: 391
|
||||
.saturating_add(Weight::from_ref_time(84_034).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(96).saturating_mul(p.into()))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user