[backport] weights 9400 (#2425)

* [benchmarks] pr with weights (#2373)

Co-authored-by: paritytech-ci <paritytech-ci@parity.io>

* [benchmarks] pr with weights (#2374)

Co-authored-by: paritytech-ci <paritytech-ci@parity.io>

* [benchmarks] pr with weights (#2375)

Co-authored-by: paritytech-ci <paritytech-ci@parity.io>

* Proof size in test wasn't sufficient

(due to updated weights.)

---------

Co-authored-by: Paritytech CI <52199148+paritytech-ci@users.noreply.github.com>
Co-authored-by: paritytech-ci <paritytech-ci@parity.io>
Co-authored-by: Giles Cope <gilescope@gmail.com>
This commit is contained in:
Egor_P
2023-04-04 16:00:05 +02:00
committed by GitHub
parent e225e54dc7
commit eaf6c45445
90 changed files with 4416 additions and 4425 deletions
@@ -1,4 +1,4 @@
// Copyright 2021 Parity Technologies (UK) Ltd.
// Copyright Parity Technologies (UK) Ltd.
// This file is part of Cumulus.
// Cumulus is free software: you can redistribute it and/or modify
@@ -17,9 +17,9 @@
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
// Executed Command:
@@ -52,10 +52,10 @@ impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
fn set_config_with_u32() -> Weight {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `571`
// Minimum execution time: 4_808 nanoseconds.
Weight::from_parts(4_966_000, 0)
.saturating_add(Weight::from_parts(0, 571))
// Estimated: `1561`
// Minimum execution time: 5_477_000 picoseconds.
Weight::from_parts(5_623_000, 0)
.saturating_add(Weight::from_parts(0, 1561))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -64,10 +64,10 @@ impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
fn set_config_with_weight() -> Weight {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `571`
// Minimum execution time: 5_014 nanoseconds.
Weight::from_parts(5_135_000, 0)
.saturating_add(Weight::from_parts(0, 571))
// Estimated: `1561`
// Minimum execution time: 5_510_000 picoseconds.
Weight::from_parts(5_676_000, 0)
.saturating_add(Weight::from_parts(0, 1561))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -1,4 +1,4 @@
// Copyright 2021 Parity Technologies (UK) Ltd.
// Copyright Parity Technologies (UK) Ltd.
// This file is part of Cumulus.
// Cumulus is free software: you can redistribute it and/or modify
@@ -17,9 +17,9 @@
//! Autogenerated weights for `frame_system`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
// Executed Command:
@@ -52,22 +52,22 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 1_643 nanoseconds.
Weight::from_parts(1_672_000, 0)
// Minimum execution time: 2_300_000 picoseconds.
Weight::from_parts(2_345_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 0
.saturating_add(Weight::from_parts(368, 0).saturating_mul(b.into()))
.saturating_add(Weight::from_parts(370, 0).saturating_mul(b.into()))
}
/// The range of component `b` is `[0, 3932160]`.
fn remark_with_event(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 6_679 nanoseconds.
Weight::from_parts(6_737_000, 0)
// Minimum execution time: 8_053_000 picoseconds.
Weight::from_parts(8_155_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 0
.saturating_add(Weight::from_parts(1_714, 0).saturating_mul(b.into()))
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(b.into()))
}
/// Storage: System Digest (r:1 w:1)
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
@@ -76,10 +76,10 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
fn set_heap_pages() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `495`
// Minimum execution time: 3_675 nanoseconds.
Weight::from_parts(3_915_000, 0)
.saturating_add(Weight::from_parts(0, 495))
// Estimated: `1485`
// Minimum execution time: 4_456_000 picoseconds.
Weight::from_parts(4_609_000, 0)
.saturating_add(Weight::from_parts(0, 1485))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -90,11 +90,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 1_789 nanoseconds.
Weight::from_parts(1_840_000, 0)
// Minimum execution time: 2_370_000 picoseconds.
Weight::from_parts(2_403_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 2_081
.saturating_add(Weight::from_parts(587_667, 0).saturating_mul(i.into()))
// Standard Error: 1_643
.saturating_add(Weight::from_parts(676_881, 0).saturating_mul(i.into()))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
}
/// Storage: Skipped Metadata (r:0 w:0)
@@ -104,11 +104,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 1_849 nanoseconds.
Weight::from_parts(1_915_000, 0)
// Minimum execution time: 2_342_000 picoseconds.
Weight::from_parts(2_394_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 798
.saturating_add(Weight::from_parts(446_723, 0).saturating_mul(i.into()))
// Standard Error: 917
.saturating_add(Weight::from_parts(502_661, 0).saturating_mul(i.into()))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
}
/// Storage: Skipped Metadata (r:0 w:0)
@@ -118,11 +118,12 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `68 + p * (69 ±0)`
// Estimated: `69 + p * (70 ±0)`
// Minimum execution time: 3_503 nanoseconds.
Weight::from_parts(3_574_000, 0)
// Minimum execution time: 4_461_000 picoseconds.
Weight::from_parts(4_561_000, 0)
.saturating_add(Weight::from_parts(0, 69))
// Standard Error: 948
.saturating_add(Weight::from_parts(949_091, 0).saturating_mul(p.into()))
// Standard Error: 1_428
.saturating_add(Weight::from_parts(1_016_381, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
.saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into()))
}
@@ -1,4 +1,4 @@
// Copyright 2021 Parity Technologies (UK) Ltd.
// Copyright Parity Technologies (UK) Ltd.
// This file is part of Cumulus.
// Cumulus is free software: you can redistribute it and/or modify
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_alliance`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
// Executed Command:
@@ -62,17 +62,17 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 100]`.
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `502 + m * (32 ±0) + p * (36 ±0)`
// Estimated: `10983 + m * (128 ±0) + p * (144 ±0)`
// Minimum execution time: 26_997 nanoseconds.
Weight::from_parts(28_875_691, 0)
.saturating_add(Weight::from_parts(0, 10983))
// Standard Error: 65
.saturating_add(Weight::from_parts(235, 0).saturating_mul(b.into()))
// Standard Error: 683
.saturating_add(Weight::from_parts(17_740, 0).saturating_mul(m.into()))
// Standard Error: 675
.saturating_add(Weight::from_parts(88_731, 0).saturating_mul(p.into()))
// Measured: `439 + m * (32 ±0) + p * (36 ±0)`
// Estimated: `14703 + m * (128 ±0) + p * (144 ±0)`
// Minimum execution time: 29_793_000 picoseconds.
Weight::from_parts(31_622_009, 0)
.saturating_add(Weight::from_parts(0, 14703))
// Standard Error: 59
.saturating_add(Weight::from_parts(194, 0).saturating_mul(b.into()))
// Standard Error: 626
.saturating_add(Weight::from_parts(16_277, 0).saturating_mul(m.into()))
// Standard Error: 618
.saturating_add(Weight::from_parts(115_342, 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, 128).saturating_mul(m.into()))
@@ -85,13 +85,13 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
/// The range of component `m` is `[5, 100]`.
fn vote(m: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `932 + m * (64 ±0)`
// Estimated: `9092 + m * (64 ±0)`
// Minimum execution time: 23_241 nanoseconds.
Weight::from_parts(23_786_275, 0)
.saturating_add(Weight::from_parts(0, 9092))
// Standard Error: 563
.saturating_add(Weight::from_parts(44_164, 0).saturating_mul(m.into()))
// Measured: `868 + m * (64 ±0)`
// Estimated: `11008 + m * (64 ±0)`
// Minimum execution time: 24_860_000 picoseconds.
Weight::from_parts(25_540_583, 0)
.saturating_add(Weight::from_parts(0, 11008))
// Standard Error: 1_049
.saturating_add(Weight::from_parts(44_450, 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()))
@@ -110,15 +110,15 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 100]`.
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `438 + m * (96 ±0) + p * (36 ±0)`
// Estimated: `11067 + m * (388 ±0) + p * (144 ±0)`
// Minimum execution time: 32_551 nanoseconds.
Weight::from_parts(30_322_236, 0)
.saturating_add(Weight::from_parts(0, 11067))
// Standard Error: 695
.saturating_add(Weight::from_parts(44_336, 0).saturating_mul(m.into()))
// Standard Error: 678
.saturating_add(Weight::from_parts(83_273, 0).saturating_mul(p.into()))
// Measured: `312 + m * (96 ±0) + p * (36 ±0)`
// Estimated: `14519 + m * (388 ±0) + p * (144 ±0)`
// Minimum execution time: 35_120_000 picoseconds.
Weight::from_parts(33_274_472, 0)
.saturating_add(Weight::from_parts(0, 14519))
// Standard Error: 1_030
.saturating_add(Weight::from_parts(41_853, 0).saturating_mul(m.into()))
// Standard Error: 1_004
.saturating_add(Weight::from_parts(111_626, 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, 388).saturating_mul(m.into()))
@@ -139,15 +139,15 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 100]`.
fn close_early_approved(_b: u32, m: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `923 + m * (96 ±0) + p * (41 ±0)`
// Estimated: `15422 + m * (388 ±0) + p * (160 ±0)`
// Minimum execution time: 42_592 nanoseconds.
Weight::from_parts(42_349_696, 0)
.saturating_add(Weight::from_parts(0, 15422))
// Standard Error: 1_776
.saturating_add(Weight::from_parts(53_830, 0).saturating_mul(m.into()))
// Standard Error: 1_731
.saturating_add(Weight::from_parts(94_827, 0).saturating_mul(p.into()))
// Measured: `762 + m * (96 ±0) + p * (41 ±0)`
// Estimated: `19732 + m * (388 ±0) + p * (160 ±0)`
// Minimum execution time: 47_135_000 picoseconds.
Weight::from_parts(42_191_348, 0)
.saturating_add(Weight::from_parts(0, 19732))
// Standard Error: 4_449
.saturating_add(Weight::from_parts(76_548, 0).saturating_mul(m.into()))
// Standard Error: 4_337
.saturating_add(Weight::from_parts(143_406, 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, 388).saturating_mul(m.into()))
@@ -171,19 +171,19 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 100]`.
fn close_disapproved(m: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `677 + m * (96 ±0) + p * (41 ±0)`
// Estimated: `14232 + m * (507 ±0) + p * (202 ±0)`
// Minimum execution time: 39_735 nanoseconds.
Weight::from_parts(42_276_266, 0)
.saturating_add(Weight::from_parts(0, 14232))
// Standard Error: 3_451
.saturating_add(Weight::from_parts(94_755, 0).saturating_mul(m.into()))
// Standard Error: 3_409
.saturating_add(Weight::from_parts(108_485, 0).saturating_mul(p.into()))
// Measured: `518 + m * (96 ±0) + p * (41 ±0)`
// Estimated: `19135 + m * (509 ±0) + p * (203 ±0)`
// Minimum execution time: 45_329_000 picoseconds.
Weight::from_parts(46_859_108, 0)
.saturating_add(Weight::from_parts(0, 19135))
// Standard Error: 3_831
.saturating_add(Weight::from_parts(100_587, 0).saturating_mul(m.into()))
// Standard Error: 3_785
.saturating_add(Weight::from_parts(134_469, 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, 507).saturating_mul(m.into()))
.saturating_add(Weight::from_parts(0, 202).saturating_mul(p.into()))
.saturating_add(Weight::from_parts(0, 509).saturating_mul(m.into()))
.saturating_add(Weight::from_parts(0, 203).saturating_mul(p.into()))
}
/// Storage: Alliance Members (r:1 w:0)
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
@@ -202,15 +202,15 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 100]`.
fn close_approved(_b: u32, m: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `545 + m * (96 ±0) + p * (36 ±0)`
// Estimated: `12436 + m * (480 ±0) + p * (180 ±0)`
// Minimum execution time: 33_604 nanoseconds.
Weight::from_parts(32_382_610, 0)
.saturating_add(Weight::from_parts(0, 12436))
// Standard Error: 564
.saturating_add(Weight::from_parts(41_625, 0).saturating_mul(m.into()))
// Standard Error: 544
.saturating_add(Weight::from_parts(80_954, 0).saturating_mul(p.into()))
// Measured: `417 + m * (96 ±0) + p * (36 ±0)`
// Estimated: `16746 + m * (480 ±0) + p * (180 ±0)`
// Minimum execution time: 36_795_000 picoseconds.
Weight::from_parts(35_568_715, 0)
.saturating_add(Weight::from_parts(0, 16746))
// Standard Error: 630
.saturating_add(Weight::from_parts(42_253, 0).saturating_mul(m.into()))
// Standard Error: 607
.saturating_add(Weight::from_parts(107_080, 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, 480).saturating_mul(m.into()))
@@ -225,14 +225,14 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
fn init_members(m: u32, z: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `12`
// Estimated: `11879`
// Minimum execution time: 27_970 nanoseconds.
Weight::from_parts(16_763_631, 0)
.saturating_add(Weight::from_parts(0, 11879))
// Standard Error: 496
.saturating_add(Weight::from_parts(130_747, 0).saturating_mul(m.into()))
// Standard Error: 490
.saturating_add(Weight::from_parts(112_074, 0).saturating_mul(z.into()))
// Estimated: `13859`
// Minimum execution time: 30_057_000 picoseconds.
Weight::from_parts(19_584_887, 0)
.saturating_add(Weight::from_parts(0, 13859))
// Standard Error: 657
.saturating_add(Weight::from_parts(127_220, 0).saturating_mul(m.into()))
// Standard Error: 649
.saturating_add(Weight::from_parts(111_719, 0).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -253,17 +253,17 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
/// The range of component `z` is `[0, 50]`.
fn disband(x: u32, y: u32, z: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0 + x * (52 ±0) + y * (53 ±0) + z * (282 ±0)`
// Estimated: `31580 + x * (2590 ±0) + y * (2590 ±0) + z * (3200 ±1)`
// Minimum execution time: 221_464 nanoseconds.
Weight::from_parts(223_114_000, 0)
.saturating_add(Weight::from_parts(0, 31580))
// Standard Error: 19_600
.saturating_add(Weight::from_parts(471_527, 0).saturating_mul(x.into()))
// Standard Error: 19_506
.saturating_add(Weight::from_parts(424_033, 0).saturating_mul(y.into()))
// Standard Error: 38_976
.saturating_add(Weight::from_parts(9_666_599, 0).saturating_mul(z.into()))
// Measured: `0 + x * (52 ±0) + y * (53 ±0) + z * (250 ±0)`
// Estimated: `35354 + x * (2590 ±0) + y * (2590 ±0) + z * (3104 ±1)`
// Minimum execution time: 257_465_000 picoseconds.
Weight::from_parts(258_993_000, 0)
.saturating_add(Weight::from_parts(0, 35354))
// Standard Error: 22_094
.saturating_add(Weight::from_parts(469_539, 0).saturating_mul(x.into()))
// Standard Error: 21_987
.saturating_add(Weight::from_parts(478_507, 0).saturating_mul(y.into()))
// Standard Error: 43_935
.saturating_add(Weight::from_parts(10_541_803, 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())))
@@ -272,7 +272,7 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(z.into())))
.saturating_add(Weight::from_parts(0, 2590).saturating_mul(x.into()))
.saturating_add(Weight::from_parts(0, 2590).saturating_mul(y.into()))
.saturating_add(Weight::from_parts(0, 3200).saturating_mul(z.into()))
.saturating_add(Weight::from_parts(0, 3104).saturating_mul(z.into()))
}
/// Storage: Alliance Rule (r:0 w:1)
/// Proof: Alliance Rule (max_values: Some(1), max_size: Some(87), added: 582, mode: MaxEncodedLen)
@@ -280,8 +280,8 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 8_585 nanoseconds.
Weight::from_parts(8_746_000, 0)
// Minimum execution time: 9_973_000 picoseconds.
Weight::from_parts(10_247_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -290,10 +290,10 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
fn announce() -> Weight {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `9197`
// Minimum execution time: 10_728 nanoseconds.
Weight::from_parts(10_974_000, 0)
.saturating_add(Weight::from_parts(0, 9197))
// Estimated: `10187`
// Minimum execution time: 12_510_000 picoseconds.
Weight::from_parts(12_659_000, 0)
.saturating_add(Weight::from_parts(0, 10187))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -301,11 +301,11 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
/// Proof: Alliance Announcements (max_values: Some(1), max_size: Some(8702), added: 9197, mode: MaxEncodedLen)
fn remove_announcement() -> Weight {
// Proof Size summary in bytes:
// Measured: `181`
// Estimated: `9197`
// Minimum execution time: 11_751 nanoseconds.
Weight::from_parts(12_205_000, 0)
.saturating_add(Weight::from_parts(0, 9197))
// Measured: `149`
// Estimated: `10187`
// Minimum execution time: 13_365_000 picoseconds.
Weight::from_parts(13_575_000, 0)
.saturating_add(Weight::from_parts(0, 10187))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -319,11 +319,11 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
/// Proof: Alliance DepositOf (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen)
fn join_alliance() -> Weight {
// Proof Size summary in bytes:
// Measured: `388`
// Estimated: `23358`
// Minimum execution time: 38_798 nanoseconds.
Weight::from_parts(39_255_000, 0)
.saturating_add(Weight::from_parts(0, 23358))
// Measured: `294`
// Estimated: `26328`
// Minimum execution time: 40_044_000 picoseconds.
Weight::from_parts(41_623_000, 0)
.saturating_add(Weight::from_parts(0, 26328))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -333,11 +333,11 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
/// Proof: Alliance UnscrupulousAccounts (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
fn nominate_ally() -> Weight {
// Proof Size summary in bytes:
// Measured: `255`
// Estimated: `20755`
// Minimum execution time: 27_702 nanoseconds.
Weight::from_parts(28_189_000, 0)
.saturating_add(Weight::from_parts(0, 20755))
// Measured: `193`
// Estimated: `22735`
// Minimum execution time: 28_166_000 picoseconds.
Weight::from_parts(28_756_000, 0)
.saturating_add(Weight::from_parts(0, 22735))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -351,11 +351,11 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
fn elevate_ally() -> Weight {
// Proof Size summary in bytes:
// Measured: `298`
// Estimated: `12761`
// Minimum execution time: 23_033 nanoseconds.
Weight::from_parts(23_589_000, 0)
.saturating_add(Weight::from_parts(0, 12761))
// Measured: `236`
// Estimated: `14555`
// Minimum execution time: 25_759_000 picoseconds.
Weight::from_parts(26_083_000, 0)
.saturating_add(Weight::from_parts(0, 14555))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(4))
}
@@ -371,11 +371,11 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
/// Proof: Alliance RetiringMembers (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
fn give_retirement_notice() -> Weight {
// Proof Size summary in bytes:
// Measured: `298`
// Estimated: `24133`
// Minimum execution time: 31_352 nanoseconds.
Weight::from_parts(31_848_000, 0)
.saturating_add(Weight::from_parts(0, 24133))
// Measured: `236`
// Estimated: `25927`
// Minimum execution time: 32_603_000 picoseconds.
Weight::from_parts(33_091_000, 0)
.saturating_add(Weight::from_parts(0, 25927))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(5))
}
@@ -389,11 +389,11 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn retire() -> Weight {
// Proof Size summary in bytes:
// Measured: `580`
// Estimated: `13355`
// Minimum execution time: 31_872 nanoseconds.
Weight::from_parts(32_156_000, 0)
.saturating_add(Weight::from_parts(0, 13355))
// Measured: `517`
// Estimated: `17315`
// Minimum execution time: 36_169_000 picoseconds.
Weight::from_parts(36_746_000, 0)
.saturating_add(Weight::from_parts(0, 17315))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(4))
}
@@ -423,11 +423,11 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
fn kick_member() -> Weight {
// Proof Size summary in bytes:
// Measured: `716`
// Estimated: `35980`
// Minimum execution time: 115_869 nanoseconds.
Weight::from_parts(116_954_000, 0)
.saturating_add(Weight::from_parts(0, 35980))
// Measured: `622`
// Estimated: `45128`
// Minimum execution time: 127_845_000 picoseconds.
Weight::from_parts(129_248_000, 0)
.saturating_add(Weight::from_parts(0, 45128))
.saturating_add(T::DbWeight::get().reads(13))
.saturating_add(T::DbWeight::get().writes(8))
}
@@ -440,14 +440,14 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
fn add_unscrupulous_items(n: u32, l: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `29894`
// Minimum execution time: 6_956 nanoseconds.
Weight::from_parts(7_074_000, 0)
.saturating_add(Weight::from_parts(0, 29894))
// Standard Error: 2_782
.saturating_add(Weight::from_parts(1_178_647, 0).saturating_mul(n.into()))
// Standard Error: 1_089
.saturating_add(Weight::from_parts(65_684, 0).saturating_mul(l.into()))
// Estimated: `31874`
// Minimum execution time: 8_183_000 picoseconds.
Weight::from_parts(8_256_000, 0)
.saturating_add(Weight::from_parts(0, 31874))
// Standard Error: 2_929
.saturating_add(Weight::from_parts(1_444_558, 0).saturating_mul(n.into()))
// Standard Error: 1_147
.saturating_add(Weight::from_parts(68_146, 0).saturating_mul(l.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -460,14 +460,14 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
fn remove_unscrupulous_items(n: u32, l: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0 + n * (289 ±0) + l * (100 ±0)`
// Estimated: `29894`
// Minimum execution time: 6_939 nanoseconds.
Weight::from_parts(7_100_000, 0)
.saturating_add(Weight::from_parts(0, 29894))
// Standard Error: 170_977
.saturating_add(Weight::from_parts(13_668_797, 0).saturating_mul(n.into()))
// Standard Error: 66_962
.saturating_add(Weight::from_parts(451_782, 0).saturating_mul(l.into()))
// Estimated: `31874`
// Minimum execution time: 7_982_000 picoseconds.
Weight::from_parts(8_084_000, 0)
.saturating_add(Weight::from_parts(0, 31874))
// Standard Error: 185_716
.saturating_add(Weight::from_parts(16_937_748, 0).saturating_mul(n.into()))
// Standard Error: 72_734
.saturating_add(Weight::from_parts(291_993, 0).saturating_mul(l.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -481,11 +481,11 @@ impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
fn abdicate_fellow_status() -> Weight {
// Proof Size summary in bytes:
// Measured: `298`
// Estimated: `18447`
// Minimum execution time: 29_564 nanoseconds.
Weight::from_parts(30_313_000, 0)
.saturating_add(Weight::from_parts(0, 18447))
// Measured: `236`
// Estimated: `20241`
// Minimum execution time: 31_916_000 picoseconds.
Weight::from_parts(32_301_000, 0)
.saturating_add(Weight::from_parts(0, 20241))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(4))
}
@@ -1,4 +1,4 @@
// Copyright 2021 Parity Technologies (UK) Ltd.
// Copyright Parity Technologies (UK) Ltd.
// This file is part of Cumulus.
// Cumulus is free software: you can redistribute it and/or modify
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_balances`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
// Executed Command:
@@ -51,11 +51,11 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn transfer_allow_death() -> Weight {
// Proof Size summary in bytes:
// Measured: `1176`
// Estimated: `2603`
// Minimum execution time: 45_207 nanoseconds.
Weight::from_parts(45_620_000, 0)
.saturating_add(Weight::from_parts(0, 2603))
// Measured: `0`
// Estimated: `3593`
// Minimum execution time: 35_300_000 picoseconds.
Weight::from_parts(35_618_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -63,11 +63,11 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn transfer_keep_alive() -> Weight {
// Proof Size summary in bytes:
// Measured: `1060`
// Estimated: `2603`
// Minimum execution time: 35_103 nanoseconds.
Weight::from_parts(35_730_000, 0)
.saturating_add(Weight::from_parts(0, 2603))
// Measured: `0`
// Estimated: `3593`
// Minimum execution time: 26_091_000 picoseconds.
Weight::from_parts(26_666_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -75,11 +75,11 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn force_set_balance_creating() -> Weight {
// Proof Size summary in bytes:
// Measured: `1172`
// Estimated: `2603`
// Minimum execution time: 26_007 nanoseconds.
Weight::from_parts(26_347_000, 0)
.saturating_add(Weight::from_parts(0, 2603))
// Measured: `103`
// Estimated: `3593`
// Minimum execution time: 15_271_000 picoseconds.
Weight::from_parts(15_835_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -87,11 +87,11 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn force_set_balance_killing() -> Weight {
// Proof Size summary in bytes:
// Measured: `1172`
// Estimated: `2603`
// Minimum execution time: 28_971 nanoseconds.
Weight::from_parts(29_435_000, 0)
.saturating_add(Weight::from_parts(0, 2603))
// Measured: `103`
// Estimated: `3593`
// Minimum execution time: 18_684_000 picoseconds.
Weight::from_parts(19_146_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -99,11 +99,11 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn force_transfer() -> Weight {
// Proof Size summary in bytes:
// Measured: `1172`
// Estimated: `5206`
// Minimum execution time: 45_554 nanoseconds.
Weight::from_parts(46_156_000, 0)
.saturating_add(Weight::from_parts(0, 5206))
// Measured: `103`
// Estimated: `6196`
// Minimum execution time: 36_588_000 picoseconds.
Weight::from_parts(37_315_000, 0)
.saturating_add(Weight::from_parts(0, 6196))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -111,11 +111,11 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
fn transfer_all() -> Weight {
// Proof Size summary in bytes:
// Measured: `1060`
// Estimated: `2603`
// Minimum execution time: 40_290 nanoseconds.
Weight::from_parts(40_805_000, 0)
.saturating_add(Weight::from_parts(0, 2603))
// Measured: `0`
// Estimated: `3593`
// Minimum execution time: 32_278_000 picoseconds.
Weight::from_parts(32_546_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -126,11 +126,11 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
}
fn force_unreserve() -> Weight {
// Proof Size summary in bytes:
// Measured: `1056`
// Estimated: `2603`
// Minimum execution time: 22_459 nanoseconds.
Weight::from_parts(23_037_000, 0)
.saturating_add(Weight::from_parts(0, 2603))
// Measured: `103`
// Estimated: `3593`
// Minimum execution time: 14_817_000 picoseconds.
Weight::from_parts(15_115_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -1,4 +1,4 @@
// Copyright 2021 Parity Technologies (UK) Ltd.
// Copyright Parity Technologies (UK) Ltd.
// This file is part of Cumulus.
// Cumulus is free software: you can redistribute it and/or modify
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_collator_selection`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
// Executed Command:
@@ -55,12 +55,12 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
fn set_invulnerables(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `178 + b * (78 ±0)`
// Estimated: `178 + b * (2554 ±0)`
// Minimum execution time: 13_471 nanoseconds.
Weight::from_parts(13_949_440, 0)
.saturating_add(Weight::from_parts(0, 178))
// Standard Error: 3_549
.saturating_add(Weight::from_parts(2_497_077, 0).saturating_mul(b.into()))
// Estimated: `1168 + b * (2554 ±0)`
// Minimum execution time: 14_884_000 picoseconds.
Weight::from_parts(14_947_157, 0)
.saturating_add(Weight::from_parts(0, 1168))
// Standard Error: 4_169
.saturating_add(Weight::from_parts(2_615_559, 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()))
@@ -71,8 +71,8 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 6_444 nanoseconds.
Weight::from_parts(6_763_000, 0)
// Minimum execution time: 7_057_000 picoseconds.
Weight::from_parts(7_226_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -82,8 +82,8 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 6_610 nanoseconds.
Weight::from_parts(6_807_000, 0)
// Minimum execution time: 7_216_000 picoseconds.
Weight::from_parts(7_502_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -102,13 +102,13 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
/// The range of component `c` is `[1, 999]`.
fn register_as_candidate(c: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `1171 + c * (48 ±0)`
// Estimated: `56784 + c * (49 ±0)`
// Minimum execution time: 35_411 nanoseconds.
Weight::from_parts(26_990_808, 0)
.saturating_add(Weight::from_parts(0, 56784))
// Standard Error: 1_294
.saturating_add(Weight::from_parts(107_975, 0).saturating_mul(c.into()))
// Measured: `1108 + c * (48 ±0)`
// Estimated: `61671 + c * (49 ±0)`
// Minimum execution time: 38_806_000 picoseconds.
Weight::from_parts(31_477_823, 0)
.saturating_add(Weight::from_parts(0, 61671))
// Standard Error: 1_220
.saturating_add(Weight::from_parts(108_369, 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()))
@@ -120,13 +120,13 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
/// The range of component `c` is `[6, 1000]`.
fn leave_intent(c: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `536 + c * (48 ±0)`
// Estimated: `48497`
// Minimum execution time: 25_912 nanoseconds.
Weight::from_parts(15_664_296, 0)
.saturating_add(Weight::from_parts(0, 48497))
// Standard Error: 1_292
.saturating_add(Weight::from_parts(105_672, 0).saturating_mul(c.into()))
// Measured: `452 + c * (48 ±0)`
// Estimated: `49487`
// Minimum execution time: 29_463_000 picoseconds.
Weight::from_parts(19_105_316, 0)
.saturating_add(Weight::from_parts(0, 49487))
// Standard Error: 1_307
.saturating_add(Weight::from_parts(106_299, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -138,11 +138,11 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
fn note_author() -> Weight {
// Proof Size summary in bytes:
// Measured: `135`
// Estimated: `5749`
// Minimum execution time: 24_773 nanoseconds.
Weight::from_parts(25_088_000, 0)
.saturating_add(Weight::from_parts(0, 5749))
// Measured: `103`
// Estimated: `7729`
// Minimum execution time: 28_319_000 picoseconds.
Weight::from_parts(28_880_000, 0)
.saturating_add(Weight::from_parts(0, 7729))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(4))
}
@@ -160,18 +160,18 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
/// The range of component `c` is `[1, 1000]`.
fn new_session(r: u32, c: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `22784 + r * (148 ±0) + c * (97 ±0)`
// Estimated: `52737 + c * (2519 ±0) + r * (2602 ±0)`
// Minimum execution time: 16_174 nanoseconds.
Weight::from_parts(16_337_000, 0)
.saturating_add(Weight::from_parts(0, 52737))
// Standard Error: 759_621
.saturating_add(Weight::from_parts(27_780_906, 0).saturating_mul(c.into()))
// Measured: `22721 + r * (116 ±0) + c * (97 ±0)`
// Estimated: `56697 + r * (2602 ±0) + c * (2520 ±0)`
// Minimum execution time: 17_111_000 picoseconds.
Weight::from_parts(17_332_000, 0)
.saturating_add(Weight::from_parts(0, 56697))
// Standard Error: 800_597
.saturating_add(Weight::from_parts(29_089_719, 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))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
.saturating_add(Weight::from_parts(0, 2519).saturating_mul(c.into()))
.saturating_add(Weight::from_parts(0, 2602).saturating_mul(r.into()))
.saturating_add(Weight::from_parts(0, 2520).saturating_mul(c.into()))
}
}
@@ -1,4 +1,4 @@
// Copyright 2021 Parity Technologies (UK) Ltd.
// Copyright Parity Technologies (UK) Ltd.
// This file is part of Cumulus.
// Cumulus is free software: you can redistribute it and/or modify
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_collective`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
// Executed Command:
@@ -60,21 +60,21 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[0, 100]`.
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0 + m * (3233 ±0) + p * (3223 ±0)`
// Estimated: `15906 + m * (7809 ±23) + p * (10238 ±23)`
// Minimum execution time: 15_797 nanoseconds.
Weight::from_parts(16_028_000, 0)
.saturating_add(Weight::from_parts(0, 15906))
// Standard Error: 70_308
.saturating_add(Weight::from_parts(5_642_347, 0).saturating_mul(m.into()))
// Standard Error: 70_308
.saturating_add(Weight::from_parts(8_133_950, 0).saturating_mul(p.into()))
// Measured: `0 + m * (3232 ±0) + p * (3190 ±0)`
// Estimated: `18748 + m * (7799 ±23) + p * (10110 ±23)`
// Minimum execution time: 16_280_000 picoseconds.
Weight::from_parts(16_431_000, 0)
.saturating_add(Weight::from_parts(0, 18748))
// Standard Error: 67_432
.saturating_add(Weight::from_parts(5_382_109, 0).saturating_mul(m.into()))
// Standard Error: 67_432
.saturating_add(Weight::from_parts(8_022_628, 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))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
.saturating_add(Weight::from_parts(0, 7809).saturating_mul(m.into()))
.saturating_add(Weight::from_parts(0, 10238).saturating_mul(p.into()))
.saturating_add(Weight::from_parts(0, 7799).saturating_mul(m.into()))
.saturating_add(Weight::from_parts(0, 10110).saturating_mul(p.into()))
}
/// Storage: AllianceMotion Members (r:1 w:0)
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
@@ -82,15 +82,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `m` is `[1, 100]`.
fn execute(b: u32, m: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `64 + m * (32 ±0)`
// Estimated: `560 + m * (32 ±0)`
// Minimum execution time: 14_039 nanoseconds.
Weight::from_parts(13_145_821, 0)
.saturating_add(Weight::from_parts(0, 560))
// Measured: `32 + m * (32 ±0)`
// Estimated: `1518 + m * (32 ±0)`
// Minimum execution time: 15_340_000 picoseconds.
Weight::from_parts(14_971_140, 0)
.saturating_add(Weight::from_parts(0, 1518))
// Standard Error: 24
.saturating_add(Weight::from_parts(1_434, 0).saturating_mul(b.into()))
// Standard Error: 248
.saturating_add(Weight::from_parts(14_559, 0).saturating_mul(m.into()))
.saturating_add(Weight::from_parts(1_237, 0).saturating_mul(b.into()))
// Standard Error: 252
.saturating_add(Weight::from_parts(13_257, 0).saturating_mul(m.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
}
@@ -102,15 +102,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `m` is `[1, 100]`.
fn propose_execute(b: u32, m: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `64 + m * (32 ±0)`
// Estimated: `3100 + m * (64 ±0)`
// Minimum execution time: 16_235 nanoseconds.
Weight::from_parts(14_913_854, 0)
.saturating_add(Weight::from_parts(0, 3100))
// Measured: `32 + m * (32 ±0)`
// Estimated: `5016 + m * (64 ±0)`
// Minimum execution time: 18_083_000 picoseconds.
Weight::from_parts(17_322_823, 0)
.saturating_add(Weight::from_parts(0, 5016))
// Standard Error: 26
.saturating_add(Weight::from_parts(1_744, 0).saturating_mul(b.into()))
// Standard Error: 273
.saturating_add(Weight::from_parts(23_908, 0).saturating_mul(m.into()))
.saturating_add(Weight::from_parts(1_248, 0).saturating_mul(b.into()))
// Standard Error: 272
.saturating_add(Weight::from_parts(22_423, 0).saturating_mul(m.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
}
@@ -129,17 +129,17 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 100]`.
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `386 + m * (32 ±0) + p * (36 ±0)`
// Estimated: `5505 + m * (165 ±0) + p * (180 ±0)`
// Minimum execution time: 21_595 nanoseconds.
Weight::from_parts(23_162_876, 0)
.saturating_add(Weight::from_parts(0, 5505))
// Standard Error: 76
.saturating_add(Weight::from_parts(2_647, 0).saturating_mul(b.into()))
// Standard Error: 797
.saturating_add(Weight::from_parts(19_673, 0).saturating_mul(m.into()))
// Standard Error: 787
.saturating_add(Weight::from_parts(95_242, 0).saturating_mul(p.into()))
// Measured: `322 + m * (32 ±0) + p * (36 ±0)`
// Estimated: `9165 + m * (165 ±0) + p * (180 ±0)`
// Minimum execution time: 24_019_000 picoseconds.
Weight::from_parts(26_316_662, 0)
.saturating_add(Weight::from_parts(0, 9165))
// Standard Error: 77
.saturating_add(Weight::from_parts(2_166, 0).saturating_mul(b.into()))
// Standard Error: 810
.saturating_add(Weight::from_parts(20_438, 0).saturating_mul(m.into()))
// Standard Error: 799
.saturating_add(Weight::from_parts(122_504, 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, 165).saturating_mul(m.into()))
@@ -152,13 +152,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `m` is `[5, 100]`.
fn vote(m: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `836 + m * (64 ±0)`
// Estimated: `4640 + m * (128 ±0)`
// Minimum execution time: 20_793 nanoseconds.
Weight::from_parts(21_342_865, 0)
.saturating_add(Weight::from_parts(0, 4640))
// Standard Error: 394
.saturating_add(Weight::from_parts(43_236, 0).saturating_mul(m.into()))
// Measured: `771 + m * (64 ±0)`
// Estimated: `6490 + m * (128 ±0)`
// Minimum execution time: 22_516_000 picoseconds.
Weight::from_parts(23_803_657, 0)
.saturating_add(Weight::from_parts(0, 6490))
// Standard Error: 1_968
.saturating_add(Weight::from_parts(38_988, 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, 128).saturating_mul(m.into()))
@@ -175,15 +175,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 100]`.
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `456 + m * (64 ±0) + p * (36 ±0)`
// Estimated: `5213 + m * (260 ±0) + p * (144 ±0)`
// Minimum execution time: 24_859 nanoseconds.
Weight::from_parts(26_156_065, 0)
.saturating_add(Weight::from_parts(0, 5213))
// Standard Error: 737
.saturating_add(Weight::from_parts(20_578, 0).saturating_mul(m.into()))
// Standard Error: 718
.saturating_add(Weight::from_parts(86_327, 0).saturating_mul(p.into()))
// Measured: `360 + m * (64 ±0) + p * (36 ±0)`
// Estimated: `7795 + m * (260 ±0) + p * (144 ±0)`
// Minimum execution time: 26_841_000 picoseconds.
Weight::from_parts(28_166_692, 0)
.saturating_add(Weight::from_parts(0, 7795))
// Standard Error: 657
.saturating_add(Weight::from_parts(20_102, 0).saturating_mul(m.into()))
// Standard Error: 641
.saturating_add(Weight::from_parts(113_841, 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, 260).saturating_mul(m.into()))
@@ -202,17 +202,17 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 100]`.
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `792 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
// Estimated: `8484 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)`
// Minimum execution time: 34_729 nanoseconds.
Weight::from_parts(36_499_058, 0)
.saturating_add(Weight::from_parts(0, 8484))
// Measured: `662 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
// Estimated: `11956 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)`
// Minimum execution time: 38_310_000 picoseconds.
Weight::from_parts(40_050_347, 0)
.saturating_add(Weight::from_parts(0, 11956))
// Standard Error: 84
.saturating_add(Weight::from_parts(1_409, 0).saturating_mul(b.into()))
// Standard Error: 893
.saturating_add(Weight::from_parts(14_167, 0).saturating_mul(m.into()))
// Standard Error: 871
.saturating_add(Weight::from_parts(101_999, 0).saturating_mul(p.into()))
.saturating_add(Weight::from_parts(1_379, 0).saturating_mul(b.into()))
// Standard Error: 892
.saturating_add(Weight::from_parts(13_153, 0).saturating_mul(m.into()))
// Standard Error: 870
.saturating_add(Weight::from_parts(132_394, 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, 4).saturating_mul(b.into()))
@@ -233,15 +233,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 100]`.
fn close_disapproved(m: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `553 + m * (48 ±0) + p * (36 ±0)`
// Estimated: `6605 + m * (245 ±0) + p * (180 ±0)`
// Minimum execution time: 27_113 nanoseconds.
Weight::from_parts(28_105_174, 0)
.saturating_add(Weight::from_parts(0, 6605))
// Standard Error: 686
.saturating_add(Weight::from_parts(20_379, 0).saturating_mul(m.into()))
// Standard Error: 669
.saturating_add(Weight::from_parts(89_284, 0).saturating_mul(p.into()))
// Measured: `458 + m * (48 ±0) + p * (36 ±0)`
// Estimated: `10085 + m * (245 ±0) + p * (180 ±0)`
// Minimum execution time: 29_071_000 picoseconds.
Weight::from_parts(30_524_865, 0)
.saturating_add(Weight::from_parts(0, 10085))
// Standard Error: 658
.saturating_add(Weight::from_parts(18_125, 0).saturating_mul(m.into()))
// Standard Error: 641
.saturating_add(Weight::from_parts(115_123, 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, 245).saturating_mul(m.into()))
@@ -262,17 +262,17 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 100]`.
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `812 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
// Estimated: `9715 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)`
// Minimum execution time: 37_242 nanoseconds.
Weight::from_parts(38_722_168, 0)
.saturating_add(Weight::from_parts(0, 9715))
// Standard Error: 89
.saturating_add(Weight::from_parts(1_419, 0).saturating_mul(b.into()))
// Standard Error: 947
.saturating_add(Weight::from_parts(15_417, 0).saturating_mul(m.into()))
// Standard Error: 923
.saturating_add(Weight::from_parts(103_094, 0).saturating_mul(p.into()))
// Measured: `682 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
// Estimated: `14055 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)`
// Minimum execution time: 40_932_000 picoseconds.
Weight::from_parts(42_564_375, 0)
.saturating_add(Weight::from_parts(0, 14055))
// Standard Error: 91
.saturating_add(Weight::from_parts(1_354, 0).saturating_mul(b.into()))
// Standard Error: 962
.saturating_add(Weight::from_parts(14_498, 0).saturating_mul(m.into()))
// Standard Error: 937
.saturating_add(Weight::from_parts(133_672, 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, 5).saturating_mul(b.into()))
@@ -288,13 +288,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 100]`.
fn disapprove_proposal(p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `221 + p * (32 ±0)`
// Estimated: `1158 + p * (96 ±0)`
// Minimum execution time: 13_173 nanoseconds.
Weight::from_parts(14_787_145, 0)
.saturating_add(Weight::from_parts(0, 1158))
// Standard Error: 614
.saturating_add(Weight::from_parts(81_286, 0).saturating_mul(p.into()))
// Measured: `189 + p * (32 ±0)`
// Estimated: `2052 + p * (96 ±0)`
// Minimum execution time: 14_577_000 picoseconds.
Weight::from_parts(17_078_204, 0)
.saturating_add(Weight::from_parts(0, 2052))
// Standard Error: 1_851
.saturating_add(Weight::from_parts(96_610, 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, 96).saturating_mul(p.into()))
@@ -1,4 +1,4 @@
// Copyright 2021 Parity Technologies (UK) Ltd.
// Copyright Parity Technologies (UK) Ltd.
// This file is part of Cumulus.
// Cumulus is free software: you can redistribute it and/or modify
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_multisig`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
// Executed Command:
@@ -52,11 +52,11 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 11_628 nanoseconds.
Weight::from_parts(12_058_313, 0)
// Minimum execution time: 11_874_000 picoseconds.
Weight::from_parts(12_338_482, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 3
.saturating_add(Weight::from_parts(500, 0).saturating_mul(z.into()))
// Standard Error: 1
.saturating_add(Weight::from_parts(501, 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)
@@ -64,15 +64,15 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
/// The range of component `z` is `[0, 10000]`.
fn as_multi_create(s: u32, z: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `311 + s * (2 ±0)`
// Estimated: `5821`
// Minimum execution time: 34_764 nanoseconds.
Weight::from_parts(27_813_109, 0)
.saturating_add(Weight::from_parts(0, 5821))
// Standard Error: 630
.saturating_add(Weight::from_parts(73_821, 0).saturating_mul(s.into()))
// Measured: `262 + s * (2 ±0)`
// Estimated: `6811`
// Minimum execution time: 37_113_000 picoseconds.
Weight::from_parts(31_650_752, 0)
.saturating_add(Weight::from_parts(0, 6811))
// Standard Error: 685
.saturating_add(Weight::from_parts(60_611, 0).saturating_mul(s.into()))
// Standard Error: 6
.saturating_add(Weight::from_parts(1_542, 0).saturating_mul(z.into()))
.saturating_add(Weight::from_parts(1_223, 0).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -82,15 +82,15 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
/// The range of component `z` is `[0, 10000]`.
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `313`
// Estimated: `5821`
// Minimum execution time: 25_932 nanoseconds.
Weight::from_parts(19_364_026, 0)
.saturating_add(Weight::from_parts(0, 5821))
// Standard Error: 490
.saturating_add(Weight::from_parts(69_834, 0).saturating_mul(s.into()))
// Standard Error: 4
.saturating_add(Weight::from_parts(1_520, 0).saturating_mul(z.into()))
// Measured: `282`
// Estimated: `6811`
// Minimum execution time: 27_063_000 picoseconds.
Weight::from_parts(21_745_286, 0)
.saturating_add(Weight::from_parts(0, 6811))
// Standard Error: 540
.saturating_add(Weight::from_parts(59_750, 0).saturating_mul(s.into()))
// Standard Error: 5
.saturating_add(Weight::from_parts(1_199, 0).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -102,15 +102,15 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
/// The range of component `z` is `[0, 10000]`.
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `448 + s * (33 ±0)`
// Estimated: `8424`
// Minimum execution time: 39_495 nanoseconds.
Weight::from_parts(31_235_649, 0)
.saturating_add(Weight::from_parts(0, 8424))
// Standard Error: 570
.saturating_add(Weight::from_parts(88_719, 0).saturating_mul(s.into()))
// Standard Error: 5
.saturating_add(Weight::from_parts(1_523, 0).saturating_mul(z.into()))
// Measured: `385 + s * (33 ±0)`
// Estimated: `10404`
// Minimum execution time: 41_635_000 picoseconds.
Weight::from_parts(35_205_750, 0)
.saturating_add(Weight::from_parts(0, 10404))
// Standard Error: 614
.saturating_add(Weight::from_parts(77_394, 0).saturating_mul(s.into()))
// Standard Error: 6
.saturating_add(Weight::from_parts(1_194, 0).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -119,13 +119,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
/// The range of component `s` is `[2, 100]`.
fn approve_as_multi_create(s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `318 + s * (2 ±0)`
// Estimated: `5821`
// Minimum execution time: 24_708 nanoseconds.
Weight::from_parts(26_673_173, 0)
.saturating_add(Weight::from_parts(0, 5821))
// Standard Error: 863
.saturating_add(Weight::from_parts(81_459, 0).saturating_mul(s.into()))
// Measured: `263 + s * (2 ±0)`
// Estimated: `6811`
// Minimum execution time: 28_179_000 picoseconds.
Weight::from_parts(29_964_208, 0)
.saturating_add(Weight::from_parts(0, 6811))
// Standard Error: 692
.saturating_add(Weight::from_parts(67_380, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -134,13 +134,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
/// The range of component `s` is `[2, 100]`.
fn approve_as_multi_approve(s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `313`
// Estimated: `5821`
// Minimum execution time: 16_520 nanoseconds.
Weight::from_parts(18_123_705, 0)
.saturating_add(Weight::from_parts(0, 5821))
// Standard Error: 661
.saturating_add(Weight::from_parts(74_405, 0).saturating_mul(s.into()))
// Measured: `282`
// Estimated: `6811`
// Minimum execution time: 18_604_000 picoseconds.
Weight::from_parts(20_059_859, 0)
.saturating_add(Weight::from_parts(0, 6811))
// Standard Error: 1_469
.saturating_add(Weight::from_parts(65_134, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -149,13 +149,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
/// The range of component `s` is `[2, 100]`.
fn cancel_as_multi(s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `517 + s * (1 ±0)`
// Estimated: `5821`
// Minimum execution time: 25_476 nanoseconds.
Weight::from_parts(27_845_581, 0)
.saturating_add(Weight::from_parts(0, 5821))
// Standard Error: 868
.saturating_add(Weight::from_parts(77_797, 0).saturating_mul(s.into()))
// Measured: `454 + s * (1 ±0)`
// Estimated: `6811`
// Minimum execution time: 28_438_000 picoseconds.
Weight::from_parts(30_815_747, 0)
.saturating_add(Weight::from_parts(0, 6811))
// Standard Error: 774
.saturating_add(Weight::from_parts(67_365, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -1,4 +1,4 @@
// Copyright 2021 Parity Technologies (UK) Ltd.
// Copyright Parity Technologies (UK) Ltd.
// This file is part of Cumulus.
// Cumulus is free software: you can redistribute it and/or modify
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_proxy`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
// Executed Command:
@@ -52,13 +52,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 31]`.
fn proxy(p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `159 + p * (37 ±0)`
// Estimated: `3716`
// Minimum execution time: 14_443 nanoseconds.
Weight::from_parts(15_158_969, 0)
.saturating_add(Weight::from_parts(0, 3716))
// Standard Error: 1_249
.saturating_add(Weight::from_parts(33_941, 0).saturating_mul(p.into()))
// Measured: `127 + p * (37 ±0)`
// Estimated: `4706`
// Minimum execution time: 16_370_000 picoseconds.
Weight::from_parts(17_099_234, 0)
.saturating_add(Weight::from_parts(0, 4706))
// Standard Error: 1_021
.saturating_add(Weight::from_parts(27_747, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1))
}
/// Storage: Proxy Proxies (r:1 w:0)
@@ -71,15 +71,15 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 31]`.
fn proxy_announced(a: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `550 + a * (68 ±0) + p * (37 ±0)`
// Estimated: `11027`
// Minimum execution time: 32_060 nanoseconds.
Weight::from_parts(32_192_294, 0)
.saturating_add(Weight::from_parts(0, 11027))
// Standard Error: 1_900
.saturating_add(Weight::from_parts(109_332, 0).saturating_mul(a.into()))
// Standard Error: 1_963
.saturating_add(Weight::from_parts(39_154, 0).saturating_mul(p.into()))
// Measured: `454 + a * (68 ±0) + p * (37 ±0)`
// Estimated: `13997`
// Minimum execution time: 34_655_000 picoseconds.
Weight::from_parts(35_088_843, 0)
.saturating_add(Weight::from_parts(0, 13997))
// Standard Error: 1_939
.saturating_add(Weight::from_parts(146_356, 0).saturating_mul(a.into()))
// Standard Error: 2_004
.saturating_add(Weight::from_parts(38_363, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -91,15 +91,15 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 31]`.
fn remove_announcement(a: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `433 + a * (68 ±0)`
// Estimated: `7311`
// Minimum execution time: 20_084 nanoseconds.
Weight::from_parts(21_187_531, 0)
.saturating_add(Weight::from_parts(0, 7311))
// Standard Error: 1_412
.saturating_add(Weight::from_parts(112_601, 0).saturating_mul(a.into()))
// Standard Error: 1_458
.saturating_add(Weight::from_parts(6_862, 0).saturating_mul(p.into()))
// Measured: `369 + a * (68 ±0)`
// Estimated: `9291`
// Minimum execution time: 21_893_000 picoseconds.
Weight::from_parts(22_495_271, 0)
.saturating_add(Weight::from_parts(0, 9291))
// Standard Error: 1_612
.saturating_add(Weight::from_parts(149_480, 0).saturating_mul(a.into()))
// Standard Error: 1_665
.saturating_add(Weight::from_parts(20_216, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -111,15 +111,15 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 31]`.
fn reject_announcement(a: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `433 + a * (68 ±0)`
// Estimated: `7311`
// Minimum execution time: 20_658 nanoseconds.
Weight::from_parts(21_184_810, 0)
.saturating_add(Weight::from_parts(0, 7311))
// Standard Error: 1_259
.saturating_add(Weight::from_parts(112_012, 0).saturating_mul(a.into()))
// Standard Error: 1_301
.saturating_add(Weight::from_parts(10_767, 0).saturating_mul(p.into()))
// Measured: `369 + a * (68 ±0)`
// Estimated: `9291`
// Minimum execution time: 22_129_000 picoseconds.
Weight::from_parts(22_971_862, 0)
.saturating_add(Weight::from_parts(0, 9291))
// Standard Error: 1_324
.saturating_add(Weight::from_parts(139_140, 0).saturating_mul(a.into()))
// Standard Error: 1_368
.saturating_add(Weight::from_parts(9_720, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -133,15 +133,15 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 31]`.
fn announce(a: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `482 + a * (68 ±0) + p * (37 ±0)`
// Estimated: `11027`
// Minimum execution time: 28_670 nanoseconds.
Weight::from_parts(29_411_875, 0)
.saturating_add(Weight::from_parts(0, 11027))
// Standard Error: 1_864
.saturating_add(Weight::from_parts(94_146, 0).saturating_mul(a.into()))
// Standard Error: 1_926
.saturating_add(Weight::from_parts(36_523, 0).saturating_mul(p.into()))
// Measured: `386 + a * (68 ±0) + p * (37 ±0)`
// Estimated: `13997`
// Minimum execution time: 30_496_000 picoseconds.
Weight::from_parts(31_777_493, 0)
.saturating_add(Weight::from_parts(0, 13997))
// Standard Error: 2_153
.saturating_add(Weight::from_parts(139_635, 0).saturating_mul(a.into()))
// Standard Error: 2_224
.saturating_add(Weight::from_parts(36_392, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -150,13 +150,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 31]`.
fn add_proxy(p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `159 + p * (37 ±0)`
// Estimated: `3716`
// Minimum execution time: 21_273 nanoseconds.
Weight::from_parts(22_137_672, 0)
.saturating_add(Weight::from_parts(0, 3716))
// Standard Error: 1_345
.saturating_add(Weight::from_parts(44_075, 0).saturating_mul(p.into()))
// Measured: `127 + p * (37 ±0)`
// Estimated: `4706`
// Minimum execution time: 23_465_000 picoseconds.
Weight::from_parts(24_342_756, 0)
.saturating_add(Weight::from_parts(0, 4706))
// Standard Error: 1_559
.saturating_add(Weight::from_parts(50_636, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -165,13 +165,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 31]`.
fn remove_proxy(p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `159 + p * (37 ±0)`
// Estimated: `3716`
// Minimum execution time: 20_888 nanoseconds.
Weight::from_parts(22_120_940, 0)
.saturating_add(Weight::from_parts(0, 3716))
// Standard Error: 1_516
.saturating_add(Weight::from_parts(55_407, 0).saturating_mul(p.into()))
// Measured: `127 + p * (37 ±0)`
// Estimated: `4706`
// Minimum execution time: 23_620_000 picoseconds.
Weight::from_parts(24_514_511, 0)
.saturating_add(Weight::from_parts(0, 4706))
// Standard Error: 1_749
.saturating_add(Weight::from_parts(47_870, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -180,28 +180,26 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 31]`.
fn remove_proxies(p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `159 + p * (37 ±0)`
// Estimated: `3716`
// Minimum execution time: 17_007 nanoseconds.
Weight::from_parts(17_746_585, 0)
.saturating_add(Weight::from_parts(0, 3716))
// Standard Error: 1_201
.saturating_add(Weight::from_parts(22_307, 0).saturating_mul(p.into()))
// Measured: `127 + p * (37 ±0)`
// Estimated: `4706`
// Minimum execution time: 18_506_000 picoseconds.
Weight::from_parts(19_463_396, 0)
.saturating_add(Weight::from_parts(0, 4706))
// Standard Error: 1_241
.saturating_add(Weight::from_parts(25_525, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
/// Storage: Proxy Proxies (r:1 w:1)
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
/// The range of component `p` is `[1, 31]`.
fn create_pure(p: u32, ) -> Weight {
fn create_pure(_p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `139`
// Estimated: `3716`
// Minimum execution time: 22_625 nanoseconds.
Weight::from_parts(23_598_172, 0)
.saturating_add(Weight::from_parts(0, 3716))
// Standard Error: 1_668
.saturating_add(Weight::from_parts(113, 0).saturating_mul(p.into()))
// Estimated: `4706`
// Minimum execution time: 25_291_000 picoseconds.
Weight::from_parts(26_456_465, 0)
.saturating_add(Weight::from_parts(0, 4706))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -210,13 +208,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[0, 30]`.
fn kill_pure(p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `196 + p * (37 ±0)`
// Estimated: `3716`
// Minimum execution time: 17_969 nanoseconds.
Weight::from_parts(18_830_934, 0)
.saturating_add(Weight::from_parts(0, 3716))
// Standard Error: 1_340
.saturating_add(Weight::from_parts(23_749, 0).saturating_mul(p.into()))
// Measured: `164 + p * (37 ±0)`
// Estimated: `4706`
// Minimum execution time: 19_931_000 picoseconds.
Weight::from_parts(20_842_319, 0)
.saturating_add(Weight::from_parts(0, 4706))
// Standard Error: 1_467
.saturating_add(Weight::from_parts(26_062, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -1,4 +1,4 @@
// Copyright 2021 Parity Technologies (UK) Ltd.
// Copyright Parity Technologies (UK) Ltd.
// This file is part of Cumulus.
// Cumulus is free software: you can redistribute it and/or modify
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_session`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
// Executed Command:
@@ -54,10 +54,10 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
fn set_keys() -> Weight {
// Proof Size summary in bytes:
// Measured: `270`
// Estimated: `5490`
// Minimum execution time: 15_653 nanoseconds.
Weight::from_parts(16_004_000, 0)
.saturating_add(Weight::from_parts(0, 5490))
// Estimated: `7470`
// Minimum execution time: 17_635_000 picoseconds.
Weight::from_parts(17_997_000, 0)
.saturating_add(Weight::from_parts(0, 7470))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -68,10 +68,10 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
fn purge_keys() -> Weight {
// Proof Size summary in bytes:
// Measured: `242`
// Estimated: `2959`
// Minimum execution time: 11_729 nanoseconds.
Weight::from_parts(12_081_000, 0)
.saturating_add(Weight::from_parts(0, 2959))
// Estimated: `3949`
// Minimum execution time: 12_878_000 picoseconds.
Weight::from_parts(13_245_000, 0)
.saturating_add(Weight::from_parts(0, 3949))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -1,4 +1,4 @@
// Copyright 2021 Parity Technologies (UK) Ltd.
// Copyright Parity Technologies (UK) Ltd.
// This file is part of Cumulus.
// Cumulus is free software: you can redistribute it and/or modify
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_timestamp`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
// Executed Command:
@@ -54,10 +54,10 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
fn set() -> Weight {
// Proof Size summary in bytes:
// Measured: `49`
// Estimated: `1006`
// Minimum execution time: 6_995 nanoseconds.
Weight::from_parts(7_169_000, 0)
.saturating_add(Weight::from_parts(0, 1006))
// Estimated: `2986`
// Minimum execution time: 7_660_000 picoseconds.
Weight::from_parts(7_967_000, 0)
.saturating_add(Weight::from_parts(0, 2986))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -65,8 +65,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_166 nanoseconds.
Weight::from_parts(3_331_000, 0)
// Minimum execution time: 3_258_000 picoseconds.
Weight::from_parts(3_348_000, 0)
.saturating_add(Weight::from_parts(0, 0))
}
}
@@ -1,4 +1,4 @@
// Copyright 2021 Parity Technologies (UK) Ltd.
// Copyright Parity Technologies (UK) Ltd.
// This file is part of Cumulus.
// Cumulus is free software: you can redistribute it and/or modify
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_utility`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
// Executed Command:
@@ -52,18 +52,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 5_987 nanoseconds.
Weight::from_parts(19_221_047, 0)
// Minimum execution time: 7_002_000 picoseconds.
Weight::from_parts(17_384_645, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 2_233
.saturating_add(Weight::from_parts(3_808_598, 0).saturating_mul(c.into()))
// Standard Error: 3_488
.saturating_add(Weight::from_parts(4_736_077, 0).saturating_mul(c.into()))
}
fn as_derivative() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 4_203 nanoseconds.
Weight::from_parts(4_337_000, 0)
// Minimum execution time: 5_352_000 picoseconds.
Weight::from_parts(5_532_000, 0)
.saturating_add(Weight::from_parts(0, 0))
}
/// The range of component `c` is `[0, 1000]`.
@@ -71,18 +71,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 5_986 nanoseconds.
Weight::from_parts(14_991_349, 0)
// Minimum execution time: 7_030_000 picoseconds.
Weight::from_parts(18_968_785, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 2_440
.saturating_add(Weight::from_parts(4_032_363, 0).saturating_mul(c.into()))
// Standard Error: 3_112
.saturating_add(Weight::from_parts(4_960_336, 0).saturating_mul(c.into()))
}
fn dispatch_as() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 7_768 nanoseconds.
Weight::from_parts(7_998_000, 0)
// Minimum execution time: 9_703_000 picoseconds.
Weight::from_parts(10_012_000, 0)
.saturating_add(Weight::from_parts(0, 0))
}
/// The range of component `c` is `[0, 1000]`.
@@ -90,10 +90,10 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 5_906 nanoseconds.
Weight::from_parts(16_782_253, 0)
// Minimum execution time: 7_029_000 picoseconds.
Weight::from_parts(13_505_714, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 2_131
.saturating_add(Weight::from_parts(3_780_339, 0).saturating_mul(c.into()))
// Standard Error: 3_032
.saturating_add(Weight::from_parts(4_709_262, 0).saturating_mul(c.into()))
}
}
@@ -1,4 +1,4 @@
// Copyright 2021 Parity Technologies (UK) Ltd.
// Copyright Parity Technologies (UK) Ltd.
// This file is part of Cumulus.
// Cumulus is free software: you can redistribute it and/or modify
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_xcm`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
// Executed Command:
@@ -60,10 +60,10 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
fn send() -> Weight {
// Proof Size summary in bytes:
// Measured: `38`
// Estimated: `4645`
// Minimum execution time: 23_618 nanoseconds.
Weight::from_parts(24_118_000, 0)
.saturating_add(Weight::from_parts(0, 4645))
// Estimated: `9595`
// Minimum execution time: 25_963_000 picoseconds.
Weight::from_parts(26_569_000, 0)
.saturating_add(Weight::from_parts(0, 9595))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -72,10 +72,10 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
fn teleport_assets() -> Weight {
// Proof Size summary in bytes:
// Measured: `32`
// Estimated: `499`
// Minimum execution time: 23_764 nanoseconds.
Weight::from_parts(24_114_000, 0)
.saturating_add(Weight::from_parts(0, 499))
// Estimated: `1489`
// Minimum execution time: 26_187_000 picoseconds.
Weight::from_parts(26_643_000, 0)
.saturating_add(Weight::from_parts(0, 1489))
.saturating_add(T::DbWeight::get().reads(1))
}
/// Storage: Benchmark Override (r:0 w:0)
@@ -84,7 +84,7 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
// Minimum execution time: 18_446_744_073_709_551_000 picoseconds.
Weight::from_parts(18_446_744_073_709_551_000, 0)
.saturating_add(Weight::from_parts(0, 0))
}
@@ -94,7 +94,7 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
// Minimum execution time: 18_446_744_073_709_551_000 picoseconds.
Weight::from_parts(18_446_744_073_709_551_000, 0)
.saturating_add(Weight::from_parts(0, 0))
}
@@ -104,8 +104,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 8_266 nanoseconds.
Weight::from_parts(8_578_000, 0)
// Minimum execution time: 9_755_000 picoseconds.
Weight::from_parts(10_010_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -115,8 +115,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 2_289 nanoseconds.
Weight::from_parts(2_382_000, 0)
// Minimum execution time: 2_994_000 picoseconds.
Weight::from_parts(3_125_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -139,10 +139,10 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
fn force_subscribe_version_notify() -> Weight {
// Proof Size summary in bytes:
// Measured: `38`
// Estimated: `7729`
// Minimum execution time: 28_592 nanoseconds.
Weight::from_parts(29_116_000, 0)
.saturating_add(Weight::from_parts(0, 7729))
// Estimated: `14659`
// Minimum execution time: 31_393_000 picoseconds.
Weight::from_parts(31_976_000, 0)
.saturating_add(Weight::from_parts(0, 14659))
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(5))
}
@@ -163,10 +163,10 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
fn force_unsubscribe_version_notify() -> Weight {
// Proof Size summary in bytes:
// Measured: `220`
// Estimated: `8470`
// Minimum execution time: 30_604 nanoseconds.
Weight::from_parts(31_361_000, 0)
.saturating_add(Weight::from_parts(0, 8470))
// Estimated: `14410`
// Minimum execution time: 34_048_000 picoseconds.
Weight::from_parts(35_696_000, 0)
.saturating_add(Weight::from_parts(0, 14410))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(4))
}
@@ -175,10 +175,10 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
fn migrate_supported_version() -> Weight {
// Proof Size summary in bytes:
// Measured: `95`
// Estimated: `9995`
// Minimum execution time: 13_750 nanoseconds.
Weight::from_parts(14_051_000, 0)
.saturating_add(Weight::from_parts(0, 9995))
// Estimated: `10985`
// Minimum execution time: 16_432_000 picoseconds.
Weight::from_parts(16_898_000, 0)
.saturating_add(Weight::from_parts(0, 10985))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -187,10 +187,10 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
fn migrate_version_notifiers() -> Weight {
// Proof Size summary in bytes:
// Measured: `99`
// Estimated: `9999`
// Minimum execution time: 13_897 nanoseconds.
Weight::from_parts(14_080_000, 0)
.saturating_add(Weight::from_parts(0, 9999))
// Estimated: `10989`
// Minimum execution time: 15_950_000 picoseconds.
Weight::from_parts(16_441_000, 0)
.saturating_add(Weight::from_parts(0, 10989))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -199,10 +199,10 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
fn already_notified_target() -> Weight {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `12481`
// Minimum execution time: 16_364 nanoseconds.
Weight::from_parts(16_867_000, 0)
.saturating_add(Weight::from_parts(0, 12481))
// Estimated: `13471`
// Minimum execution time: 16_585_000 picoseconds.
Weight::from_parts(16_939_000, 0)
.saturating_add(Weight::from_parts(0, 13471))
.saturating_add(T::DbWeight::get().reads(5))
}
/// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1)
@@ -220,10 +220,10 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
fn notify_current_targets() -> Weight {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `10041`
// Minimum execution time: 27_372 nanoseconds.
Weight::from_parts(28_128_000, 0)
.saturating_add(Weight::from_parts(0, 10041))
// Estimated: `15981`
// Minimum execution time: 30_278_000 picoseconds.
Weight::from_parts(30_676_000, 0)
.saturating_add(Weight::from_parts(0, 15981))
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -232,10 +232,10 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
fn notify_target_migration_fail() -> Weight {
// Proof Size summary in bytes:
// Measured: `136`
// Estimated: `7561`
// Minimum execution time: 7_804 nanoseconds.
Weight::from_parts(8_096_000, 0)
.saturating_add(Weight::from_parts(0, 7561))
// Estimated: `8551`
// Minimum execution time: 8_923_000 picoseconds.
Weight::from_parts(9_257_000, 0)
.saturating_add(Weight::from_parts(0, 8551))
.saturating_add(T::DbWeight::get().reads(3))
}
/// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
@@ -243,10 +243,10 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
fn migrate_version_notify_targets() -> Weight {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `10006`
// Minimum execution time: 14_948 nanoseconds.
Weight::from_parts(15_422_000, 0)
.saturating_add(Weight::from_parts(0, 10006))
// Estimated: `10996`
// Minimum execution time: 16_897_000 picoseconds.
Weight::from_parts(17_998_000, 0)
.saturating_add(Weight::from_parts(0, 10996))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -265,10 +265,10 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
fn migrate_and_notify_old_targets() -> Weight {
// Proof Size summary in bytes:
// Measured: `112`
// Estimated: `15027`
// Minimum execution time: 33_791 nanoseconds.
Weight::from_parts(34_282_000, 0)
.saturating_add(Weight::from_parts(0, 15027))
// Estimated: `20967`
// Minimum execution time: 40_145_000 picoseconds.
Weight::from_parts(41_423_000, 0)
.saturating_add(Weight::from_parts(0, 20967))
.saturating_add(T::DbWeight::get().reads(9))
.saturating_add(T::DbWeight::get().writes(4))
}