diff --git a/runtime/trappist/src/weights/block_weights.rs b/runtime/trappist/src/weights/block_weights.rs index fb799287..db912596 100644 --- a/runtime/trappist/src/weights/block_weights.rs +++ b/runtime/trappist/src/weights/block_weights.rs @@ -16,8 +16,8 @@ // limitations under the License. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26 (Y/M/D) -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! DATE: 2023-10-04 (Y/M/D) +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Trappist Development` //! WARMUPS: `10`, REPEAT: `100` @@ -43,17 +43,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 402_910, 446_938 - /// Average: 413_923 - /// Median: 411_806 - /// Std-Dev: 7586.11 + /// Min, Max: 403_736, 438_006 + /// Average: 412_652 + /// Median: 411_401 + /// Std-Dev: 6866.93 /// /// Percentiles nanoseconds: - /// 99th: 436_540 - /// 95th: 427_648 - /// 75th: 416_723 + /// 99th: 432_567 + /// 95th: 426_122 + /// 75th: 414_441 pub const BlockExecutionWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(413_923), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(412_652), 0); } #[cfg(test)] diff --git a/runtime/trappist/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/trappist/src/weights/cumulus_pallet_xcmp_queue.rs index 9189028d..26636029 100644 --- a/runtime/trappist/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/trappist/src/weights/cumulus_pallet_xcmp_queue.rs @@ -18,9 +18,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-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -56,8 +56,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `76` // Estimated: `1561` - // Minimum execution time: 5_965_000 picoseconds. - Weight::from_parts(6_251_000, 0) + // Minimum execution time: 6_055_000 picoseconds. + Weight::from_parts(6_437_000, 0) .saturating_add(Weight::from_parts(0, 1561)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -68,8 +68,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `76` // Estimated: `1561` - // Minimum execution time: 6_004_000 picoseconds. - Weight::from_parts(6_248_000, 0) + // Minimum execution time: 6_137_000 picoseconds. + Weight::from_parts(6_381_000, 0) .saturating_add(Weight::from_parts(0, 1561)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/trappist/src/weights/extrinsic_weights.rs b/runtime/trappist/src/weights/extrinsic_weights.rs index 2d8d3db4..17111ca2 100644 --- a/runtime/trappist/src/weights/extrinsic_weights.rs +++ b/runtime/trappist/src/weights/extrinsic_weights.rs @@ -16,8 +16,8 @@ // limitations under the License. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26 (Y/M/D) -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! DATE: 2023-10-04 (Y/M/D) +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Trappist Development` //! WARMUPS: `10`, REPEAT: `100` @@ -43,17 +43,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 129_619, 131_382 - /// Average: 130_429 - /// Median: 130_391 - /// Std-Dev: 387.49 + /// Min, Max: 131_387, 134_063 + /// Average: 132_612 + /// Median: 132_584 + /// Std-Dev: 547.8 /// /// Percentiles nanoseconds: - /// 99th: 131_366 - /// 95th: 131_114 - /// 75th: 130_644 + /// 99th: 134_021 + /// 95th: 133_497 + /// 75th: 132_981 pub const ExtrinsicBaseWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(130_429), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(132_612), 0); } #[cfg(test)] diff --git a/runtime/trappist/src/weights/frame_system.rs b/runtime/trappist/src/weights/frame_system.rs index cb5e1e0f..8663683a 100644 --- a/runtime/trappist/src/weights/frame_system.rs +++ b/runtime/trappist/src/weights/frame_system.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -55,22 +55,22 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_854_000 picoseconds. - Weight::from_parts(2_569_318, 0) + // Minimum execution time: 2_066_000 picoseconds. + Weight::from_parts(6_512_307, 0) .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_parts(386, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(431, 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: 7_401_000 picoseconds. - Weight::from_parts(7_634_000, 0) + // Minimum execution time: 7_879_000 picoseconds. + Weight::from_parts(8_118_000, 0) .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1 - .saturating_add(Weight::from_parts(1_687, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_803, 0).saturating_mul(b.into())) } /// Storage: `System::Digest` (r:1 w:1) /// Proof: `System::Digest` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) @@ -80,8 +80,8 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 3_840_000 picoseconds. - Weight::from_parts(4_030_000, 0) + // Minimum execution time: 3_859_000 picoseconds. + Weight::from_parts(4_034_000, 0) .saturating_add(Weight::from_parts(0, 1485)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -102,8 +102,8 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `190` // Estimated: `1675` - // Minimum execution time: 96_170_225_000 picoseconds. - Weight::from_parts(99_038_661_000, 0) + // Minimum execution time: 97_924_958_000 picoseconds. + Weight::from_parts(101_894_755_000, 0) .saturating_add(Weight::from_parts(0, 1675)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -115,11 +115,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_978_000 picoseconds. - Weight::from_parts(2_079_000, 0) + // Minimum execution time: 2_157_000 picoseconds. + Weight::from_parts(2_269_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_924 - .saturating_add(Weight::from_parts(751_028, 0).saturating_mul(i.into())) + // Standard Error: 2_133 + .saturating_add(Weight::from_parts(737_514, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -129,11 +129,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_990_000 picoseconds. - Weight::from_parts(2_088_000, 0) + // Minimum execution time: 2_159_000 picoseconds. + Weight::from_parts(2_311_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 913 - .saturating_add(Weight::from_parts(573_335, 0).saturating_mul(i.into())) + // Standard Error: 921 + .saturating_add(Weight::from_parts(555_170, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -141,13 +141,13 @@ impl frame_system::WeightInfo for WeightInfo { /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `83 + p * (69 ±0)` - // Estimated: `89 + p * (70 ±0)` - // Minimum execution time: 3_808_000 picoseconds. - Weight::from_parts(3_898_000, 0) - .saturating_add(Weight::from_parts(0, 89)) - // Standard Error: 1_271 - .saturating_add(Weight::from_parts(1_189_465, 0).saturating_mul(p.into())) + // Measured: `87 + p * (69 ±0)` + // Estimated: `92 + p * (70 ±0)` + // Minimum execution time: 3_966_000 picoseconds. + Weight::from_parts(4_121_000, 0) + .saturating_add(Weight::from_parts(0, 92)) + // Standard Error: 1_650 + .saturating_add(Weight::from_parts(1_205_126, 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())) diff --git a/runtime/trappist/src/weights/pallet_asset_registry.rs b/runtime/trappist/src/weights/pallet_asset_registry.rs index e5dd5b7e..4de62663 100644 --- a/runtime/trappist/src/weights/pallet_asset_registry.rs +++ b/runtime/trappist/src/weights/pallet_asset_registry.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_asset_registry` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -60,8 +60,8 @@ impl pallet_asset_registry::WeightInfo for WeightInfo pallet_asset_registry::WeightInfo for WeightInfo pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `145` // Estimated: `3675` - // Minimum execution time: 27_738_000 picoseconds. - Weight::from_parts(28_500_000, 0) + // Minimum execution time: 27_680_000 picoseconds. + Weight::from_parts(28_286_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -70,8 +70,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3675` - // Minimum execution time: 12_672_000 picoseconds. - Weight::from_parts(13_297_000, 0) + // Minimum execution time: 12_783_000 picoseconds. + Weight::from_parts(13_279_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -82,8 +82,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 13_650_000 picoseconds. - Weight::from_parts(14_083_000, 0) + // Minimum execution time: 14_381_000 picoseconds. + Weight::from_parts(14_722_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -99,11 +99,11 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0 + c * (208 ±0)` // Estimated: `3675 + c * (2609 ±0)` - // Minimum execution time: 16_939_000 picoseconds. - Weight::from_parts(17_463_000, 0) + // Minimum execution time: 17_392_000 picoseconds. + Weight::from_parts(17_587_000, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 10_104 - .saturating_add(Weight::from_parts(14_891_731, 0).saturating_mul(c.into())) + // Standard Error: 12_438 + .saturating_add(Weight::from_parts(15_476_053, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -119,11 +119,11 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `451 + a * (86 ±0)` // Estimated: `3675 + a * (2623 ±0)` - // Minimum execution time: 17_221_000 picoseconds. - Weight::from_parts(17_561_000, 0) + // Minimum execution time: 17_702_000 picoseconds. + Weight::from_parts(18_069_000, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 6_765 - .saturating_add(Weight::from_parts(15_552_892, 0).saturating_mul(a.into())) + // Standard Error: 5_851 + .saturating_add(Weight::from_parts(15_731_731, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -138,8 +138,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 14_396_000 picoseconds. - Weight::from_parts(15_042_000, 0) + // Minimum execution time: 15_013_000 picoseconds. + Weight::from_parts(15_515_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -152,8 +152,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 26_097_000 picoseconds. - Weight::from_parts(26_984_000, 0) + // Minimum execution time: 26_101_000 picoseconds. + Weight::from_parts(26_872_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -166,8 +166,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 31_100_000 picoseconds. - Weight::from_parts(32_468_000, 0) + // Minimum execution time: 32_101_000 picoseconds. + Weight::from_parts(33_200_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -182,8 +182,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `440` // Estimated: `6208` - // Minimum execution time: 44_393_000 picoseconds. - Weight::from_parts(45_509_000, 0) + // Minimum execution time: 45_175_000 picoseconds. + Weight::from_parts(46_297_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -198,8 +198,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `440` // Estimated: `6208` - // Minimum execution time: 38_898_000 picoseconds. - Weight::from_parts(40_107_000, 0) + // Minimum execution time: 39_346_000 picoseconds. + Weight::from_parts(40_190_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -214,8 +214,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `440` // Estimated: `6208` - // Minimum execution time: 44_535_000 picoseconds. - Weight::from_parts(46_662_000, 0) + // Minimum execution time: 44_945_000 picoseconds. + Weight::from_parts(45_734_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -228,8 +228,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 16_981_000 picoseconds. - Weight::from_parts(17_399_000, 0) + // Minimum execution time: 17_096_000 picoseconds. + Weight::from_parts(17_762_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -242,8 +242,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 16_860_000 picoseconds. - Weight::from_parts(17_305_000, 0) + // Minimum execution time: 16_795_000 picoseconds. + Weight::from_parts(17_310_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -254,8 +254,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 12_976_000 picoseconds. - Weight::from_parts(13_332_000, 0) + // Minimum execution time: 13_176_000 picoseconds. + Weight::from_parts(13_700_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -266,8 +266,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 12_760_000 picoseconds. - Weight::from_parts(13_266_000, 0) + // Minimum execution time: 12_995_000 picoseconds. + Weight::from_parts(13_467_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -280,8 +280,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 14_587_000 picoseconds. - Weight::from_parts(15_106_000, 0) + // Minimum execution time: 15_336_000 picoseconds. + Weight::from_parts(15_697_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -292,8 +292,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 13_678_000 picoseconds. - Weight::from_parts(14_102_000, 0) + // Minimum execution time: 14_040_000 picoseconds. + Weight::from_parts(14_475_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -304,15 +304,17 @@ impl pallet_assets::WeightInfo for WeightInfo { /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(140), added: 2615, mode: `MaxEncodedLen`) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn set_metadata(n: u32, _s: u32, ) -> Weight { + fn set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 27_762_000 picoseconds. - Weight::from_parts(29_007_775, 0) + // Minimum execution time: 28_182_000 picoseconds. + Weight::from_parts(28_858_733, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 692 - .saturating_add(Weight::from_parts(800, 0).saturating_mul(n.into())) + // Standard Error: 700 + .saturating_add(Weight::from_parts(3_947, 0).saturating_mul(n.into())) + // Standard Error: 700 + .saturating_add(Weight::from_parts(4_205, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -324,8 +326,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `444` // Estimated: `3675` - // Minimum execution time: 28_882_000 picoseconds. - Weight::from_parts(29_275_000, 0) + // Minimum execution time: 29_323_000 picoseconds. + Weight::from_parts(29_600_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -340,13 +342,13 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `119` // Estimated: `3675` - // Minimum execution time: 13_763_000 picoseconds. - Weight::from_parts(14_521_022, 0) + // Minimum execution time: 14_373_000 picoseconds. + Weight::from_parts(15_004_277, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 435 - .saturating_add(Weight::from_parts(826, 0).saturating_mul(n.into())) - // Standard Error: 435 - .saturating_add(Weight::from_parts(1_553, 0).saturating_mul(s.into())) + // Standard Error: 362 + .saturating_add(Weight::from_parts(2_433, 0).saturating_mul(n.into())) + // Standard Error: 362 + .saturating_add(Weight::from_parts(1_182, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -358,8 +360,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `444` // Estimated: `3675` - // Minimum execution time: 28_452_000 picoseconds. - Weight::from_parts(29_071_000, 0) + // Minimum execution time: 29_066_000 picoseconds. + Weight::from_parts(29_410_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -370,8 +372,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 13_009_000 picoseconds. - Weight::from_parts(13_416_000, 0) + // Minimum execution time: 13_517_000 picoseconds. + Weight::from_parts(13_849_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -384,8 +386,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 31_479_000 picoseconds. - Weight::from_parts(32_704_000, 0) + // Minimum execution time: 31_971_000 picoseconds. + Weight::from_parts(32_516_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -402,8 +404,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `610` // Estimated: `6208` - // Minimum execution time: 64_037_000 picoseconds. - Weight::from_parts(66_508_000, 0) + // Minimum execution time: 63_731_000 picoseconds. + Weight::from_parts(64_601_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -416,8 +418,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `484` // Estimated: `3675` - // Minimum execution time: 34_376_000 picoseconds. - Weight::from_parts(34_844_000, 0) + // Minimum execution time: 34_218_000 picoseconds. + Weight::from_parts(35_077_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -430,8 +432,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `484` // Estimated: `3675` - // Minimum execution time: 35_044_000 picoseconds. - Weight::from_parts(35_563_000, 0) + // Minimum execution time: 35_519_000 picoseconds. + Weight::from_parts(36_086_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -442,8 +444,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 14_125_000 picoseconds. - Weight::from_parts(14_344_000, 0) + // Minimum execution time: 14_441_000 picoseconds. + Weight::from_parts(14_839_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -458,8 +460,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `420` // Estimated: `3675` - // Minimum execution time: 34_437_000 picoseconds. - Weight::from_parts(35_003_000, 0) + // Minimum execution time: 34_145_000 picoseconds. + Weight::from_parts(34_929_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -472,8 +474,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 31_010_000 picoseconds. - Weight::from_parts(31_583_000, 0) + // Minimum execution time: 31_387_000 picoseconds. + Weight::from_parts(31_898_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -488,8 +490,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `546` // Estimated: `3675` - // Minimum execution time: 31_614_000 picoseconds. - Weight::from_parts(32_479_000, 0) + // Minimum execution time: 31_369_000 picoseconds. + Weight::from_parts(32_104_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -502,8 +504,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `439` // Estimated: `3675` - // Minimum execution time: 28_961_000 picoseconds. - Weight::from_parts(29_465_000, 0) + // Minimum execution time: 28_416_000 picoseconds. + Weight::from_parts(29_024_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -516,8 +518,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 16_654_000 picoseconds. - Weight::from_parts(17_210_000, 0) + // Minimum execution time: 16_779_000 picoseconds. + Weight::from_parts(17_403_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/trappist/src/weights/pallet_balances.rs b/runtime/trappist/src/weights/pallet_balances.rs index c1d865d6..932c37ef 100644 --- a/runtime/trappist/src/weights/pallet_balances.rs +++ b/runtime/trappist/src/weights/pallet_balances.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -56,8 +56,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 56_818_000 picoseconds. - Weight::from_parts(58_028_000, 0) + // Minimum execution time: 55_599_000 picoseconds. + Weight::from_parts(56_642_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -68,8 +68,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 42_513_000 picoseconds. - Weight::from_parts(43_227_000, 0) + // Minimum execution time: 41_363_000 picoseconds. + Weight::from_parts(42_086_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -80,8 +80,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 16_190_000 picoseconds. - Weight::from_parts(16_781_000, 0) + // Minimum execution time: 15_754_000 picoseconds. + Weight::from_parts(16_292_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -92,8 +92,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 23_905_000 picoseconds. - Weight::from_parts(24_572_000, 0) + // Minimum execution time: 23_653_000 picoseconds. + Weight::from_parts(24_211_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -104,8 +104,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `103` // Estimated: `6196` - // Minimum execution time: 60_244_000 picoseconds. - Weight::from_parts(61_386_000, 0) + // Minimum execution time: 58_620_000 picoseconds. + Weight::from_parts(59_698_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -116,8 +116,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 53_027_000 picoseconds. - Weight::from_parts(53_803_000, 0) + // Minimum execution time: 52_207_000 picoseconds. + Weight::from_parts(52_543_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -128,8 +128,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 19_264_000 picoseconds. - Weight::from_parts(19_934_000, 0) + // Minimum execution time: 18_520_000 picoseconds. + Weight::from_parts(19_176_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -141,11 +141,11 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0 + u * (136 ±0)` // Estimated: `990 + u * (2603 ±0)` - // Minimum execution time: 18_726_000 picoseconds. - Weight::from_parts(19_097_000, 0) + // Minimum execution time: 18_163_000 picoseconds. + Weight::from_parts(18_491_000, 0) .saturating_add(Weight::from_parts(0, 990)) - // Standard Error: 12_054 - .saturating_add(Weight::from_parts(15_529_177, 0).saturating_mul(u.into())) + // Standard Error: 15_326 + .saturating_add(Weight::from_parts(15_630_628, 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())) diff --git a/runtime/trappist/src/weights/pallet_collator_selection.rs b/runtime/trappist/src/weights/pallet_collator_selection.rs index 7befbe85..ff5416f5 100644 --- a/runtime/trappist/src/weights/pallet_collator_selection.rs +++ b/runtime/trappist/src/weights/pallet_collator_selection.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_collator_selection` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -59,11 +59,11 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `214 + b * (78 ±0)` // Estimated: `1203 + b * (2554 ±0)` - // Minimum execution time: 14_481_000 picoseconds. - Weight::from_parts(13_046_765, 0) + // Minimum execution time: 14_528_000 picoseconds. + Weight::from_parts(11_843_237, 0) .saturating_add(Weight::from_parts(0, 1203)) - // Standard Error: 4_207 - .saturating_add(Weight::from_parts(3_165_019, 0).saturating_mul(b.into())) + // Standard Error: 4_144 + .saturating_add(Weight::from_parts(3_148_150, 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())) @@ -82,13 +82,13 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1293 + b * (32 ±0) + c * (48 ±0)` // Estimated: `49487 + b * (33 ±0) + c * (49 ±0)` - // Minimum execution time: 58_785_000 picoseconds. - Weight::from_parts(30_692_962, 0) + // Minimum execution time: 59_736_000 picoseconds. + Weight::from_parts(48_521_566, 0) .saturating_add(Weight::from_parts(0, 49487)) - // Standard Error: 11_663 - .saturating_add(Weight::from_parts(134_755, 0).saturating_mul(b.into())) - // Standard Error: 1_144 - .saturating_add(Weight::from_parts(143_885, 0).saturating_mul(c.into())) + // Standard Error: 10_641 + .saturating_add(Weight::from_parts(55_025, 0).saturating_mul(b.into())) + // Standard Error: 1_044 + .saturating_add(Weight::from_parts(144_392, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 33).saturating_mul(b.into())) @@ -103,11 +103,11 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `82 + b * (32 ±0)` // Estimated: `49487` - // Minimum execution time: 14_907_000 picoseconds. - Weight::from_parts(16_646_499, 0) + // Minimum execution time: 14_636_000 picoseconds. + Weight::from_parts(16_673_417, 0) .saturating_add(Weight::from_parts(0, 49487)) - // Standard Error: 1_284 - .saturating_add(Weight::from_parts(86_309, 0).saturating_mul(b.into())) + // Standard Error: 1_032 + .saturating_add(Weight::from_parts(92_440, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -117,8 +117,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_781_000 picoseconds. - Weight::from_parts(7_245_000, 0) + // Minimum execution time: 7_329_000 picoseconds. + Weight::from_parts(7_615_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -128,8 +128,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_964_000 picoseconds. - Weight::from_parts(7_132_000, 0) + // Minimum execution time: 7_152_000 picoseconds. + Weight::from_parts(7_635_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -150,11 +150,11 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1104 + c * (48 ±0)` // Estimated: `49487 + c * (49 ±0)` - // Minimum execution time: 40_770_000 picoseconds. - Weight::from_parts(38_439_287, 0) + // Minimum execution time: 41_638_000 picoseconds. + Weight::from_parts(39_414_396, 0) .saturating_add(Weight::from_parts(0, 49487)) - // Standard Error: 1_086 - .saturating_add(Weight::from_parts(127_430, 0).saturating_mul(c.into())) + // Standard Error: 1_674 + .saturating_add(Weight::from_parts(157_563, 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())) @@ -170,11 +170,11 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `539 + c * (48 ±0)` // Estimated: `49487` - // Minimum execution time: 32_090_000 picoseconds. - Weight::from_parts(29_138_619, 0) + // Minimum execution time: 32_774_000 picoseconds. + Weight::from_parts(31_659_377, 0) .saturating_add(Weight::from_parts(0, 49487)) - // Standard Error: 1_662 - .saturating_add(Weight::from_parts(126_955, 0).saturating_mul(c.into())) + // Standard Error: 1_626 + .saturating_add(Weight::from_parts(141_920, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -188,8 +188,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `140` // Estimated: `6196` - // Minimum execution time: 46_372_000 picoseconds. - Weight::from_parts(47_215_000, 0) + // Minimum execution time: 46_455_000 picoseconds. + Weight::from_parts(47_117_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) @@ -210,11 +210,11 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `22758 + c * (97 ±0) + r * (116 ±0)` // Estimated: `49487 + c * (2519 ±0) + r * (2603 ±0)` - // Minimum execution time: 17_564_000 picoseconds. - Weight::from_parts(17_805_000, 0) + // Minimum execution time: 17_216_000 picoseconds. + Weight::from_parts(17_612_000, 0) .saturating_add(Weight::from_parts(0, 49487)) - // Standard Error: 711_641 - .saturating_add(Weight::from_parts(30_269_769, 0).saturating_mul(c.into())) + // Standard Error: 717_852 + .saturating_add(Weight::from_parts(30_766_703, 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)) diff --git a/runtime/trappist/src/weights/pallet_collective.rs b/runtime/trappist/src/weights/pallet_collective.rs index 365f34d3..05ab797c 100644 --- a/runtime/trappist/src/weights/pallet_collective.rs +++ b/runtime/trappist/src/weights/pallet_collective.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -64,14 +64,14 @@ impl pallet_collective::WeightInfo for WeightInfo { fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + m * (3232 ±0) + p * (3190 ±0)` - // Estimated: `15691 + m * (1967 ±24) + p * (4332 ±24)` - // Minimum execution time: 16_486_000 picoseconds. - Weight::from_parts(16_725_000, 0) + // Estimated: `15691 + m * (1967 ±23) + p * (4332 ±23)` + // Minimum execution time: 16_224_000 picoseconds. + Weight::from_parts(16_988_000, 0) .saturating_add(Weight::from_parts(0, 15691)) - // Standard Error: 58_472 - .saturating_add(Weight::from_parts(4_474_428, 0).saturating_mul(m.into())) - // Standard Error: 58_472 - .saturating_add(Weight::from_parts(7_818_259, 0).saturating_mul(p.into())) + // Standard Error: 58_846 + .saturating_add(Weight::from_parts(4_467_888, 0).saturating_mul(m.into())) + // Standard Error: 58_846 + .saturating_add(Weight::from_parts(7_868_399, 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)) @@ -89,13 +89,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `132 + m * (32 ±0)` // Estimated: `1618 + m * (32 ±0)` - // Minimum execution time: 19_312_000 picoseconds. - Weight::from_parts(18_749_406, 0) + // Minimum execution time: 19_766_000 picoseconds. + Weight::from_parts(19_316_881, 0) .saturating_add(Weight::from_parts(0, 1618)) - // Standard Error: 24 - .saturating_add(Weight::from_parts(1_522, 0).saturating_mul(b.into())) - // Standard Error: 251 - .saturating_add(Weight::from_parts(11_851, 0).saturating_mul(m.into())) + // Standard Error: 29 + .saturating_add(Weight::from_parts(1_554, 0).saturating_mul(b.into())) + // Standard Error: 302 + .saturating_add(Weight::from_parts(11_364, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -111,13 +111,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `132 + m * (32 ±0)` // Estimated: `3598 + m * (32 ±0)` - // Minimum execution time: 22_207_000 picoseconds. - Weight::from_parts(21_292_878, 0) + // Minimum execution time: 22_611_000 picoseconds. + Weight::from_parts(21_483_130, 0) .saturating_add(Weight::from_parts(0, 3598)) - // Standard Error: 28 - .saturating_add(Weight::from_parts(1_689, 0).saturating_mul(b.into())) - // Standard Error: 296 - .saturating_add(Weight::from_parts(22_700, 0).saturating_mul(m.into())) + // Standard Error: 46 + .saturating_add(Weight::from_parts(1_982, 0).saturating_mul(b.into())) + // Standard Error: 483 + .saturating_add(Weight::from_parts(24_979, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -138,15 +138,15 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `322 + m * (32 ±0) + p * (36 ±0)` // Estimated: `3714 + m * (33 ±0) + p * (36 ±0)` - // Minimum execution time: 25_035_000 picoseconds. - Weight::from_parts(23_379_122, 0) + // Minimum execution time: 25_401_000 picoseconds. + Weight::from_parts(24_094_051, 0) .saturating_add(Weight::from_parts(0, 3714)) // Standard Error: 101 - .saturating_add(Weight::from_parts(3_464, 0).saturating_mul(b.into())) - // Standard Error: 1_063 - .saturating_add(Weight::from_parts(32_567, 0).saturating_mul(m.into())) - // Standard Error: 1_049 - .saturating_add(Weight::from_parts(185_330, 0).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(3_128, 0).saturating_mul(b.into())) + // Standard Error: 1_059 + .saturating_add(Weight::from_parts(27_909, 0).saturating_mul(m.into())) + // Standard Error: 1_046 + .saturating_add(Weight::from_parts(191_987, 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())) @@ -161,11 +161,11 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `771 + m * (64 ±0)` // Estimated: `4235 + m * (64 ±0)` - // Minimum execution time: 25_490_000 picoseconds. - Weight::from_parts(26_254_762, 0) + // Minimum execution time: 26_092_000 picoseconds. + Weight::from_parts(27_425_977, 0) .saturating_add(Weight::from_parts(0, 4235)) - // Standard Error: 1_166 - .saturating_add(Weight::from_parts(46_636, 0).saturating_mul(m.into())) + // Standard Error: 1_072 + .saturating_add(Weight::from_parts(45_590, 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())) @@ -184,13 +184,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // 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_843_000 picoseconds. - Weight::from_parts(27_627_734, 0) + // Minimum execution time: 28_134_000 picoseconds. + Weight::from_parts(28_694_626, 0) .saturating_add(Weight::from_parts(0, 3805)) - // Standard Error: 1_082 - .saturating_add(Weight::from_parts(34_168, 0).saturating_mul(m.into())) - // Standard Error: 1_055 - .saturating_add(Weight::from_parts(182_018, 0).saturating_mul(p.into())) + // Standard Error: 965 + .saturating_add(Weight::from_parts(27_359, 0).saturating_mul(m.into())) + // Standard Error: 941 + .saturating_add(Weight::from_parts(179_851, 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())) @@ -213,13 +213,15 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `762 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `4079 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 43_930_000 picoseconds. - Weight::from_parts(45_611_037, 0) + // Minimum execution time: 45_018_000 picoseconds. + Weight::from_parts(42_862_460, 0) .saturating_add(Weight::from_parts(0, 4079)) - // Standard Error: 213 - .saturating_add(Weight::from_parts(3_540, 0).saturating_mul(b.into())) - // Standard Error: 2_202 - .saturating_add(Weight::from_parts(239_811, 0).saturating_mul(p.into())) + // Standard Error: 223 + .saturating_add(Weight::from_parts(4_480, 0).saturating_mul(b.into())) + // Standard Error: 2_360 + .saturating_add(Weight::from_parts(23_383, 0).saturating_mul(m.into())) + // Standard Error: 2_300 + .saturating_add(Weight::from_parts(247_401, 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())) @@ -242,13 +244,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `380 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3825 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 30_409_000 picoseconds. - Weight::from_parts(30_635_900, 0) + // Minimum execution time: 31_435_000 picoseconds. + Weight::from_parts(30_599_046, 0) .saturating_add(Weight::from_parts(0, 3825)) - // Standard Error: 962 - .saturating_add(Weight::from_parts(34_839, 0).saturating_mul(m.into())) - // Standard Error: 938 - .saturating_add(Weight::from_parts(178_434, 0).saturating_mul(p.into())) + // Standard Error: 1_034 + .saturating_add(Weight::from_parts(36_563, 0).saturating_mul(m.into())) + // Standard Error: 1_008 + .saturating_add(Weight::from_parts(185_099, 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, 65).saturating_mul(m.into())) @@ -273,15 +275,15 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `782 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `4099 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 47_040_000 picoseconds. - Weight::from_parts(45_577_250, 0) + // Minimum execution time: 48_225_000 picoseconds. + Weight::from_parts(48_012_798, 0) .saturating_add(Weight::from_parts(0, 4099)) - // Standard Error: 183 - .saturating_add(Weight::from_parts(4_008, 0).saturating_mul(b.into())) - // Standard Error: 1_939 - .saturating_add(Weight::from_parts(39_750, 0).saturating_mul(m.into())) - // Standard Error: 1_890 - .saturating_add(Weight::from_parts(244_455, 0).saturating_mul(p.into())) + // Standard Error: 195 + .saturating_add(Weight::from_parts(3_652, 0).saturating_mul(b.into())) + // Standard Error: 2_067 + .saturating_add(Weight::from_parts(25_730, 0).saturating_mul(m.into())) + // Standard Error: 2_015 + .saturating_add(Weight::from_parts(246_200, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -299,11 +301,11 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `189 + p * (32 ±0)` // Estimated: `1674 + p * (32 ±0)` - // Minimum execution time: 15_260_000 picoseconds. - Weight::from_parts(16_396_646, 0) + // Minimum execution time: 15_594_000 picoseconds. + Weight::from_parts(16_732_207, 0) .saturating_add(Weight::from_parts(0, 1674)) - // Standard Error: 890 - .saturating_add(Weight::from_parts(171_555, 0).saturating_mul(p.into())) + // Standard Error: 1_054 + .saturating_add(Weight::from_parts(169_078, 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())) diff --git a/runtime/trappist/src/weights/pallet_contracts.rs b/runtime/trappist/src/weights/pallet_contracts.rs index 8313ebf1..87172c66 100644 --- a/runtime/trappist/src/weights/pallet_contracts.rs +++ b/runtime/trappist/src/weights/pallet_contracts.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_contracts` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -56,8 +56,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `1561` - // Minimum execution time: 3_086_000 picoseconds. - Weight::from_parts(3_326_000, 0) + // Minimum execution time: 3_137_000 picoseconds. + Weight::from_parts(3_338_000, 0) .saturating_add(Weight::from_parts(0, 1561)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -68,11 +68,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `391 + k * (69 ±0)` // Estimated: `381 + k * (70 ±0)` - // Minimum execution time: 13_726_000 picoseconds. - Weight::from_parts(14_114_000, 0) + // Minimum execution time: 13_467_000 picoseconds. + Weight::from_parts(13_716_000, 0) .saturating_add(Weight::from_parts(0, 381)) - // Standard Error: 1_347 - .saturating_add(Weight::from_parts(1_107_782, 0).saturating_mul(k.into())) + // Standard Error: 1_617 + .saturating_add(Weight::from_parts(1_171_447, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -86,11 +86,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `145 + c * (1 ±0)` // Estimated: `6083 + c * (1 ±0)` - // Minimum execution time: 8_673_000 picoseconds. - Weight::from_parts(6_073_543, 0) + // Minimum execution time: 8_705_000 picoseconds. + Weight::from_parts(5_665_616, 0) .saturating_add(Weight::from_parts(0, 6083)) // Standard Error: 5 - .saturating_add(Weight::from_parts(1_634, 0).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(1_710, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(c.into())) @@ -103,8 +103,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `482` // Estimated: `6422` - // Minimum execution time: 16_784_000 picoseconds. - Weight::from_parts(17_222_000, 0) + // Minimum execution time: 16_652_000 picoseconds. + Weight::from_parts(17_452_000, 0) .saturating_add(Weight::from_parts(0, 6422)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) @@ -118,11 +118,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `105 + k * (1 ±0)` // Estimated: `3569 + k * (1 ±0)` - // Minimum execution time: 4_237_000 picoseconds. - Weight::from_parts(4_409_000, 0) + // Minimum execution time: 4_310_000 picoseconds. + Weight::from_parts(4_504_000, 0) .saturating_add(Weight::from_parts(0, 3569)) - // Standard Error: 498 - .saturating_add(Weight::from_parts(1_034_703, 0).saturating_mul(k.into())) + // Standard Error: 481 + .saturating_add(Weight::from_parts(996_234, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) @@ -141,11 +141,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `259 + c * (1 ±0)` // Estimated: `6197 + c * (1 ±0)` - // Minimum execution time: 16_490_000 picoseconds. - Weight::from_parts(17_089_182, 0) + // Minimum execution time: 16_570_000 picoseconds. + Weight::from_parts(17_160_154, 0) .saturating_add(Weight::from_parts(0, 6197)) - // Standard Error: 2 - .saturating_add(Weight::from_parts(440, 0).saturating_mul(c.into())) + // Standard Error: 1 + .saturating_add(Weight::from_parts(530, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(c.into())) @@ -156,8 +156,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `1561` - // Minimum execution time: 3_777_000 picoseconds. - Weight::from_parts(4_050_000, 0) + // Minimum execution time: 3_679_000 picoseconds. + Weight::from_parts(4_017_000, 0) .saturating_add(Weight::from_parts(0, 1561)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -170,8 +170,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `3565` - // Minimum execution time: 10_971_000 picoseconds. - Weight::from_parts(11_285_000, 0) + // Minimum execution time: 10_938_000 picoseconds. + Weight::from_parts(11_619_000, 0) .saturating_add(Weight::from_parts(0, 3565)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -182,8 +182,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3541` - // Minimum execution time: 4_175_000 picoseconds. - Weight::from_parts(4_359_000, 0) + // Minimum execution time: 4_144_000 picoseconds. + Weight::from_parts(4_460_000, 0) .saturating_add(Weight::from_parts(0, 3541)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -195,8 +195,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `101` // Estimated: `3566` - // Minimum execution time: 6_027_000 picoseconds. - Weight::from_parts(6_293_000, 0) + // Minimum execution time: 5_819_000 picoseconds. + Weight::from_parts(6_261_000, 0) .saturating_add(Weight::from_parts(0, 3566)) .saturating_add(T::DbWeight::get().reads(2)) } @@ -208,8 +208,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3541` - // Minimum execution time: 6_238_000 picoseconds. - Weight::from_parts(6_407_000, 0) + // Minimum execution time: 6_097_000 picoseconds. + Weight::from_parts(6_368_000, 0) .saturating_add(Weight::from_parts(0, 3541)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -233,11 +233,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `661 + c * (1 ±0)` // Estimated: `6608 + c * (1 ±0)` - // Minimum execution time: 288_076_000 picoseconds. - Weight::from_parts(277_780_138, 0) + // Minimum execution time: 364_593_000 picoseconds. + Weight::from_parts(334_953_058, 0) .saturating_add(Weight::from_parts(0, 6608)) - // Standard Error: 69 - .saturating_add(Weight::from_parts(33_046, 0).saturating_mul(c.into())) + // Standard Error: 73 + .saturating_add(Weight::from_parts(38_473, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(c.into())) @@ -265,15 +265,15 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `152` // Estimated: `8578` - // Minimum execution time: 4_794_521_000 picoseconds. - Weight::from_parts(286_457_873, 0) + // Minimum execution time: 5_479_633_000 picoseconds. + Weight::from_parts(186_445_948, 0) .saturating_add(Weight::from_parts(0, 8578)) - // Standard Error: 258 - .saturating_add(Weight::from_parts(101_165, 0).saturating_mul(c.into())) - // Standard Error: 31 - .saturating_add(Weight::from_parts(2_322, 0).saturating_mul(i.into())) - // Standard Error: 31 - .saturating_add(Weight::from_parts(2_263, 0).saturating_mul(s.into())) + // Standard Error: 201 + .saturating_add(Weight::from_parts(117_432, 0).saturating_mul(c.into())) + // Standard Error: 24 + .saturating_add(Weight::from_parts(2_562, 0).saturating_mul(i.into())) + // Standard Error: 24 + .saturating_add(Weight::from_parts(2_597, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -299,13 +299,13 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `376` // Estimated: `6354` - // Minimum execution time: 2_322_485_000 picoseconds. - Weight::from_parts(152_828_702, 0) + // Minimum execution time: 2_443_188_000 picoseconds. + Weight::from_parts(2_495_701_000, 0) .saturating_add(Weight::from_parts(0, 6354)) - // Standard Error: 33 - .saturating_add(Weight::from_parts(2_139, 0).saturating_mul(i.into())) - // Standard Error: 33 - .saturating_add(Weight::from_parts(2_213, 0).saturating_mul(s.into())) + // Standard Error: 30 + .saturating_add(Weight::from_parts(818, 0).saturating_mul(i.into())) + // Standard Error: 30 + .saturating_add(Weight::from_parts(962, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -327,8 +327,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `763` // Estimated: `6703` - // Minimum execution time: 200_381_000 picoseconds. - Weight::from_parts(207_161_000, 0) + // Minimum execution time: 209_463_000 picoseconds. + Weight::from_parts(217_512_000, 0) .saturating_add(Weight::from_parts(0, 6703)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) @@ -346,11 +346,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3541` - // Minimum execution time: 240_193_000 picoseconds. - Weight::from_parts(206_451_026, 0) + // Minimum execution time: 322_302_000 picoseconds. + Weight::from_parts(296_607_348, 0) .saturating_add(Weight::from_parts(0, 3541)) - // Standard Error: 87 - .saturating_add(Weight::from_parts(64_815, 0).saturating_mul(c.into())) + // Standard Error: 115 + .saturating_add(Weight::from_parts(75_377, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -366,8 +366,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `191` // Estimated: `3656` - // Minimum execution time: 33_045_000 picoseconds. - Weight::from_parts(33_930_000, 0) + // Minimum execution time: 33_654_000 picoseconds. + Weight::from_parts(34_352_000, 0) .saturating_add(Weight::from_parts(0, 3656)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -384,8 +384,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `517` // Estimated: `8932` - // Minimum execution time: 34_037_000 picoseconds. - Weight::from_parts(35_351_000, 0) + // Minimum execution time: 34_486_000 picoseconds. + Weight::from_parts(35_428_000, 0) .saturating_add(Weight::from_parts(0, 8932)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) @@ -409,11 +409,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `765 + r * (6 ±0)` // Estimated: `6706 + r * (6 ±0)` - // Minimum execution time: 269_511_000 picoseconds. - Weight::from_parts(281_065_473, 0) + // Minimum execution time: 334_140_000 picoseconds. + Weight::from_parts(344_058_027, 0) .saturating_add(Weight::from_parts(0, 6706)) - // Standard Error: 493 - .saturating_add(Weight::from_parts(325_878, 0).saturating_mul(r.into())) + // Standard Error: 465 + .saturating_add(Weight::from_parts(351_113, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -437,11 +437,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `823 + r * (240 ±0)` // Estimated: `6727 + r * (2715 ±0)` - // Minimum execution time: 260_579_000 picoseconds. - Weight::from_parts(113_092_089, 0) + // Minimum execution time: 336_404_000 picoseconds. + Weight::from_parts(150_362_011, 0) .saturating_add(Weight::from_parts(0, 6727)) - // Standard Error: 6_545 - .saturating_add(Weight::from_parts(3_776_291, 0).saturating_mul(r.into())) + // Standard Error: 7_331 + .saturating_add(Weight::from_parts(3_886_039, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -466,11 +466,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `815 + r * (244 ±0)` // Estimated: `6731 + r * (2719 ±0)` - // Minimum execution time: 255_262_000 picoseconds. - Weight::from_parts(119_113_275, 0) + // Minimum execution time: 336_716_000 picoseconds. + Weight::from_parts(148_066_972, 0) .saturating_add(Weight::from_parts(0, 6731)) - // Standard Error: 6_288 - .saturating_add(Weight::from_parts(4_528_503, 0).saturating_mul(r.into())) + // Standard Error: 7_607 + .saturating_add(Weight::from_parts(4_752_845, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -495,11 +495,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `772 + r * (6 ±0)` // Estimated: `6714 + r * (6 ±0)` - // Minimum execution time: 255_828_000 picoseconds. - Weight::from_parts(281_626_590, 0) + // Minimum execution time: 336_213_000 picoseconds. + Weight::from_parts(341_993_049, 0) .saturating_add(Weight::from_parts(0, 6714)) - // Standard Error: 478 - .saturating_add(Weight::from_parts(412_071, 0).saturating_mul(r.into())) + // Standard Error: 458 + .saturating_add(Weight::from_parts(435_717, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -523,11 +523,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `762 + r * (3 ±0)` // Estimated: `6707 + r * (3 ±0)` - // Minimum execution time: 249_190_000 picoseconds. - Weight::from_parts(275_311_695, 0) + // Minimum execution time: 331_257_000 picoseconds. + Weight::from_parts(340_650_198, 0) .saturating_add(Weight::from_parts(0, 6707)) - // Standard Error: 364 - .saturating_add(Weight::from_parts(174_008, 0).saturating_mul(r.into())) + // Standard Error: 350 + .saturating_add(Weight::from_parts(189_019, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into())) @@ -549,11 +549,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `652 + r * (3 ±0)` // Estimated: `6592 + r * (3 ±0)` - // Minimum execution time: 247_375_000 picoseconds. - Weight::from_parts(264_846_244, 0) + // Minimum execution time: 319_631_000 picoseconds. + Weight::from_parts(331_232_917, 0) .saturating_add(Weight::from_parts(0, 6592)) - // Standard Error: 316 - .saturating_add(Weight::from_parts(151_554, 0).saturating_mul(r.into())) + // Standard Error: 424 + .saturating_add(Weight::from_parts(167_252, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into())) @@ -577,11 +577,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `766 + r * (6 ±0)` // Estimated: `6708 + r * (6 ±0)` - // Minimum execution time: 261_692_000 picoseconds. - Weight::from_parts(280_659_588, 0) + // Minimum execution time: 335_175_000 picoseconds. + Weight::from_parts(348_092_351, 0) .saturating_add(Weight::from_parts(0, 6708)) - // Standard Error: 397 - .saturating_add(Weight::from_parts(331_191, 0).saturating_mul(r.into())) + // Standard Error: 461 + .saturating_add(Weight::from_parts(341_001, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -605,11 +605,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `762 + r * (6 ±0)` // Estimated: `6703 + r * (6 ±0)` - // Minimum execution time: 258_370_000 picoseconds. - Weight::from_parts(279_150_283, 0) + // Minimum execution time: 337_593_000 picoseconds. + Weight::from_parts(346_233_477, 0) .saturating_add(Weight::from_parts(0, 6703)) - // Standard Error: 535 - .saturating_add(Weight::from_parts(362_194, 0).saturating_mul(r.into())) + // Standard Error: 520 + .saturating_add(Weight::from_parts(388_240, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -633,11 +633,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `869 + r * (6 ±0)` // Estimated: `6810 + r * (6 ±0)` - // Minimum execution time: 258_665_000 picoseconds. - Weight::from_parts(291_068_898, 0) + // Minimum execution time: 335_724_000 picoseconds. + Weight::from_parts(377_674_207, 0) .saturating_add(Weight::from_parts(0, 6810)) - // Standard Error: 1_071 - .saturating_add(Weight::from_parts(1_550_046, 0).saturating_mul(r.into())) + // Standard Error: 3_114 + .saturating_add(Weight::from_parts(1_551_392, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -661,11 +661,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `776 + r * (6 ±0)` // Estimated: `6725 + r * (6 ±0)` - // Minimum execution time: 268_171_000 picoseconds. - Weight::from_parts(281_994_714, 0) + // Minimum execution time: 339_158_000 picoseconds. + Weight::from_parts(342_771_188, 0) .saturating_add(Weight::from_parts(0, 6725)) - // Standard Error: 472 - .saturating_add(Weight::from_parts(324_202, 0).saturating_mul(r.into())) + // Standard Error: 498 + .saturating_add(Weight::from_parts(346_790, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -689,11 +689,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `774 + r * (6 ±0)` // Estimated: `6723 + r * (6 ±0)` - // Minimum execution time: 252_044_000 picoseconds. - Weight::from_parts(282_412_981, 0) + // Minimum execution time: 337_052_000 picoseconds. + Weight::from_parts(347_436_407, 0) .saturating_add(Weight::from_parts(0, 6723)) - // Standard Error: 402 - .saturating_add(Weight::from_parts(317_694, 0).saturating_mul(r.into())) + // Standard Error: 521 + .saturating_add(Weight::from_parts(338_187, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -717,11 +717,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `771 + r * (6 ±0)` // Estimated: `6721 + r * (6 ±0)` - // Minimum execution time: 257_460_000 picoseconds. - Weight::from_parts(279_616_453, 0) + // Minimum execution time: 336_378_000 picoseconds. + Weight::from_parts(345_941_816, 0) .saturating_add(Weight::from_parts(0, 6721)) - // Standard Error: 420 - .saturating_add(Weight::from_parts(319_071, 0).saturating_mul(r.into())) + // Standard Error: 427 + .saturating_add(Weight::from_parts(336_788, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -745,11 +745,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `762 + r * (6 ±0)` // Estimated: `6707 + r * (6 ±0)` - // Minimum execution time: 256_798_000 picoseconds. - Weight::from_parts(282_498_949, 0) + // Minimum execution time: 335_244_000 picoseconds. + Weight::from_parts(345_002_383, 0) .saturating_add(Weight::from_parts(0, 6707)) - // Standard Error: 402 - .saturating_add(Weight::from_parts(320_611, 0).saturating_mul(r.into())) + // Standard Error: 567 + .saturating_add(Weight::from_parts(345_505, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -775,11 +775,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `773 + r * (14 ±0)` // Estimated: `6710 + r * (14 ±0)` - // Minimum execution time: 267_079_000 picoseconds. - Weight::from_parts(285_854_375, 0) + // Minimum execution time: 335_757_000 picoseconds. + Weight::from_parts(346_981_319, 0) .saturating_add(Weight::from_parts(0, 6710)) - // Standard Error: 924 - .saturating_add(Weight::from_parts(1_575_376, 0).saturating_mul(r.into())) + // Standard Error: 746 + .saturating_add(Weight::from_parts(1_610_993, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 14).saturating_mul(r.into())) @@ -803,11 +803,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `764 + r * (6 ±0)` // Estimated: `6708 + r * (6 ±0)` - // Minimum execution time: 254_855_000 picoseconds. - Weight::from_parts(302_911_728, 0) + // Minimum execution time: 333_650_000 picoseconds. + Weight::from_parts(347_131_037, 0) .saturating_add(Weight::from_parts(0, 6708)) - // Standard Error: 6_389 - .saturating_add(Weight::from_parts(248_785, 0).saturating_mul(r.into())) + // Standard Error: 466 + .saturating_add(Weight::from_parts(286_382, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -831,11 +831,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `768` // Estimated: `6708` - // Minimum execution time: 262_739_000 picoseconds. - Weight::from_parts(224_846_747, 0) + // Minimum execution time: 333_590_000 picoseconds. + Weight::from_parts(286_249_256, 0) .saturating_add(Weight::from_parts(0, 6708)) - // Standard Error: 27 - .saturating_add(Weight::from_parts(1_011, 0).saturating_mul(n.into())) + // Standard Error: 22 + .saturating_add(Weight::from_parts(1_111, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -858,11 +858,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `752 + r * (45 ±0)` // Estimated: `6692 + r * (45 ±0)` - // Minimum execution time: 248_339_000 picoseconds. - Weight::from_parts(272_336_208, 0) + // Minimum execution time: 327_116_000 picoseconds. + Weight::from_parts(337_874_004, 0) .saturating_add(Weight::from_parts(0, 6692)) - // Standard Error: 732_951 - .saturating_add(Weight::from_parts(5_090_191, 0).saturating_mul(r.into())) + // Standard Error: 761_295 + .saturating_add(Weight::from_parts(6_034_295, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 45).saturating_mul(r.into())) @@ -886,11 +886,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `762` // Estimated: `6715` - // Minimum execution time: 270_153_000 picoseconds. - Weight::from_parts(279_613_992, 0) + // Minimum execution time: 333_831_000 picoseconds. + Weight::from_parts(340_573_321, 0) .saturating_add(Weight::from_parts(0, 6715)) // Standard Error: 0 - .saturating_add(Weight::from_parts(315, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(452, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -917,11 +917,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `794 + r * (249 ±0)` // Estimated: `6734 + r * (7674 ±0)` - // Minimum execution time: 252_498_000 picoseconds. - Weight::from_parts(275_788_657, 0) + // Minimum execution time: 331_663_000 picoseconds. + Weight::from_parts(343_301_161, 0) .saturating_add(Weight::from_parts(0, 6734)) - // Standard Error: 707_407 - .saturating_add(Weight::from_parts(125_448_142, 0).saturating_mul(r.into())) + // Standard Error: 889_552 + .saturating_add(Weight::from_parts(122_381_938, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -949,11 +949,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `773 + r * (10 ±0)` // Estimated: `6719 + r * (10 ±0)` - // Minimum execution time: 258_744_000 picoseconds. - Weight::from_parts(283_000_865, 0) + // Minimum execution time: 334_161_000 picoseconds. + Weight::from_parts(353_291_577, 0) .saturating_add(Weight::from_parts(0, 6719)) - // Standard Error: 1_258 - .saturating_add(Weight::from_parts(1_881_086, 0).saturating_mul(r.into())) + // Standard Error: 1_098 + .saturating_add(Weight::from_parts(1_826_451, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 10).saturating_mul(r.into())) @@ -977,11 +977,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `762 + r * (10 ±0)` // Estimated: `6707 + r * (10 ±0)` - // Minimum execution time: 260_838_000 picoseconds. - Weight::from_parts(282_771_313, 0) + // Minimum execution time: 332_949_000 picoseconds. + Weight::from_parts(352_805_387, 0) .saturating_add(Weight::from_parts(0, 6707)) - // Standard Error: 1_683 - .saturating_add(Weight::from_parts(4_068_300, 0).saturating_mul(r.into())) + // Standard Error: 2_829 + .saturating_add(Weight::from_parts(4_282_507, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 10).saturating_mul(r.into())) @@ -1006,13 +1006,13 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `781 + t * (32 ±0)` // Estimated: `6728 + t * (2508 ±0)` - // Minimum execution time: 271_919_000 picoseconds. - Weight::from_parts(286_304_257, 0) + // Minimum execution time: 353_584_000 picoseconds. + Weight::from_parts(347_474_501, 0) .saturating_add(Weight::from_parts(0, 6728)) - // Standard Error: 77_833 - .saturating_add(Weight::from_parts(2_341_446, 0).saturating_mul(t.into())) - // Standard Error: 21 - .saturating_add(Weight::from_parts(628, 0).saturating_mul(n.into())) + // Standard Error: 96_454 + .saturating_add(Weight::from_parts(2_870_159, 0).saturating_mul(t.into())) + // Standard Error: 26 + .saturating_add(Weight::from_parts(1_006, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1038,11 +1038,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `761 + r * (7 ±0)` // Estimated: `6705 + r * (7 ±0)` - // Minimum execution time: 163_640_000 picoseconds. - Weight::from_parts(175_069_770, 0) + // Minimum execution time: 170_030_000 picoseconds. + Weight::from_parts(179_956_686, 0) .saturating_add(Weight::from_parts(0, 6705)) - // Standard Error: 336 - .saturating_add(Weight::from_parts(213_589, 0).saturating_mul(r.into())) + // Standard Error: 466 + .saturating_add(Weight::from_parts(243_858, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 7).saturating_mul(r.into())) @@ -1066,11 +1066,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `125712` // Estimated: `131654` - // Minimum execution time: 419_405_000 picoseconds. - Weight::from_parts(386_672_885, 0) + // Minimum execution time: 499_701_000 picoseconds. + Weight::from_parts(473_122_597, 0) .saturating_add(Weight::from_parts(0, 131654)) - // Standard Error: 12 - .saturating_add(Weight::from_parts(1_038, 0).saturating_mul(i.into())) + // Standard Error: 13 + .saturating_add(Weight::from_parts(1_148, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1081,11 +1081,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `834 + r * (292 ±0)` // Estimated: `832 + r * (293 ±0)` - // Minimum execution time: 255_229_000 picoseconds. - Weight::from_parts(182_281_948, 0) + // Minimum execution time: 332_397_000 picoseconds. + Weight::from_parts(228_011_803, 0) .saturating_add(Weight::from_parts(0, 832)) - // Standard Error: 9_184 - .saturating_add(Weight::from_parts(6_547_085, 0).saturating_mul(r.into())) + // Standard Error: 11_094 + .saturating_add(Weight::from_parts(6_639_754, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1099,11 +1099,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1257` // Estimated: `1249` - // Minimum execution time: 296_058_000 picoseconds. - Weight::from_parts(332_258_803, 0) + // Minimum execution time: 353_821_000 picoseconds. + Weight::from_parts(398_082_350, 0) .saturating_add(Weight::from_parts(0, 1249)) - // Standard Error: 44 - .saturating_add(Weight::from_parts(612, 0).saturating_mul(n.into())) + // Standard Error: 59 + .saturating_add(Weight::from_parts(756, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -1114,11 +1114,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1157 + n * (1 ±0)` // Estimated: `1157 + n * (1 ±0)` - // Minimum execution time: 276_329_000 picoseconds. - Weight::from_parts(298_441_527, 0) + // Minimum execution time: 352_814_000 picoseconds. + Weight::from_parts(363_627_141, 0) .saturating_add(Weight::from_parts(0, 1157)) - // Standard Error: 35 - .saturating_add(Weight::from_parts(413, 0).saturating_mul(n.into())) + // Standard Error: 30 + .saturating_add(Weight::from_parts(325, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1130,11 +1130,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `831 + r * (288 ±0)` // Estimated: `835 + r * (289 ±0)` - // Minimum execution time: 263_605_000 picoseconds. - Weight::from_parts(182_895_444, 0) + // Minimum execution time: 333_168_000 picoseconds. + Weight::from_parts(234_350_762, 0) .saturating_add(Weight::from_parts(0, 835)) - // Standard Error: 9_853 - .saturating_add(Weight::from_parts(6_400_813, 0).saturating_mul(r.into())) + // Standard Error: 10_434 + .saturating_add(Weight::from_parts(6_539_719, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1148,11 +1148,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1153 + n * (1 ±0)` // Estimated: `1153 + n * (1 ±0)` - // Minimum execution time: 272_586_000 picoseconds. - Weight::from_parts(301_090_026, 0) + // Minimum execution time: 354_092_000 picoseconds. + Weight::from_parts(365_875_495, 0) .saturating_add(Weight::from_parts(0, 1153)) - // Standard Error: 42 - .saturating_add(Weight::from_parts(12, 0).saturating_mul(n.into())) + // Standard Error: 37 + .saturating_add(Weight::from_parts(286, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1164,11 +1164,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `825 + r * (296 ±0)` // Estimated: `829 + r * (297 ±0)` - // Minimum execution time: 270_486_000 picoseconds. - Weight::from_parts(190_797_084, 0) + // Minimum execution time: 340_449_000 picoseconds. + Weight::from_parts(260_454_540, 0) .saturating_add(Weight::from_parts(0, 829)) - // Standard Error: 9_399 - .saturating_add(Weight::from_parts(5_483_695, 0).saturating_mul(r.into())) + // Standard Error: 9_129 + .saturating_add(Weight::from_parts(5_521_911, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1181,11 +1181,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1169 + n * (1 ±0)` // Estimated: `1169 + n * (1 ±0)` - // Minimum execution time: 274_576_000 picoseconds. - Weight::from_parts(298_240_786, 0) + // Minimum execution time: 354_257_000 picoseconds. + Weight::from_parts(367_021_765, 0) .saturating_add(Weight::from_parts(0, 1169)) - // Standard Error: 35 - .saturating_add(Weight::from_parts(796, 0).saturating_mul(n.into())) + // Standard Error: 38 + .saturating_add(Weight::from_parts(623, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1197,11 +1197,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `845 + r * (288 ±0)` // Estimated: `847 + r * (289 ±0)` - // Minimum execution time: 253_828_000 picoseconds. - Weight::from_parts(187_673_785, 0) + // Minimum execution time: 334_019_000 picoseconds. + Weight::from_parts(254_049_214, 0) .saturating_add(Weight::from_parts(0, 847)) - // Standard Error: 9_074 - .saturating_add(Weight::from_parts(5_287_474, 0).saturating_mul(r.into())) + // Standard Error: 8_846 + .saturating_add(Weight::from_parts(5_336_074, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1214,11 +1214,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1156 + n * (1 ±0)` // Estimated: `1156 + n * (1 ±0)` - // Minimum execution time: 273_240_000 picoseconds. - Weight::from_parts(297_450_174, 0) + // Minimum execution time: 350_023_000 picoseconds. + Weight::from_parts(362_876_767, 0) .saturating_add(Weight::from_parts(0, 1156)) // Standard Error: 33 - .saturating_add(Weight::from_parts(238, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(310, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1230,11 +1230,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `818 + r * (296 ±0)` // Estimated: `826 + r * (297 ±0)` - // Minimum execution time: 258_163_000 picoseconds. - Weight::from_parts(163_843_832, 0) + // Minimum execution time: 338_311_000 picoseconds. + Weight::from_parts(225_281_461, 0) .saturating_add(Weight::from_parts(0, 826)) - // Standard Error: 11_755 - .saturating_add(Weight::from_parts(6_710_642, 0).saturating_mul(r.into())) + // Standard Error: 12_000 + .saturating_add(Weight::from_parts(6_716_883, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1248,11 +1248,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1170 + n * (1 ±0)` // Estimated: `1170 + n * (1 ±0)` - // Minimum execution time: 279_031_000 picoseconds. - Weight::from_parts(297_407_314, 0) + // Minimum execution time: 358_835_000 picoseconds. + Weight::from_parts(367_501_822, 0) .saturating_add(Weight::from_parts(0, 1170)) - // Standard Error: 33 - .saturating_add(Weight::from_parts(950, 0).saturating_mul(n.into())) + // Standard Error: 34 + .saturating_add(Weight::from_parts(745, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1276,11 +1276,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `881 + r * (45 ±0)` // Estimated: `6837 + r * (2520 ±0)` - // Minimum execution time: 255_857_000 picoseconds. - Weight::from_parts(48_095_185, 0) + // Minimum execution time: 335_450_000 picoseconds. + Weight::from_parts(215_219_686, 0) .saturating_add(Weight::from_parts(0, 6837)) - // Standard Error: 26_618 - .saturating_add(Weight::from_parts(38_371_648, 0).saturating_mul(r.into())) + // Standard Error: 17_793 + .saturating_add(Weight::from_parts(37_821_458, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -1306,11 +1306,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1205 + r * (276 ±0)` // Estimated: `9390 + r * (2752 ±0)` - // Minimum execution time: 261_254_000 picoseconds. - Weight::from_parts(278_418_000, 0) + // Minimum execution time: 335_880_000 picoseconds. + Weight::from_parts(338_190_000, 0) .saturating_add(Weight::from_parts(0, 9390)) - // Standard Error: 96_299 - .saturating_add(Weight::from_parts(245_358_155, 0).saturating_mul(r.into())) + // Standard Error: 124_901 + .saturating_add(Weight::from_parts(317_409_393, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -1336,11 +1336,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0 + r * (576 ±0)` // Estimated: `6711 + r * (2637 ±3)` - // Minimum execution time: 252_238_000 picoseconds. - Weight::from_parts(271_768_000, 0) + // Minimum execution time: 336_050_000 picoseconds. + Weight::from_parts(338_874_000, 0) .saturating_add(Weight::from_parts(0, 6711)) - // Standard Error: 155_104 - .saturating_add(Weight::from_parts(246_259_094, 0).saturating_mul(r.into())) + // Standard Error: 189_079 + .saturating_add(Weight::from_parts(317_133_680, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1367,13 +1367,13 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1237 + t * (277 ±0)` // Estimated: `12127 + t * (5227 ±0)` - // Minimum execution time: 463_152_000 picoseconds. - Weight::from_parts(86_255_517, 0) + // Minimum execution time: 542_366_000 picoseconds. + Weight::from_parts(193_694_880, 0) .saturating_add(Weight::from_parts(0, 12127)) - // Standard Error: 11_514_576 - .saturating_add(Weight::from_parts(344_960_377, 0).saturating_mul(t.into())) + // Standard Error: 11_272_994 + .saturating_add(Weight::from_parts(316_201_122, 0).saturating_mul(t.into())) // Standard Error: 16 - .saturating_add(Weight::from_parts(983, 0).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(1_107, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(6)) @@ -1401,11 +1401,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `898 + r * (255 ±0)` // Estimated: `6726 + r * (5205 ±0)` - // Minimum execution time: 630_914_000 picoseconds. - Weight::from_parts(638_968_000, 0) + // Minimum execution time: 767_480_000 picoseconds. + Weight::from_parts(779_480_000, 0) .saturating_add(Weight::from_parts(0, 6726)) - // Standard Error: 378_175 - .saturating_add(Weight::from_parts(392_243_125, 0).saturating_mul(r.into())) + // Standard Error: 376_597 + .saturating_add(Weight::from_parts(465_783_966, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(6)) @@ -1435,13 +1435,15 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1094 + t * (118 ±0)` // Estimated: `9510 + t * (2575 ±1)` - // Minimum execution time: 2_669_572_000 picoseconds. - Weight::from_parts(1_414_276_492, 0) + // Minimum execution time: 3_092_356_000 picoseconds. + Weight::from_parts(917_401_151, 0) .saturating_add(Weight::from_parts(0, 9510)) - // Standard Error: 36 - .saturating_add(Weight::from_parts(1_441, 0).saturating_mul(i.into())) - // Standard Error: 36 - .saturating_add(Weight::from_parts(1_594, 0).saturating_mul(s.into())) + // Standard Error: 12_758_887 + .saturating_add(Weight::from_parts(50_052_819, 0).saturating_mul(t.into())) + // Standard Error: 20 + .saturating_add(Weight::from_parts(2_013, 0).saturating_mul(i.into())) + // Standard Error: 20 + .saturating_add(Weight::from_parts(2_252, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(15)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(10)) @@ -1467,11 +1469,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `761 + r * (8 ±0)` // Estimated: `6702 + r * (8 ±0)` - // Minimum execution time: 267_441_000 picoseconds. - Weight::from_parts(275_356_143, 0) + // Minimum execution time: 334_710_000 picoseconds. + Weight::from_parts(340_587_159, 0) .saturating_add(Weight::from_parts(0, 6702)) - // Standard Error: 479 - .saturating_add(Weight::from_parts(375_335, 0).saturating_mul(r.into())) + // Standard Error: 507 + .saturating_add(Weight::from_parts(412_195, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into())) @@ -1495,11 +1497,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `769` // Estimated: `6709` - // Minimum execution time: 259_468_000 picoseconds. - Weight::from_parts(280_660_136, 0) + // Minimum execution time: 333_148_000 picoseconds. + Weight::from_parts(347_364_466, 0) .saturating_add(Weight::from_parts(0, 6709)) - // Standard Error: 6 - .saturating_add(Weight::from_parts(1_364, 0).saturating_mul(n.into())) + // Standard Error: 2 + .saturating_add(Weight::from_parts(1_500, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1522,11 +1524,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `763 + r * (8 ±0)` // Estimated: `6705 + r * (8 ±0)` - // Minimum execution time: 260_867_000 picoseconds. - Weight::from_parts(276_261_003, 0) + // Minimum execution time: 332_031_000 picoseconds. + Weight::from_parts(346_086_580, 0) .saturating_add(Weight::from_parts(0, 6705)) - // Standard Error: 541 - .saturating_add(Weight::from_parts(765_057, 0).saturating_mul(r.into())) + // Standard Error: 682 + .saturating_add(Weight::from_parts(822_438, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into())) @@ -1550,11 +1552,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `771` // Estimated: `6713` - // Minimum execution time: 260_919_000 picoseconds. - Weight::from_parts(298_719_304, 0) + // Minimum execution time: 337_280_000 picoseconds. + Weight::from_parts(346_817_478, 0) .saturating_add(Weight::from_parts(0, 6713)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(3_605, 0).saturating_mul(n.into())) + // Standard Error: 2 + .saturating_add(Weight::from_parts(3_859, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1577,11 +1579,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `763 + r * (8 ±0)` // Estimated: `6708 + r * (8 ±0)` - // Minimum execution time: 251_662_000 picoseconds. - Weight::from_parts(274_532_217, 0) + // Minimum execution time: 331_039_000 picoseconds. + Weight::from_parts(344_490_096, 0) .saturating_add(Weight::from_parts(0, 6708)) - // Standard Error: 527 - .saturating_add(Weight::from_parts(456_002, 0).saturating_mul(r.into())) + // Standard Error: 607 + .saturating_add(Weight::from_parts(478_090, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into())) @@ -1605,10 +1607,10 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `771` // Estimated: `6717` - // Minimum execution time: 256_405_000 picoseconds. - Weight::from_parts(250_795_154, 0) + // Minimum execution time: 334_726_000 picoseconds. + Weight::from_parts(360_301_792, 0) .saturating_add(Weight::from_parts(0, 6717)) - // Standard Error: 27 + // Standard Error: 1 .saturating_add(Weight::from_parts(1_597, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) @@ -1632,11 +1634,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `763 + r * (8 ±0)` // Estimated: `6709 + r * (8 ±0)` - // Minimum execution time: 268_488_000 picoseconds. - Weight::from_parts(275_176_782, 0) + // Minimum execution time: 332_154_000 picoseconds. + Weight::from_parts(341_396_510, 0) .saturating_add(Weight::from_parts(0, 6709)) - // Standard Error: 379 - .saturating_add(Weight::from_parts(444_507, 0).saturating_mul(r.into())) + // Standard Error: 607 + .saturating_add(Weight::from_parts(477_412, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into())) @@ -1660,11 +1662,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `771` // Estimated: `6711` - // Minimum execution time: 263_835_000 picoseconds. - Weight::from_parts(301_765_133, 0) + // Minimum execution time: 334_419_000 picoseconds. + Weight::from_parts(344_430_612, 0) .saturating_add(Weight::from_parts(0, 6711)) - // Standard Error: 3 - .saturating_add(Weight::from_parts(1_432, 0).saturating_mul(n.into())) + // Standard Error: 5 + .saturating_add(Weight::from_parts(1_633, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1687,11 +1689,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `896 + n * (1 ±0)` // Estimated: `6833 + n * (1 ±0)` - // Minimum execution time: 333_743_000 picoseconds. - Weight::from_parts(343_488_119, 0) + // Minimum execution time: 407_667_000 picoseconds. + Weight::from_parts(420_437_289, 0) .saturating_add(Weight::from_parts(0, 6833)) - // Standard Error: 16 - .saturating_add(Weight::from_parts(6_365, 0).saturating_mul(n.into())) + // Standard Error: 20 + .saturating_add(Weight::from_parts(6_862, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1713,13 +1715,13 @@ impl pallet_contracts::WeightInfo for WeightInfo { /// The range of component `r` is `[0, 160]`. fn seal_sr25519_verify(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `709 + r * (112 ±0)` + // Measured: `710 + r * (112 ±0)` // Estimated: `6650 + r * (112 ±0)` - // Minimum execution time: 271_010_000 picoseconds. - Weight::from_parts(330_449_848, 0) + // Minimum execution time: 334_964_000 picoseconds. + Weight::from_parts(391_169_401, 0) .saturating_add(Weight::from_parts(0, 6650)) - // Standard Error: 13_203 - .saturating_add(Weight::from_parts(55_706_337, 0).saturating_mul(r.into())) + // Standard Error: 15_050 + .saturating_add(Weight::from_parts(56_178_174, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 112).saturating_mul(r.into())) @@ -1741,13 +1743,13 @@ impl pallet_contracts::WeightInfo for WeightInfo { /// The range of component `r` is `[0, 160]`. fn seal_ecdsa_recover(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `806 + r * (76 ±0)` + // Measured: `805 + r * (76 ±0)` // Estimated: `6701 + r * (77 ±0)` - // Minimum execution time: 255_480_000 picoseconds. - Weight::from_parts(346_138_231, 0) + // Minimum execution time: 334_512_000 picoseconds. + Weight::from_parts(423_250_649, 0) .saturating_add(Weight::from_parts(0, 6701)) - // Standard Error: 15_561 - .saturating_add(Weight::from_parts(46_090_320, 0).saturating_mul(r.into())) + // Standard Error: 21_999 + .saturating_add(Weight::from_parts(46_048_078, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 77).saturating_mul(r.into())) @@ -1771,11 +1773,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `776 + r * (42 ±0)` // Estimated: `6715 + r * (42 ±0)` - // Minimum execution time: 261_379_000 picoseconds. - Weight::from_parts(308_296_787, 0) + // Minimum execution time: 339_500_000 picoseconds. + Weight::from_parts(367_540_513, 0) .saturating_add(Weight::from_parts(0, 6715)) - // Standard Error: 12_335 - .saturating_add(Weight::from_parts(11_953_421, 0).saturating_mul(r.into())) + // Standard Error: 12_975 + .saturating_add(Weight::from_parts(12_337_677, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 42).saturating_mul(r.into())) @@ -1799,11 +1801,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0 + r * (965 ±0)` // Estimated: `6706 + r * (3090 ±10)` - // Minimum execution time: 260_319_000 picoseconds. - Weight::from_parts(273_708_000, 0) + // Minimum execution time: 331_963_000 picoseconds. + Weight::from_parts(334_637_000, 0) .saturating_add(Weight::from_parts(0, 6706)) - // Standard Error: 49_060 - .saturating_add(Weight::from_parts(24_035_913, 0).saturating_mul(r.into())) + // Standard Error: 58_037 + .saturating_add(Weight::from_parts(25_483_667, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1829,11 +1831,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `757 + r * (3 ±0)` // Estimated: `6707 + r * (3 ±0)` - // Minimum execution time: 251_444_000 picoseconds. - Weight::from_parts(275_800_719, 0) + // Minimum execution time: 330_506_000 picoseconds. + Weight::from_parts(341_361_580, 0) .saturating_add(Weight::from_parts(0, 6707)) - // Standard Error: 408 - .saturating_add(Weight::from_parts(164_169, 0).saturating_mul(r.into())) + // Standard Error: 396 + .saturating_add(Weight::from_parts(179_927, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into())) @@ -1857,11 +1859,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1997 + r * (39 ±0)` // Estimated: `7824 + r * (40 ±0)` - // Minimum execution time: 251_535_000 picoseconds. - Weight::from_parts(325_895_606, 0) + // Minimum execution time: 333_866_000 picoseconds. + Weight::from_parts(416_314_655, 0) .saturating_add(Weight::from_parts(0, 7824)) - // Standard Error: 2_109 - .saturating_add(Weight::from_parts(332_007, 0).saturating_mul(r.into())) + // Standard Error: 1_850 + .saturating_add(Weight::from_parts(326_703, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) @@ -1887,11 +1889,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `760 + r * (3 ±0)` // Estimated: `6707 + r * (3 ±0)` - // Minimum execution time: 255_613_000 picoseconds. - Weight::from_parts(277_137_544, 0) + // Minimum execution time: 331_367_000 picoseconds. + Weight::from_parts(344_844_447, 0) .saturating_add(Weight::from_parts(0, 6707)) - // Standard Error: 336 - .saturating_add(Weight::from_parts(144_014, 0).saturating_mul(r.into())) + // Standard Error: 464 + .saturating_add(Weight::from_parts(156_183, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into())) @@ -1901,10 +1903,10 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_592_000 picoseconds. - Weight::from_parts(1_602_100, 0) + // Minimum execution time: 1_551_000 picoseconds. + Weight::from_parts(1_718_159, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 14 - .saturating_add(Weight::from_parts(10_737, 0).saturating_mul(r.into())) + // Standard Error: 12 + .saturating_add(Weight::from_parts(10_822, 0).saturating_mul(r.into())) } } diff --git a/runtime/trappist/src/weights/pallet_democracy.rs b/runtime/trappist/src/weights/pallet_democracy.rs index 7945fb4f..d67a8bd9 100644 --- a/runtime/trappist/src/weights/pallet_democracy.rs +++ b/runtime/trappist/src/weights/pallet_democracy.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_democracy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -62,8 +62,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4768` // Estimated: `18187` - // Minimum execution time: 46_834_000 picoseconds. - Weight::from_parts(49_267_000, 0) + // Minimum execution time: 47_005_000 picoseconds. + Weight::from_parts(48_979_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -74,8 +74,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3523` // Estimated: `6695` - // Minimum execution time: 40_838_000 picoseconds. - Weight::from_parts(42_073_000, 0) + // Minimum execution time: 40_672_000 picoseconds. + Weight::from_parts(42_019_000, 0) .saturating_add(Weight::from_parts(0, 6695)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -92,8 +92,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3399` // Estimated: `7260` - // Minimum execution time: 53_747_000 picoseconds. - Weight::from_parts(55_689_000, 0) + // Minimum execution time: 55_300_000 picoseconds. + Weight::from_parts(56_217_000, 0) .saturating_add(Weight::from_parts(0, 7260)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -110,8 +110,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3421` // Estimated: `7260` - // Minimum execution time: 60_100_000 picoseconds. - Weight::from_parts(61_492_000, 0) + // Minimum execution time: 60_458_000 picoseconds. + Weight::from_parts(62_203_000, 0) .saturating_add(Weight::from_parts(0, 7260)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -126,8 +126,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `333` // Estimated: `3666` - // Minimum execution time: 26_571_000 picoseconds. - Weight::from_parts(27_390_000, 0) + // Minimum execution time: 26_807_000 picoseconds. + Weight::from_parts(27_603_000, 0) .saturating_add(Weight::from_parts(0, 3666)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -150,8 +150,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6216` // Estimated: `18187` - // Minimum execution time: 115_007_000 picoseconds. - Weight::from_parts(117_411_000, 0) + // Minimum execution time: 114_847_000 picoseconds. + Weight::from_parts(120_482_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) @@ -164,8 +164,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3383` // Estimated: `6703` - // Minimum execution time: 13_421_000 picoseconds. - Weight::from_parts(13_952_000, 0) + // Minimum execution time: 13_888_000 picoseconds. + Weight::from_parts(14_758_000, 0) .saturating_add(Weight::from_parts(0, 6703)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -176,8 +176,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_800_000 picoseconds. - Weight::from_parts(2_954_000, 0) + // Minimum execution time: 3_551_000 picoseconds. + Weight::from_parts(3_721_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -187,8 +187,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_989_000 picoseconds. - Weight::from_parts(3_181_000, 0) + // Minimum execution time: 3_522_000 picoseconds. + Weight::from_parts(3_784_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -204,8 +204,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `253` // Estimated: `3518` - // Minimum execution time: 28_231_000 picoseconds. - Weight::from_parts(28_888_000, 0) + // Minimum execution time: 28_342_000 picoseconds. + Weight::from_parts(28_718_000, 0) .saturating_add(Weight::from_parts(0, 3518)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(5)) @@ -220,8 +220,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3486` // Estimated: `6703` - // Minimum execution time: 30_827_000 picoseconds. - Weight::from_parts(31_568_000, 0) + // Minimum execution time: 31_055_000 picoseconds. + Weight::from_parts(31_631_000, 0) .saturating_add(Weight::from_parts(0, 6703)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -238,8 +238,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6127` // Estimated: `18187` - // Minimum execution time: 95_296_000 picoseconds. - Weight::from_parts(97_280_000, 0) + // Minimum execution time: 95_440_000 picoseconds. + Weight::from_parts(97_860_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -252,8 +252,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `238` // Estimated: `3518` - // Minimum execution time: 20_505_000 picoseconds. - Weight::from_parts(20_974_000, 0) + // Minimum execution time: 20_974_000 picoseconds. + Weight::from_parts(21_396_000, 0) .saturating_add(Weight::from_parts(0, 3518)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -269,11 +269,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `211 + r * (86 ±0)` // Estimated: `1489 + r * (2676 ±0)` - // Minimum execution time: 7_368_000 picoseconds. - Weight::from_parts(8_947_649, 0) + // Minimum execution time: 7_237_000 picoseconds. + Weight::from_parts(6_156_933, 0) .saturating_add(Weight::from_parts(0, 1489)) - // Standard Error: 6_822 - .saturating_add(Weight::from_parts(3_109_454, 0).saturating_mul(r.into())) + // Standard Error: 9_431 + .saturating_add(Weight::from_parts(3_271_564, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -296,11 +296,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `211 + r * (86 ±0)` // Estimated: `18187 + r * (2676 ±0)` - // Minimum execution time: 10_397_000 picoseconds. - Weight::from_parts(11_264_999, 0) + // Minimum execution time: 10_258_000 picoseconds. + Weight::from_parts(10_933_310, 0) .saturating_add(Weight::from_parts(0, 18187)) - // Standard Error: 7_962 - .saturating_add(Weight::from_parts(3_171_176, 0).saturating_mul(r.into())) + // Standard Error: 7_323 + .saturating_add(Weight::from_parts(3_264_995, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -319,11 +319,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `763 + r * (108 ±0)` // Estimated: `19800 + r * (2676 ±0)` - // Minimum execution time: 39_758_000 picoseconds. - Weight::from_parts(45_332_711, 0) + // Minimum execution time: 40_764_000 picoseconds. + Weight::from_parts(45_574_416, 0) .saturating_add(Weight::from_parts(0, 19800)) - // Standard Error: 8_285 - .saturating_add(Weight::from_parts(4_126_141, 0).saturating_mul(r.into())) + // Standard Error: 8_197 + .saturating_add(Weight::from_parts(4_109_919, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -339,11 +339,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `460 + r * (108 ±0)` // Estimated: `13530 + r * (2676 ±0)` - // Minimum execution time: 21_161_000 picoseconds. - Weight::from_parts(22_004_586, 0) + // Minimum execution time: 21_115_000 picoseconds. + Weight::from_parts(20_559_858, 0) .saturating_add(Weight::from_parts(0, 13530)) - // Standard Error: 6_220 - .saturating_add(Weight::from_parts(4_060_377, 0).saturating_mul(r.into())) + // Standard Error: 10_220 + .saturating_add(Weight::from_parts(4_081_975, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -356,8 +356,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_023_000 picoseconds. - Weight::from_parts(3_175_000, 0) + // Minimum execution time: 3_450_000 picoseconds. + Weight::from_parts(3_615_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -374,11 +374,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `455` // Estimated: `7260` - // Minimum execution time: 22_965_000 picoseconds. - Weight::from_parts(37_288_184, 0) + // Minimum execution time: 22_997_000 picoseconds. + Weight::from_parts(37_892_852, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 3_509 - .saturating_add(Weight::from_parts(104_929, 0).saturating_mul(r.into())) + // Standard Error: 3_983 + .saturating_add(Weight::from_parts(114_256, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -395,11 +395,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `456 + r * (22 ±0)` // Estimated: `7260` - // Minimum execution time: 33_090_000 picoseconds. - Weight::from_parts(35_489_623, 0) + // Minimum execution time: 33_601_000 picoseconds. + Weight::from_parts(36_193_189, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 1_425 - .saturating_add(Weight::from_parts(142_076, 0).saturating_mul(r.into())) + // Standard Error: 1_942 + .saturating_add(Weight::from_parts(151_434, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -412,11 +412,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `695 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 15_345_000 picoseconds. - Weight::from_parts(18_722_027, 0) + // Minimum execution time: 15_485_000 picoseconds. + Weight::from_parts(18_825_687, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 1_698 - .saturating_add(Weight::from_parts(121_898, 0).saturating_mul(r.into())) + // Standard Error: 1_755 + .saturating_add(Weight::from_parts(135_447, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -429,11 +429,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `695 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 15_364_000 picoseconds. - Weight::from_parts(18_688_010, 0) + // Minimum execution time: 15_410_000 picoseconds. + Weight::from_parts(18_742_684, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 1_708 - .saturating_add(Weight::from_parts(123_404, 0).saturating_mul(r.into())) + // Standard Error: 1_825 + .saturating_add(Weight::from_parts(132_147, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -447,8 +447,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `323` // Estimated: `3556` - // Minimum execution time: 19_195_000 picoseconds. - Weight::from_parts(19_656_000, 0) + // Minimum execution time: 19_517_000 picoseconds. + Weight::from_parts(20_241_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -461,8 +461,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `253` // Estimated: `3518` - // Minimum execution time: 17_378_000 picoseconds. - Weight::from_parts(17_640_000, 0) + // Minimum execution time: 17_949_000 picoseconds. + Weight::from_parts(18_490_000, 0) .saturating_add(Weight::from_parts(0, 3518)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -477,8 +477,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4855` // Estimated: `18187` - // Minimum execution time: 41_353_000 picoseconds. - Weight::from_parts(42_468_000, 0) + // Minimum execution time: 42_858_000 picoseconds. + Weight::from_parts(44_298_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -491,8 +491,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4789` // Estimated: `18187` - // Minimum execution time: 38_009_000 picoseconds. - Weight::from_parts(39_119_000, 0) + // Minimum execution time: 39_594_000 picoseconds. + Weight::from_parts(40_593_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -505,8 +505,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 14_937_000 picoseconds. - Weight::from_parts(15_421_000, 0) + // Minimum execution time: 15_550_000 picoseconds. + Weight::from_parts(16_042_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -519,8 +519,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `269` // Estimated: `3666` - // Minimum execution time: 18_978_000 picoseconds. - Weight::from_parts(19_510_000, 0) + // Minimum execution time: 19_347_000 picoseconds. + Weight::from_parts(19_863_000, 0) .saturating_add(Weight::from_parts(0, 3666)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/trappist/src/weights/pallet_dex.rs b/runtime/trappist/src/weights/pallet_dex.rs index ae02e106..f9e0bb4e 100644 --- a/runtime/trappist/src/weights/pallet_dex.rs +++ b/runtime/trappist/src/weights/pallet_dex.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_dex` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -62,8 +62,8 @@ impl pallet_dex::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `464` // Estimated: `8817` - // Minimum execution time: 122_846_000 picoseconds. - Weight::from_parts(125_951_000, 0) + // Minimum execution time: 127_123_000 picoseconds. + Weight::from_parts(129_794_000, 0) .saturating_add(Weight::from_parts(0, 8817)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) @@ -80,8 +80,8 @@ impl pallet_dex::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1040` // Estimated: `8817` - // Minimum execution time: 114_727_000 picoseconds. - Weight::from_parts(116_176_000, 0) + // Minimum execution time: 117_861_000 picoseconds. + Weight::from_parts(119_506_000, 0) .saturating_add(Weight::from_parts(0, 8817)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) @@ -98,8 +98,8 @@ impl pallet_dex::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1040` // Estimated: `8817` - // Minimum execution time: 120_437_000 picoseconds. - Weight::from_parts(121_910_000, 0) + // Minimum execution time: 125_560_000 picoseconds. + Weight::from_parts(127_746_000, 0) .saturating_add(Weight::from_parts(0, 8817)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) @@ -116,8 +116,8 @@ impl pallet_dex::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `797` // Estimated: `6208` - // Minimum execution time: 91_984_000 picoseconds. - Weight::from_parts(93_540_000, 0) + // Minimum execution time: 95_637_000 picoseconds. + Weight::from_parts(97_138_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -134,8 +134,8 @@ impl pallet_dex::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `797` // Estimated: `6208` - // Minimum execution time: 93_936_000 picoseconds. - Weight::from_parts(95_359_000, 0) + // Minimum execution time: 96_464_000 picoseconds. + Weight::from_parts(98_497_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -150,8 +150,8 @@ impl pallet_dex::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1217` // Estimated: `11426` - // Minimum execution time: 105_970_000 picoseconds. - Weight::from_parts(106_805_000, 0) + // Minimum execution time: 109_353_000 picoseconds. + Weight::from_parts(111_832_000, 0) .saturating_add(Weight::from_parts(0, 11426)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(8)) diff --git a/runtime/trappist/src/weights/pallet_identity.rs b/runtime/trappist/src/weights/pallet_identity.rs index 532983e4..b92df588 100644 --- a/runtime/trappist/src/weights/pallet_identity.rs +++ b/runtime/trappist/src/weights/pallet_identity.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -57,11 +57,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `32 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 12_498_000 picoseconds. - Weight::from_parts(13_282_682, 0) + // Minimum execution time: 12_736_000 picoseconds. + Weight::from_parts(13_316_170, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 1_684 - .saturating_add(Weight::from_parts(87_391, 0).saturating_mul(r.into())) + // Standard Error: 1_725 + .saturating_add(Weight::from_parts(99_221, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -73,13 +73,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `442 + r * (5 ±0)` // Estimated: `11003` - // Minimum execution time: 32_268_000 picoseconds. - Weight::from_parts(30_589_814, 0) + // Minimum execution time: 32_875_000 picoseconds. + Weight::from_parts(31_414_212, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 3_776 - .saturating_add(Weight::from_parts(125_849, 0).saturating_mul(r.into())) - // Standard Error: 736 - .saturating_add(Weight::from_parts(463_056, 0).saturating_mul(x.into())) + // Standard Error: 4_232 + .saturating_add(Weight::from_parts(124_032, 0).saturating_mul(r.into())) + // Standard Error: 825 + .saturating_add(Weight::from_parts(430_071, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -94,11 +94,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `101` // Estimated: `11003 + s * (2589 ±0)` - // Minimum execution time: 9_105_000 picoseconds. - Weight::from_parts(22_301_022, 0) + // Minimum execution time: 9_158_000 picoseconds. + Weight::from_parts(21_848_528, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 4_388 - .saturating_add(Weight::from_parts(3_119_894, 0).saturating_mul(s.into())) + // Standard Error: 5_045 + .saturating_add(Weight::from_parts(3_176_151, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -116,11 +116,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `194 + p * (32 ±0)` // Estimated: `11003` - // Minimum execution time: 9_015_000 picoseconds. - Weight::from_parts(22_372_621, 0) + // Minimum execution time: 9_082_000 picoseconds. + Weight::from_parts(22_627_126, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 3_467 - .saturating_add(Weight::from_parts(1_349_643, 0).saturating_mul(p.into())) + // Standard Error: 3_221 + .saturating_add(Weight::from_parts(1_307_292, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -138,15 +138,15 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `469 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 55_487_000 picoseconds. - Weight::from_parts(32_144_815, 0) + // Minimum execution time: 56_768_000 picoseconds. + Weight::from_parts(30_060_088, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 11_235 - .saturating_add(Weight::from_parts(142_586, 0).saturating_mul(r.into())) - // Standard Error: 2_194 - .saturating_add(Weight::from_parts(1_358_471, 0).saturating_mul(s.into())) - // Standard Error: 2_194 - .saturating_add(Weight::from_parts(247_188, 0).saturating_mul(x.into())) + // Standard Error: 10_393 + .saturating_add(Weight::from_parts(285_623, 0).saturating_mul(r.into())) + // Standard Error: 2_029 + .saturating_add(Weight::from_parts(1_311_157, 0).saturating_mul(s.into())) + // Standard Error: 2_029 + .saturating_add(Weight::from_parts(254_195, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -161,13 +161,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `367 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 32_557_000 picoseconds. - Weight::from_parts(30_635_170, 0) + // Minimum execution time: 32_359_000 picoseconds. + Weight::from_parts(31_577_909, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 4_595 - .saturating_add(Weight::from_parts(138_114, 0).saturating_mul(r.into())) - // Standard Error: 896 - .saturating_add(Weight::from_parts(479_756, 0).saturating_mul(x.into())) + // Standard Error: 4_614 + .saturating_add(Weight::from_parts(124_124, 0).saturating_mul(r.into())) + // Standard Error: 900 + .saturating_add(Weight::from_parts(459_541, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -179,13 +179,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `398 + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 29_094_000 picoseconds. - Weight::from_parts(28_341_732, 0) + // Minimum execution time: 29_892_000 picoseconds. + Weight::from_parts(29_493_300, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 3_290 - .saturating_add(Weight::from_parts(95_817, 0).saturating_mul(r.into())) - // Standard Error: 642 - .saturating_add(Weight::from_parts(474_214, 0).saturating_mul(x.into())) + // Standard Error: 3_967 + .saturating_add(Weight::from_parts(84_273, 0).saturating_mul(r.into())) + // Standard Error: 774 + .saturating_add(Weight::from_parts(465_893, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -196,11 +196,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 7_634_000 picoseconds. - Weight::from_parts(8_077_478, 0) + // Minimum execution time: 7_830_000 picoseconds. + Weight::from_parts(8_377_417, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 1_633 - .saturating_add(Weight::from_parts(79_445, 0).saturating_mul(r.into())) + // Standard Error: 1_136 + .saturating_add(Weight::from_parts(74_641, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -211,11 +211,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 6_836_000 picoseconds. - Weight::from_parts(7_257_400, 0) + // Minimum execution time: 7_045_000 picoseconds. + Weight::from_parts(7_538_770, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 1_034 - .saturating_add(Weight::from_parts(68_549, 0).saturating_mul(r.into())) + // Standard Error: 1_002 + .saturating_add(Weight::from_parts(65_790, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -226,11 +226,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 6_751_000 picoseconds. - Weight::from_parts(7_303_990, 0) + // Minimum execution time: 6_987_000 picoseconds. + Weight::from_parts(7_497_913, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 1_047 - .saturating_add(Weight::from_parts(69_351, 0).saturating_mul(r.into())) + // Standard Error: 1_300 + .saturating_add(Weight::from_parts(68_887, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -244,13 +244,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `445 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 22_444_000 picoseconds. - Weight::from_parts(21_599_992, 0) + // Minimum execution time: 23_110_000 picoseconds. + Weight::from_parts(21_891_472, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 4_345 - .saturating_add(Weight::from_parts(87_256, 0).saturating_mul(r.into())) - // Standard Error: 803 - .saturating_add(Weight::from_parts(774_101, 0).saturating_mul(x.into())) + // Standard Error: 5_047 + .saturating_add(Weight::from_parts(124_472, 0).saturating_mul(r.into())) + // Standard Error: 933 + .saturating_add(Weight::from_parts(738_830, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -269,15 +269,15 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `643 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 61_956_000 picoseconds. - Weight::from_parts(38_393_402, 0) + // Minimum execution time: 61_912_000 picoseconds. + Weight::from_parts(33_795_048, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 10_135 - .saturating_add(Weight::from_parts(138_471, 0).saturating_mul(r.into())) - // Standard Error: 1_979 - .saturating_add(Weight::from_parts(1_332_992, 0).saturating_mul(s.into())) - // Standard Error: 1_979 - .saturating_add(Weight::from_parts(255_737, 0).saturating_mul(x.into())) + // Standard Error: 10_304 + .saturating_add(Weight::from_parts(280_504, 0).saturating_mul(r.into())) + // Standard Error: 2_012 + .saturating_add(Weight::from_parts(1_344_702, 0).saturating_mul(s.into())) + // Standard Error: 2_012 + .saturating_add(Weight::from_parts(266_002, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -293,11 +293,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `475 + s * (36 ±0)` // Estimated: `11003` - // Minimum execution time: 29_061_000 picoseconds. - Weight::from_parts(33_042_875, 0) + // Minimum execution time: 28_628_000 picoseconds. + Weight::from_parts(32_780_557, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 975 - .saturating_add(Weight::from_parts(88_595, 0).saturating_mul(s.into())) + // Standard Error: 1_340 + .saturating_add(Weight::from_parts(96_911, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -310,11 +310,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `591 + s * (3 ±0)` // Estimated: `11003` - // Minimum execution time: 12_260_000 picoseconds. - Weight::from_parts(13_724_359, 0) + // Minimum execution time: 12_274_000 picoseconds. + Weight::from_parts(13_840_277, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 447 - .saturating_add(Weight::from_parts(38_060, 0).saturating_mul(s.into())) + // Standard Error: 438 + .saturating_add(Weight::from_parts(39_885, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -329,11 +329,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `638 + s * (35 ±0)` // Estimated: `11003` - // Minimum execution time: 31_985_000 picoseconds. - Weight::from_parts(34_715_046, 0) + // Minimum execution time: 32_780_000 picoseconds. + Weight::from_parts(35_279_030, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 971 - .saturating_add(Weight::from_parts(83_313, 0).saturating_mul(s.into())) + // Standard Error: 804 + .saturating_add(Weight::from_parts(78_148, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -348,11 +348,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `667 + s * (37 ±0)` // Estimated: `6723` - // Minimum execution time: 24_154_000 picoseconds. - Weight::from_parts(26_248_523, 0) + // Minimum execution time: 24_161_000 picoseconds. + Weight::from_parts(26_009_551, 0) .saturating_add(Weight::from_parts(0, 6723)) - // Standard Error: 696 - .saturating_add(Weight::from_parts(74_385, 0).saturating_mul(s.into())) + // Standard Error: 1_117 + .saturating_add(Weight::from_parts(89_067, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/trappist/src/weights/pallet_lockdown_mode.rs b/runtime/trappist/src/weights/pallet_lockdown_mode.rs index 7c18234b..f43fd513 100644 --- a/runtime/trappist/src/weights/pallet_lockdown_mode.rs +++ b/runtime/trappist/src/weights/pallet_lockdown_mode.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_lockdown_mode` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -58,8 +58,8 @@ impl pallet_lockdown_mode::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 13_889_000 picoseconds. - Weight::from_parts(14_755_000, 0) + // Minimum execution time: 14_309_000 picoseconds. + Weight::from_parts(14_739_000, 0) .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -72,8 +72,8 @@ impl pallet_lockdown_mode::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 13_967_000 picoseconds. - Weight::from_parts(14_779_000, 0) + // Minimum execution time: 14_146_000 picoseconds. + Weight::from_parts(14_589_000, 0) .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/trappist/src/weights/pallet_multisig.rs b/runtime/trappist/src/weights/pallet_multisig.rs index df86a3ff..ed2450e0 100644 --- a/runtime/trappist/src/weights/pallet_multisig.rs +++ b/runtime/trappist/src/weights/pallet_multisig.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -57,11 +57,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 18_677_000 picoseconds. - Weight::from_parts(19_562_698, 0) + // Minimum execution time: 18_627_000 picoseconds. + Weight::from_parts(19_438_336, 0) .saturating_add(Weight::from_parts(0, 1486)) - // Standard Error: 5 - .saturating_add(Weight::from_parts(501, 0).saturating_mul(z.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(662, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: `Multisig::Multisigs` (r:1 w:1) @@ -72,13 +72,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `262 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 44_214_000 picoseconds. - Weight::from_parts(34_092_512, 0) + // Minimum execution time: 45_244_000 picoseconds. + Weight::from_parts(33_848_875, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 1_052 - .saturating_add(Weight::from_parts(122_206, 0).saturating_mul(s.into())) - // Standard Error: 10 - .saturating_add(Weight::from_parts(1_413, 0).saturating_mul(z.into())) + // Standard Error: 960 + .saturating_add(Weight::from_parts(131_936, 0).saturating_mul(s.into())) + // Standard Error: 9 + .saturating_add(Weight::from_parts(1_560, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,13 +90,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `282` // Estimated: `6811` - // Minimum execution time: 29_112_000 picoseconds. - Weight::from_parts(20_103_640, 0) + // Minimum execution time: 30_064_000 picoseconds. + Weight::from_parts(20_373_883, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 486 - .saturating_add(Weight::from_parts(104_420, 0).saturating_mul(s.into())) - // Standard Error: 4 - .saturating_add(Weight::from_parts(1_405, 0).saturating_mul(z.into())) + // Standard Error: 652 + .saturating_add(Weight::from_parts(107_082, 0).saturating_mul(s.into())) + // Standard Error: 6 + .saturating_add(Weight::from_parts(1_526, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -112,13 +112,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `485 + s * (33 ±0)` // Estimated: `6811` - // Minimum execution time: 54_344_000 picoseconds. - Weight::from_parts(40_593_722, 0) + // Minimum execution time: 55_885_000 picoseconds. + Weight::from_parts(40_619_248, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 1_364 - .saturating_add(Weight::from_parts(155_318, 0).saturating_mul(s.into())) - // Standard Error: 13 - .saturating_add(Weight::from_parts(1_551, 0).saturating_mul(z.into())) + // Standard Error: 1_196 + .saturating_add(Weight::from_parts(169_881, 0).saturating_mul(s.into())) + // Standard Error: 11 + .saturating_add(Weight::from_parts(1_678, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -129,11 +129,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `263 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 31_599_000 picoseconds. - Weight::from_parts(32_273_133, 0) + // Minimum execution time: 32_475_000 picoseconds. + Weight::from_parts(32_822_991, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 745 - .saturating_add(Weight::from_parts(119_326, 0).saturating_mul(s.into())) + // Standard Error: 1_021 + .saturating_add(Weight::from_parts(124_869, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -144,11 +144,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `282` // Estimated: `6811` - // Minimum execution time: 17_943_000 picoseconds. - Weight::from_parts(18_261_281, 0) + // Minimum execution time: 18_126_000 picoseconds. + Weight::from_parts(18_547_228, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 628 - .saturating_add(Weight::from_parts(108_939, 0).saturating_mul(s.into())) + // Standard Error: 624 + .saturating_add(Weight::from_parts(107_773, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -159,11 +159,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `454 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 32_446_000 picoseconds. - Weight::from_parts(33_688_786, 0) + // Minimum execution time: 33_096_000 picoseconds. + Weight::from_parts(33_611_091, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 773 - .saturating_add(Weight::from_parts(111_173, 0).saturating_mul(s.into())) + // Standard Error: 858 + .saturating_add(Weight::from_parts(131_158, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/trappist/src/weights/pallet_preimage.rs b/runtime/trappist/src/weights/pallet_preimage.rs index 395371a1..6f3b4cb6 100644 --- a/runtime/trappist/src/weights/pallet_preimage.rs +++ b/runtime/trappist/src/weights/pallet_preimage.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -59,11 +59,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3556` - // Minimum execution time: 30_333_000 picoseconds. - Weight::from_parts(30_516_000, 0) + // Minimum execution time: 30_625_000 picoseconds. + Weight::from_parts(31_002_000, 0) .saturating_add(Weight::from_parts(0, 3556)) - // Standard Error: 3 - .saturating_add(Weight::from_parts(2_313, 0).saturating_mul(s.into())) + // Standard Error: 6 + .saturating_add(Weight::from_parts(2_560, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,11 +76,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 17_094_000 picoseconds. - Weight::from_parts(17_424_000, 0) + // Minimum execution time: 17_809_000 picoseconds. + Weight::from_parts(18_037_000, 0) .saturating_add(Weight::from_parts(0, 3556)) // Standard Error: 5 - .saturating_add(Weight::from_parts(2_398, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_516, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -93,11 +93,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 16_299_000 picoseconds. - Weight::from_parts(16_502_000, 0) + // Minimum execution time: 16_738_000 picoseconds. + Weight::from_parts(17_004_000, 0) .saturating_add(Weight::from_parts(0, 3556)) // Standard Error: 4 - .saturating_add(Weight::from_parts(2_380, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_530, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -109,8 +109,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `289` // Estimated: `3556` - // Minimum execution time: 50_966_000 picoseconds. - Weight::from_parts(53_767_000, 0) + // Minimum execution time: 56_184_000 picoseconds. + Weight::from_parts(60_363_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -123,8 +123,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 33_467_000 picoseconds. - Weight::from_parts(35_400_000, 0) + // Minimum execution time: 38_172_000 picoseconds. + Weight::from_parts(42_240_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -135,8 +135,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `188` // Estimated: `3556` - // Minimum execution time: 30_818_000 picoseconds. - Weight::from_parts(32_160_000, 0) + // Minimum execution time: 33_708_000 picoseconds. + Weight::from_parts(36_992_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -147,8 +147,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 18_576_000 picoseconds. - Weight::from_parts(20_030_000, 0) + // Minimum execution time: 20_306_000 picoseconds. + Weight::from_parts(23_418_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -159,8 +159,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3556` - // Minimum execution time: 17_343_000 picoseconds. - Weight::from_parts(18_142_000, 0) + // Minimum execution time: 25_894_000 picoseconds. + Weight::from_parts(29_098_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -171,8 +171,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 9_482_000 picoseconds. - Weight::from_parts(10_089_000, 0) + // Minimum execution time: 11_009_000 picoseconds. + Weight::from_parts(12_523_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -185,8 +185,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 30_707_000 picoseconds. - Weight::from_parts(32_917_000, 0) + // Minimum execution time: 33_930_000 picoseconds. + Weight::from_parts(38_666_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -197,8 +197,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 9_749_000 picoseconds. - Weight::from_parts(10_296_000, 0) + // Minimum execution time: 10_220_000 picoseconds. + Weight::from_parts(11_490_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -209,8 +209,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 9_838_000 picoseconds. - Weight::from_parts(10_310_000, 0) + // Minimum execution time: 11_358_000 picoseconds. + Weight::from_parts(12_120_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/trappist/src/weights/pallet_scheduler.rs b/runtime/trappist/src/weights/pallet_scheduler.rs index d6575b08..7e87c796 100644 --- a/runtime/trappist/src/weights/pallet_scheduler.rs +++ b/runtime/trappist/src/weights/pallet_scheduler.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -56,8 +56,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `31` // Estimated: `1489` - // Minimum execution time: 3_348_000 picoseconds. - Weight::from_parts(3_556_000, 0) + // Minimum execution time: 3_357_000 picoseconds. + Weight::from_parts(3_501_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -69,11 +69,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `81 + s * (177 ±0)` // Estimated: `402327` - // Minimum execution time: 3_037_000 picoseconds. - Weight::from_parts(3_080_000, 0) + // Minimum execution time: 2_930_000 picoseconds. + Weight::from_parts(3_039_000, 0) .saturating_add(Weight::from_parts(0, 402327)) - // Standard Error: 1_301 - .saturating_add(Weight::from_parts(926_116, 0).saturating_mul(s.into())) + // Standard Error: 1_468 + .saturating_add(Weight::from_parts(998_525, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -81,8 +81,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_598_000 picoseconds. - Weight::from_parts(5_968_000, 0) + // Minimum execution time: 6_043_000 picoseconds. + Weight::from_parts(6_262_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Preimage::PreimageFor` (r:1 w:1) @@ -94,11 +94,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `179 + s * (1 ±0)` // Estimated: `3644 + s * (1 ±0)` - // Minimum execution time: 20_542_000 picoseconds. - Weight::from_parts(20_984_000, 0) + // Minimum execution time: 21_244_000 picoseconds. + Weight::from_parts(21_702_000, 0) .saturating_add(Weight::from_parts(0, 3644)) - // Standard Error: 2 - .saturating_add(Weight::from_parts(1_254, 0).saturating_mul(s.into())) + // Standard Error: 12 + .saturating_add(Weight::from_parts(1_599, 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())) @@ -109,8 +109,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_908_000 picoseconds. - Weight::from_parts(7_152_000, 0) + // Minimum execution time: 7_512_000 picoseconds. + Weight::from_parts(7_726_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -118,8 +118,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_614_000 picoseconds. - Weight::from_parts(5_857_000, 0) + // Minimum execution time: 6_062_000 picoseconds. + Weight::from_parts(6_492_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `LockdownMode::LockdownModeStatus` (r:1 w:0) @@ -128,8 +128,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 6_490_000 picoseconds. - Weight::from_parts(6_814_000, 0) + // Minimum execution time: 7_207_000 picoseconds. + Weight::from_parts(7_467_000, 0) .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -137,8 +137,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_619_000 picoseconds. - Weight::from_parts(2_897_000, 0) + // Minimum execution time: 2_874_000 picoseconds. + Weight::from_parts(3_095_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Scheduler::Agenda` (r:1 w:1) @@ -148,11 +148,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `81 + s * (177 ±0)` // Estimated: `402327` - // Minimum execution time: 11_999_000 picoseconds. - Weight::from_parts(8_235_168, 0) + // Minimum execution time: 12_546_000 picoseconds. + Weight::from_parts(13_862_907, 0) .saturating_add(Weight::from_parts(0, 402327)) - // Standard Error: 2_846 - .saturating_add(Weight::from_parts(985_681, 0).saturating_mul(s.into())) + // Standard Error: 3_462 + .saturating_add(Weight::from_parts(1_042_931, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -165,11 +165,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `81 + s * (177 ±0)` // Estimated: `402327` - // Minimum execution time: 17_386_000 picoseconds. - Weight::from_parts(6_790_669, 0) + // Minimum execution time: 18_005_000 picoseconds. + Weight::from_parts(12_723_681, 0) .saturating_add(Weight::from_parts(0, 402327)) - // Standard Error: 3_302 - .saturating_add(Weight::from_parts(1_669_219, 0).saturating_mul(s.into())) + // Standard Error: 3_325 + .saturating_add(Weight::from_parts(1_789_789, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -182,11 +182,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `596 + s * (178 ±0)` // Estimated: `402327` - // Minimum execution time: 14_745_000 picoseconds. - Weight::from_parts(10_356_226, 0) + // Minimum execution time: 15_855_000 picoseconds. + Weight::from_parts(18_571_980, 0) .saturating_add(Weight::from_parts(0, 402327)) - // Standard Error: 2_438 - .saturating_add(Weight::from_parts(988_778, 0).saturating_mul(s.into())) + // Standard Error: 3_388 + .saturating_add(Weight::from_parts(1_048_606, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -199,11 +199,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `709 + s * (177 ±0)` // Estimated: `402327` - // Minimum execution time: 18_828_000 picoseconds. - Weight::from_parts(4_796_140, 0) + // Minimum execution time: 19_535_000 picoseconds. + Weight::from_parts(15_702_979, 0) .saturating_add(Weight::from_parts(0, 402327)) - // Standard Error: 2_598 - .saturating_add(Weight::from_parts(1_698_468, 0).saturating_mul(s.into())) + // Standard Error: 3_739 + .saturating_add(Weight::from_parts(1_795_809, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/trappist/src/weights/pallet_session.rs b/runtime/trappist/src/weights/pallet_session.rs index a7631b05..a85b30a1 100644 --- a/runtime/trappist/src/weights/pallet_session.rs +++ b/runtime/trappist/src/weights/pallet_session.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -58,8 +58,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `297` // Estimated: `3762` - // Minimum execution time: 16_116_000 picoseconds. - Weight::from_parts(16_439_000, 0) + // Minimum execution time: 15_718_000 picoseconds. + Weight::from_parts(16_378_000, 0) .saturating_add(Weight::from_parts(0, 3762)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -72,8 +72,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `279` // Estimated: `3744` - // Minimum execution time: 11_465_000 picoseconds. - Weight::from_parts(11_910_000, 0) + // Minimum execution time: 11_214_000 picoseconds. + Weight::from_parts(11_751_000, 0) .saturating_add(Weight::from_parts(0, 3744)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/trappist/src/weights/pallet_timestamp.rs b/runtime/trappist/src/weights/pallet_timestamp.rs index 558e2334..2afd6d04 100644 --- a/runtime/trappist/src/weights/pallet_timestamp.rs +++ b/runtime/trappist/src/weights/pallet_timestamp.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -58,8 +58,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `190` // Estimated: `1493` - // Minimum execution time: 9_722_000 picoseconds. - Weight::from_parts(9_970_000, 0) + // Minimum execution time: 9_578_000 picoseconds. + Weight::from_parts(10_119_000, 0) .saturating_add(Weight::from_parts(0, 1493)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -68,8 +68,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `128` // Estimated: `0` - // Minimum execution time: 4_654_000 picoseconds. - Weight::from_parts(4_852_000, 0) + // Minimum execution time: 4_737_000 picoseconds. + Weight::from_parts(4_904_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/trappist/src/weights/pallet_treasury.rs b/runtime/trappist/src/weights/pallet_treasury.rs index 57f9cdff..01fb7cae 100644 --- a/runtime/trappist/src/weights/pallet_treasury.rs +++ b/runtime/trappist/src/weights/pallet_treasury.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -54,8 +54,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 216_000 picoseconds. - Weight::from_parts(245_000, 0) + // Minimum execution time: 201_000 picoseconds. + Weight::from_parts(244_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Treasury::ProposalCount` (r:1 w:1) @@ -66,8 +66,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `107` // Estimated: `1489` - // Minimum execution time: 27_746_000 picoseconds. - Weight::from_parts(28_591_000, 0) + // Minimum execution time: 28_341_000 picoseconds. + Weight::from_parts(29_268_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -80,8 +80,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `368` // Estimated: `6196` - // Minimum execution time: 43_671_000 picoseconds. - Weight::from_parts(44_353_000, 0) + // Minimum execution time: 44_725_000 picoseconds. + Weight::from_parts(45_649_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -95,11 +95,11 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `433 + p * (8 ±0)` // Estimated: `3573` - // Minimum execution time: 8_923_000 picoseconds. - Weight::from_parts(11_618_864, 0) + // Minimum execution time: 9_377_000 picoseconds. + Weight::from_parts(11_727_768, 0) .saturating_add(Weight::from_parts(0, 3573)) - // Standard Error: 1_095 - .saturating_add(Weight::from_parts(83_353, 0).saturating_mul(p.into())) + // Standard Error: 1_077 + .saturating_add(Weight::from_parts(86_963, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -109,8 +109,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `90` // Estimated: `1887` - // Minimum execution time: 6_337_000 picoseconds. - Weight::from_parts(6_662_000, 0) + // Minimum execution time: 6_718_000 picoseconds. + Weight::from_parts(7_024_000, 0) .saturating_add(Weight::from_parts(0, 1887)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -130,11 +130,11 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0 + p * (251 ±0)` // Estimated: `3593 + p * (5206 ±0)` - // Minimum execution time: 29_845_000 picoseconds. - Weight::from_parts(29_092_999, 0) + // Minimum execution time: 31_019_000 picoseconds. + Weight::from_parts(26_871_822, 0) .saturating_add(Weight::from_parts(0, 3593)) - // Standard Error: 18_097 - .saturating_add(Weight::from_parts(41_814_763, 0).saturating_mul(p.into())) + // Standard Error: 24_500 + .saturating_add(Weight::from_parts(43_675_486, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(4)) diff --git a/runtime/trappist/src/weights/pallet_uniques.rs b/runtime/trappist/src/weights/pallet_uniques.rs index 005e1429..0fa11010 100644 --- a/runtime/trappist/src/weights/pallet_uniques.rs +++ b/runtime/trappist/src/weights/pallet_uniques.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_uniques` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -58,8 +58,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `179` // Estimated: `3643` - // Minimum execution time: 29_573_000 picoseconds. - Weight::from_parts(30_405_000, 0) + // Minimum execution time: 29_353_000 picoseconds. + Weight::from_parts(30_056_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -72,8 +72,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3643` - // Minimum execution time: 15_030_000 picoseconds. - Weight::from_parts(15_486_000, 0) + // Minimum execution time: 15_060_000 picoseconds. + Weight::from_parts(15_569_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -101,15 +101,15 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `327 + a * (107 ±0) + m * (56 ±0) + n * (76 ±0)` // Estimated: `3643 + a * (2839 ±0) + m * (2583 ±0) + n * (2597 ±0)` - // Minimum execution time: 2_913_100_000 picoseconds. - Weight::from_parts(2_938_765_000, 0) + // Minimum execution time: 2_935_347_000 picoseconds. + Weight::from_parts(3_006_152_000, 0) .saturating_add(Weight::from_parts(0, 3643)) - // Standard Error: 37_622 - .saturating_add(Weight::from_parts(6_842_358, 0).saturating_mul(n.into())) - // Standard Error: 37_622 - .saturating_add(Weight::from_parts(402_738, 0).saturating_mul(m.into())) - // Standard Error: 37_622 - .saturating_add(Weight::from_parts(595_206, 0).saturating_mul(a.into())) + // Standard Error: 36_419 + .saturating_add(Weight::from_parts(7_448_090, 0).saturating_mul(n.into())) + // Standard Error: 36_419 + .saturating_add(Weight::from_parts(418_973, 0).saturating_mul(m.into())) + // Standard Error: 36_419 + .saturating_add(Weight::from_parts(527_328, 0).saturating_mul(a.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().reads((1_u64).saturating_mul(m.into()))) @@ -134,8 +134,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 35_076_000 picoseconds. - Weight::from_parts(36_001_000, 0) + // Minimum execution time: 34_903_000 picoseconds. + Weight::from_parts(35_743_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -152,8 +152,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `462` // Estimated: `3643` - // Minimum execution time: 36_361_000 picoseconds. - Weight::from_parts(37_358_000, 0) + // Minimum execution time: 36_679_000 picoseconds. + Weight::from_parts(37_722_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -170,8 +170,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `462` // Estimated: `3643` - // Minimum execution time: 26_059_000 picoseconds. - Weight::from_parts(26_705_000, 0) + // Minimum execution time: 26_213_000 picoseconds. + Weight::from_parts(26_885_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -185,11 +185,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `772 + i * (76 ±0)` // Estimated: `3643 + i * (2597 ±0)` - // Minimum execution time: 14_017_000 picoseconds. - Weight::from_parts(14_174_000, 0) + // Minimum execution time: 14_082_000 picoseconds. + Weight::from_parts(14_406_000, 0) .saturating_add(Weight::from_parts(0, 3643)) - // Standard Error: 24_576 - .saturating_add(Weight::from_parts(17_780_780, 0).saturating_mul(i.into())) + // Standard Error: 20_171 + .saturating_add(Weight::from_parts(17_895_576, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -204,8 +204,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `462` // Estimated: `3643` - // Minimum execution time: 18_243_000 picoseconds. - Weight::from_parts(18_790_000, 0) + // Minimum execution time: 18_217_000 picoseconds. + Weight::from_parts(18_887_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -218,8 +218,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `462` // Estimated: `3643` - // Minimum execution time: 17_896_000 picoseconds. - Weight::from_parts(18_577_000, 0) + // Minimum execution time: 17_985_000 picoseconds. + Weight::from_parts(18_483_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -230,8 +230,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 13_139_000 picoseconds. - Weight::from_parts(13_416_000, 0) + // Minimum execution time: 13_053_000 picoseconds. + Weight::from_parts(13_691_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -242,8 +242,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 13_003_000 picoseconds. - Weight::from_parts(13_339_000, 0) + // Minimum execution time: 13_232_000 picoseconds. + Weight::from_parts(13_607_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -258,8 +258,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `390` // Estimated: `3643` - // Minimum execution time: 21_260_000 picoseconds. - Weight::from_parts(21_656_000, 0) + // Minimum execution time: 21_208_000 picoseconds. + Weight::from_parts(21_829_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -270,8 +270,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 12_990_000 picoseconds. - Weight::from_parts(13_462_000, 0) + // Minimum execution time: 13_346_000 picoseconds. + Weight::from_parts(13_801_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -284,8 +284,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 16_505_000 picoseconds. - Weight::from_parts(16_807_000, 0) + // Minimum execution time: 16_861_000 picoseconds. + Weight::from_parts(17_309_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -300,8 +300,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `514` // Estimated: `3829` - // Minimum execution time: 38_793_000 picoseconds. - Weight::from_parts(39_497_000, 0) + // Minimum execution time: 38_677_000 picoseconds. + Weight::from_parts(40_351_000, 0) .saturating_add(Weight::from_parts(0, 3829)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -316,8 +316,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `903` // Estimated: `3829` - // Minimum execution time: 37_735_000 picoseconds. - Weight::from_parts(39_113_000, 0) + // Minimum execution time: 38_179_000 picoseconds. + Weight::from_parts(38_947_000, 0) .saturating_add(Weight::from_parts(0, 3829)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -330,8 +330,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `382` // Estimated: `3643` - // Minimum execution time: 29_106_000 picoseconds. - Weight::from_parts(29_821_000, 0) + // Minimum execution time: 29_523_000 picoseconds. + Weight::from_parts(29_793_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -344,8 +344,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `514` // Estimated: `3643` - // Minimum execution time: 30_471_000 picoseconds. - Weight::from_parts(31_200_000, 0) + // Minimum execution time: 30_325_000 picoseconds. + Weight::from_parts(31_101_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -358,8 +358,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 30_107_000 picoseconds. - Weight::from_parts(30_870_000, 0) + // Minimum execution time: 30_166_000 picoseconds. + Weight::from_parts(30_674_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -372,8 +372,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `428` // Estimated: `3643` - // Minimum execution time: 29_476_000 picoseconds. - Weight::from_parts(29_872_000, 0) + // Minimum execution time: 29_847_000 picoseconds. + Weight::from_parts(30_538_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -386,8 +386,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `462` // Estimated: `3643` - // Minimum execution time: 19_050_000 picoseconds. - Weight::from_parts(19_896_000, 0) + // Minimum execution time: 18_771_000 picoseconds. + Weight::from_parts(19_375_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -400,8 +400,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `495` // Estimated: `3643` - // Minimum execution time: 18_854_000 picoseconds. - Weight::from_parts(19_544_000, 0) + // Minimum execution time: 18_623_000 picoseconds. + Weight::from_parts(19_141_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -412,8 +412,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3517` - // Minimum execution time: 14_306_000 picoseconds. - Weight::from_parts(14_830_000, 0) + // Minimum execution time: 14_816_000 picoseconds. + Weight::from_parts(15_181_000, 0) .saturating_add(Weight::from_parts(0, 3517)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -426,8 +426,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 15_677_000 picoseconds. - Weight::from_parts(16_253_000, 0) + // Minimum execution time: 15_857_000 picoseconds. + Weight::from_parts(16_273_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -440,8 +440,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `293` // Estimated: `3587` - // Minimum execution time: 15_267_000 picoseconds. - Weight::from_parts(16_077_000, 0) + // Minimum execution time: 15_632_000 picoseconds. + Weight::from_parts(16_016_000, 0) .saturating_add(Weight::from_parts(0, 3587)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -458,8 +458,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `574` // Estimated: `3643` - // Minimum execution time: 35_386_000 picoseconds. - Weight::from_parts(36_297_000, 0) + // Minimum execution time: 35_142_000 picoseconds. + Weight::from_parts(36_077_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) diff --git a/runtime/trappist/src/weights/pallet_utility.rs b/runtime/trappist/src/weights/pallet_utility.rs index 7166622e..00c40230 100644 --- a/runtime/trappist/src/weights/pallet_utility.rs +++ b/runtime/trappist/src/weights/pallet_utility.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -57,11 +57,11 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 7_035_000 picoseconds. - Weight::from_parts(17_579_112, 0) + // Minimum execution time: 7_169_000 picoseconds. + Weight::from_parts(7_327_000, 0) .saturating_add(Weight::from_parts(0, 1486)) - // Standard Error: 3_201 - .saturating_add(Weight::from_parts(6_510_068, 0).saturating_mul(c.into())) + // Standard Error: 2_252 + .saturating_add(Weight::from_parts(7_026_003, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: `LockdownMode::LockdownModeStatus` (r:1 w:0) @@ -70,8 +70,8 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 8_990_000 picoseconds. - Weight::from_parts(9_357_000, 0) + // Minimum execution time: 9_334_000 picoseconds. + Weight::from_parts(9_624_000, 0) .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -82,19 +82,19 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 7_032_000 picoseconds. - Weight::from_parts(14_348_451, 0) + // Minimum execution time: 7_216_000 picoseconds. + Weight::from_parts(9_153_457, 0) .saturating_add(Weight::from_parts(0, 1486)) - // Standard Error: 3_139 - .saturating_add(Weight::from_parts(6_786_490, 0).saturating_mul(c.into())) + // Standard Error: 3_630 + .saturating_add(Weight::from_parts(7_326_631, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_253_000 picoseconds. - Weight::from_parts(9_580_000, 0) + // Minimum execution time: 9_376_000 picoseconds. + Weight::from_parts(9_795_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `LockdownMode::LockdownModeStatus` (r:1 w:0) @@ -104,11 +104,11 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 6_904_000 picoseconds. - Weight::from_parts(15_457_754, 0) + // Minimum execution time: 7_185_000 picoseconds. + Weight::from_parts(10_318_186, 0) .saturating_add(Weight::from_parts(0, 1486)) - // Standard Error: 3_897 - .saturating_add(Weight::from_parts(6_522_548, 0).saturating_mul(c.into())) + // Standard Error: 3_481 + .saturating_add(Weight::from_parts(7_029_779, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) } } diff --git a/runtime/trappist/src/weights/pallet_withdraw_teleport.rs b/runtime/trappist/src/weights/pallet_withdraw_teleport.rs index a9943728..ddec85a7 100644 --- a/runtime/trappist/src/weights/pallet_withdraw_teleport.rs +++ b/runtime/trappist/src/weights/pallet_withdraw_teleport.rs @@ -1,23 +1,43 @@ +// This file is part of Trappist. + +// Copyright (C) Parity Technologies (UK) Ltd. +// SPDX-License-Identifier: Apache-2.0 + +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. //! Autogenerated weights for `pallet_withdraw_teleport` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `Emilianos-MacBook-Pro.local`, CPU: `` -//! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: 1024 +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: -// ./target/release/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain=dev -// --steps=20 -// --repeat=10 +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --pallet=pallet_withdraw_teleport // --extrinsic=* // --wasm-execution=compiled -// --output=./runtime/trappist/src/weights/pallet_withdraw_teleport.rs +// --header=./templates/file_header.txt +// --output=./runtime/trappist/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -46,8 +66,8 @@ impl pallet_withdraw_teleport::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `177` // Estimated: `3642` - // Minimum execution time: 85_000_000 picoseconds. - Weight::from_parts(86_000_000, 0) + // Minimum execution time: 94_878_000 picoseconds. + Weight::from_parts(97_451_000, 0) .saturating_add(Weight::from_parts(0, 3642)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/trappist/src/weights/trappist_runtime_benchmarks.rs b/runtime/trappist/src/weights/trappist_runtime_benchmarks.rs index 11a7d0d3..632cdcb7 100644 --- a/runtime/trappist/src/weights/trappist_runtime_benchmarks.rs +++ b/runtime/trappist/src/weights/trappist_runtime_benchmarks.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `trappist_runtime_benchmarks` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 // Executed Command: @@ -58,8 +58,8 @@ impl trappist_runtime_benchmarks::WeightInfo for Weight // Proof Size summary in bytes: // Measured: `131` // Estimated: `4087` - // Minimum execution time: 8_512_000 picoseconds. - Weight::from_parts(8_927_000, 0) + // Minimum execution time: 8_638_000 picoseconds. + Weight::from_parts(8_888_000, 0) .saturating_add(Weight::from_parts(0, 4087)) .saturating_add(T::DbWeight::get().reads(2)) } @@ -69,8 +69,8 @@ impl trappist_runtime_benchmarks::WeightInfo for Weight // Proof Size summary in bytes: // Measured: `42` // Estimated: `4087` - // Minimum execution time: 4_442_000 picoseconds. - Weight::from_parts(4_661_000, 0) + // Minimum execution time: 4_652_000 picoseconds. + Weight::from_parts(4_925_000, 0) .saturating_add(Weight::from_parts(0, 4087)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -78,8 +78,8 @@ impl trappist_runtime_benchmarks::WeightInfo for Weight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_062_000 picoseconds. - Weight::from_parts(1_095_000, 0) + // Minimum execution time: 1_230_000 picoseconds. + Weight::from_parts(1_272_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index 98037202..62c896ad 100644 --- a/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_xcm_benchmarks::fungible` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: @@ -57,8 +57,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `101` // Estimated: `3593` - // Minimum execution time: 27_235_000 picoseconds. - Weight::from_parts(27_646_000, 3593) + // Minimum execution time: 27_262_000 picoseconds. + Weight::from_parts(27_954_000, 3593) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -68,8 +68,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `101` // Estimated: `6196` - // Minimum execution time: 52_286_000 picoseconds. - Weight::from_parts(52_727_000, 6196) + // Minimum execution time: 52_058_000 picoseconds. + Weight::from_parts(52_923_000, 6196) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl WeightInfo { /// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn transfer_reserve_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `241` + // Measured: `278` // Estimated: `6196` - // Minimum execution time: 73_831_000 picoseconds. - Weight::from_parts(75_381_000, 6196) + // Minimum execution time: 75_544_000 picoseconds. + Weight::from_parts(76_797_000, 6196) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -102,8 +102,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `4087` - // Minimum execution time: 7_655_000 picoseconds. - Weight::from_parts(8_036_000, 4087) + // Minimum execution time: 7_785_000 picoseconds. + Weight::from_parts(8_034_000, 4087) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: `System::Account` (r:1 w:1) @@ -112,8 +112,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 25_578_000 picoseconds. - Weight::from_parts(26_925_000, 3593) + // Minimum execution time: 26_642_000 picoseconds. + Weight::from_parts(27_428_000, 3593) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -133,10 +133,10 @@ impl WeightInfo { /// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn deposit_reserve_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `140` - // Estimated: `3605` - // Minimum execution time: 50_960_000 picoseconds. - Weight::from_parts(53_843_000, 3605) + // Measured: `177` + // Estimated: `3642` + // Minimum execution time: 53_890_000 picoseconds. + Weight::from_parts(55_225_000, 3642) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -156,10 +156,10 @@ impl WeightInfo { /// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn initiate_teleport() -> Weight { // Proof Size summary in bytes: - // Measured: `182` + // Measured: `219` // Estimated: `4087` - // Minimum execution time: 33_861_000 picoseconds. - Weight::from_parts(35_066_000, 4087) + // Minimum execution time: 36_038_000 picoseconds. + Weight::from_parts(37_199_000, 4087) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index 020a116e..d81ee06b 100644 --- a/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for `pallet_xcm_benchmarks::generic` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `runner-nbnwcyh-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: @@ -65,10 +65,10 @@ impl WeightInfo { /// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn report_holding() -> Weight { // Proof Size summary in bytes: - // Measured: `140` - // Estimated: `3605` - // Minimum execution time: 394_204_000 picoseconds. - Weight::from_parts(413_178_000, 3605) + // Measured: `177` + // Estimated: `3642` + // Minimum execution time: 429_107_000 picoseconds. + Weight::from_parts(432_486_000, 3642) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,17 +76,17 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_702_000 picoseconds. - Weight::from_parts(3_864_000, 0) + // Minimum execution time: 4_240_000 picoseconds. + Weight::from_parts(4_413_000, 0) } /// Storage: `PolkadotXcm::Queries` (r:1 w:0) /// Proof: `PolkadotXcm::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`) pub(crate) fn query_response() -> Weight { // Proof Size summary in bytes: - // Measured: `32` - // Estimated: `3497` - // Minimum execution time: 10_564_000 picoseconds. - Weight::from_parts(11_033_000, 3497) + // Measured: `69` + // Estimated: `3534` + // Minimum execution time: 12_562_000 picoseconds. + Weight::from_parts(12_993_000, 3534) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: `LockdownMode::LockdownModeStatus` (r:1 w:0) @@ -95,51 +95,51 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 16_507_000 picoseconds. - Weight::from_parts(16_760_000, 1486) + // Minimum execution time: 17_325_000 picoseconds. + Weight::from_parts(18_049_000, 1486) .saturating_add(T::DbWeight::get().reads(1)) } pub(crate) fn refund_surplus() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_984_000 picoseconds. - Weight::from_parts(4_199_000, 0) + // Minimum execution time: 4_256_000 picoseconds. + Weight::from_parts(4_512_000, 0) } pub(crate) fn set_error_handler() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_613_000 picoseconds. - Weight::from_parts(2_787_000, 0) + // Minimum execution time: 2_756_000 picoseconds. + Weight::from_parts(2_966_000, 0) } pub(crate) fn set_appendix() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_619_000 picoseconds. - Weight::from_parts(2_852_000, 0) + // Minimum execution time: 2_789_000 picoseconds. + Weight::from_parts(2_952_000, 0) } pub(crate) fn clear_error() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_566_000 picoseconds. - Weight::from_parts(2_821_000, 0) + // Minimum execution time: 2_744_000 picoseconds. + Weight::from_parts(2_960_000, 0) } pub(crate) fn descend_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_254_000 picoseconds. - Weight::from_parts(3_429_000, 0) + // Minimum execution time: 3_649_000 picoseconds. + Weight::from_parts(3_875_000, 0) } pub(crate) fn clear_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_614_000 picoseconds. - Weight::from_parts(2_816_000, 0) + // Minimum execution time: 2_792_000 picoseconds. + Weight::from_parts(2_947_000, 0) } /// Storage: `ParachainInfo::ParachainId` (r:1 w:0) /// Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -155,10 +155,10 @@ impl WeightInfo { /// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn report_error() -> Weight { // Proof Size summary in bytes: - // Measured: `140` - // Estimated: `3605` - // Minimum execution time: 26_315_000 picoseconds. - Weight::from_parts(27_134_000, 3605) + // Measured: `177` + // Estimated: `3642` + // Minimum execution time: 27_866_000 picoseconds. + Weight::from_parts(28_766_000, 3642) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -166,10 +166,10 @@ impl WeightInfo { /// Proof: `PolkadotXcm::AssetTraps` (`max_values`: None, `max_size`: None, mode: `Measured`) pub(crate) fn claim_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `90` - // Estimated: `3555` - // Minimum execution time: 15_486_000 picoseconds. - Weight::from_parts(15_847_000, 3555) + // Measured: `126` + // Estimated: `3591` + // Minimum execution time: 16_874_000 picoseconds. + Weight::from_parts(17_290_000, 3591) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -177,8 +177,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_597_000 picoseconds. - Weight::from_parts(2_751_000, 0) + // Minimum execution time: 2_798_000 picoseconds. + Weight::from_parts(2_970_000, 0) } /// Storage: `PolkadotXcm::VersionNotifyTargets` (r:1 w:1) /// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -194,10 +194,10 @@ impl WeightInfo { /// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn subscribe_version() -> Weight { // Proof Size summary in bytes: - // Measured: `108` - // Estimated: `3573` - // Minimum execution time: 28_113_000 picoseconds. - Weight::from_parts(28_964_000, 3573) + // Measured: `145` + // Estimated: `3610` + // Minimum execution time: 29_417_000 picoseconds. + Weight::from_parts(29_937_000, 3610) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -207,8 +207,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_406_000 picoseconds. - Weight::from_parts(4_570_000, 0) + // Minimum execution time: 4_660_000 picoseconds. + Weight::from_parts(4_789_000, 0) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: `ParachainInfo::ParachainId` (r:1 w:0) @@ -225,10 +225,10 @@ impl WeightInfo { /// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn initiate_reserve_withdraw() -> Weight { // Proof Size summary in bytes: - // Measured: `140` - // Estimated: `3605` - // Minimum execution time: 448_475_000 picoseconds. - Weight::from_parts(464_658_000, 3605) + // Measured: `177` + // Estimated: `3642` + // Minimum execution time: 472_248_000 picoseconds. + Weight::from_parts(482_888_000, 3642) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -236,36 +236,36 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 135_179_000 picoseconds. - Weight::from_parts(146_633_000, 0) + // Minimum execution time: 134_643_000 picoseconds. + Weight::from_parts(138_191_000, 0) } pub(crate) fn expect_asset() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_927_000 picoseconds. - Weight::from_parts(12_143_000, 0) + // Minimum execution time: 13_144_000 picoseconds. + Weight::from_parts(13_282_000, 0) } pub(crate) fn expect_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_708_000 picoseconds. - Weight::from_parts(2_878_000, 0) + // Minimum execution time: 2_985_000 picoseconds. + Weight::from_parts(3_130_000, 0) } pub(crate) fn expect_error() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_540_000 picoseconds. - Weight::from_parts(2_740_000, 0) + // Minimum execution time: 2_821_000 picoseconds. + Weight::from_parts(2_932_000, 0) } pub(crate) fn expect_transact_status() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_850_000 picoseconds. - Weight::from_parts(3_004_000, 0) + // Minimum execution time: 2_968_000 picoseconds. + Weight::from_parts(3_176_000, 0) } /// Storage: `ParachainInfo::ParachainId` (r:1 w:0) /// Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -281,10 +281,10 @@ impl WeightInfo { /// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn query_pallet() -> Weight { // Proof Size summary in bytes: - // Measured: `140` - // Estimated: `3605` - // Minimum execution time: 31_233_000 picoseconds. - Weight::from_parts(32_003_000, 3605) + // Measured: `177` + // Estimated: `3642` + // Minimum execution time: 33_687_000 picoseconds. + Weight::from_parts(34_426_000, 3642) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -292,8 +292,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_873_000 picoseconds. - Weight::from_parts(6_130_000, 0) + // Minimum execution time: 6_569_000 picoseconds. + Weight::from_parts(6_710_000, 0) } /// Storage: `ParachainInfo::ParachainId` (r:1 w:0) /// Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -309,10 +309,10 @@ impl WeightInfo { /// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn report_transact_status() -> Weight { // Proof Size summary in bytes: - // Measured: `140` - // Estimated: `3605` - // Minimum execution time: 26_743_000 picoseconds. - Weight::from_parts(27_193_000, 3605) + // Measured: `177` + // Estimated: `3642` + // Minimum execution time: 28_217_000 picoseconds. + Weight::from_parts(28_760_000, 3642) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -320,35 +320,35 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_700_000 picoseconds. - Weight::from_parts(2_860_000, 0) + // Minimum execution time: 2_902_000 picoseconds. + Weight::from_parts(3_008_000, 0) } pub(crate) fn set_topic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_584_000 picoseconds. - Weight::from_parts(2_821_000, 0) + // Minimum execution time: 2_815_000 picoseconds. + Weight::from_parts(2_957_000, 0) } pub(crate) fn clear_topic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_616_000 picoseconds. - Weight::from_parts(2_828_000, 0) + // Minimum execution time: 2_780_000 picoseconds. + Weight::from_parts(2_938_000, 0) } pub(crate) fn set_fees_mode() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_617_000 picoseconds. - Weight::from_parts(2_790_000, 0) + // Minimum execution time: 2_728_000 picoseconds. + Weight::from_parts(2_927_000, 0) } pub(crate) fn unpaid_execution() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_725_000 picoseconds. - Weight::from_parts(2_886_000, 0) + // Minimum execution time: 2_912_000 picoseconds. + Weight::from_parts(3_053_000, 0) } }