mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +00:00
* kusama: update weights * polkadot: update weights * westend: update weights * rococo: update weights
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_collective`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-11-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! 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
|
||||
|
||||
@@ -55,80 +55,80 @@ 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: 16_447 nanoseconds.
|
||||
Weight::from_ref_time(16_856_000 as u64)
|
||||
// Standard Error: 46_757
|
||||
.saturating_add(Weight::from_ref_time(5_281_186 as u64).saturating_mul(m as u64))
|
||||
// Standard Error: 46_757
|
||||
.saturating_add(Weight::from_ref_time(7_500_991 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(p as u64)))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(p as u64)))
|
||||
// Minimum execution time: 16_856 nanoseconds.
|
||||
Weight::from_ref_time(17_075_000)
|
||||
// Standard Error: 48_653
|
||||
.saturating_add(Weight::from_ref_time(5_587_258).saturating_mul(m.into()))
|
||||
// Standard Error: 48_653
|
||||
.saturating_add(Weight::from_ref_time(7_634_546).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())))
|
||||
}
|
||||
// Storage: Council Members (r:1 w:0)
|
||||
/// The range of component `b` is `[1, 1024]`.
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
/// The range of component `b` is `[1, 1024]`.
|
||||
/// 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: 19_949 nanoseconds.
|
||||
Weight::from_ref_time(19_368_834 as u64)
|
||||
// Standard Error: 22
|
||||
.saturating_add(Weight::from_ref_time(1_917 as u64).saturating_mul(b as u64))
|
||||
// Standard Error: 229
|
||||
.saturating_add(Weight::from_ref_time(13_967 as u64).saturating_mul(m as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
// Minimum execution time: 19_862 nanoseconds.
|
||||
Weight::from_ref_time(19_545_547)
|
||||
// Standard Error: 24
|
||||
.saturating_add(Weight::from_ref_time(1_742).saturating_mul(b.into()))
|
||||
// Standard Error: 256
|
||||
.saturating_add(Weight::from_ref_time(13_090).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
}
|
||||
// Storage: Council Members (r:1 w:0)
|
||||
// Storage: Council ProposalOf (r:1 w:0)
|
||||
/// The range of component `b` is `[1, 1024]`.
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
/// The range of component `b` is `[1, 1024]`.
|
||||
/// 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: 22_295 nanoseconds.
|
||||
Weight::from_ref_time(21_517_404 as u64)
|
||||
// Standard Error: 26
|
||||
.saturating_add(Weight::from_ref_time(1_856 as u64).saturating_mul(b as u64))
|
||||
// Standard Error: 271
|
||||
.saturating_add(Weight::from_ref_time(22_820 as u64).saturating_mul(m as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
// Minimum execution time: 22_349 nanoseconds.
|
||||
Weight::from_ref_time(21_968_020)
|
||||
// Standard Error: 31
|
||||
.saturating_add(Weight::from_ref_time(1_639).saturating_mul(b.into()))
|
||||
// Standard Error: 328
|
||||
.saturating_add(Weight::from_ref_time(19_134).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
}
|
||||
// Storage: Council Members (r:1 w:0)
|
||||
// Storage: Council ProposalOf (r:1 w:1)
|
||||
// Storage: Council Proposals (r:1 w:1)
|
||||
// Storage: Council ProposalCount (r:1 w:1)
|
||||
// Storage: Council Voting (r:0 w:1)
|
||||
/// The range of component `b` is `[1, 1024]`.
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// The range of component `m` is `[2, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
/// The range of component `b` is `[1, 1024]`.
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// 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: 27_745 nanoseconds.
|
||||
Weight::from_ref_time(28_146_412 as u64)
|
||||
// Minimum execution time: 27_722 nanoseconds.
|
||||
Weight::from_ref_time(29_381_950)
|
||||
// Standard Error: 71
|
||||
.saturating_add(Weight::from_ref_time(3_378 as u64).saturating_mul(b as u64))
|
||||
// Standard Error: 749
|
||||
.saturating_add(Weight::from_ref_time(22_179 as u64).saturating_mul(m as u64))
|
||||
// Standard Error: 739
|
||||
.saturating_add(Weight::from_ref_time(108_349 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(4 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
||||
.saturating_add(Weight::from_ref_time(2_758).saturating_mul(b.into()))
|
||||
// Standard Error: 745
|
||||
.saturating_add(Weight::from_ref_time(18_974).saturating_mul(m.into()))
|
||||
// Standard Error: 736
|
||||
.saturating_add(Weight::from_ref_time(107_381).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
// Storage: Council Members (r:1 w:0)
|
||||
// Storage: Council Voting (r:1 w:1)
|
||||
/// The range of component `m` is `[5, 100]`.
|
||||
/// The range of component `m` is `[5, 100]`.
|
||||
fn vote(m: u32, ) -> Weight {
|
||||
// Minimum execution time: 27_772 nanoseconds.
|
||||
Weight::from_ref_time(28_486_180 as u64)
|
||||
// Standard Error: 376
|
||||
.saturating_add(Weight::from_ref_time(38_162 as u64).saturating_mul(m as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
// Minimum execution time: 28_909 nanoseconds.
|
||||
Weight::from_ref_time(30_186_048)
|
||||
// Standard Error: 541
|
||||
.saturating_add(Weight::from_ref_time(36_449).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Council Voting (r:1 w:1)
|
||||
// Storage: Council Members (r:1 w:0)
|
||||
@@ -139,36 +139,36 @@ 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_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 30_430 nanoseconds.
|
||||
Weight::from_ref_time(32_906_376 as u64)
|
||||
// Standard Error: 538
|
||||
.saturating_add(Weight::from_ref_time(20_866 as u64).saturating_mul(m as u64))
|
||||
// Standard Error: 525
|
||||
.saturating_add(Weight::from_ref_time(84_112 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(3 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||
// Minimum execution time: 30_055 nanoseconds.
|
||||
Weight::from_ref_time(33_099_605)
|
||||
// Standard Error: 546
|
||||
.saturating_add(Weight::from_ref_time(17_961).saturating_mul(m.into()))
|
||||
// Standard Error: 532
|
||||
.saturating_add(Weight::from_ref_time(90_493).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Council Voting (r:1 w:1)
|
||||
// Storage: Council Members (r:1 w:0)
|
||||
// Storage: Council ProposalOf (r:1 w:1)
|
||||
// Storage: Council Proposals (r:1 w:1)
|
||||
/// The range of component `b` is `[1, 1024]`.
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// The range of component `m` is `[4, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
/// The range of component `b` is `[1, 1024]`.
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// 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: 41_328 nanoseconds.
|
||||
Weight::from_ref_time(41_331_557 as u64)
|
||||
// Standard Error: 60
|
||||
.saturating_add(Weight::from_ref_time(1_828 as u64).saturating_mul(b as u64))
|
||||
// Standard Error: 645
|
||||
.saturating_add(Weight::from_ref_time(26_460 as u64).saturating_mul(m as u64))
|
||||
// Minimum execution time: 40_485 nanoseconds.
|
||||
Weight::from_ref_time(41_628_932)
|
||||
// Standard Error: 61
|
||||
.saturating_add(Weight::from_ref_time(2_000).saturating_mul(b.into()))
|
||||
// Standard Error: 644
|
||||
.saturating_add(Weight::from_ref_time(14_831).saturating_mul(m.into()))
|
||||
// Standard Error: 628
|
||||
.saturating_add(Weight::from_ref_time(96_432 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(4 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||
.saturating_add(Weight::from_ref_time(111_363).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Council Voting (r:1 w:1)
|
||||
// Storage: Council Members (r:1 w:0)
|
||||
@@ -180,37 +180,37 @@ 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_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 33_541 nanoseconds.
|
||||
Weight::from_ref_time(34_963_525 as u64)
|
||||
// Standard Error: 517
|
||||
.saturating_add(Weight::from_ref_time(26_814 as u64).saturating_mul(m as u64))
|
||||
// Standard Error: 505
|
||||
.saturating_add(Weight::from_ref_time(84_716 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(4 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||
// Minimum execution time: 33_535 nanoseconds.
|
||||
Weight::from_ref_time(35_864_940)
|
||||
// Standard Error: 498
|
||||
.saturating_add(Weight::from_ref_time(19_568).saturating_mul(m.into()))
|
||||
// Standard Error: 485
|
||||
.saturating_add(Weight::from_ref_time(85_200).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Council Voting (r:1 w:1)
|
||||
// Storage: Council Members (r:1 w:0)
|
||||
// Storage: Council Prime (r:1 w:0)
|
||||
// Storage: Council ProposalOf (r:1 w:1)
|
||||
// Storage: Council Proposals (r:1 w:1)
|
||||
/// The range of component `b` is `[1, 1024]`.
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// The range of component `m` is `[4, 100]`.
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
/// The range of component `b` is `[1, 1024]`.
|
||||
/// The range of component `b` is `[2, 1024]`.
|
||||
/// 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: 42_833 nanoseconds.
|
||||
Weight::from_ref_time(44_229_039 as u64)
|
||||
// Standard Error: 67
|
||||
.saturating_add(Weight::from_ref_time(1_742 as u64).saturating_mul(b as u64))
|
||||
// Standard Error: 713
|
||||
.saturating_add(Weight::from_ref_time(22_234 as u64).saturating_mul(m as u64))
|
||||
// Standard Error: 695
|
||||
.saturating_add(Weight::from_ref_time(96_563 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(5 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||
// Minimum execution time: 42_843 nanoseconds.
|
||||
Weight::from_ref_time(44_165_033)
|
||||
// Standard Error: 61
|
||||
.saturating_add(Weight::from_ref_time(2_060).saturating_mul(b.into()))
|
||||
// Standard Error: 648
|
||||
.saturating_add(Weight::from_ref_time(13_211).saturating_mul(m.into()))
|
||||
// Standard Error: 631
|
||||
.saturating_add(Weight::from_ref_time(111_071).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Council Proposals (r:1 w:1)
|
||||
// Storage: Council Voting (r:0 w:1)
|
||||
@@ -218,11 +218,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// 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: 19_172 nanoseconds.
|
||||
Weight::from_ref_time(22_273_247 as u64)
|
||||
// Standard Error: 664
|
||||
.saturating_add(Weight::from_ref_time(95_163 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||
// Minimum execution time: 19_072 nanoseconds.
|
||||
Weight::from_ref_time(22_534_817)
|
||||
// Standard Error: 727
|
||||
.saturating_add(Weight::from_ref_time(94_889).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user