mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +00:00
New runners for weights and new weights (#6508)
* [DO NOT MERGE] test new vm runner for weights 2 * add image * fix merge conflict * apply weights * new weights Co-authored-by: parity-processbot <>
This commit is contained in:
committed by
GitHub
parent
cc080d0e78
commit
0119a6dae1
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_collective`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! 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`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -55,12 +55,12 @@ 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_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()))
|
||||
// Minimum execution time: 16_648 nanoseconds.
|
||||
Weight::from_ref_time(16_874_000)
|
||||
// Standard Error: 36_550
|
||||
.saturating_add(Weight::from_ref_time(4_155_460).saturating_mul(m.into()))
|
||||
// Standard Error: 36_550
|
||||
.saturating_add(Weight::from_ref_time(6_898_238).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))
|
||||
@@ -72,12 +72,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// 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_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()))
|
||||
// Minimum execution time: 20_604 nanoseconds.
|
||||
Weight::from_ref_time(20_117_098)
|
||||
// Standard Error: 20
|
||||
.saturating_add(Weight::from_ref_time(1_951).saturating_mul(b.into()))
|
||||
// Standard Error: 213
|
||||
.saturating_add(Weight::from_ref_time(13_087).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
}
|
||||
// Storage: Council Members (r:1 w:0)
|
||||
@@ -87,12 +87,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// 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_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()))
|
||||
// Minimum execution time: 23_005 nanoseconds.
|
||||
Weight::from_ref_time(22_039_338)
|
||||
// Standard Error: 25
|
||||
.saturating_add(Weight::from_ref_time(2_000).saturating_mul(b.into()))
|
||||
// Standard Error: 265
|
||||
.saturating_add(Weight::from_ref_time(21_045).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
}
|
||||
// Storage: Council Members (r:1 w:0)
|
||||
@@ -107,14 +107,14 @@ 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: 27_722 nanoseconds.
|
||||
Weight::from_ref_time(29_381_950)
|
||||
// Standard Error: 71
|
||||
.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()))
|
||||
// Minimum execution time: 28_984 nanoseconds.
|
||||
Weight::from_ref_time(27_067_662)
|
||||
// Standard Error: 97
|
||||
.saturating_add(Weight::from_ref_time(4_243).saturating_mul(b.into()))
|
||||
// Standard Error: 1_015
|
||||
.saturating_add(Weight::from_ref_time(29_845).saturating_mul(m.into()))
|
||||
// Standard Error: 1_002
|
||||
.saturating_add(Weight::from_ref_time(197_072).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -123,10 +123,10 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `m` is `[5, 100]`.
|
||||
/// The range of component `m` is `[5, 100]`.
|
||||
fn vote(m: u32, ) -> Weight {
|
||||
// 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()))
|
||||
// Minimum execution time: 34_329 nanoseconds.
|
||||
Weight::from_ref_time(36_958_595)
|
||||
// Standard Error: 750
|
||||
.saturating_add(Weight::from_ref_time(45_910).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -139,12 +139,12 @@ 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_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()))
|
||||
// Minimum execution time: 30_842 nanoseconds.
|
||||
Weight::from_ref_time(32_492_766)
|
||||
// Standard Error: 884
|
||||
.saturating_add(Weight::from_ref_time(31_628).saturating_mul(m.into()))
|
||||
// Standard Error: 862
|
||||
.saturating_add(Weight::from_ref_time(186_164).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -159,14 +159,14 @@ 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: 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(111_363).saturating_mul(p.into()))
|
||||
// Minimum execution time: 41_248 nanoseconds.
|
||||
Weight::from_ref_time(41_974_210)
|
||||
// Standard Error: 97
|
||||
.saturating_add(Weight::from_ref_time(3_399).saturating_mul(b.into()))
|
||||
// Standard Error: 1_032
|
||||
.saturating_add(Weight::from_ref_time(28_568).saturating_mul(m.into()))
|
||||
// Standard Error: 1_006
|
||||
.saturating_add(Weight::from_ref_time(212_759).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -180,12 +180,12 @@ 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_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()))
|
||||
// Minimum execution time: 34_511 nanoseconds.
|
||||
Weight::from_ref_time(34_445_374)
|
||||
// Standard Error: 820
|
||||
.saturating_add(Weight::from_ref_time(38_784).saturating_mul(m.into()))
|
||||
// Standard Error: 799
|
||||
.saturating_add(Weight::from_ref_time(191_619).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -201,14 +201,14 @@ 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: 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()))
|
||||
// Minimum execution time: 43_512 nanoseconds.
|
||||
Weight::from_ref_time(43_763_995)
|
||||
// Standard Error: 108
|
||||
.saturating_add(Weight::from_ref_time(3_663).saturating_mul(b.into()))
|
||||
// Standard Error: 1_143
|
||||
.saturating_add(Weight::from_ref_time(32_094).saturating_mul(m.into()))
|
||||
// Standard Error: 1_114
|
||||
.saturating_add(Weight::from_ref_time(218_006).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -218,10 +218,10 @@ 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_072 nanoseconds.
|
||||
Weight::from_ref_time(22_534_817)
|
||||
// Standard Error: 727
|
||||
.saturating_add(Weight::from_ref_time(94_889).saturating_mul(p.into()))
|
||||
// Minimum execution time: 19_588 nanoseconds.
|
||||
Weight::from_ref_time(22_092_936)
|
||||
// Standard Error: 912
|
||||
.saturating_add(Weight::from_ref_time(174_551).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