mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 01:57:56 +00:00
[benchmarks] pr with weights (#2667)
Co-authored-by: paritytech-ci <paritytech-ci@parity.io>
This commit is contained in:
+5
-5
@@ -17,7 +17,7 @@
|
||||
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-05-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-05-31, 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("collectives-polkadot-dev"), DB CACHE: 1024
|
||||
@@ -54,8 +54,8 @@ impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `1594`
|
||||
// Minimum execution time: 5_475_000 picoseconds.
|
||||
Weight::from_parts(5_752_000, 0)
|
||||
// Minimum execution time: 5_455_000 picoseconds.
|
||||
Weight::from_parts(5_567_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1594))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -66,8 +66,8 @@ impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `1594`
|
||||
// Minimum execution time: 5_467_000 picoseconds.
|
||||
Weight::from_parts(5_652_000, 0)
|
||||
// Minimum execution time: 5_521_000 picoseconds.
|
||||
Weight::from_parts(5_646_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1594))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
|
||||
+84
-84
@@ -17,7 +17,7 @@
|
||||
//! Autogenerated weights for `pallet_alliance`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-05-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-05-31, 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("collectives-polkadot-dev"), DB CACHE: 1024
|
||||
@@ -65,15 +65,15 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `439 + m * (32 ±0) + p * (36 ±0)`
|
||||
// Estimated: `6676 + m * (32 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 30_492_000 picoseconds.
|
||||
Weight::from_parts(33_119_713, 0)
|
||||
// Minimum execution time: 31_379_000 picoseconds.
|
||||
Weight::from_parts(33_466_627, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6676))
|
||||
// Standard Error: 60
|
||||
.saturating_add(Weight::from_parts(285, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 632
|
||||
.saturating_add(Weight::from_parts(10_988, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 624
|
||||
.saturating_add(Weight::from_parts(140_169, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 62
|
||||
.saturating_add(Weight::from_parts(434, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 648
|
||||
.saturating_add(Weight::from_parts(12_968, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 640
|
||||
.saturating_add(Weight::from_parts(111_468, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
|
||||
@@ -88,11 +88,11 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `868 + m * (64 ±0)`
|
||||
// Estimated: `6676 + m * (64 ±0)`
|
||||
// Minimum execution time: 25_442_000 picoseconds.
|
||||
Weight::from_parts(26_215_947, 0)
|
||||
// Minimum execution time: 25_855_000 picoseconds.
|
||||
Weight::from_parts(26_422_871, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6676))
|
||||
// Standard Error: 410
|
||||
.saturating_add(Weight::from_parts(43_449, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 372
|
||||
.saturating_add(Weight::from_parts(37_878, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
@@ -113,13 +113,13 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `312 + m * (96 ±0) + p * (36 ±0)`
|
||||
// Estimated: `6676 + m * (97 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 35_991_000 picoseconds.
|
||||
Weight::from_parts(34_605_748, 0)
|
||||
// Minimum execution time: 36_596_000 picoseconds.
|
||||
Weight::from_parts(34_698_463, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6676))
|
||||
// Standard Error: 598
|
||||
.saturating_add(Weight::from_parts(38_227, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 583
|
||||
.saturating_add(Weight::from_parts(119_512, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 561
|
||||
.saturating_add(Weight::from_parts(39_490, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 547
|
||||
.saturating_add(Weight::from_parts(107_190, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_parts(0, 97).saturating_mul(m.into()))
|
||||
@@ -142,13 +142,13 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `762 + m * (96 ±0) + p * (41 ±0)`
|
||||
// Estimated: `6676 + m * (97 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 48_168_000 picoseconds.
|
||||
Weight::from_parts(48_554_161, 0)
|
||||
// Minimum execution time: 48_194_000 picoseconds.
|
||||
Weight::from_parts(49_032_242, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6676))
|
||||
// Standard Error: 1_770
|
||||
.saturating_add(Weight::from_parts(47_441, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_725
|
||||
.saturating_add(Weight::from_parts(119_704, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 1_783
|
||||
.saturating_add(Weight::from_parts(46_747, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_738
|
||||
.saturating_add(Weight::from_parts(114_162, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_parts(0, 97).saturating_mul(m.into()))
|
||||
@@ -174,13 +174,13 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `518 + m * (96 ±0) + p * (41 ±0)`
|
||||
// Estimated: `6676 + m * (109 ±0) + p * (43 ±0)`
|
||||
// Minimum execution time: 47_356_000 picoseconds.
|
||||
Weight::from_parts(48_308_769, 0)
|
||||
// Minimum execution time: 46_522_000 picoseconds.
|
||||
Weight::from_parts(48_725_642, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6676))
|
||||
// Standard Error: 3_712
|
||||
.saturating_add(Weight::from_parts(99_809, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 3_667
|
||||
.saturating_add(Weight::from_parts(136_999, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 3_924
|
||||
.saturating_add(Weight::from_parts(99_493, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 3_876
|
||||
.saturating_add(Weight::from_parts(132_965, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
.saturating_add(Weight::from_parts(0, 109).saturating_mul(m.into()))
|
||||
@@ -205,13 +205,13 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417 + m * (96 ±0) + p * (36 ±0)`
|
||||
// Estimated: `6676 + m * (96 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 37_575_000 picoseconds.
|
||||
Weight::from_parts(36_322_752, 0)
|
||||
// Minimum execution time: 38_055_000 picoseconds.
|
||||
Weight::from_parts(36_843_849, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6676))
|
||||
// Standard Error: 530
|
||||
.saturating_add(Weight::from_parts(38_879, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 511
|
||||
.saturating_add(Weight::from_parts(119_293, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 571
|
||||
.saturating_add(Weight::from_parts(37_581, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 550
|
||||
.saturating_add(Weight::from_parts(103_926, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_parts(0, 96).saturating_mul(m.into()))
|
||||
@@ -227,13 +227,13 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `12`
|
||||
// Estimated: `12362`
|
||||
// Minimum execution time: 31_194_000 picoseconds.
|
||||
Weight::from_parts(19_730_185, 0)
|
||||
// Minimum execution time: 30_370_000 picoseconds.
|
||||
Weight::from_parts(20_600_862, 0)
|
||||
.saturating_add(Weight::from_parts(0, 12362))
|
||||
// Standard Error: 589
|
||||
.saturating_add(Weight::from_parts(141_552, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 582
|
||||
.saturating_add(Weight::from_parts(118_056, 0).saturating_mul(z.into()))
|
||||
// Standard Error: 490
|
||||
.saturating_add(Weight::from_parts(122_072, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 484
|
||||
.saturating_add(Weight::from_parts(102_456, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -255,16 +255,16 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
fn disband(x: u32, y: u32, z: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + x * (52 ±0) + y * (53 ±0) + z * (250 ±0)`
|
||||
// Estimated: `12362 + x * (2539 ±0) + y * (2539 ±0) + z * (2603 ±1)`
|
||||
// Minimum execution time: 262_149_000 picoseconds.
|
||||
Weight::from_parts(263_057_000, 0)
|
||||
// Estimated: `12362 + x * (2539 ±0) + y * (2539 ±0) + z * (2603 ±0)`
|
||||
// Minimum execution time: 282_163_000 picoseconds.
|
||||
Weight::from_parts(284_996_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 12362))
|
||||
// Standard Error: 21_165
|
||||
.saturating_add(Weight::from_parts(497_129, 0).saturating_mul(x.into()))
|
||||
// Standard Error: 21_063
|
||||
.saturating_add(Weight::from_parts(478_945, 0).saturating_mul(y.into()))
|
||||
// Standard Error: 42_088
|
||||
.saturating_add(Weight::from_parts(14_786_304, 0).saturating_mul(z.into()))
|
||||
// Standard Error: 23_331
|
||||
.saturating_add(Weight::from_parts(488_926, 0).saturating_mul(x.into()))
|
||||
// Standard Error: 23_219
|
||||
.saturating_add(Weight::from_parts(528_274, 0).saturating_mul(y.into()))
|
||||
// Standard Error: 46_396
|
||||
.saturating_add(Weight::from_parts(14_838_465, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(x.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(y.into())))
|
||||
@@ -281,8 +281,8 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 10_181_000 picoseconds.
|
||||
Weight::from_parts(10_320_000, 0)
|
||||
// Minimum execution time: 9_852_000 picoseconds.
|
||||
Weight::from_parts(10_129_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -292,8 +292,8 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `76`
|
||||
// Estimated: `10187`
|
||||
// Minimum execution time: 12_958_000 picoseconds.
|
||||
Weight::from_parts(13_130_000, 0)
|
||||
// Minimum execution time: 12_892_000 picoseconds.
|
||||
Weight::from_parts(13_134_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 10187))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -304,8 +304,8 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `149`
|
||||
// Estimated: `10187`
|
||||
// Minimum execution time: 13_987_000 picoseconds.
|
||||
Weight::from_parts(14_205_000, 0)
|
||||
// Minimum execution time: 14_019_000 picoseconds.
|
||||
Weight::from_parts(14_309_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 10187))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -322,8 +322,8 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `294`
|
||||
// Estimated: `18048`
|
||||
// Minimum execution time: 44_585_000 picoseconds.
|
||||
Weight::from_parts(45_153_000, 0)
|
||||
// Minimum execution time: 44_959_000 picoseconds.
|
||||
Weight::from_parts(45_280_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 18048))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -336,8 +336,8 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `193`
|
||||
// Estimated: `18048`
|
||||
// Minimum execution time: 28_059_000 picoseconds.
|
||||
Weight::from_parts(28_305_000, 0)
|
||||
// Minimum execution time: 28_173_000 picoseconds.
|
||||
Weight::from_parts(28_414_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 18048))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -354,8 +354,8 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `236`
|
||||
// Estimated: `12362`
|
||||
// Minimum execution time: 26_197_000 picoseconds.
|
||||
Weight::from_parts(26_655_000, 0)
|
||||
// Minimum execution time: 27_329_000 picoseconds.
|
||||
Weight::from_parts(27_654_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 12362))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -374,8 +374,8 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `236`
|
||||
// Estimated: `23734`
|
||||
// Minimum execution time: 33_606_000 picoseconds.
|
||||
Weight::from_parts(33_898_000, 0)
|
||||
// Minimum execution time: 34_347_000 picoseconds.
|
||||
Weight::from_parts(34_721_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 23734))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
@@ -392,8 +392,8 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `517`
|
||||
// Estimated: `6676`
|
||||
// Minimum execution time: 39_968_000 picoseconds.
|
||||
Weight::from_parts(40_586_000, 0)
|
||||
// Minimum execution time: 40_761_000 picoseconds.
|
||||
Weight::from_parts(41_278_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6676))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -426,8 +426,8 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `643`
|
||||
// Estimated: `18048`
|
||||
// Minimum execution time: 145_826_000 picoseconds.
|
||||
Weight::from_parts(149_620_000, 0)
|
||||
// Minimum execution time: 143_275_000 picoseconds.
|
||||
Weight::from_parts(144_436_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 18048))
|
||||
.saturating_add(T::DbWeight::get().reads(13))
|
||||
.saturating_add(T::DbWeight::get().writes(8))
|
||||
@@ -442,13 +442,13 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `76`
|
||||
// Estimated: `27187`
|
||||
// Minimum execution time: 8_490_000 picoseconds.
|
||||
Weight::from_parts(8_557_000, 0)
|
||||
// Minimum execution time: 7_977_000 picoseconds.
|
||||
Weight::from_parts(8_071_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 27187))
|
||||
// Standard Error: 3_473
|
||||
.saturating_add(Weight::from_parts(1_473_071, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 1_360
|
||||
.saturating_add(Weight::from_parts(75_402, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 3_235
|
||||
.saturating_add(Weight::from_parts(1_501_097, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 1_267
|
||||
.saturating_add(Weight::from_parts(68_685, 0).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -462,13 +462,13 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + l * (100 ±0) + n * (289 ±0)`
|
||||
// Estimated: `27187`
|
||||
// Minimum execution time: 8_394_000 picoseconds.
|
||||
Weight::from_parts(8_467_000, 0)
|
||||
// Minimum execution time: 8_100_000 picoseconds.
|
||||
Weight::from_parts(8_199_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 27187))
|
||||
// Standard Error: 199_845
|
||||
.saturating_add(Weight::from_parts(17_213_927, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 78_268
|
||||
.saturating_add(Weight::from_parts(427_473, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 198_431
|
||||
.saturating_add(Weight::from_parts(16_683_292, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 77_714
|
||||
.saturating_add(Weight::from_parts(464_713, 0).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -484,8 +484,8 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `236`
|
||||
// Estimated: `18048`
|
||||
// Minimum execution time: 32_255_000 picoseconds.
|
||||
Weight::from_parts(32_787_000, 0)
|
||||
// Minimum execution time: 32_208_000 picoseconds.
|
||||
Weight::from_parts(32_841_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 18048))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
|
||||
+19
-19
@@ -17,7 +17,7 @@
|
||||
//! Autogenerated weights for `pallet_balances`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-05-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-05-31, 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("collectives-polkadot-dev"), DB CACHE: 1024
|
||||
@@ -54,8 +54,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 53_490_000 picoseconds.
|
||||
Weight::from_parts(54_270_000, 0)
|
||||
// Minimum execution time: 53_353_000 picoseconds.
|
||||
Weight::from_parts(53_656_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3593))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -66,8 +66,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 40_895_000 picoseconds.
|
||||
Weight::from_parts(41_541_000, 0)
|
||||
// Minimum execution time: 40_065_000 picoseconds.
|
||||
Weight::from_parts(40_508_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3593))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -78,8 +78,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `103`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 16_009_000 picoseconds.
|
||||
Weight::from_parts(16_345_000, 0)
|
||||
// Minimum execution time: 15_582_000 picoseconds.
|
||||
Weight::from_parts(15_878_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3593))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -90,8 +90,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `103`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 22_757_000 picoseconds.
|
||||
Weight::from_parts(23_225_000, 0)
|
||||
// Minimum execution time: 22_358_000 picoseconds.
|
||||
Weight::from_parts(22_586_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3593))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -102,8 +102,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `103`
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 55_122_000 picoseconds.
|
||||
Weight::from_parts(55_729_000, 0)
|
||||
// Minimum execution time: 54_535_000 picoseconds.
|
||||
Weight::from_parts(55_223_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6196))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -114,8 +114,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 49_979_000 picoseconds.
|
||||
Weight::from_parts(50_677_000, 0)
|
||||
// Minimum execution time: 49_377_000 picoseconds.
|
||||
Weight::from_parts(49_974_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3593))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -126,8 +126,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `103`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 18_803_000 picoseconds.
|
||||
Weight::from_parts(19_157_000, 0)
|
||||
// Minimum execution time: 18_096_000 picoseconds.
|
||||
Weight::from_parts(18_474_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3593))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -139,11 +139,11 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + u * (136 ±0)`
|
||||
// Estimated: `990 + u * (2603 ±0)`
|
||||
// Minimum execution time: 18_508_000 picoseconds.
|
||||
Weight::from_parts(18_773_000, 0)
|
||||
// Minimum execution time: 17_767_000 picoseconds.
|
||||
Weight::from_parts(17_983_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 990))
|
||||
// Standard Error: 9_864
|
||||
.saturating_add(Weight::from_parts(14_451_484, 0).saturating_mul(u.into()))
|
||||
// Standard Error: 10_647
|
||||
.saturating_add(Weight::from_parts(14_294_449, 0).saturating_mul(u.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into()))
|
||||
|
||||
+23
-23
@@ -17,7 +17,7 @@
|
||||
//! Autogenerated weights for `pallet_collator_selection`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-05-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-05-31, 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("collectives-polkadot-dev"), DB CACHE: 1024
|
||||
@@ -57,11 +57,11 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `178 + b * (78 ±0)`
|
||||
// Estimated: `1168 + b * (2554 ±0)`
|
||||
// Minimum execution time: 15_467_000 picoseconds.
|
||||
Weight::from_parts(15_103_183, 0)
|
||||
// Minimum execution time: 14_775_000 picoseconds.
|
||||
Weight::from_parts(14_379_856, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1168))
|
||||
// Standard Error: 2_853
|
||||
.saturating_add(Weight::from_parts(2_584_332, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 2_763
|
||||
.saturating_add(Weight::from_parts(2_649_524, 0).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
.saturating_add(Weight::from_parts(0, 2554).saturating_mul(b.into()))
|
||||
@@ -72,8 +72,8 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_562_000 picoseconds.
|
||||
Weight::from_parts(7_765_000, 0)
|
||||
// Minimum execution time: 7_281_000 picoseconds.
|
||||
Weight::from_parts(7_438_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -83,8 +83,8 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_769_000 picoseconds.
|
||||
Weight::from_parts(7_972_000, 0)
|
||||
// Minimum execution time: 7_446_000 picoseconds.
|
||||
Weight::from_parts(7_526_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -105,11 +105,11 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1108 + c * (48 ±0)`
|
||||
// Estimated: `49487 + c * (49 ±0)`
|
||||
// Minimum execution time: 42_430_000 picoseconds.
|
||||
Weight::from_parts(35_423_103, 0)
|
||||
// Minimum execution time: 42_510_000 picoseconds.
|
||||
Weight::from_parts(34_844_518, 0)
|
||||
.saturating_add(Weight::from_parts(0, 49487))
|
||||
// Standard Error: 1_209
|
||||
.saturating_add(Weight::from_parts(114_362, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 1_265
|
||||
.saturating_add(Weight::from_parts(105_965, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
.saturating_add(Weight::from_parts(0, 49).saturating_mul(c.into()))
|
||||
@@ -123,11 +123,11 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `452 + c * (48 ±0)`
|
||||
// Estimated: `49487`
|
||||
// Minimum execution time: 33_827_000 picoseconds.
|
||||
Weight::from_parts(24_290_370, 0)
|
||||
// Minimum execution time: 33_917_000 picoseconds.
|
||||
Weight::from_parts(23_486_217, 0)
|
||||
.saturating_add(Weight::from_parts(0, 49487))
|
||||
// Standard Error: 1_249
|
||||
.saturating_add(Weight::from_parts(109_487, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 1_289
|
||||
.saturating_add(Weight::from_parts(105_541, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -141,8 +141,8 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `103`
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 43_086_000 picoseconds.
|
||||
Weight::from_parts(43_643_000, 0)
|
||||
// Minimum execution time: 43_818_000 picoseconds.
|
||||
Weight::from_parts(44_284_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6196))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -163,11 +163,11 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `22721 + c * (97 ±0) + r * (116 ±0)`
|
||||
// Estimated: `49487 + c * (2519 ±0) + r * (2602 ±0)`
|
||||
// Minimum execution time: 17_338_000 picoseconds.
|
||||
Weight::from_parts(17_589_000, 0)
|
||||
// Minimum execution time: 17_705_000 picoseconds.
|
||||
Weight::from_parts(17_906_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 49487))
|
||||
// Standard Error: 906_988
|
||||
.saturating_add(Weight::from_parts(32_054_748, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 862_538
|
||||
.saturating_add(Weight::from_parts(30_605_371, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
|
||||
+62
-62
@@ -17,7 +17,7 @@
|
||||
//! Autogenerated weights for `pallet_collective`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-05-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-05-31, 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("collectives-polkadot-dev"), DB CACHE: 1024
|
||||
@@ -63,13 +63,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + m * (3232 ±0) + p * (3190 ±0)`
|
||||
// Estimated: `15691 + m * (1967 ±23) + p * (4332 ±23)`
|
||||
// Minimum execution time: 16_795_000 picoseconds.
|
||||
Weight::from_parts(16_942_000, 0)
|
||||
// Minimum execution time: 15_658_000 picoseconds.
|
||||
Weight::from_parts(15_794_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 15691))
|
||||
// Standard Error: 70_459
|
||||
.saturating_add(Weight::from_parts(5_607_397, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 70_459
|
||||
.saturating_add(Weight::from_parts(8_290_115, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 68_169
|
||||
.saturating_add(Weight::from_parts(5_624_034, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 68_169
|
||||
.saturating_add(Weight::from_parts(8_049_725, 0).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))
|
||||
@@ -85,13 +85,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `32 + m * (32 ±0)`
|
||||
// Estimated: `1518 + m * (32 ±0)`
|
||||
// Minimum execution time: 15_803_000 picoseconds.
|
||||
Weight::from_parts(15_071_031, 0)
|
||||
// Minimum execution time: 15_195_000 picoseconds.
|
||||
Weight::from_parts(14_241_864, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1518))
|
||||
// Standard Error: 21
|
||||
.saturating_add(Weight::from_parts(1_253, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 219
|
||||
.saturating_add(Weight::from_parts(13_241, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 15
|
||||
.saturating_add(Weight::from_parts(1_338, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 160
|
||||
.saturating_add(Weight::from_parts(13_397, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
|
||||
}
|
||||
@@ -105,13 +105,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `32 + m * (32 ±0)`
|
||||
// Estimated: `3498 + m * (32 ±0)`
|
||||
// Minimum execution time: 18_645_000 picoseconds.
|
||||
Weight::from_parts(17_717_343, 0)
|
||||
// Minimum execution time: 17_548_000 picoseconds.
|
||||
Weight::from_parts(16_950_722, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3498))
|
||||
// Standard Error: 21
|
||||
.saturating_add(Weight::from_parts(1_471, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 218
|
||||
.saturating_add(Weight::from_parts(22_238, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 20
|
||||
.saturating_add(Weight::from_parts(1_269, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 211
|
||||
.saturating_add(Weight::from_parts(22_355, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
|
||||
}
|
||||
@@ -132,15 +132,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `322 + m * (32 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3714 + m * (33 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 24_537_000 picoseconds.
|
||||
Weight::from_parts(26_471_602, 0)
|
||||
// Minimum execution time: 23_764_000 picoseconds.
|
||||
Weight::from_parts(25_593_249, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3714))
|
||||
// Standard Error: 79
|
||||
.saturating_add(Weight::from_parts(2_604, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 829
|
||||
.saturating_add(Weight::from_parts(20_480, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 818
|
||||
.saturating_add(Weight::from_parts(133_262, 0).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(2_363, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 824
|
||||
.saturating_add(Weight::from_parts(19_898, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 814
|
||||
.saturating_add(Weight::from_parts(125_190, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
.saturating_add(Weight::from_parts(0, 33).saturating_mul(m.into()))
|
||||
@@ -155,11 +155,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `771 + m * (64 ±0)`
|
||||
// Estimated: `4235 + m * (64 ±0)`
|
||||
// Minimum execution time: 23_195_000 picoseconds.
|
||||
Weight::from_parts(23_635_543, 0)
|
||||
// Minimum execution time: 22_071_000 picoseconds.
|
||||
Weight::from_parts(22_842_830, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4235))
|
||||
// Standard Error: 399
|
||||
.saturating_add(Weight::from_parts(45_089, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 362
|
||||
.saturating_add(Weight::from_parts(40_822, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
@@ -178,13 +178,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `360 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3805 + m * (65 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 27_925_000 picoseconds.
|
||||
Weight::from_parts(29_021_838, 0)
|
||||
// Minimum execution time: 27_049_000 picoseconds.
|
||||
Weight::from_parts(28_185_422, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3805))
|
||||
// Standard Error: 582
|
||||
.saturating_add(Weight::from_parts(19_351, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 567
|
||||
.saturating_add(Weight::from_parts(120_374, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 570
|
||||
.saturating_add(Weight::from_parts(19_622, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 555
|
||||
.saturating_add(Weight::from_parts(115_313, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into()))
|
||||
@@ -205,15 +205,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `662 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `3979 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 39_972_000 picoseconds.
|
||||
Weight::from_parts(40_831_166, 0)
|
||||
// Minimum execution time: 37_954_000 picoseconds.
|
||||
Weight::from_parts(39_281_079, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3979))
|
||||
// Standard Error: 78
|
||||
.saturating_add(Weight::from_parts(1_568, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 825
|
||||
.saturating_add(Weight::from_parts(16_454, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 804
|
||||
.saturating_add(Weight::from_parts(132_248, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 81
|
||||
.saturating_add(Weight::from_parts(1_514, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 859
|
||||
.saturating_add(Weight::from_parts(16_260, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 838
|
||||
.saturating_add(Weight::from_parts(128_072, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
@@ -236,13 +236,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `458 + m * (48 ±0) + p * (36 ±0)`
|
||||
// Estimated: `3898 + m * (49 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 29_766_000 picoseconds.
|
||||
Weight::from_parts(31_292_444, 0)
|
||||
// Minimum execution time: 28_733_000 picoseconds.
|
||||
Weight::from_parts(30_266_158, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3898))
|
||||
// Standard Error: 691
|
||||
.saturating_add(Weight::from_parts(19_285, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 674
|
||||
.saturating_add(Weight::from_parts(123_923, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 726
|
||||
.saturating_add(Weight::from_parts(18_225, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 708
|
||||
.saturating_add(Weight::from_parts(120_048, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_parts(0, 49).saturating_mul(m.into()))
|
||||
@@ -265,15 +265,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `682 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `3999 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 42_588_000 picoseconds.
|
||||
Weight::from_parts(43_162_079, 0)
|
||||
// Minimum execution time: 40_639_000 picoseconds.
|
||||
Weight::from_parts(42_182_153, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3999))
|
||||
// Standard Error: 86
|
||||
.saturating_add(Weight::from_parts(1_451, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 914
|
||||
.saturating_add(Weight::from_parts(18_855, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 891
|
||||
.saturating_add(Weight::from_parts(136_799, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 93
|
||||
.saturating_add(Weight::from_parts(1_433, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 992
|
||||
.saturating_add(Weight::from_parts(13_154, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 967
|
||||
.saturating_add(Weight::from_parts(129_169, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
@@ -291,11 +291,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `189 + p * (32 ±0)`
|
||||
// Estimated: `1674 + p * (32 ±0)`
|
||||
// Minimum execution time: 14_465_000 picoseconds.
|
||||
Weight::from_parts(16_635_197, 0)
|
||||
// Minimum execution time: 13_821_000 picoseconds.
|
||||
Weight::from_parts(15_834_740, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1674))
|
||||
// Standard Error: 1_082
|
||||
.saturating_add(Weight::from_parts(117_250, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 638
|
||||
.saturating_add(Weight::from_parts(111_794, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
|
||||
|
||||
+34
-34
@@ -17,7 +17,7 @@
|
||||
//! Autogenerated weights for `pallet_multisig`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-05-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-05-31, 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("collectives-polkadot-dev"), DB CACHE: 1024
|
||||
@@ -53,11 +53,11 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 12_207_000 picoseconds.
|
||||
Weight::from_parts(12_624_117, 0)
|
||||
// Minimum execution time: 11_418_000 picoseconds.
|
||||
Weight::from_parts(11_852_848, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(596, 0).saturating_mul(z.into()))
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(543, 0).saturating_mul(z.into()))
|
||||
}
|
||||
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||
/// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen)
|
||||
@@ -67,13 +67,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `295 + s * (2 ±0)`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 41_674_000 picoseconds.
|
||||
Weight::from_parts(35_138_837, 0)
|
||||
// Minimum execution time: 40_623_000 picoseconds.
|
||||
Weight::from_parts(35_143_249, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6811))
|
||||
// Standard Error: 426
|
||||
.saturating_add(Weight::from_parts(70_175, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 491
|
||||
.saturating_add(Weight::from_parts(65_196, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(1_321, 0).saturating_mul(z.into()))
|
||||
.saturating_add(Weight::from_parts(1_244, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -85,13 +85,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `315`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 28_196_000 picoseconds.
|
||||
Weight::from_parts(22_060_677, 0)
|
||||
// Minimum execution time: 27_116_000 picoseconds.
|
||||
Weight::from_parts(21_183_892, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6811))
|
||||
// Standard Error: 378
|
||||
.saturating_add(Weight::from_parts(71_806, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_256, 0).saturating_mul(z.into()))
|
||||
// Standard Error: 1_040
|
||||
.saturating_add(Weight::from_parts(68_596, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 10
|
||||
.saturating_add(Weight::from_parts(1_211, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -105,13 +105,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `418 + s * (33 ±0)`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 47_099_000 picoseconds.
|
||||
Weight::from_parts(38_806_484, 0)
|
||||
// Minimum execution time: 46_053_000 picoseconds.
|
||||
Weight::from_parts(38_209_438, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6811))
|
||||
// Standard Error: 540
|
||||
.saturating_add(Weight::from_parts(88_311, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(1_354, 0).saturating_mul(z.into()))
|
||||
// Standard Error: 493
|
||||
.saturating_add(Weight::from_parts(84_997, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(1_276, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -122,11 +122,11 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `296 + s * (2 ±0)`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 31_899_000 picoseconds.
|
||||
Weight::from_parts(33_492_356, 0)
|
||||
// Minimum execution time: 31_452_000 picoseconds.
|
||||
Weight::from_parts(33_528_642, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6811))
|
||||
// Standard Error: 684
|
||||
.saturating_add(Weight::from_parts(79_819, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 656
|
||||
.saturating_add(Weight::from_parts(72_992, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -137,11 +137,11 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `315`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 19_002_000 picoseconds.
|
||||
Weight::from_parts(20_275_891, 0)
|
||||
// Minimum execution time: 18_712_000 picoseconds.
|
||||
Weight::from_parts(19_965_736, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6811))
|
||||
// Standard Error: 482
|
||||
.saturating_add(Weight::from_parts(68_692, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 418
|
||||
.saturating_add(Weight::from_parts(61_664, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -152,11 +152,11 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `487 + s * (1 ±0)`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 32_841_000 picoseconds.
|
||||
Weight::from_parts(34_782_386, 0)
|
||||
// Minimum execution time: 32_437_000 picoseconds.
|
||||
Weight::from_parts(34_638_519, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6811))
|
||||
// Standard Error: 656
|
||||
.saturating_add(Weight::from_parts(73_853, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 688
|
||||
.saturating_add(Weight::from_parts(71_088, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
+30
-30
@@ -17,7 +17,7 @@
|
||||
//! Autogenerated weights for `pallet_preimage`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-05-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-05-31, 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("collectives-polkadot-dev"), DB CACHE: 1024
|
||||
@@ -57,11 +57,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `143`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 31_179_000 picoseconds.
|
||||
Weight::from_parts(31_555_000, 0)
|
||||
// Minimum execution time: 29_957_000 picoseconds.
|
||||
Weight::from_parts(30_290_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3556))
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(2_116, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(2_011, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -74,11 +74,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 16_210_000 picoseconds.
|
||||
Weight::from_parts(16_377_000, 0)
|
||||
// Minimum execution time: 15_588_000 picoseconds.
|
||||
Weight::from_parts(15_683_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3556))
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(2_089, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(2_010, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -91,11 +91,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 15_441_000 picoseconds.
|
||||
Weight::from_parts(15_607_000, 0)
|
||||
// Minimum execution time: 14_686_000 picoseconds.
|
||||
Weight::from_parts(14_879_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3556))
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(2_072, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(2_010, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -107,8 +107,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `289`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 38_302_000 picoseconds.
|
||||
Weight::from_parts(39_611_000, 0)
|
||||
// Minimum execution time: 38_394_000 picoseconds.
|
||||
Weight::from_parts(39_215_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3556))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -121,8 +121,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 21_163_000 picoseconds.
|
||||
Weight::from_parts(22_013_000, 0)
|
||||
// Minimum execution time: 21_784_000 picoseconds.
|
||||
Weight::from_parts(22_960_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3556))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -133,8 +133,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `188`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 20_543_000 picoseconds.
|
||||
Weight::from_parts(21_576_000, 0)
|
||||
// Minimum execution time: 20_395_000 picoseconds.
|
||||
Weight::from_parts(21_290_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3556))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -145,8 +145,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 11_317_000 picoseconds.
|
||||
Weight::from_parts(11_834_000, 0)
|
||||
// Minimum execution time: 11_172_000 picoseconds.
|
||||
Weight::from_parts(11_691_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3556))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -157,8 +157,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 13_495_000 picoseconds.
|
||||
Weight::from_parts(13_897_000, 0)
|
||||
// Minimum execution time: 12_656_000 picoseconds.
|
||||
Weight::from_parts(13_325_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3556))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -169,8 +169,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 8_208_000 picoseconds.
|
||||
Weight::from_parts(8_472_000, 0)
|
||||
// Minimum execution time: 7_782_000 picoseconds.
|
||||
Weight::from_parts(8_114_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3556))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -183,8 +183,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 19_788_000 picoseconds.
|
||||
Weight::from_parts(20_692_000, 0)
|
||||
// Minimum execution time: 19_963_000 picoseconds.
|
||||
Weight::from_parts(20_908_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3556))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -195,8 +195,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 7_792_000 picoseconds.
|
||||
Weight::from_parts(8_113_000, 0)
|
||||
// Minimum execution time: 7_769_000 picoseconds.
|
||||
Weight::from_parts(8_108_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3556))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -207,8 +207,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 7_869_000 picoseconds.
|
||||
Weight::from_parts(8_164_000, 0)
|
||||
// Minimum execution time: 7_826_000 picoseconds.
|
||||
Weight::from_parts(8_146_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3556))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
//! Autogenerated weights for `pallet_proxy`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-05-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-05-31, 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("collectives-polkadot-dev"), DB CACHE: 1024
|
||||
@@ -55,11 +55,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `127 + p * (37 ±0)`
|
||||
// Estimated: `4706`
|
||||
// Minimum execution time: 16_925_000 picoseconds.
|
||||
Weight::from_parts(17_434_407, 0)
|
||||
// Minimum execution time: 16_390_000 picoseconds.
|
||||
Weight::from_parts(16_916_214, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4706))
|
||||
// Standard Error: 725
|
||||
.saturating_add(Weight::from_parts(35_067, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 812
|
||||
.saturating_add(Weight::from_parts(31_020, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
}
|
||||
/// Storage: Proxy Proxies (r:1 w:0)
|
||||
@@ -74,13 +74,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `454 + a * (68 ±0) + p * (37 ±0)`
|
||||
// Estimated: `5698`
|
||||
// Minimum execution time: 38_996_000 picoseconds.
|
||||
Weight::from_parts(38_697_326, 0)
|
||||
// Minimum execution time: 37_748_000 picoseconds.
|
||||
Weight::from_parts(37_532_718, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5698))
|
||||
// Standard Error: 1_269
|
||||
.saturating_add(Weight::from_parts(143_716, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 1_312
|
||||
.saturating_add(Weight::from_parts(36_502, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 1_186
|
||||
.saturating_add(Weight::from_parts(147_542, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 1_225
|
||||
.saturating_add(Weight::from_parts(36_909, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -94,13 +94,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `369 + a * (68 ±0)`
|
||||
// Estimated: `5698`
|
||||
// Minimum execution time: 25_647_000 picoseconds.
|
||||
Weight::from_parts(26_204_494, 0)
|
||||
// Minimum execution time: 24_833_000 picoseconds.
|
||||
Weight::from_parts(25_268_493, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5698))
|
||||
// Standard Error: 1_128
|
||||
.saturating_add(Weight::from_parts(137_913, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 1_166
|
||||
.saturating_add(Weight::from_parts(7_581, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 1_924
|
||||
.saturating_add(Weight::from_parts(136_284, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 1_988
|
||||
.saturating_add(Weight::from_parts(13_871, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -114,13 +114,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `369 + a * (68 ±0)`
|
||||
// Estimated: `5698`
|
||||
// Minimum execution time: 25_508_000 picoseconds.
|
||||
Weight::from_parts(26_110_626, 0)
|
||||
// Minimum execution time: 25_026_000 picoseconds.
|
||||
Weight::from_parts(25_338_402, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5698))
|
||||
// Standard Error: 1_155
|
||||
.saturating_add(Weight::from_parts(139_682, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 1_193
|
||||
.saturating_add(Weight::from_parts(8_390, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 1_084
|
||||
.saturating_add(Weight::from_parts(128_989, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 1_120
|
||||
.saturating_add(Weight::from_parts(14_139, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -136,13 +136,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `386 + a * (68 ±0) + p * (37 ±0)`
|
||||
// Estimated: `5698`
|
||||
// Minimum execution time: 35_316_000 picoseconds.
|
||||
Weight::from_parts(34_940_391, 0)
|
||||
// Minimum execution time: 34_527_000 picoseconds.
|
||||
Weight::from_parts(34_041_080, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5698))
|
||||
// Standard Error: 1_038
|
||||
.saturating_add(Weight::from_parts(143_848, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 1_072
|
||||
.saturating_add(Weight::from_parts(37_947, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 1_217
|
||||
.saturating_add(Weight::from_parts(125_156, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 1_257
|
||||
.saturating_add(Weight::from_parts(33_526, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -153,11 +153,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `127 + p * (37 ±0)`
|
||||
// Estimated: `4706`
|
||||
// Minimum execution time: 26_890_000 picoseconds.
|
||||
Weight::from_parts(27_454_486, 0)
|
||||
// Minimum execution time: 25_535_000 picoseconds.
|
||||
Weight::from_parts(26_198_759, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4706))
|
||||
// Standard Error: 1_069
|
||||
.saturating_add(Weight::from_parts(50_270, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 1_191
|
||||
.saturating_add(Weight::from_parts(51_592, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -168,11 +168,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `127 + p * (37 ±0)`
|
||||
// Estimated: `4706`
|
||||
// Minimum execution time: 26_634_000 picoseconds.
|
||||
Weight::from_parts(27_382_449, 0)
|
||||
// Minimum execution time: 25_753_000 picoseconds.
|
||||
Weight::from_parts(26_636_855, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4706))
|
||||
// Standard Error: 1_573
|
||||
.saturating_add(Weight::from_parts(65_622, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 1_564
|
||||
.saturating_add(Weight::from_parts(53_131, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -183,11 +183,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `127 + p * (37 ±0)`
|
||||
// Estimated: `4706`
|
||||
// Minimum execution time: 23_582_000 picoseconds.
|
||||
Weight::from_parts(23_977_985, 0)
|
||||
// Minimum execution time: 22_815_000 picoseconds.
|
||||
Weight::from_parts(23_467_561, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4706))
|
||||
// Standard Error: 2_713
|
||||
.saturating_add(Weight::from_parts(44_551, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 945
|
||||
.saturating_add(Weight::from_parts(24_441, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -198,11 +198,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `139`
|
||||
// Estimated: `4706`
|
||||
// Minimum execution time: 28_564_000 picoseconds.
|
||||
Weight::from_parts(29_496_680, 0)
|
||||
// Minimum execution time: 27_184_000 picoseconds.
|
||||
Weight::from_parts(27_924_432, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4706))
|
||||
// Standard Error: 5_045
|
||||
.saturating_add(Weight::from_parts(29_343, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 1_137
|
||||
.saturating_add(Weight::from_parts(9_619, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -213,11 +213,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `164 + p * (37 ±0)`
|
||||
// Estimated: `4706`
|
||||
// Minimum execution time: 24_932_000 picoseconds.
|
||||
Weight::from_parts(25_952_091, 0)
|
||||
// Minimum execution time: 23_664_000 picoseconds.
|
||||
Weight::from_parts(24_401_690, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4706))
|
||||
// Standard Error: 5_615
|
||||
.saturating_add(Weight::from_parts(22_027, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 958
|
||||
.saturating_add(Weight::from_parts(32_314, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
+21
-21
@@ -17,7 +17,7 @@
|
||||
//! Autogenerated weights for `pallet_ranked_collective`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-05-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-05-31, 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("collectives-polkadot-dev"), DB CACHE: 1024
|
||||
@@ -60,8 +60,8 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `3507`
|
||||
// Minimum execution time: 16_966_000 picoseconds.
|
||||
Weight::from_parts(17_355_000, 0)
|
||||
// Minimum execution time: 17_437_000 picoseconds.
|
||||
Weight::from_parts(17_646_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3507))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -79,11 +79,11 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `584 + r * (281 ±0)`
|
||||
// Estimated: `3519 + r * (2529 ±0)`
|
||||
// Minimum execution time: 28_160_000 picoseconds.
|
||||
Weight::from_parts(30_609_588, 0)
|
||||
// Minimum execution time: 28_698_000 picoseconds.
|
||||
Weight::from_parts(31_441_420, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3519))
|
||||
// Standard Error: 25_389
|
||||
.saturating_add(Weight::from_parts(11_728_844, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 25_785
|
||||
.saturating_add(Weight::from_parts(12_450_241, 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))
|
||||
@@ -103,11 +103,11 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `281 + r * (17 ±0)`
|
||||
// Estimated: `3507`
|
||||
// Minimum execution time: 20_058_000 picoseconds.
|
||||
Weight::from_parts(20_751_832, 0)
|
||||
// Minimum execution time: 20_319_000 picoseconds.
|
||||
Weight::from_parts(21_050_040, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3507))
|
||||
// Standard Error: 3_745
|
||||
.saturating_add(Weight::from_parts(359_667, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 3_562
|
||||
.saturating_add(Weight::from_parts(338_796, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -124,11 +124,11 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `599 + r * (72 ±0)`
|
||||
// Estimated: `3519`
|
||||
// Minimum execution time: 27_806_000 picoseconds.
|
||||
Weight::from_parts(30_225_170, 0)
|
||||
// Minimum execution time: 28_799_000 picoseconds.
|
||||
Weight::from_parts(31_074_181, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3519))
|
||||
// Standard Error: 16_870
|
||||
.saturating_add(Weight::from_parts(608_652, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 17_336
|
||||
.saturating_add(Weight::from_parts(614_951, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -144,8 +144,8 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `633`
|
||||
// Estimated: `317568`
|
||||
// Minimum execution time: 48_000_000 picoseconds.
|
||||
Weight::from_parts(48_520_000, 0)
|
||||
// Minimum execution time: 48_431_000 picoseconds.
|
||||
Weight::from_parts(48_867_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 317568))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -161,11 +161,11 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `467 + n * (50 ±0)`
|
||||
// Estimated: `4365 + n * (2540 ±0)`
|
||||
// Minimum execution time: 15_426_000 picoseconds.
|
||||
Weight::from_parts(19_278_701, 0)
|
||||
// Minimum execution time: 15_419_000 picoseconds.
|
||||
Weight::from_parts(19_562_203, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4365))
|
||||
// Standard Error: 1_274
|
||||
.saturating_add(Weight::from_parts(916_410, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 1_399
|
||||
.saturating_add(Weight::from_parts(986_173, 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())))
|
||||
|
||||
+116
-118
@@ -17,7 +17,7 @@
|
||||
//! Autogenerated weights for `pallet_referenda`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-05-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-05-31, 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("collectives-polkadot-dev"), DB CACHE: 1024
|
||||
@@ -60,8 +60,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `322`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 29_980_000 picoseconds.
|
||||
Weight::from_parts(30_415_000, 0)
|
||||
// Minimum execution time: 29_859_000 picoseconds.
|
||||
Weight::from_parts(30_332_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -74,8 +74,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `366`
|
||||
// Estimated: `317568`
|
||||
// Minimum execution time: 54_782_000 picoseconds.
|
||||
Weight::from_parts(55_250_000, 0)
|
||||
// Minimum execution time: 54_652_000 picoseconds.
|
||||
Weight::from_parts(54_981_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 317568))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -86,15 +86,17 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
/// Proof: FellowshipReferenda DecidingCount (max_values: None, max_size: Some(14), added: 2489, mode: MaxEncodedLen)
|
||||
/// Storage: FellowshipReferenda TrackQueue (r:1 w:1)
|
||||
/// Proof: FellowshipReferenda TrackQueue (max_values: None, max_size: Some(812), added: 3287, mode: MaxEncodedLen)
|
||||
/// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(155814), added: 158289, mode: MaxEncodedLen)
|
||||
fn place_decision_deposit_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1845`
|
||||
// Estimated: `4365`
|
||||
// Minimum execution time: 68_580_000 picoseconds.
|
||||
Weight::from_parts(69_745_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4365))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
// Measured: `2004`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 84_277_000 picoseconds.
|
||||
Weight::from_parts(86_396_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
/// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1)
|
||||
/// Proof: FellowshipReferenda ReferendumInfoFor (max_values: None, max_size: Some(900), added: 3375, mode: MaxEncodedLen)
|
||||
@@ -102,15 +104,17 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
/// Proof: FellowshipReferenda DecidingCount (max_values: None, max_size: Some(14), added: 2489, mode: MaxEncodedLen)
|
||||
/// Storage: FellowshipReferenda TrackQueue (r:1 w:1)
|
||||
/// Proof: FellowshipReferenda TrackQueue (max_values: None, max_size: Some(812), added: 3287, mode: MaxEncodedLen)
|
||||
/// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(155814), added: 158289, mode: MaxEncodedLen)
|
||||
fn place_decision_deposit_not_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1886`
|
||||
// Estimated: `4365`
|
||||
// Minimum execution time: 66_900_000 picoseconds.
|
||||
Weight::from_parts(69_144_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4365))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
// Measured: `2045`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 83_603_000 picoseconds.
|
||||
Weight::from_parts(85_564_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
/// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1)
|
||||
/// Proof: FellowshipReferenda ReferendumInfoFor (max_values: None, max_size: Some(900), added: 3375, mode: MaxEncodedLen)
|
||||
@@ -124,8 +128,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `769`
|
||||
// Estimated: `317568`
|
||||
// Minimum execution time: 125_600_000 picoseconds.
|
||||
Weight::from_parts(129_568_000, 0)
|
||||
// Minimum execution time: 124_446_000 picoseconds.
|
||||
Weight::from_parts(127_196_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 317568))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -136,15 +140,17 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
/// Proof: FellowshipReferenda DecidingCount (max_values: None, max_size: Some(14), added: 2489, mode: MaxEncodedLen)
|
||||
/// Storage: FellowshipCollective MemberCount (r:1 w:0)
|
||||
/// Proof: FellowshipCollective MemberCount (max_values: None, max_size: Some(14), added: 2489, mode: MaxEncodedLen)
|
||||
/// Storage: Scheduler Agenda (r:2 w:2)
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(155814), added: 158289, mode: MaxEncodedLen)
|
||||
fn place_decision_deposit_failing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `579`
|
||||
// Estimated: `4365`
|
||||
// Minimum execution time: 47_058_000 picoseconds.
|
||||
Weight::from_parts(47_629_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4365))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
// Measured: `634`
|
||||
// Estimated: `317568`
|
||||
// Minimum execution time: 67_332_000 picoseconds.
|
||||
Weight::from_parts(68_060_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 317568))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
/// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1)
|
||||
/// Proof: FellowshipReferenda ReferendumInfoFor (max_values: None, max_size: Some(900), added: 3375, mode: MaxEncodedLen)
|
||||
@@ -152,8 +158,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `317`
|
||||
// Estimated: `4365`
|
||||
// Minimum execution time: 32_565_000 picoseconds.
|
||||
Weight::from_parts(32_857_000, 0)
|
||||
// Minimum execution time: 32_800_000 picoseconds.
|
||||
Weight::from_parts(33_194_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4365))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -164,8 +170,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `167`
|
||||
// Estimated: `4365`
|
||||
// Minimum execution time: 16_655_000 picoseconds.
|
||||
Weight::from_parts(16_980_000, 0)
|
||||
// Minimum execution time: 16_319_000 picoseconds.
|
||||
Weight::from_parts(16_595_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4365))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -178,8 +184,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `311`
|
||||
// Estimated: `317568`
|
||||
// Minimum execution time: 39_979_000 picoseconds.
|
||||
Weight::from_parts(40_199_000, 0)
|
||||
// Minimum execution time: 39_829_000 picoseconds.
|
||||
Weight::from_parts(40_797_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 317568))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -208,8 +214,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `517`
|
||||
// Estimated: `317568`
|
||||
// Minimum execution time: 158_717_000 picoseconds.
|
||||
Weight::from_parts(159_336_000, 0)
|
||||
// Minimum execution time: 157_047_000 picoseconds.
|
||||
Weight::from_parts(158_391_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 317568))
|
||||
.saturating_add(T::DbWeight::get().reads(11))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
@@ -222,8 +228,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `140`
|
||||
// Estimated: `4277`
|
||||
// Minimum execution time: 11_107_000 picoseconds.
|
||||
Weight::from_parts(11_302_000, 0)
|
||||
// Minimum execution time: 11_262_000 picoseconds.
|
||||
Weight::from_parts(11_561_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4277))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -234,17 +240,17 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
/// Proof: FellowshipReferenda ReferendumInfoFor (max_values: None, max_size: Some(900), added: 3375, mode: MaxEncodedLen)
|
||||
/// Storage: FellowshipCollective MemberCount (r:1 w:0)
|
||||
/// Proof: FellowshipCollective MemberCount (max_values: None, max_size: Some(14), added: 2489, mode: MaxEncodedLen)
|
||||
/// Storage: Scheduler Agenda (r:2 w:2)
|
||||
/// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(155814), added: 158289, mode: MaxEncodedLen)
|
||||
fn one_fewer_deciding_failing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3896`
|
||||
// Estimated: `317568`
|
||||
// Minimum execution time: 237_949_000 picoseconds.
|
||||
Weight::from_parts(240_956_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 317568))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
// Measured: `2385`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 70_608_000 picoseconds.
|
||||
Weight::from_parts(72_409_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
/// Storage: FellowshipReferenda TrackQueue (r:1 w:1)
|
||||
/// Proof: FellowshipReferenda TrackQueue (max_values: None, max_size: Some(812), added: 3287, mode: MaxEncodedLen)
|
||||
@@ -252,49 +258,45 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
/// Proof: FellowshipReferenda ReferendumInfoFor (max_values: None, max_size: Some(900), added: 3375, mode: MaxEncodedLen)
|
||||
/// Storage: FellowshipCollective MemberCount (r:1 w:0)
|
||||
/// Proof: FellowshipCollective MemberCount (max_values: None, max_size: Some(14), added: 2489, mode: MaxEncodedLen)
|
||||
/// Storage: Scheduler Agenda (r:2 w:2)
|
||||
/// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(155814), added: 158289, mode: MaxEncodedLen)
|
||||
fn one_fewer_deciding_passing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3896`
|
||||
// Estimated: `317568`
|
||||
// Minimum execution time: 240_708_000 picoseconds.
|
||||
Weight::from_parts(242_646_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 317568))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
// Measured: `2385`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 73_010_000 picoseconds.
|
||||
Weight::from_parts(75_118_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
/// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1)
|
||||
/// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:0)
|
||||
/// Proof: FellowshipReferenda ReferendumInfoFor (max_values: None, max_size: Some(900), added: 3375, mode: MaxEncodedLen)
|
||||
/// Storage: FellowshipReferenda TrackQueue (r:1 w:1)
|
||||
/// Proof: FellowshipReferenda TrackQueue (max_values: None, max_size: Some(812), added: 3287, mode: MaxEncodedLen)
|
||||
/// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(155814), added: 158289, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_requeued_insertion() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3494`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 136_435_000 picoseconds.
|
||||
Weight::from_parts(138_673_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
// Measured: `1807`
|
||||
// Estimated: `4365`
|
||||
// Minimum execution time: 35_429_000 picoseconds.
|
||||
Weight::from_parts(36_529_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4365))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
/// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1)
|
||||
/// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:0)
|
||||
/// Proof: FellowshipReferenda ReferendumInfoFor (max_values: None, max_size: Some(900), added: 3375, mode: MaxEncodedLen)
|
||||
/// Storage: FellowshipReferenda TrackQueue (r:1 w:1)
|
||||
/// Proof: FellowshipReferenda TrackQueue (max_values: None, max_size: Some(812), added: 3287, mode: MaxEncodedLen)
|
||||
/// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(155814), added: 158289, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_requeued_slide() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3447`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 136_686_000 picoseconds.
|
||||
Weight::from_parts(137_969_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
// Measured: `1774`
|
||||
// Estimated: `4365`
|
||||
// Minimum execution time: 35_263_000 picoseconds.
|
||||
Weight::from_parts(36_401_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4365))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
/// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1)
|
||||
/// Proof: FellowshipReferenda ReferendumInfoFor (max_values: None, max_size: Some(900), added: 3375, mode: MaxEncodedLen)
|
||||
@@ -302,17 +304,15 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
/// Proof: FellowshipReferenda DecidingCount (max_values: None, max_size: Some(14), added: 2489, mode: MaxEncodedLen)
|
||||
/// Storage: FellowshipReferenda TrackQueue (r:1 w:1)
|
||||
/// Proof: FellowshipReferenda TrackQueue (max_values: None, max_size: Some(812), added: 3287, mode: MaxEncodedLen)
|
||||
/// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(155814), added: 158289, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3433`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 139_598_000 picoseconds.
|
||||
Weight::from_parts(140_713_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
// Measured: `1790`
|
||||
// Estimated: `4365`
|
||||
// Minimum execution time: 41_442_000 picoseconds.
|
||||
Weight::from_parts(42_495_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4365))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
/// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1)
|
||||
/// Proof: FellowshipReferenda ReferendumInfoFor (max_values: None, max_size: Some(900), added: 3375, mode: MaxEncodedLen)
|
||||
@@ -320,17 +320,15 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
/// Proof: FellowshipReferenda DecidingCount (max_values: None, max_size: Some(14), added: 2489, mode: MaxEncodedLen)
|
||||
/// Storage: FellowshipReferenda TrackQueue (r:1 w:1)
|
||||
/// Proof: FellowshipReferenda TrackQueue (max_values: None, max_size: Some(812), added: 3287, mode: MaxEncodedLen)
|
||||
/// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(155814), added: 158289, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_not_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3488`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 139_149_000 picoseconds.
|
||||
Weight::from_parts(140_033_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
// Measured: `1831`
|
||||
// Estimated: `4365`
|
||||
// Minimum execution time: 40_284_000 picoseconds.
|
||||
Weight::from_parts(41_554_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4365))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
/// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1)
|
||||
/// Proof: FellowshipReferenda ReferendumInfoFor (max_values: None, max_size: Some(900), added: 3375, mode: MaxEncodedLen)
|
||||
@@ -340,8 +338,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `263`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 27_153_000 picoseconds.
|
||||
Weight::from_parts(27_344_000, 0)
|
||||
// Minimum execution time: 25_964_000 picoseconds.
|
||||
Weight::from_parts(26_388_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -354,8 +352,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `311`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 27_327_000 picoseconds.
|
||||
Weight::from_parts(27_886_000, 0)
|
||||
// Minimum execution time: 26_428_000 picoseconds.
|
||||
Weight::from_parts(26_997_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -366,8 +364,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `208`
|
||||
// Estimated: `4365`
|
||||
// Minimum execution time: 19_314_000 picoseconds.
|
||||
Weight::from_parts(19_667_000, 0)
|
||||
// Minimum execution time: 18_565_000 picoseconds.
|
||||
Weight::from_parts(18_815_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4365))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -384,8 +382,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `579`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 39_377_000 picoseconds.
|
||||
Weight::from_parts(39_742_000, 0)
|
||||
// Minimum execution time: 39_029_000 picoseconds.
|
||||
Weight::from_parts(39_327_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -402,8 +400,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `714`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 66_532_000 picoseconds.
|
||||
Weight::from_parts(68_794_000, 0)
|
||||
// Minimum execution time: 66_856_000 picoseconds.
|
||||
Weight::from_parts(69_530_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -418,8 +416,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `767`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 87_398_000 picoseconds.
|
||||
Weight::from_parts(90_998_000, 0)
|
||||
// Minimum execution time: 87_496_000 picoseconds.
|
||||
Weight::from_parts(91_067_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -434,8 +432,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `750`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 87_401_000 picoseconds.
|
||||
Weight::from_parts(90_985_000, 0)
|
||||
// Minimum execution time: 76_994_000 picoseconds.
|
||||
Weight::from_parts(90_054_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -450,8 +448,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `767`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 82_591_000 picoseconds.
|
||||
Weight::from_parts(86_670_000, 0)
|
||||
// Minimum execution time: 83_812_000 picoseconds.
|
||||
Weight::from_parts(85_760_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -466,8 +464,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `771`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 55_759_000 picoseconds.
|
||||
Weight::from_parts(58_177_000, 0)
|
||||
// Minimum execution time: 56_903_000 picoseconds.
|
||||
Weight::from_parts(58_110_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -484,8 +482,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `771`
|
||||
// Estimated: `317568`
|
||||
// Minimum execution time: 99_521_000 picoseconds.
|
||||
Weight::from_parts(106_553_000, 0)
|
||||
// Minimum execution time: 101_848_000 picoseconds.
|
||||
Weight::from_parts(108_838_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 317568))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -500,8 +498,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `767`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 87_381_000 picoseconds.
|
||||
Weight::from_parts(91_501_000, 0)
|
||||
// Minimum execution time: 85_974_000 picoseconds.
|
||||
Weight::from_parts(87_622_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -516,8 +514,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `352`
|
||||
// Estimated: `4365`
|
||||
// Minimum execution time: 22_378_000 picoseconds.
|
||||
Weight::from_parts(22_631_000, 0)
|
||||
// Minimum execution time: 21_903_000 picoseconds.
|
||||
Weight::from_parts(22_357_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4365))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -530,8 +528,8 @@ impl<T: frame_system::Config> pallet_referenda::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `285`
|
||||
// Estimated: `4365`
|
||||
// Minimum execution time: 20_116_000 picoseconds.
|
||||
Weight::from_parts(20_255_000, 0)
|
||||
// Minimum execution time: 19_526_000 picoseconds.
|
||||
Weight::from_parts(19_845_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4365))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
|
||||
+37
-37
@@ -17,7 +17,7 @@
|
||||
//! Autogenerated weights for `pallet_scheduler`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-05-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-05-31, 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("collectives-polkadot-dev"), DB CACHE: 1024
|
||||
@@ -54,8 +54,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `31`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 3_399_000 picoseconds.
|
||||
Weight::from_parts(3_512_000, 0)
|
||||
// Minimum execution time: 3_408_000 picoseconds.
|
||||
Weight::from_parts(3_601_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1489))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -67,11 +67,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `77 + s * (177 ±0)`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 2_846_000 picoseconds.
|
||||
Weight::from_parts(4_715_748, 0)
|
||||
// Minimum execution time: 2_948_000 picoseconds.
|
||||
Weight::from_parts(4_528_781, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
// Standard Error: 2_743
|
||||
.saturating_add(Weight::from_parts(971_622, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 2_863
|
||||
.saturating_add(Weight::from_parts(746_443, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -79,8 +79,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_940_000 picoseconds.
|
||||
Weight::from_parts(6_087_000, 0)
|
||||
// Minimum execution time: 5_613_000 picoseconds.
|
||||
Weight::from_parts(5_702_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
}
|
||||
/// Storage: Preimage PreimageFor (r:1 w:1)
|
||||
@@ -92,11 +92,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `179 + s * (1 ±0)`
|
||||
// Estimated: `3644 + s * (1 ±0)`
|
||||
// Minimum execution time: 20_238_000 picoseconds.
|
||||
Weight::from_parts(20_509_000, 0)
|
||||
// Minimum execution time: 19_587_000 picoseconds.
|
||||
Weight::from_parts(19_747_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3644))
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_271, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_parts(1_290, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into()))
|
||||
@@ -107,8 +107,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_274_000 picoseconds.
|
||||
Weight::from_parts(7_466_000, 0)
|
||||
// Minimum execution time: 7_085_000 picoseconds.
|
||||
Weight::from_parts(7_298_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -116,24 +116,24 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_886_000 picoseconds.
|
||||
Weight::from_parts(6_035_000, 0)
|
||||
// Minimum execution time: 5_632_000 picoseconds.
|
||||
Weight::from_parts(5_758_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
}
|
||||
fn execute_dispatch_signed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_994_000 picoseconds.
|
||||
Weight::from_parts(3_101_000, 0)
|
||||
// Minimum execution time: 2_715_000 picoseconds.
|
||||
Weight::from_parts(2_847_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
}
|
||||
fn execute_dispatch_unsigned() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_983_000 picoseconds.
|
||||
Weight::from_parts(3_095_000, 0)
|
||||
// Minimum execution time: 2_678_000 picoseconds.
|
||||
Weight::from_parts(2_803_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
}
|
||||
/// Storage: Scheduler Agenda (r:1 w:1)
|
||||
@@ -143,11 +143,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `77 + s * (177 ±0)`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 12_851_000 picoseconds.
|
||||
Weight::from_parts(14_995_788, 0)
|
||||
// Minimum execution time: 12_364_000 picoseconds.
|
||||
Weight::from_parts(13_805_689, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
// Standard Error: 3_056
|
||||
.saturating_add(Weight::from_parts(980_018, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 3_064
|
||||
.saturating_add(Weight::from_parts(759_823, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -160,11 +160,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `77 + s * (177 ±0)`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 17_805_000 picoseconds.
|
||||
Weight::from_parts(16_078_257, 0)
|
||||
// Minimum execution time: 16_962_000 picoseconds.
|
||||
Weight::from_parts(15_334_746, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
// Standard Error: 3_216
|
||||
.saturating_add(Weight::from_parts(1_767_117, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 3_173
|
||||
.saturating_add(Weight::from_parts(1_327_066, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -177,11 +177,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `468 + s * (179 ±0)`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 16_210_000 picoseconds.
|
||||
Weight::from_parts(20_557_445, 0)
|
||||
// Minimum execution time: 15_693_000 picoseconds.
|
||||
Weight::from_parts(19_926_950, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
// Standard Error: 3_292
|
||||
.saturating_add(Weight::from_parts(992_281, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 3_089
|
||||
.saturating_add(Weight::from_parts(760_361, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -194,11 +194,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `509 + s * (179 ±0)`
|
||||
// Estimated: `159279`
|
||||
// Minimum execution time: 19_976_000 picoseconds.
|
||||
Weight::from_parts(19_613_223, 0)
|
||||
// Minimum execution time: 19_017_000 picoseconds.
|
||||
Weight::from_parts(18_740_840, 0)
|
||||
.saturating_add(Weight::from_parts(0, 159279))
|
||||
// Standard Error: 2_988
|
||||
.saturating_add(Weight::from_parts(1_765_202, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 2_914
|
||||
.saturating_add(Weight::from_parts(1_331_872, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
//! Autogenerated weights for `pallet_session`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-05-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-05-31, 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("collectives-polkadot-dev"), DB CACHE: 1024
|
||||
@@ -56,8 +56,8 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `270`
|
||||
// Estimated: `3735`
|
||||
// Minimum execution time: 17_505_000 picoseconds.
|
||||
Weight::from_parts(17_789_000, 0)
|
||||
// Minimum execution time: 17_575_000 picoseconds.
|
||||
Weight::from_parts(17_997_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3735))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -70,8 +70,8 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `242`
|
||||
// Estimated: `3707`
|
||||
// Minimum execution time: 12_686_000 picoseconds.
|
||||
Weight::from_parts(12_960_000, 0)
|
||||
// Minimum execution time: 12_894_000 picoseconds.
|
||||
Weight::from_parts(13_209_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3707))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
|
||||
+5
-5
@@ -17,7 +17,7 @@
|
||||
//! Autogenerated weights for `pallet_timestamp`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-05-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-05-31, 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("collectives-polkadot-dev"), DB CACHE: 1024
|
||||
@@ -56,8 +56,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `49`
|
||||
// Estimated: `1493`
|
||||
// Minimum execution time: 8_048_000 picoseconds.
|
||||
Weight::from_parts(8_313_000, 0)
|
||||
// Minimum execution time: 7_694_000 picoseconds.
|
||||
Weight::from_parts(7_843_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1493))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -66,8 +66,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `57`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_226_000 picoseconds.
|
||||
Weight::from_parts(3_341_000, 0)
|
||||
// Minimum execution time: 3_208_000 picoseconds.
|
||||
Weight::from_parts(3_295_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
}
|
||||
}
|
||||
|
||||
+17
-17
@@ -17,7 +17,7 @@
|
||||
//! Autogenerated weights for `pallet_utility`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-05-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-05-31, 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("collectives-polkadot-dev"), DB CACHE: 1024
|
||||
@@ -53,18 +53,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_356_000 picoseconds.
|
||||
Weight::from_parts(3_086_549, 0)
|
||||
// Minimum execution time: 6_867_000 picoseconds.
|
||||
Weight::from_parts(7_457_015, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Standard Error: 3_625
|
||||
.saturating_add(Weight::from_parts(4_935_275, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 3_324
|
||||
.saturating_add(Weight::from_parts(4_533_833, 0).saturating_mul(c.into()))
|
||||
}
|
||||
fn as_derivative() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_633_000 picoseconds.
|
||||
Weight::from_parts(5_693_000, 0)
|
||||
// Minimum execution time: 5_383_000 picoseconds.
|
||||
Weight::from_parts(5_461_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
@@ -72,18 +72,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_312_000 picoseconds.
|
||||
Weight::from_parts(3_780_731, 0)
|
||||
// Minimum execution time: 6_958_000 picoseconds.
|
||||
Weight::from_parts(7_234_425, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Standard Error: 6_353
|
||||
.saturating_add(Weight::from_parts(5_289_295, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 2_879
|
||||
.saturating_add(Weight::from_parts(4_769_075, 0).saturating_mul(c.into()))
|
||||
}
|
||||
fn dispatch_as() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_811_000 picoseconds.
|
||||
Weight::from_parts(10_039_000, 0)
|
||||
// Minimum execution time: 8_885_000 picoseconds.
|
||||
Weight::from_parts(9_059_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
@@ -91,10 +91,10 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_419_000 picoseconds.
|
||||
Weight::from_parts(4_232_933, 0)
|
||||
// Minimum execution time: 6_914_000 picoseconds.
|
||||
Weight::from_parts(1_498_896, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Standard Error: 3_419
|
||||
.saturating_add(Weight::from_parts(4_950_293, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 3_750
|
||||
.saturating_add(Weight::from_parts(4_551_100, 0).saturating_mul(c.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
//! Autogenerated weights for `pallet_xcm`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-05-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-05-31, 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("collectives-polkadot-dev"), DB CACHE: 1024
|
||||
@@ -62,8 +62,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `111`
|
||||
// Estimated: `3576`
|
||||
// Minimum execution time: 30_061_000 picoseconds.
|
||||
Weight::from_parts(30_674_000, 0)
|
||||
// Minimum execution time: 28_803_000 picoseconds.
|
||||
Weight::from_parts(29_380_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3576))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -74,8 +74,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `32`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 30_473_000 picoseconds.
|
||||
Weight::from_parts(30_869_000, 0)
|
||||
// Minimum execution time: 27_131_000 picoseconds.
|
||||
Weight::from_parts(27_471_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1489))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
}
|
||||
@@ -105,8 +105,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 10_720_000 picoseconds.
|
||||
Weight::from_parts(10_836_000, 0)
|
||||
// Minimum execution time: 9_763_000 picoseconds.
|
||||
Weight::from_parts(10_070_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -116,8 +116,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_284_000 picoseconds.
|
||||
Weight::from_parts(3_349_000, 0)
|
||||
// Minimum execution time: 2_982_000 picoseconds.
|
||||
Weight::from_parts(3_128_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -141,8 +141,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `111`
|
||||
// Estimated: `3576`
|
||||
// Minimum execution time: 35_075_000 picoseconds.
|
||||
Weight::from_parts(35_592_000, 0)
|
||||
// Minimum execution time: 33_596_000 picoseconds.
|
||||
Weight::from_parts(34_253_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3576))
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
@@ -165,8 +165,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `294`
|
||||
// Estimated: `3759`
|
||||
// Minimum execution time: 35_814_000 picoseconds.
|
||||
Weight::from_parts(36_242_000, 0)
|
||||
// Minimum execution time: 34_203_000 picoseconds.
|
||||
Weight::from_parts(34_510_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3759))
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -177,8 +177,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_199_000 picoseconds.
|
||||
Weight::from_parts(3_444_000, 0)
|
||||
// Minimum execution time: 3_043_000 picoseconds.
|
||||
Weight::from_parts(3_145_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -188,8 +188,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `129`
|
||||
// Estimated: `11019`
|
||||
// Minimum execution time: 16_207_000 picoseconds.
|
||||
Weight::from_parts(16_419_000, 0)
|
||||
// Minimum execution time: 15_740_000 picoseconds.
|
||||
Weight::from_parts(16_015_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 11019))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -200,8 +200,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `133`
|
||||
// Estimated: `11023`
|
||||
// Minimum execution time: 16_204_000 picoseconds.
|
||||
Weight::from_parts(16_554_000, 0)
|
||||
// Minimum execution time: 15_816_000 picoseconds.
|
||||
Weight::from_parts(16_084_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 11023))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -212,8 +212,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `140`
|
||||
// Estimated: `13505`
|
||||
// Minimum execution time: 16_935_000 picoseconds.
|
||||
Weight::from_parts(17_263_000, 0)
|
||||
// Minimum execution time: 16_494_000 picoseconds.
|
||||
Weight::from_parts(16_815_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 13505))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
}
|
||||
@@ -233,8 +233,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `178`
|
||||
// Estimated: `6118`
|
||||
// Minimum execution time: 31_462_000 picoseconds.
|
||||
Weight::from_parts(32_095_000, 0)
|
||||
// Minimum execution time: 30_602_000 picoseconds.
|
||||
Weight::from_parts(31_780_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6118))
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -245,8 +245,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `172`
|
||||
// Estimated: `8587`
|
||||
// Minimum execution time: 8_664_000 picoseconds.
|
||||
Weight::from_parts(8_835_000, 0)
|
||||
// Minimum execution time: 8_638_000 picoseconds.
|
||||
Weight::from_parts(8_798_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 8587))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
}
|
||||
@@ -256,8 +256,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `140`
|
||||
// Estimated: `11030`
|
||||
// Minimum execution time: 15_999_000 picoseconds.
|
||||
Weight::from_parts(16_305_000, 0)
|
||||
// Minimum execution time: 15_385_000 picoseconds.
|
||||
Weight::from_parts(15_771_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 11030))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -278,8 +278,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `182`
|
||||
// Estimated: `11072`
|
||||
// Minimum execution time: 37_949_000 picoseconds.
|
||||
Weight::from_parts(38_524_000, 0)
|
||||
// Minimum execution time: 37_257_000 picoseconds.
|
||||
Weight::from_parts(37_977_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 11072))
|
||||
.saturating_add(T::DbWeight::get().reads(9))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
|
||||
Reference in New Issue
Block a user