diff --git a/Cargo.lock b/Cargo.lock index 3eef6392c7..6f2084ed90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6961,6 +6961,7 @@ dependencies = [ "pallet-evm-chain-id", "pallet-identity", "pallet-migrations", + "pallet-moonbeam-foreign-assets", "pallet-moonbeam-lazy-migrations", "pallet-moonbeam-orbiters", "pallet-multisig", diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index ac3bd0e40f..292ba44bbc 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -20,6 +20,7 @@ pallet-author-mapping = { workspace = true } pallet-conviction-voting = { workspace = true } pallet-ethereum-xcm = { workspace = true } pallet-migrations = { workspace = true } +pallet-moonbeam-foreign-assets = { workspace = true } pallet-moonbeam-lazy-migrations = { workspace = true } pallet-parachain-staking = { workspace = true } pallet-precompile-benchmarks = { workspace = true } diff --git a/runtime/common/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/common/src/weights/cumulus_pallet_xcmp_queue.rs index 0d307f49a4..1a2e88a399 100644 --- a/runtime/common/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/common/src/weights/cumulus_pallet_xcmp_queue.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `cumulus_pallet_xcmp_queue` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -52,8 +52,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `142` // Estimated: `1627` - // Minimum execution time: 4_439_000 picoseconds. - Weight::from_parts(4_740_000, 1627) + // Minimum execution time: 4_307_000 picoseconds. + Weight::from_parts(4_445_000, 1627) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -71,8 +71,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `148` // Estimated: `3517` - // Minimum execution time: 11_199_000 picoseconds. - Weight::from_parts(11_613_000, 3517) + // Minimum execution time: 11_285_000 picoseconds. + Weight::from_parts(11_795_000, 3517) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -82,8 +82,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `142` // Estimated: `1627` - // Minimum execution time: 2_912_000 picoseconds. - Weight::from_parts(3_033_000, 1627) + // Minimum execution time: 2_760_000 picoseconds. + Weight::from_parts(2_884_000, 1627) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -93,8 +93,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `177` // Estimated: `1662` - // Minimum execution time: 3_790_000 picoseconds. - Weight::from_parts(3_947_000, 1662) + // Minimum execution time: 3_600_000 picoseconds. + Weight::from_parts(3_734_000, 1662) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -102,8 +102,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_196_000 picoseconds. - Weight::from_parts(8_352_000, 0) + // Minimum execution time: 7_631_000 picoseconds. + Weight::from_parts(8_118_000, 0) } /// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1) /// Proof: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1) @@ -123,8 +123,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `134385` // Estimated: `137850` - // Minimum execution time: 204_143_000 picoseconds. - Weight::from_parts(208_968_000, 137850) + // Minimum execution time: 190_123_000 picoseconds. + Weight::from_parts(194_387_000, 137850) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -146,8 +146,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `65782` // Estimated: `69247` - // Minimum execution time: 110_679_000 picoseconds. - Weight::from_parts(113_402_000, 69247) + // Minimum execution time: 102_726_000 picoseconds. + Weight::from_parts(104_463_000, 69247) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } diff --git a/runtime/common/src/weights/mod.rs b/runtime/common/src/weights/mod.rs index 48b8371557..02b423721e 100644 --- a/runtime/common/src/weights/mod.rs +++ b/runtime/common/src/weights/mod.rs @@ -28,6 +28,7 @@ pub mod pallet_conviction_voting; pub mod pallet_crowdloan_rewards; pub mod pallet_evm; pub mod pallet_identity; +pub mod pallet_moonbeam_foreign_assets; pub mod pallet_moonbeam_lazy_migrations; pub mod pallet_moonbeam_orbiters; pub mod pallet_multisig; diff --git a/runtime/common/src/weights/pallet_asset_manager.rs b/runtime/common/src/weights/pallet_asset_manager.rs index 591d8de99a..9d0ed109f6 100644 --- a/runtime/common/src/weights/pallet_asset_manager.rs +++ b/runtime/common/src/weights/pallet_asset_manager.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_asset_manager` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -58,8 +58,8 @@ impl pallet_asset_manager::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `82` // Estimated: `3639` - // Minimum execution time: 29_376_000 picoseconds. - Weight::from_parts(30_234_000, 3639) + // Minimum execution time: 28_927_000 picoseconds. + Weight::from_parts(29_493_000, 3639) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -74,10 +74,10 @@ impl pallet_asset_manager::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `611 + x * (9 ±0)` // Estimated: `4000 + x * (10 ±0)` - // Minimum execution time: 20_442_000 picoseconds. - Weight::from_parts(18_338_506, 4000) - // Standard Error: 4_080 - .saturating_add(Weight::from_parts(871_614, 0).saturating_mul(x.into())) + // Minimum execution time: 19_578_000 picoseconds. + Weight::from_parts(18_705_391, 4000) + // Standard Error: 3_442 + .saturating_add(Weight::from_parts(792_309, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 10).saturating_mul(x.into())) @@ -95,10 +95,10 @@ impl pallet_asset_manager::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `926 + x * (13 ±0)` // Estimated: `4309 + x * (15 ±0)` - // Minimum execution time: 30_343_000 picoseconds. - Weight::from_parts(29_193_584, 4309) - // Standard Error: 4_573 - .saturating_add(Weight::from_parts(963_206, 0).saturating_mul(x.into())) + // Minimum execution time: 29_180_000 picoseconds. + Weight::from_parts(29_891_006, 4309) + // Standard Error: 4_391 + .saturating_add(Weight::from_parts(874_012, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) .saturating_add(Weight::from_parts(0, 15).saturating_mul(x.into())) @@ -112,10 +112,10 @@ impl pallet_asset_manager::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `196 + x * (5 ±0)` // Estimated: `1678 + x * (5 ±0)` - // Minimum execution time: 16_137_000 picoseconds. - Weight::from_parts(13_193_368, 1678) - // Standard Error: 4_122 - .saturating_add(Weight::from_parts(800_676, 0).saturating_mul(x.into())) + // Minimum execution time: 15_115_000 picoseconds. + Weight::from_parts(13_493_610, 1678) + // Standard Error: 2_952 + .saturating_add(Weight::from_parts(694_325, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(x.into())) @@ -133,10 +133,10 @@ impl pallet_asset_manager::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `482 + x * (10 ±0)` // Estimated: `3955 + x * (10 ±0)` - // Minimum execution time: 22_167_000 picoseconds. - Weight::from_parts(20_383_311, 3955) - // Standard Error: 4_061 - .saturating_add(Weight::from_parts(808_620, 0).saturating_mul(x.into())) + // Minimum execution time: 21_219_000 picoseconds. + Weight::from_parts(20_476_212, 3955) + // Standard Error: 3_389 + .saturating_add(Weight::from_parts(716_188, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 10).saturating_mul(x.into())) diff --git a/runtime/common/src/weights/pallet_assets.rs b/runtime/common/src/weights/pallet_assets.rs index 1cc655a4d2..c809d38614 100644 --- a/runtime/common/src/weights/pallet_assets.rs +++ b/runtime/common/src/weights/pallet_assets.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_assets` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -59,8 +59,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6` // Estimated: `3639` - // Minimum execution time: 8_799_000 picoseconds. - Weight::from_parts(9_198_000, 3639) + // Minimum execution time: 8_540_000 picoseconds. + Weight::from_parts(8_819_000, 3639) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -70,8 +70,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `241` // Estimated: `3639` - // Minimum execution time: 10_365_000 picoseconds. - Weight::from_parts(10_724_000, 3639) + // Minimum execution time: 10_093_000 picoseconds. + Weight::from_parts(10_366_000, 3639) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -84,12 +84,12 @@ impl pallet_assets::WeightInfo for WeightInfo { /// The range of component `c` is `[0, 656]`. fn destroy_accounts(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1434 + c * (183 ±0)` + // Measured: `1514 + c * (183 ±0)` // Estimated: `3639 + c * (2597 ±0)` - // Minimum execution time: 14_992_000 picoseconds. - Weight::from_parts(15_209_000, 3639) - // Standard Error: 16_536 - .saturating_add(Weight::from_parts(16_137_327, 0).saturating_mul(c.into())) + // Minimum execution time: 14_670_000 picoseconds. + Weight::from_parts(14_889_000, 3639) + // Standard Error: 7_930 + .saturating_add(Weight::from_parts(15_505_771, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -105,10 +105,10 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `313 + a * (74 ±0)` // Estimated: `3639 + a * (2611 ±0)` - // Minimum execution time: 15_839_000 picoseconds. - Weight::from_parts(16_086_000, 3639) - // Standard Error: 8_245 - .saturating_add(Weight::from_parts(8_405_417, 0).saturating_mul(a.into())) + // Minimum execution time: 15_548_000 picoseconds. + Weight::from_parts(15_849_000, 3639) + // Standard Error: 6_606 + .saturating_add(Weight::from_parts(8_201_913, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -123,8 +123,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `207` // Estimated: `3639` - // Minimum execution time: 11_486_000 picoseconds. - Weight::from_parts(11_902_000, 3639) + // Minimum execution time: 10_773_000 picoseconds. + Weight::from_parts(11_122_000, 3639) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -136,8 +136,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `207` // Estimated: `3639` - // Minimum execution time: 19_800_000 picoseconds. - Weight::from_parts(20_544_000, 3639) + // Minimum execution time: 19_924_000 picoseconds. + Weight::from_parts(20_391_000, 3639) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -149,8 +149,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `315` // Estimated: `3639` - // Minimum execution time: 27_676_000 picoseconds. - Weight::from_parts(28_276_000, 3639) + // Minimum execution time: 27_019_000 picoseconds. + Weight::from_parts(27_599_000, 3639) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -164,8 +164,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `420` // Estimated: `6184` - // Minimum execution time: 38_788_000 picoseconds. - Weight::from_parts(39_673_000, 6184) + // Minimum execution time: 39_049_000 picoseconds. + Weight::from_parts(40_100_000, 6184) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -179,8 +179,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `420` // Estimated: `6184` - // Minimum execution time: 35_308_000 picoseconds. - Weight::from_parts(35_692_000, 6184) + // Minimum execution time: 35_211_000 picoseconds. + Weight::from_parts(35_851_000, 6184) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -194,8 +194,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `420` // Estimated: `6184` - // Minimum execution time: 38_981_000 picoseconds. - Weight::from_parts(39_798_000, 6184) + // Minimum execution time: 39_056_000 picoseconds. + Weight::from_parts(39_932_000, 6184) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -207,8 +207,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `315` // Estimated: `3639` - // Minimum execution time: 14_127_000 picoseconds. - Weight::from_parts(14_448_000, 3639) + // Minimum execution time: 14_006_000 picoseconds. + Weight::from_parts(14_200_000, 3639) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -220,8 +220,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `315` // Estimated: `3639` - // Minimum execution time: 14_006_000 picoseconds. - Weight::from_parts(14_442_000, 3639) + // Minimum execution time: 13_885_000 picoseconds. + Weight::from_parts(14_219_000, 3639) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -231,8 +231,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `241` // Estimated: `3639` - // Minimum execution time: 10_253_000 picoseconds. - Weight::from_parts(10_556_000, 3639) + // Minimum execution time: 9_803_000 picoseconds. + Weight::from_parts(10_142_000, 3639) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -242,8 +242,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `241` // Estimated: `3639` - // Minimum execution time: 10_224_000 picoseconds. - Weight::from_parts(10_538_000, 3639) + // Minimum execution time: 9_778_000 picoseconds. + Weight::from_parts(10_129_000, 3639) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -255,8 +255,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `207` // Estimated: `3639` - // Minimum execution time: 11_833_000 picoseconds. - Weight::from_parts(12_120_000, 3639) + // Minimum execution time: 11_361_000 picoseconds. + Weight::from_parts(11_617_000, 3639) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -266,8 +266,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `207` // Estimated: `3639` - // Minimum execution time: 10_045_000 picoseconds. - Weight::from_parts(10_431_000, 3639) + // Minimum execution time: 9_644_000 picoseconds. + Weight::from_parts(9_912_000, 3639) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -277,14 +277,16 @@ impl pallet_assets::WeightInfo for WeightInfo { /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, 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: `207` // Estimated: `3639` - // Minimum execution time: 24_760_000 picoseconds. - Weight::from_parts(25_850_359, 3639) - // Standard Error: 492 - .saturating_add(Weight::from_parts(878, 0).saturating_mul(s.into())) + // Minimum execution time: 24_783_000 picoseconds. + Weight::from_parts(25_608_406, 3639) + // Standard Error: 512 + .saturating_add(Weight::from_parts(2_492, 0).saturating_mul(n.into())) + // Standard Error: 512 + .saturating_add(Weight::from_parts(3_292, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -296,8 +298,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `383` // Estimated: `3639` - // Minimum execution time: 25_743_000 picoseconds. - Weight::from_parts(26_805_000, 3639) + // Minimum execution time: 25_888_000 picoseconds. + Weight::from_parts(26_609_000, 3639) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -311,12 +313,12 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `94` // Estimated: `3639` - // Minimum execution time: 10_615_000 picoseconds. - Weight::from_parts(11_181_399, 3639) - // Standard Error: 290 - .saturating_add(Weight::from_parts(492, 0).saturating_mul(n.into())) - // Standard Error: 290 - .saturating_add(Weight::from_parts(611, 0).saturating_mul(s.into())) + // Minimum execution time: 10_297_000 picoseconds. + Weight::from_parts(10_766_456, 3639) + // Standard Error: 250 + .saturating_add(Weight::from_parts(2_473, 0).saturating_mul(n.into())) + // Standard Error: 250 + .saturating_add(Weight::from_parts(1_563, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -328,8 +330,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `383` // Estimated: `3639` - // Minimum execution time: 25_875_000 picoseconds. - Weight::from_parts(26_208_000, 3639) + // Minimum execution time: 25_777_000 picoseconds. + Weight::from_parts(26_277_000, 3639) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -339,8 +341,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `207` // Estimated: `3639` - // Minimum execution time: 9_600_000 picoseconds. - Weight::from_parts(9_984_000, 3639) + // Minimum execution time: 9_301_000 picoseconds. + Weight::from_parts(9_593_000, 3639) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -352,8 +354,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `241` // Estimated: `3639` - // Minimum execution time: 16_109_000 picoseconds. - Weight::from_parts(16_712_000, 3639) + // Minimum execution time: 15_835_000 picoseconds. + Weight::from_parts(16_276_000, 3639) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -369,8 +371,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `513` // Estimated: `6184` - // Minimum execution time: 47_416_000 picoseconds. - Weight::from_parts(48_253_000, 6184) + // Minimum execution time: 47_549_000 picoseconds. + Weight::from_parts(48_475_000, 6184) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -382,8 +384,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `399` // Estimated: `3639` - // Minimum execution time: 18_118_000 picoseconds. - Weight::from_parts(18_583_000, 3639) + // Minimum execution time: 17_503_000 picoseconds. + Weight::from_parts(18_222_000, 3639) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -395,8 +397,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `399` // Estimated: `3639` - // Minimum execution time: 18_164_000 picoseconds. - Weight::from_parts(18_774_000, 3639) + // Minimum execution time: 17_938_000 picoseconds. + Weight::from_parts(18_370_000, 3639) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -406,8 +408,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `207` // Estimated: `3639` - // Minimum execution time: 10_962_000 picoseconds. - Weight::from_parts(11_263_000, 3639) + // Minimum execution time: 10_607_000 picoseconds. + Weight::from_parts(10_812_000, 3639) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -421,8 +423,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `435` // Estimated: `3639` - // Minimum execution time: 30_126_000 picoseconds. - Weight::from_parts(30_672_000, 3639) + // Minimum execution time: 30_374_000 picoseconds. + Weight::from_parts(31_039_000, 3639) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -434,8 +436,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `207` // Estimated: `3639` - // Minimum execution time: 27_778_000 picoseconds. - Weight::from_parts(28_536_000, 3639) + // Minimum execution time: 28_233_000 picoseconds. + Weight::from_parts(28_956_000, 3639) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -449,8 +451,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `561` // Estimated: `3639` - // Minimum execution time: 29_629_000 picoseconds. - Weight::from_parts(30_627_000, 3639) + // Minimum execution time: 29_630_000 picoseconds. + Weight::from_parts(30_038_000, 3639) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -462,8 +464,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `353` // Estimated: `3639` - // Minimum execution time: 27_362_000 picoseconds. - Weight::from_parts(28_100_000, 3639) + // Minimum execution time: 26_942_000 picoseconds. + Weight::from_parts(27_906_000, 3639) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -475,8 +477,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `315` // Estimated: `3639` - // Minimum execution time: 14_221_000 picoseconds. - Weight::from_parts(14_434_000, 3639) + // Minimum execution time: 13_661_000 picoseconds. + Weight::from_parts(14_030_000, 3639) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/common/src/weights/pallet_author_inherent.rs b/runtime/common/src/weights/pallet_author_inherent.rs index b9c3277064..566f0cdf0b 100644 --- a/runtime/common/src/weights/pallet_author_inherent.rs +++ b/runtime/common/src/weights/pallet_author_inherent.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_author_inherent` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -62,8 +62,8 @@ impl pallet_author_inherent::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `372` // Estimated: `1857` - // Minimum execution time: 17_448_000 picoseconds. - Weight::from_parts(18_017_000, 1857) + // Minimum execution time: 17_699_000 picoseconds. + Weight::from_parts(18_069_000, 1857) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/common/src/weights/pallet_author_mapping.rs b/runtime/common/src/weights/pallet_author_mapping.rs index 478efde765..5962bfb251 100644 --- a/runtime/common/src/weights/pallet_author_mapping.rs +++ b/runtime/common/src/weights/pallet_author_mapping.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_author_mapping` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -56,8 +56,8 @@ impl pallet_author_mapping::WeightInfo for WeightInfo pallet_author_mapping::WeightInfo for WeightInfo pallet_author_mapping::WeightInfo for WeightInfo pallet_author_mapping::WeightInfo for WeightInfo pallet_author_mapping::WeightInfo for WeightInfo pallet_author_slot_filter::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_359_000 picoseconds. - Weight::from_parts(4_667_000, 0) + // Minimum execution time: 4_198_000 picoseconds. + Weight::from_parts(4_335_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } diff --git a/runtime/common/src/weights/pallet_balances.rs b/runtime/common/src/weights/pallet_balances.rs index 1be8fd5998..bc83ef82e3 100644 --- a/runtime/common/src/weights/pallet_balances.rs +++ b/runtime/common/src/weights/pallet_balances.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -52,8 +52,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `72` // Estimated: `3581` - // Minimum execution time: 44_465_000 picoseconds. - Weight::from_parts(45_825_000, 3581) + // Minimum execution time: 43_826_000 picoseconds. + Weight::from_parts(45_231_000, 3581) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -63,8 +63,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `72` // Estimated: `3581` - // Minimum execution time: 38_080_000 picoseconds. - Weight::from_parts(38_777_000, 3581) + // Minimum execution time: 37_723_000 picoseconds. + Weight::from_parts(39_155_000, 3581) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -74,8 +74,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `195` // Estimated: `3581` - // Minimum execution time: 14_885_000 picoseconds. - Weight::from_parts(15_254_000, 3581) + // Minimum execution time: 14_323_000 picoseconds. + Weight::from_parts(14_926_000, 3581) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -85,8 +85,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `195` // Estimated: `3581` - // Minimum execution time: 19_741_000 picoseconds. - Weight::from_parts(20_360_000, 3581) + // Minimum execution time: 19_305_000 picoseconds. + Weight::from_parts(19_884_000, 3581) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -96,8 +96,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `267` // Estimated: `6172` - // Minimum execution time: 46_696_000 picoseconds. - Weight::from_parts(47_945_000, 6172) + // Minimum execution time: 46_320_000 picoseconds. + Weight::from_parts(47_662_000, 6172) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -107,8 +107,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `72` // Estimated: `3581` - // Minimum execution time: 47_016_000 picoseconds. - Weight::from_parts(47_611_000, 3581) + // Minimum execution time: 46_606_000 picoseconds. + Weight::from_parts(47_951_000, 3581) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -118,8 +118,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `195` // Estimated: `3581` - // Minimum execution time: 17_504_000 picoseconds. - Weight::from_parts(17_935_000, 3581) + // Minimum execution time: 17_080_000 picoseconds. + Weight::from_parts(17_978_000, 3581) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -128,12 +128,12 @@ impl pallet_balances::WeightInfo for WeightInfo { /// The range of component `u` is `[1, 1000]`. fn upgrade_accounts(u: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1211 + u * (123 ±0)` + // Measured: `1277 + u * (123 ±0)` // Estimated: `990 + u * (2591 ±0)` - // Minimum execution time: 16_219_000 picoseconds. - Weight::from_parts(16_530_000, 990) - // Standard Error: 12_992 - .saturating_add(Weight::from_parts(13_547_008, 0).saturating_mul(u.into())) + // Minimum execution time: 15_800_000 picoseconds. + Weight::from_parts(16_120_000, 990) + // Standard Error: 8_673 + .saturating_add(Weight::from_parts(13_383_939, 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, 2591).saturating_mul(u.into())) @@ -144,8 +144,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1501` - // Minimum execution time: 5_953_000 picoseconds. - Weight::from_parts(6_365_000, 1501) + // Minimum execution time: 5_845_000 picoseconds. + Weight::from_parts(6_125_000, 1501) .saturating_add(T::DbWeight::get().reads(1_u64)) } } diff --git a/runtime/common/src/weights/pallet_conviction_voting.rs b/runtime/common/src/weights/pallet_conviction_voting.rs index 976494f7ee..dd8bb69582 100644 --- a/runtime/common/src/weights/pallet_conviction_voting.rs +++ b/runtime/common/src/weights/pallet_conviction_voting.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_conviction_voting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -60,10 +60,10 @@ impl pallet_conviction_voting::WeightInfo for WeightInf /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) fn vote_new() -> Weight { // Proof Size summary in bytes: - // Measured: `1961` + // Measured: `1962` // Estimated: `42428` - // Minimum execution time: 63_734_000 picoseconds. - Weight::from_parts(66_689_000, 42428) + // Minimum execution time: 63_183_000 picoseconds. + Weight::from_parts(64_601_000, 42428) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -79,14 +79,16 @@ impl pallet_conviction_voting::WeightInfo for WeightInf /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(37), added: 2512, mode: `MaxEncodedLen`) /// Storage: `Scheduler::Agenda` (r:2 w:2) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:1) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) fn vote_existing() -> Weight { // Proof Size summary in bytes: - // Measured: `2262` + // Measured: `2263` // Estimated: `83866` - // Minimum execution time: 83_560_000 picoseconds. - Weight::from_parts(85_240_000, 83866) + // Minimum execution time: 84_800_000 picoseconds. + Weight::from_parts(85_964_000, 83866) .saturating_add(T::DbWeight::get().reads(7_u64)) - .saturating_add(T::DbWeight::get().writes(6_u64)) + .saturating_add(T::DbWeight::get().writes(7_u64)) } /// Storage: `ConvictionVoting::VotingFor` (r:1 w:1) /// Proof: `ConvictionVoting::VotingFor` (`max_values`: None, `max_size`: Some(1152), added: 3627, mode: `MaxEncodedLen`) @@ -94,14 +96,16 @@ impl pallet_conviction_voting::WeightInfo for WeightInf /// Proof: `Referenda::ReferendumInfoFor` (`max_values`: None, `max_size`: Some(912), added: 3387, mode: `MaxEncodedLen`) /// Storage: `Scheduler::Agenda` (r:2 w:2) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:1) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) fn remove_vote() -> Weight { // Proof Size summary in bytes: - // Measured: `1840` + // Measured: `1841` // Estimated: `83866` - // Minimum execution time: 55_583_000 picoseconds. - Weight::from_parts(57_038_000, 83866) + // Minimum execution time: 57_451_000 picoseconds. + Weight::from_parts(58_541_000, 83866) .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) + .saturating_add(T::DbWeight::get().writes(5_u64)) } /// Storage: `ConvictionVoting::VotingFor` (r:1 w:1) /// Proof: `ConvictionVoting::VotingFor` (`max_values`: None, `max_size`: Some(1152), added: 3627, mode: `MaxEncodedLen`) @@ -109,10 +113,10 @@ impl pallet_conviction_voting::WeightInfo for WeightInf /// Proof: `Referenda::ReferendumInfoFor` (`max_values`: None, `max_size`: Some(912), added: 3387, mode: `MaxEncodedLen`) fn remove_other_vote() -> Weight { // Proof Size summary in bytes: - // Measured: `1384` + // Measured: `1385` // Estimated: `4617` - // Minimum execution time: 20_783_000 picoseconds. - Weight::from_parts(21_650_000, 4617) + // Minimum execution time: 19_644_000 picoseconds. + Weight::from_parts(20_527_000, 4617) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -128,19 +132,21 @@ impl pallet_conviction_voting::WeightInfo for WeightInf /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1287), added: 3762, mode: `MaxEncodedLen`) /// Storage: `Balances::Freezes` (r:1 w:0) /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(37), added: 2512, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:20) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) /// The range of component `r` is `[0, 20]`. fn delegate(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1620 + r * (248 ±0)` + // Measured: `1621 + r * (248 ±0)` // Estimated: `83866 + r * (3387 ±0)` - // Minimum execution time: 43_344_000 picoseconds. - Weight::from_parts(37_204_567, 83866) - // Standard Error: 83_382 - .saturating_add(Weight::from_parts(24_547_244, 0).saturating_mul(r.into())) + // Minimum execution time: 42_633_000 picoseconds. + Weight::from_parts(38_091_643, 83866) + // Standard Error: 77_374 + .saturating_add(Weight::from_parts(26_302_549, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(6_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) + .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(r.into()))) .saturating_add(Weight::from_parts(0, 3387).saturating_mul(r.into())) } /// Storage: `ConvictionVoting::VotingFor` (r:2 w:2) @@ -149,19 +155,21 @@ impl pallet_conviction_voting::WeightInfo for WeightInf /// Proof: `Referenda::ReferendumInfoFor` (`max_values`: None, `max_size`: Some(912), added: 3387, mode: `MaxEncodedLen`) /// Storage: `Scheduler::Agenda` (r:2 w:2) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:20) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) /// The range of component `r` is `[0, 20]`. fn undelegate(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1339 + r * (248 ±0)` + // Measured: `1340 + r * (248 ±0)` // Estimated: `83866 + r * (3387 ±0)` - // Minimum execution time: 19_506_000 picoseconds. - Weight::from_parts(10_415_348, 83866) - // Standard Error: 84_637 - .saturating_add(Weight::from_parts(24_334_785, 0).saturating_mul(r.into())) + // Minimum execution time: 19_458_000 picoseconds. + Weight::from_parts(11_738_092, 83866) + // Standard Error: 78_434 + .saturating_add(Weight::from_parts(25_800_751, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) + .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(r.into()))) .saturating_add(Weight::from_parts(0, 3387).saturating_mul(r.into())) } /// Storage: `ConvictionVoting::VotingFor` (r:1 w:1) @@ -176,8 +184,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1228` // Estimated: `4752` - // Minimum execution time: 46_737_000 picoseconds. - Weight::from_parts(49_718_000, 4752) + // Minimum execution time: 46_940_000 picoseconds. + Weight::from_parts(48_064_000, 4752) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } diff --git a/runtime/common/src/weights/pallet_crowdloan_rewards.rs b/runtime/common/src/weights/pallet_crowdloan_rewards.rs index fd117b6a6c..8aff78a6e0 100644 --- a/runtime/common/src/weights/pallet_crowdloan_rewards.rs +++ b/runtime/common/src/weights/pallet_crowdloan_rewards.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_crowdloan_rewards` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -64,11 +64,11 @@ impl pallet_crowdloan_rewards::WeightInfo for WeightInf fn initialize_reward_vec(x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `76347 + x * (550 ±0)` - // Estimated: `66247 + x * (3052 ±5)` - // Minimum execution time: 113_529_000 picoseconds. - Weight::from_parts(302_222_040, 66247) - // Standard Error: 45_007 - .saturating_add(Weight::from_parts(51_410_353, 0).saturating_mul(x.into())) + // Estimated: `66242 + x * (3052 ±5)` + // Minimum execution time: 101_419_000 picoseconds. + Weight::from_parts(78_107_785, 66242) + // Standard Error: 16_867 + .saturating_add(Weight::from_parts(53_012_102, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -91,8 +91,8 @@ impl pallet_crowdloan_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `579` // Estimated: `3581` - // Minimum execution time: 14_902_000 picoseconds. - Weight::from_parts(15_567_000, 3581) + // Minimum execution time: 14_662_000 picoseconds. + Weight::from_parts(14_928_000, 3581) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -112,8 +112,8 @@ impl pallet_crowdloan_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1100` // Estimated: `6172` - // Minimum execution time: 61_660_000 picoseconds. - Weight::from_parts(62_983_000, 6172) + // Minimum execution time: 60_474_000 picoseconds. + Weight::from_parts(61_425_000, 6172) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -123,8 +123,8 @@ impl pallet_crowdloan_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `397` // Estimated: `6337` - // Minimum execution time: 17_535_000 picoseconds. - Weight::from_parts(18_082_000, 6337) + // Minimum execution time: 17_193_000 picoseconds. + Weight::from_parts(17_599_000, 6337) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -140,8 +140,8 @@ impl pallet_crowdloan_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `934` // Estimated: `6172` - // Minimum execution time: 121_593_000 picoseconds. - Weight::from_parts(123_949_000, 6172) + // Minimum execution time: 121_239_000 picoseconds. + Weight::from_parts(122_364_000, 6172) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -152,10 +152,10 @@ impl pallet_crowdloan_rewards::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `366 + x * (32 ±0)` // Estimated: `6306 + x * (32 ±0)` - // Minimum execution time: 76_366_000 picoseconds. - Weight::from_parts(77_048_000, 6306) - // Standard Error: 10_101 - .saturating_add(Weight::from_parts(57_341_217, 0).saturating_mul(x.into())) + // Minimum execution time: 76_192_000 picoseconds. + Weight::from_parts(76_904_000, 6306) + // Standard Error: 10_191 + .saturating_add(Weight::from_parts(57_230_650, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(x.into())) diff --git a/runtime/common/src/weights/pallet_evm.rs b/runtime/common/src/weights/pallet_evm.rs index 43b25391d1..e3aa76d1c2 100644 --- a/runtime/common/src/weights/pallet_evm.rs +++ b/runtime/common/src/weights/pallet_evm.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_evm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -59,12 +59,14 @@ impl pallet_evm::WeightInfo for WeightInfo { /// Storage: `EVM::AccountStorages` (r:1 w:0) /// Proof: `EVM::AccountStorages` (`max_values`: None, `max_size`: None, mode: `Measured`) /// The range of component `x` is `[1, 10000000]`. - fn runner_execute(_x: u32, ) -> Weight { + fn runner_execute(x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1574` // Estimated: `7514` - // Minimum execution time: 23_436_360_000 picoseconds. - Weight::from_parts(23_698_866_116, 7514) + // Minimum execution time: 23_399_294_000 picoseconds. + Weight::from_parts(23_731_883_576, 7514) + // Standard Error: 2 + .saturating_add(Weight::from_parts(4, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -72,7 +74,7 @@ impl pallet_evm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_579_000 picoseconds. - Weight::from_parts(1_815_000, 0) + // Minimum execution time: 1_641_000 picoseconds. + Weight::from_parts(1_773_000, 0) } } diff --git a/runtime/common/src/weights/pallet_identity.rs b/runtime/common/src/weights/pallet_identity.rs index 79472d637b..5a53978833 100644 --- a/runtime/common/src/weights/pallet_identity.rs +++ b/runtime/common/src/weights/pallet_identity.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -53,10 +53,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `32 + r * (45 ±0)` // Estimated: `2386` - // Minimum execution time: 8_065_000 picoseconds. - Weight::from_parts(8_704_720, 2386) - // Standard Error: 1_163 - .saturating_add(Weight::from_parts(97_845, 0).saturating_mul(r.into())) + // Minimum execution time: 8_108_000 picoseconds. + Weight::from_parts(8_751_924, 2386) + // Standard Error: 1_419 + .saturating_add(Weight::from_parts(94_615, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -67,10 +67,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6966 + r * (5 ±0)` // Estimated: `11025` - // Minimum execution time: 110_180_000 picoseconds. - Weight::from_parts(112_172_028, 11025) - // Standard Error: 4_374 - .saturating_add(Weight::from_parts(162_487, 0).saturating_mul(r.into())) + // Minimum execution time: 108_259_000 picoseconds. + Weight::from_parts(109_639_957, 11025) + // Standard Error: 3_282 + .saturating_add(Weight::from_parts(160_880, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -85,10 +85,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `89` // Estimated: `11025 + s * (2565 ±0)` - // Minimum execution time: 8_963_000 picoseconds. - Weight::from_parts(21_042_964, 11025) - // Standard Error: 5_349 - .saturating_add(Weight::from_parts(3_298_437, 0).saturating_mul(s.into())) + // Minimum execution time: 9_185_000 picoseconds. + Weight::from_parts(22_094_584, 11025) + // Standard Error: 5_122 + .saturating_add(Weight::from_parts(3_312_844, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -106,10 +106,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `169 + p * (20 ±0)` // Estimated: `11025` - // Minimum execution time: 8_886_000 picoseconds. - Weight::from_parts(22_567_001, 11025) - // Standard Error: 3_287 - .saturating_add(Weight::from_parts(1_292_623, 0).saturating_mul(p.into())) + // Minimum execution time: 8_828_000 picoseconds. + Weight::from_parts(22_520_863, 11025) + // Standard Error: 3_232 + .saturating_add(Weight::from_parts(1_289_772, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -126,12 +126,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `7046 + r * (5 ±0) + s * (20 ±0)` // Estimated: `11025` - // Minimum execution time: 55_837_000 picoseconds. - Weight::from_parts(55_513_734, 11025) - // Standard Error: 6_557 - .saturating_add(Weight::from_parts(243_617, 0).saturating_mul(r.into())) - // Standard Error: 1_279 - .saturating_add(Weight::from_parts(1_298_668, 0).saturating_mul(s.into())) + // Minimum execution time: 55_612_000 picoseconds. + Weight::from_parts(56_741_709, 11025) + // Standard Error: 8_881 + .saturating_add(Weight::from_parts(147_915, 0).saturating_mul(r.into())) + // Standard Error: 1_733 + .saturating_add(Weight::from_parts(1_281_887, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -145,10 +145,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6956 + r * (45 ±0)` // Estimated: `11025` - // Minimum execution time: 76_771_000 picoseconds. - Weight::from_parts(78_348_503, 11025) - // Standard Error: 3_518 - .saturating_add(Weight::from_parts(152_650, 0).saturating_mul(r.into())) + // Minimum execution time: 75_678_000 picoseconds. + Weight::from_parts(76_994_429, 11025) + // Standard Error: 3_106 + .saturating_add(Weight::from_parts(162_797, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -159,10 +159,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6987` // Estimated: `11025` - // Minimum execution time: 74_657_000 picoseconds. - Weight::from_parts(76_103_304, 11025) - // Standard Error: 2_806 - .saturating_add(Weight::from_parts(106_610, 0).saturating_mul(r.into())) + // Minimum execution time: 74_177_000 picoseconds. + Weight::from_parts(75_322_162, 11025) + // Standard Error: 2_566 + .saturating_add(Weight::from_parts(118_356, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -173,10 +173,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `77 + r * (45 ±0)` // Estimated: `2386` - // Minimum execution time: 6_028_000 picoseconds. - Weight::from_parts(6_440_483, 2386) - // Standard Error: 964 - .saturating_add(Weight::from_parts(72_810, 0).saturating_mul(r.into())) + // Minimum execution time: 6_146_000 picoseconds. + Weight::from_parts(6_470_417, 2386) + // Standard Error: 711 + .saturating_add(Weight::from_parts(71_623, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -187,10 +187,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `77 + r * (45 ±0)` // Estimated: `2386` - // Minimum execution time: 6_085_000 picoseconds. - Weight::from_parts(6_402_242, 2386) - // Standard Error: 769 - .saturating_add(Weight::from_parts(73_828, 0).saturating_mul(r.into())) + // Minimum execution time: 6_119_000 picoseconds. + Weight::from_parts(6_370_315, 2386) + // Standard Error: 804 + .saturating_add(Weight::from_parts(71_772, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -201,10 +201,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `77 + r * (45 ±0)` // Estimated: `2386` - // Minimum execution time: 5_922_000 picoseconds. - Weight::from_parts(6_395_313, 2386) - // Standard Error: 831 - .saturating_add(Weight::from_parts(72_223, 0).saturating_mul(r.into())) + // Minimum execution time: 6_121_000 picoseconds. + Weight::from_parts(6_401_343, 2386) + // Standard Error: 698 + .saturating_add(Weight::from_parts(69_078, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -217,10 +217,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `7022 + r * (45 ±0)` // Estimated: `11025` - // Minimum execution time: 97_620_000 picoseconds. - Weight::from_parts(98_933_846, 11025) - // Standard Error: 5_311 - .saturating_add(Weight::from_parts(78_115, 0).saturating_mul(r.into())) + // Minimum execution time: 94_985_000 picoseconds. + Weight::from_parts(96_046_075, 11025) + // Standard Error: 2_953 + .saturating_add(Weight::from_parts(152_143, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -238,12 +238,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `7436 + r * (5 ±0) + s * (20 ±0)` // Estimated: `11025` - // Minimum execution time: 72_052_000 picoseconds. - Weight::from_parts(74_006_878, 11025) - // Standard Error: 8_168 - .saturating_add(Weight::from_parts(252_511, 0).saturating_mul(r.into())) - // Standard Error: 1_593 - .saturating_add(Weight::from_parts(1_317_471, 0).saturating_mul(s.into())) + // Minimum execution time: 72_554_000 picoseconds. + Weight::from_parts(74_855_188, 11025) + // Standard Error: 7_528 + .saturating_add(Weight::from_parts(255_849, 0).saturating_mul(r.into())) + // Standard Error: 1_468 + .saturating_add(Weight::from_parts(1_295_109, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -259,10 +259,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `536 + s * (23 ±0)` // Estimated: `11025` - // Minimum execution time: 26_150_000 picoseconds. - Weight::from_parts(30_936_897, 11025) - // Standard Error: 1_126 - .saturating_add(Weight::from_parts(71_173, 0).saturating_mul(s.into())) + // Minimum execution time: 26_599_000 picoseconds. + Weight::from_parts(30_890_978, 11025) + // Standard Error: 1_108 + .saturating_add(Weight::from_parts(72_723, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -275,10 +275,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `615 + s * (4 ±0)` // Estimated: `11025` - // Minimum execution time: 12_816_000 picoseconds. - Weight::from_parts(16_314_963, 11025) - // Standard Error: 1_341 - .saturating_add(Weight::from_parts(58_310, 0).saturating_mul(s.into())) + // Minimum execution time: 12_681_000 picoseconds. + Weight::from_parts(16_080_870, 11025) + // Standard Error: 1_356 + .saturating_add(Weight::from_parts(57_077, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -293,10 +293,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `647 + s * (24 ±0)` // Estimated: `11025` - // Minimum execution time: 29_711_000 picoseconds. - Weight::from_parts(34_486_637, 11025) - // Standard Error: 1_206 - .saturating_add(Weight::from_parts(92_929, 0).saturating_mul(s.into())) + // Minimum execution time: 30_291_000 picoseconds. + Weight::from_parts(34_880_904, 11025) + // Standard Error: 1_234 + .saturating_add(Weight::from_parts(89_267, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -311,10 +311,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `620 + s * (24 ±0)` // Estimated: `5511` - // Minimum execution time: 21_232_000 picoseconds. - Weight::from_parts(23_234_670, 5511) - // Standard Error: 1_437 - .saturating_add(Weight::from_parts(109_774, 0).saturating_mul(s.into())) + // Minimum execution time: 21_265_000 picoseconds. + Weight::from_parts(23_004_784, 5511) + // Standard Error: 1_350 + .saturating_add(Weight::from_parts(106_620, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -324,8 +324,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_058_000 picoseconds. - Weight::from_parts(6_377_000, 0) + // Minimum execution time: 5_860_000 picoseconds. + Weight::from_parts(6_134_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Identity::UsernameAuthorities` (r:1 w:1) @@ -334,8 +334,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `67` // Estimated: `3505` - // Minimum execution time: 9_093_000 picoseconds. - Weight::from_parts(9_456_000, 3505) + // Minimum execution time: 8_770_000 picoseconds. + Weight::from_parts(9_210_000, 3505) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -351,8 +351,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `67` // Estimated: `11025` - // Minimum execution time: 68_647_000 picoseconds. - Weight::from_parts(70_238_000, 11025) + // Minimum execution time: 67_480_000 picoseconds. + Weight::from_parts(68_181_000, 11025) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -366,8 +366,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `101` // Estimated: `11025` - // Minimum execution time: 20_315_000 picoseconds. - Weight::from_parts(20_766_000, 11025) + // Minimum execution time: 20_259_000 picoseconds. + Weight::from_parts(20_652_000, 11025) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -377,8 +377,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `101` // Estimated: `3538` - // Minimum execution time: 13_068_000 picoseconds. - Weight::from_parts(13_773_000, 3538) + // Minimum execution time: 12_994_000 picoseconds. + Weight::from_parts(13_682_000, 3538) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -390,8 +390,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `232` // Estimated: `11025` - // Minimum execution time: 16_451_000 picoseconds. - Weight::from_parts(16_954_000, 11025) + // Minimum execution time: 16_070_000 picoseconds. + Weight::from_parts(16_462_000, 11025) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -403,8 +403,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `86` // Estimated: `11025` - // Minimum execution time: 11_594_000 picoseconds. - Weight::from_parts(11_864_000, 11025) + // Minimum execution time: 11_293_000 picoseconds. + Weight::from_parts(11_558_000, 11025) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/common/src/weights/pallet_moonbeam_foreign_assets.rs b/runtime/common/src/weights/pallet_moonbeam_foreign_assets.rs new file mode 100644 index 0000000000..2daa581cd4 --- /dev/null +++ b/runtime/common/src/weights/pallet_moonbeam_foreign_assets.rs @@ -0,0 +1,173 @@ +// Copyright 2019-2022 PureStake Inc. +// This file is part of Moonbeam. + +// Moonbeam is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// Moonbeam is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with Moonbeam. If not, see . + +//! Autogenerated weights for `pallet_moonbeam_foreign_assets` +//! +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! WORST CASE MAP SIZE: `1000000` +//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 + +// Executed Command: +// ./target/production/moonbeam +// benchmark +// pallet +// --chain=moonbase-dev +// --steps=50 +// --repeat=20 +// --pallet=pallet_moonbeam_foreign_assets +// --extrinsic=* +// --wasm-execution=compiled +// --header=./file_header.txt +// --template=./benchmarking/frame-weight-template.hbs +// --output=./runtime/common/src/weights/ + +#![cfg_attr(rustfmt, rustfmt_skip)] +#![allow(unused_parens)] +#![allow(unused_imports)] + +use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; +use sp_std::marker::PhantomData; + +/// Weights for `pallet_moonbeam_foreign_assets`. +pub struct WeightInfo(PhantomData); +impl pallet_moonbeam_foreign_assets::WeightInfo for WeightInfo { + /// Storage: `EvmForeignAssets::AssetsById` (r:1 w:1) + /// Proof: `EvmForeignAssets::AssetsById` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `EvmForeignAssets::AssetsByLocation` (r:1 w:1) + /// Proof: `EvmForeignAssets::AssetsByLocation` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `EvmForeignAssets::CounterForAssetsById` (r:1 w:1) + /// Proof: `EvmForeignAssets::CounterForAssetsById` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) + /// Storage: `AssetManager::AssetIdType` (r:1 w:0) + /// Proof: `AssetManager::AssetIdType` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `EthereumXcm::EthereumXcmSuspended` (r:1 w:0) + /// Proof: `EthereumXcm::EthereumXcmSuspended` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: `EthereumXcm::Nonce` (r:1 w:1) + /// Proof: `EthereumXcm::Nonce` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: `EthereumChainId::ChainId` (r:1 w:0) + /// Proof: `EthereumChainId::ChainId` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) + /// Storage: `TransactionPayment::NextFeeMultiplier` (r:1 w:0) + /// Proof: `TransactionPayment::NextFeeMultiplier` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) + /// Storage: `EVM::AccountCodes` (r:2 w:1) + /// Proof: `EVM::AccountCodes` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `System::Account` (r:2 w:2) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(116), added: 2591, mode: `MaxEncodedLen`) + /// Storage: `EVM::AccountCodesMetadata` (r:1 w:1) + /// Proof: `EVM::AccountCodesMetadata` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `EVM::AccountStorages` (r:4 w:4) + /// Proof: `EVM::AccountStorages` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `EVM::Suicided` (r:1 w:0) + /// Proof: `EVM::Suicided` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `Ethereum::Pending` (r:1 w:1) + /// Proof: `Ethereum::Pending` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + fn create_foreign_asset() -> Weight { + // Proof Size summary in bytes: + // Measured: `3272387` + // Estimated: `3283277` + // Minimum execution time: 3_610_969_000 picoseconds. + Weight::from_parts(3_661_242_000, 3283277) + .saturating_add(T::DbWeight::get().reads(19_u64)) + .saturating_add(T::DbWeight::get().writes(13_u64)) + } + /// Storage: `EvmForeignAssets::AssetsById` (r:1 w:1) + /// Proof: `EvmForeignAssets::AssetsById` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `EvmForeignAssets::AssetsByLocation` (r:1 w:2) + /// Proof: `EvmForeignAssets::AssetsByLocation` (`max_values`: None, `max_size`: None, mode: `Measured`) + fn change_xcm_location() -> Weight { + // Proof Size summary in bytes: + // Measured: `2020` + // Estimated: `5485` + // Minimum execution time: 41_219_000 picoseconds. + Weight::from_parts(43_570_000, 5485) + .saturating_add(T::DbWeight::get().reads(2_u64)) + .saturating_add(T::DbWeight::get().writes(3_u64)) + } + /// Storage: `EvmForeignAssets::AssetsById` (r:1 w:0) + /// Proof: `EvmForeignAssets::AssetsById` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `EvmForeignAssets::AssetsByLocation` (r:1 w:1) + /// Proof: `EvmForeignAssets::AssetsByLocation` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0) + /// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: `EthereumXcm::EthereumXcmSuspended` (r:1 w:0) + /// Proof: `EthereumXcm::EthereumXcmSuspended` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: `EthereumXcm::Nonce` (r:1 w:1) + /// Proof: `EthereumXcm::Nonce` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: `EthereumChainId::ChainId` (r:1 w:0) + /// Proof: `EthereumChainId::ChainId` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) + /// Storage: `TransactionPayment::NextFeeMultiplier` (r:1 w:0) + /// Proof: `TransactionPayment::NextFeeMultiplier` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) + /// Storage: `EVM::AccountCodes` (r:2 w:0) + /// Proof: `EVM::AccountCodes` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(116), added: 2591, mode: `MaxEncodedLen`) + /// Storage: `System::Digest` (r:1 w:0) + /// Proof: `System::Digest` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: `EVM::AccountCodesMetadata` (r:1 w:0) + /// Proof: `EVM::AccountCodesMetadata` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `Assets::Asset` (r:1 w:0) + /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`) + /// Storage: `EVM::AccountStorages` (r:1 w:1) + /// Proof: `EVM::AccountStorages` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `Ethereum::Pending` (r:1 w:1) + /// Proof: `Ethereum::Pending` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + fn freeze_foreign_asset() -> Weight { + // Proof Size summary in bytes: + // Measured: `3294569` + // Estimated: `3300509` + // Minimum execution time: 3_594_457_000 picoseconds. + Weight::from_parts(3_644_553_000, 3300509) + .saturating_add(T::DbWeight::get().reads(15_u64)) + .saturating_add(T::DbWeight::get().writes(5_u64)) + } + /// Storage: `EvmForeignAssets::AssetsById` (r:1 w:0) + /// Proof: `EvmForeignAssets::AssetsById` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `EvmForeignAssets::AssetsByLocation` (r:1 w:1) + /// Proof: `EvmForeignAssets::AssetsByLocation` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0) + /// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: `EthereumXcm::EthereumXcmSuspended` (r:1 w:0) + /// Proof: `EthereumXcm::EthereumXcmSuspended` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: `EthereumXcm::Nonce` (r:1 w:1) + /// Proof: `EthereumXcm::Nonce` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: `EthereumChainId::ChainId` (r:1 w:0) + /// Proof: `EthereumChainId::ChainId` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) + /// Storage: `TransactionPayment::NextFeeMultiplier` (r:1 w:0) + /// Proof: `TransactionPayment::NextFeeMultiplier` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) + /// Storage: `EVM::AccountCodes` (r:2 w:0) + /// Proof: `EVM::AccountCodes` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(116), added: 2591, mode: `MaxEncodedLen`) + /// Storage: `System::Digest` (r:1 w:0) + /// Proof: `System::Digest` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: `EVM::AccountCodesMetadata` (r:1 w:0) + /// Proof: `EVM::AccountCodesMetadata` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `Assets::Asset` (r:1 w:0) + /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`) + /// Storage: `EVM::AccountStorages` (r:1 w:1) + /// Proof: `EVM::AccountStorages` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `Ethereum::Pending` (r:1 w:1) + /// Proof: `Ethereum::Pending` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + fn unfreeze_foreign_asset() -> Weight { + // Proof Size summary in bytes: + // Measured: `3295628` + // Estimated: `3301568` + // Minimum execution time: 3_632_781_000 picoseconds. + Weight::from_parts(3_692_099_000, 3301568) + .saturating_add(T::DbWeight::get().reads(15_u64)) + .saturating_add(T::DbWeight::get().writes(5_u64)) + } +} diff --git a/runtime/common/src/weights/pallet_moonbeam_lazy_migrations.rs b/runtime/common/src/weights/pallet_moonbeam_lazy_migrations.rs index 2bbdbc9143..63d83c8dd3 100644 --- a/runtime/common/src/weights/pallet_moonbeam_lazy_migrations.rs +++ b/runtime/common/src/weights/pallet_moonbeam_lazy_migrations.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_moonbeam_lazy_migrations` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -58,20 +58,20 @@ impl pallet_moonbeam_lazy_migrations::WeightInfo for We /// The range of component `l` is `[1, 1000]`. fn clear_suicided_storage(a: u32, l: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4185 + a * (11 ±0) + l * (84 ±0)` - // Estimated: `37731 + a * (2228 ±19) + l * (2536 ±1)` - // Minimum execution time: 46_259_000 picoseconds. - Weight::from_parts(47_241_000, 37731) - // Standard Error: 2_537_198 - .saturating_add(Weight::from_parts(41_756_364, 0).saturating_mul(a.into())) - // Standard Error: 253_449 - .saturating_add(Weight::from_parts(26_788_347, 0).saturating_mul(l.into())) + // Measured: `4251 + a * (12 ±0) + l * (84 ±0)` + // Estimated: `37759 + a * (2229 ±19) + l * (2536 ±1)` + // Minimum execution time: 46_475_000 picoseconds. + Weight::from_parts(47_461_000, 37759) + // Standard Error: 2_615_231 + .saturating_add(Weight::from_parts(42_043_431, 0).saturating_mul(a.into())) + // Standard Error: 261_244 + .saturating_add(Weight::from_parts(27_225_099, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(l.into()))) .saturating_add(T::DbWeight::get().writes(41_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(l.into()))) - .saturating_add(Weight::from_parts(0, 2228).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(0, 2229).saturating_mul(a.into())) .saturating_add(Weight::from_parts(0, 2536).saturating_mul(l.into())) } } diff --git a/runtime/common/src/weights/pallet_moonbeam_orbiters.rs b/runtime/common/src/weights/pallet_moonbeam_orbiters.rs index 26256ffffc..9d78e06f3c 100644 --- a/runtime/common/src/weights/pallet_moonbeam_orbiters.rs +++ b/runtime/common/src/weights/pallet_moonbeam_orbiters.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_moonbeam_orbiters` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -54,8 +54,8 @@ impl pallet_moonbeam_orbiters::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `562` // Estimated: `4502` - // Minimum execution time: 19_690_000 picoseconds. - Weight::from_parts(20_453_000, 4502) + // Minimum execution time: 19_995_000 picoseconds. + Weight::from_parts(20_494_000, 4502) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -65,8 +65,8 @@ impl pallet_moonbeam_orbiters::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `366` // Estimated: `3831` - // Minimum execution time: 15_626_000 picoseconds. - Weight::from_parts(16_276_000, 3831) + // Minimum execution time: 15_754_000 picoseconds. + Weight::from_parts(16_206_000, 3831) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -76,8 +76,8 @@ impl pallet_moonbeam_orbiters::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `366` // Estimated: `3831` - // Minimum execution time: 15_888_000 picoseconds. - Weight::from_parts(16_257_000, 3831) + // Minimum execution time: 15_482_000 picoseconds. + Weight::from_parts(16_307_000, 3831) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -93,8 +93,8 @@ impl pallet_moonbeam_orbiters::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `282` // Estimated: `4502` - // Minimum execution time: 29_285_000 picoseconds. - Weight::from_parts(29_825_000, 4502) + // Minimum execution time: 29_243_000 picoseconds. + Weight::from_parts(29_784_000, 4502) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -113,10 +113,10 @@ impl pallet_moonbeam_orbiters::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `391 + n * (48 ±0)` // Estimated: `4502 + n * (2524 ±0)` - // Minimum execution time: 36_678_000 picoseconds. - Weight::from_parts(36_479_106, 4502) - // Standard Error: 9_548 - .saturating_add(Weight::from_parts(7_175_442, 0).saturating_mul(n.into())) + // Minimum execution time: 36_986_000 picoseconds. + Weight::from_parts(36_846_044, 4502) + // Standard Error: 9_375 + .saturating_add(Weight::from_parts(7_211_237, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -130,8 +130,8 @@ impl pallet_moonbeam_orbiters::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `82` // Estimated: `3547` - // Minimum execution time: 10_746_000 picoseconds. - Weight::from_parts(11_190_000, 3547) + // Minimum execution time: 10_383_000 picoseconds. + Weight::from_parts(10_738_000, 3547) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -145,8 +145,8 @@ impl pallet_moonbeam_orbiters::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `366` // Estimated: `3831` - // Minimum execution time: 22_460_000 picoseconds. - Weight::from_parts(23_056_000, 3831) + // Minimum execution time: 22_406_000 picoseconds. + Weight::from_parts(23_437_000, 3831) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(11_u64)) } @@ -159,10 +159,10 @@ impl pallet_moonbeam_orbiters::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `140 + x * (61 ±0)` // Estimated: `1624 + x * (2537 ±0)` - // Minimum execution time: 6_871_000 picoseconds. - Weight::from_parts(6_307_261, 1624) - // Standard Error: 1_358 - .saturating_add(Weight::from_parts(852_177, 0).saturating_mul(x.into())) + // Minimum execution time: 6_670_000 picoseconds. + Weight::from_parts(6_354_039, 1624) + // Standard Error: 1_300 + .saturating_add(Weight::from_parts(859_066, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(x.into()))) @@ -176,8 +176,8 @@ impl pallet_moonbeam_orbiters::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `298` // Estimated: `3763` - // Minimum execution time: 21_226_000 picoseconds. - Weight::from_parts(21_640_000, 3763) + // Minimum execution time: 20_884_000 picoseconds. + Weight::from_parts(21_482_000, 3763) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -195,8 +195,8 @@ impl pallet_moonbeam_orbiters::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `256` // Estimated: `6196` - // Minimum execution time: 29_580_000 picoseconds. - Weight::from_parts(30_841_000, 6196) + // Minimum execution time: 29_827_000 picoseconds. + Weight::from_parts(30_796_000, 6196) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } diff --git a/runtime/common/src/weights/pallet_multisig.rs b/runtime/common/src/weights/pallet_multisig.rs index 41b683c4f2..62fea842aa 100644 --- a/runtime/common/src/weights/pallet_multisig.rs +++ b/runtime/common/src/weights/pallet_multisig.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -53,10 +53,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `1527` - // Minimum execution time: 15_515_000 picoseconds. - Weight::from_parts(16_306_467, 1527) + // Minimum execution time: 14_560_000 picoseconds. + Weight::from_parts(15_671_303, 1527) // Standard Error: 3 - .saturating_add(Weight::from_parts(599, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(497, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `Multisig::Multisigs` (r:1 w:1) @@ -67,12 +67,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `304` // Estimated: `5587` - // Minimum execution time: 40_837_000 picoseconds. - Weight::from_parts(30_330_490, 5587) - // Standard Error: 779 - .saturating_add(Weight::from_parts(120_738, 0).saturating_mul(s.into())) + // Minimum execution time: 41_116_000 picoseconds. + Weight::from_parts(30_831_924, 5587) + // Standard Error: 721 + .saturating_add(Weight::from_parts(113_207, 0).saturating_mul(s.into())) // Standard Error: 7 - .saturating_add(Weight::from_parts(1_538, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_432, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -84,12 +84,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `312` // Estimated: `5587` - // Minimum execution time: 26_735_000 picoseconds. - Weight::from_parts(16_919_164, 5587) - // Standard Error: 502 - .saturating_add(Weight::from_parts(104_853, 0).saturating_mul(s.into())) - // Standard Error: 4 - .saturating_add(Weight::from_parts(1_535, 0).saturating_mul(z.into())) + // Minimum execution time: 25_384_000 picoseconds. + Weight::from_parts(16_994_914, 5587) + // Standard Error: 352 + .saturating_add(Weight::from_parts(97_428, 0).saturating_mul(s.into())) + // Standard Error: 3 + .saturating_add(Weight::from_parts(1_419, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -105,12 +105,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `475 + s * (20 ±0)` // Estimated: `5587 + s * (20 ±0)` - // Minimum execution time: 49_029_000 picoseconds. - Weight::from_parts(36_554_728, 5587) - // Standard Error: 832 - .saturating_add(Weight::from_parts(146_367, 0).saturating_mul(s.into())) + // Minimum execution time: 49_663_000 picoseconds. + Weight::from_parts(37_045_018, 5587) + // Standard Error: 822 + .saturating_add(Weight::from_parts(138_891, 0).saturating_mul(s.into())) // Standard Error: 8 - .saturating_add(Weight::from_parts(1_573, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_469, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 20).saturating_mul(s.into())) @@ -122,10 +122,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `304` // Estimated: `5587` - // Minimum execution time: 28_197_000 picoseconds. - Weight::from_parts(28_853_061, 5587) - // Standard Error: 684 - .saturating_add(Weight::from_parts(120_810, 0).saturating_mul(s.into())) + // Minimum execution time: 28_254_000 picoseconds. + Weight::from_parts(29_089_033, 5587) + // Standard Error: 653 + .saturating_add(Weight::from_parts(115_512, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -136,10 +136,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `312` // Estimated: `5587` - // Minimum execution time: 15_136_000 picoseconds. - Weight::from_parts(15_322_243, 5587) - // Standard Error: 470 - .saturating_add(Weight::from_parts(106_520, 0).saturating_mul(s.into())) + // Minimum execution time: 14_998_000 picoseconds. + Weight::from_parts(15_446_556, 5587) + // Standard Error: 424 + .saturating_add(Weight::from_parts(98_015, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -150,10 +150,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `474` // Estimated: `5587` - // Minimum execution time: 29_244_000 picoseconds. - Weight::from_parts(30_017_940, 5587) - // Standard Error: 665 - .saturating_add(Weight::from_parts(119_304, 0).saturating_mul(s.into())) + // Minimum execution time: 29_901_000 picoseconds. + Weight::from_parts(30_620_256, 5587) + // Standard Error: 610 + .saturating_add(Weight::from_parts(108_307, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/common/src/weights/pallet_parachain_staking.rs b/runtime/common/src/weights/pallet_parachain_staking.rs index 077ea533d2..858b22ac6d 100644 --- a/runtime/common/src/weights/pallet_parachain_staking.rs +++ b/runtime/common/src/weights/pallet_parachain_staking.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_parachain_staking` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -52,8 +52,8 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `88` // Estimated: `1573` - // Minimum execution time: 8_040_000 picoseconds. - Weight::from_parts(8_377_000, 1573) + // Minimum execution time: 7_828_000 picoseconds. + Weight::from_parts(8_047_000, 1573) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -63,8 +63,8 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `88` // Estimated: `1573` - // Minimum execution time: 36_222_000 picoseconds. - Weight::from_parts(36_815_000, 1573) + // Minimum execution time: 35_957_000 picoseconds. + Weight::from_parts(36_236_000, 1573) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -74,8 +74,8 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `7` // Estimated: `1492` - // Minimum execution time: 6_695_000 picoseconds. - Weight::from_parts(7_178_000, 1492) + // Minimum execution time: 6_433_000 picoseconds. + Weight::from_parts(6_817_000, 1492) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -85,8 +85,8 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `7` // Estimated: `1492` - // Minimum execution time: 6_410_000 picoseconds. - Weight::from_parts(6_747_000, 1492) + // Minimum execution time: 6_320_000 picoseconds. + Weight::from_parts(6_587_000, 1492) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -96,8 +96,8 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `28` // Estimated: `1513` - // Minimum execution time: 7_451_000 picoseconds. - Weight::from_parts(7_739_000, 1513) + // Minimum execution time: 7_177_000 picoseconds. + Weight::from_parts(7_418_000, 1513) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -107,8 +107,8 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `27` // Estimated: `1512` - // Minimum execution time: 6_873_000 picoseconds. - Weight::from_parts(7_102_000, 1512) + // Minimum execution time: 6_471_000 picoseconds. + Weight::from_parts(6_875_000, 1512) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -120,8 +120,8 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `116` // Estimated: `1601` - // Minimum execution time: 38_671_000 picoseconds. - Weight::from_parts(39_052_000, 1601) + // Minimum execution time: 37_896_000 picoseconds. + Weight::from_parts(38_490_000, 1601) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -148,10 +148,10 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1417 + x * (38 ±0)` // Estimated: `4752 + x * (41 ±0)` - // Minimum execution time: 45_284_000 picoseconds. - Weight::from_parts(55_179_042, 4752) - // Standard Error: 1_698 - .saturating_add(Weight::from_parts(80_880, 0).saturating_mul(x.into())) + // Minimum execution time: 45_656_000 picoseconds. + Weight::from_parts(55_894_334, 4752) + // Standard Error: 1_811 + .saturating_add(Weight::from_parts(86_659, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) .saturating_add(Weight::from_parts(0, 41).saturating_mul(x.into())) @@ -165,10 +165,10 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `665 + x * (37 ±0)` // Estimated: `4023 + x * (38 ±0)` - // Minimum execution time: 15_325_000 picoseconds. - Weight::from_parts(20_311_473, 4023) - // Standard Error: 862 - .saturating_add(Weight::from_parts(59_877, 0).saturating_mul(x.into())) + // Minimum execution time: 15_044_000 picoseconds. + Weight::from_parts(20_441_432, 4023) + // Standard Error: 942 + .saturating_add(Weight::from_parts(60_562, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 38).saturating_mul(x.into())) @@ -196,12 +196,12 @@ impl pallet_parachain_staking::WeightInfo for WeightInf /// The range of component `x` is `[2, 350]`. fn execute_leave_candidates_worst_case(x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1637 + x * (431 ±0)` - // Estimated: `4900 + x * (3762 ±0)` - // Minimum execution time: 93_989_000 picoseconds. - Weight::from_parts(96_263_000, 4900) - // Standard Error: 76_342 - .saturating_add(Weight::from_parts(33_819_397, 0).saturating_mul(x.into())) + // Measured: `1700 + x * (431 ±0)` + // Estimated: `4948 + x * (3762 ±0)` + // Minimum execution time: 95_358_000 picoseconds. + Weight::from_parts(96_663_000, 4948) + // Standard Error: 72_339 + .saturating_add(Weight::from_parts(34_050_382, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(5_u64)) @@ -232,12 +232,12 @@ impl pallet_parachain_staking::WeightInfo for WeightInf /// The range of component `y` is `[2, 350]`. fn execute_leave_candidates_ideal(x: u32, _y: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1630 + x * (431 ±0)` - // Estimated: `4861 + x * (3762 ±0)` - // Minimum execution time: 87_409_000 picoseconds. - Weight::from_parts(88_541_000, 4861) - // Standard Error: 32_339 - .saturating_add(Weight::from_parts(35_540_652, 0).saturating_mul(x.into())) + // Measured: `1695 + x * (431 ±0)` + // Estimated: `4907 + x * (3762 ±0)` + // Minimum execution time: 86_669_000 picoseconds. + Weight::from_parts(88_888_000, 4907) + // Standard Error: 30_058 + .saturating_add(Weight::from_parts(35_545_550, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(5_u64)) @@ -253,10 +253,10 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `633 + x * (37 ±0)` // Estimated: `3991 + x * (38 ±0)` - // Minimum execution time: 14_854_000 picoseconds. - Weight::from_parts(19_707_412, 3991) - // Standard Error: 826 - .saturating_add(Weight::from_parts(58_405, 0).saturating_mul(x.into())) + // Minimum execution time: 14_473_000 picoseconds. + Weight::from_parts(19_839_811, 3991) + // Standard Error: 925 + .saturating_add(Weight::from_parts(60_750, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 38).saturating_mul(x.into())) @@ -270,10 +270,10 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `530 + x * (38 ±0)` // Estimated: `3931 + x * (39 ±0)` - // Minimum execution time: 14_355_000 picoseconds. - Weight::from_parts(18_619_206, 3931) - // Standard Error: 879 - .saturating_add(Weight::from_parts(65_768, 0).saturating_mul(x.into())) + // Minimum execution time: 14_177_000 picoseconds. + Weight::from_parts(19_022_914, 3931) + // Standard Error: 1_028 + .saturating_add(Weight::from_parts(62_692, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 39).saturating_mul(x.into())) @@ -287,10 +287,10 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `494 + x * (38 ±0)` // Estimated: `3895 + x * (39 ±0)` - // Minimum execution time: 13_877_000 picoseconds. - Weight::from_parts(18_681_501, 3895) - // Standard Error: 941 - .saturating_add(Weight::from_parts(63_439, 0).saturating_mul(x.into())) + // Minimum execution time: 13_665_000 picoseconds. + Weight::from_parts(18_925_154, 3895) + // Standard Error: 1_023 + .saturating_add(Weight::from_parts(63_066, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 39).saturating_mul(x.into())) @@ -312,10 +312,10 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1233 + x * (42 ±0)` // Estimated: `4752 + x * (44 ±0)` - // Minimum execution time: 41_259_000 picoseconds. - Weight::from_parts(49_630_125, 4752) - // Standard Error: 1_610 - .saturating_add(Weight::from_parts(85_981, 0).saturating_mul(x.into())) + // Minimum execution time: 40_631_000 picoseconds. + Weight::from_parts(49_950_003, 4752) + // Standard Error: 1_822 + .saturating_add(Weight::from_parts(88_012, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) .saturating_add(Weight::from_parts(0, 44).saturating_mul(x.into())) @@ -326,8 +326,8 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `171` // Estimated: `3636` - // Minimum execution time: 12_501_000 picoseconds. - Weight::from_parts(12_858_000, 3636) + // Minimum execution time: 12_094_000 picoseconds. + Weight::from_parts(12_413_000, 3636) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -348,10 +348,10 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1322 + x * (42 ±0)` // Estimated: `4752 + x * (43 ±0)` - // Minimum execution time: 44_591_000 picoseconds. - Weight::from_parts(48_732_231, 4752) - // Standard Error: 3_845 - .saturating_add(Weight::from_parts(222_708, 0).saturating_mul(x.into())) + // Minimum execution time: 43_944_000 picoseconds. + Weight::from_parts(51_365_396, 4752) + // Standard Error: 1_158 + .saturating_add(Weight::from_parts(73_667, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) .saturating_add(Weight::from_parts(0, 43).saturating_mul(x.into())) @@ -373,10 +373,10 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1302 + x * (42 ±0)` // Estimated: `4752 + x * (43 ±0)` - // Minimum execution time: 41_796_000 picoseconds. - Weight::from_parts(54_526_077, 4752) - // Standard Error: 5_306 - .saturating_add(Weight::from_parts(96_085, 0).saturating_mul(x.into())) + // Minimum execution time: 41_062_000 picoseconds. + Weight::from_parts(47_815_494, 4752) + // Standard Error: 1_095 + .saturating_add(Weight::from_parts(67_457, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) .saturating_add(Weight::from_parts(0, 43).saturating_mul(x.into())) @@ -387,8 +387,8 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `191` // Estimated: `3656` - // Minimum execution time: 11_530_000 picoseconds. - Weight::from_parts(12_009_000, 3656) + // Minimum execution time: 11_211_000 picoseconds. + Weight::from_parts(11_743_000, 3656) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -414,12 +414,12 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `2461 + x * (79 ±0) + y * (38 ±0)` // Estimated: `5710 + x * (81 ±0) + y * (39 ±0)` - // Minimum execution time: 84_077_000 picoseconds. - Weight::from_parts(74_614_478, 5710) - // Standard Error: 1_313 - .saturating_add(Weight::from_parts(142_400, 0).saturating_mul(x.into())) - // Standard Error: 430 - .saturating_add(Weight::from_parts(44_838, 0).saturating_mul(y.into())) + // Minimum execution time: 87_435_000 picoseconds. + Weight::from_parts(78_725_858, 5710) + // Standard Error: 1_499 + .saturating_add(Weight::from_parts(142_369, 0).saturating_mul(x.into())) + // Standard Error: 491 + .saturating_add(Weight::from_parts(43_629, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) .saturating_add(Weight::from_parts(0, 81).saturating_mul(x.into())) @@ -434,10 +434,10 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `567 + x * (42 ±0)` // Estimated: `4013 + x * (43 ±0)` - // Minimum execution time: 15_119_000 picoseconds. - Weight::from_parts(21_766_165, 4013) - // Standard Error: 830 - .saturating_add(Weight::from_parts(68_317, 0).saturating_mul(x.into())) + // Minimum execution time: 15_133_000 picoseconds. + Weight::from_parts(22_339_126, 4013) + // Standard Error: 694 + .saturating_add(Weight::from_parts(64_852, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 43).saturating_mul(x.into())) @@ -463,12 +463,12 @@ impl pallet_parachain_staking::WeightInfo for WeightInf /// The range of component `x` is `[0, 349]`. fn delegator_bond_more(x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2031 + x * (79 ±0)` - // Estimated: `5433 + x * (79 ±0)` - // Minimum execution time: 59_006_000 picoseconds. - Weight::from_parts(64_540_096, 5433) - // Standard Error: 3_312 - .saturating_add(Weight::from_parts(213_609, 0).saturating_mul(x.into())) + // Measured: `2016 + x * (79 ±0)` + // Estimated: `5438 + x * (79 ±0)` + // Minimum execution time: 59_312_000 picoseconds. + Weight::from_parts(76_036_635, 5438) + // Standard Error: 1_416 + .saturating_add(Weight::from_parts(105_129, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) .saturating_add(Weight::from_parts(0, 79).saturating_mul(x.into())) @@ -482,10 +482,10 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `567 + x * (42 ±0)` // Estimated: `4013 + x * (43 ±0)` - // Minimum execution time: 15_642_000 picoseconds. - Weight::from_parts(21_709_548, 4013) - // Standard Error: 1_657 - .saturating_add(Weight::from_parts(136_338, 0).saturating_mul(x.into())) + // Minimum execution time: 15_664_000 picoseconds. + Weight::from_parts(22_554_084, 4013) + // Standard Error: 665 + .saturating_add(Weight::from_parts(65_530, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 43).saturating_mul(x.into())) @@ -514,8 +514,8 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `998` // Estimated: `4752` - // Minimum execution time: 71_273_000 picoseconds. - Weight::from_parts(75_804_000, 4752) + // Minimum execution time: 70_078_000 picoseconds. + Weight::from_parts(72_265_000, 4752) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -545,8 +545,8 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `37342` // Estimated: `40807` - // Minimum execution time: 143_436_000 picoseconds. - Weight::from_parts(169_779_000, 40807) + // Minimum execution time: 131_495_000 picoseconds. + Weight::from_parts(132_932_000, 40807) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } @@ -574,8 +574,8 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `29964` // Estimated: `33429` - // Minimum execution time: 123_496_000 picoseconds. - Weight::from_parts(152_228_000, 33429) + // Minimum execution time: 113_183_000 picoseconds. + Weight::from_parts(115_008_000, 33429) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -588,10 +588,10 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `664 + x * (42 ±0)` // Estimated: `4093 + x * (43 ±0)` - // Minimum execution time: 19_526_000 picoseconds. - Weight::from_parts(28_091_826, 4093) - // Standard Error: 1_664 - .saturating_add(Weight::from_parts(117_941, 0).saturating_mul(x.into())) + // Minimum execution time: 18_997_000 picoseconds. + Weight::from_parts(26_942_592, 4093) + // Standard Error: 675 + .saturating_add(Weight::from_parts(54_069, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 43).saturating_mul(x.into())) @@ -602,8 +602,8 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `3` // Estimated: `3468` - // Minimum execution time: 2_825_000 picoseconds. - Weight::from_parts(2_963_000, 3468) + // Minimum execution time: 2_780_000 picoseconds. + Weight::from_parts(2_940_000, 3468) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:0) @@ -615,10 +615,10 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `73 + y * (36 ±0)` // Estimated: `3537 + y * (36 ±0)` - // Minimum execution time: 6_110_000 picoseconds. - Weight::from_parts(7_496_644, 3537) - // Standard Error: 845 - .saturating_add(Weight::from_parts(70_735, 0).saturating_mul(y.into())) + // Minimum execution time: 6_149_000 picoseconds. + Weight::from_parts(7_528_114, 3537) + // Standard Error: 585 + .saturating_add(Weight::from_parts(50_092, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 36).saturating_mul(y.into())) } @@ -644,12 +644,12 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `0 + x * (3816 ±0) + y * (1800 ±0)` // Estimated: `3693 + x * (3975 ±39) + y * (639 ±19)` - // Minimum execution time: 19_435_000 picoseconds. - Weight::from_parts(19_664_000, 3693) - // Standard Error: 68_300 - .saturating_add(Weight::from_parts(15_297_334, 0).saturating_mul(x.into())) - // Standard Error: 34_059 - .saturating_add(Weight::from_parts(1_560_635, 0).saturating_mul(y.into())) + // Minimum execution time: 19_254_000 picoseconds. + Weight::from_parts(19_539_000, 3693) + // Standard Error: 71_994 + .saturating_add(Weight::from_parts(15_542_966, 0).saturating_mul(x.into())) + // Standard Error: 35_901 + .saturating_add(Weight::from_parts(1_181_056, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -683,13 +683,13 @@ impl pallet_parachain_staking::WeightInfo for WeightInf fn pay_one_collator_reward_best(x: u32, y: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + x * (396 ±0) + y * (156 ±0) + z * (41 ±0)` - // Estimated: `126400 + x * (2591 ±1) + y * (2234 ±1) + z * (28 ±0)` - // Minimum execution time: 253_000 picoseconds. - Weight::from_parts(265_000, 126400) - // Standard Error: 503_491 - .saturating_add(Weight::from_parts(46_633_837, 0).saturating_mul(x.into())) - // Standard Error: 503_491 - .saturating_add(Weight::from_parts(28_322_022, 0).saturating_mul(y.into())) + // Estimated: `126467 + x * (2591 ±0) + y * (2234 ±19) + z * (28 ±0)` + // Minimum execution time: 184_000 picoseconds. + Weight::from_parts(202_000, 126467) + // Standard Error: 503_738 + .saturating_add(Weight::from_parts(47_312_340, 0).saturating_mul(x.into())) + // Standard Error: 503_738 + .saturating_add(Weight::from_parts(28_945_643, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(y.into()))) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(x.into()))) @@ -715,12 +715,12 @@ impl pallet_parachain_staking::WeightInfo for WeightInf /// The range of component `y` is `[0, 300]`. fn pay_one_collator_reward(y: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1698 + y * (161 ±0)` - // Estimated: `7393 + y * (2591 ±0)` - // Minimum execution time: 46_615_000 picoseconds. - Weight::from_parts(45_686_052, 7393) - // Standard Error: 4_567 - .saturating_add(Weight::from_parts(13_525_080, 0).saturating_mul(y.into())) + // Measured: `1764 + y * (161 ±0)` + // Estimated: `7437 + y * (2591 ±0)` + // Minimum execution time: 46_317_000 picoseconds. + Weight::from_parts(45_428_324, 7437) + // Standard Error: 4_865 + .saturating_add(Weight::from_parts(13_681_741, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(y.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -731,8 +731,8 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 694_000 picoseconds. - Weight::from_parts(737_000, 0) + // Minimum execution time: 617_000 picoseconds. + Weight::from_parts(659_000, 0) } /// Storage: `ParachainStaking::DelegatorState` (r:1 w:0) /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -744,12 +744,12 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `672 + x * (22 ±0) + y * (36 ±0)` // Estimated: `4028 + x * (23 ±0) + y * (36 ±0)` - // Minimum execution time: 23_746_000 picoseconds. - Weight::from_parts(20_563_748, 4028) - // Standard Error: 1_721 - .saturating_add(Weight::from_parts(58_368, 0).saturating_mul(x.into())) - // Standard Error: 5_153 - .saturating_add(Weight::from_parts(71_360, 0).saturating_mul(y.into())) + // Minimum execution time: 23_264_000 picoseconds. + Weight::from_parts(23_616_866, 4028) + // Standard Error: 405 + .saturating_add(Weight::from_parts(40_193, 0).saturating_mul(x.into())) + // Standard Error: 1_214 + .saturating_add(Weight::from_parts(39_826, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 23).saturating_mul(x.into())) @@ -782,12 +782,12 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `0 + x * (60 ±0) + y * (21 ±0) + z * (78 ±0)` // Estimated: `26250 + x * (44 ±0) + y * (19 ±0) + z * (76 ±1)` - // Minimum execution time: 96_385_000 picoseconds. - Weight::from_parts(80_027_470, 26250) - // Standard Error: 1_127 - .saturating_add(Weight::from_parts(99_532, 0).saturating_mul(x.into())) - // Standard Error: 3_981 - .saturating_add(Weight::from_parts(182_606, 0).saturating_mul(z.into())) + // Minimum execution time: 94_324_000 picoseconds. + Weight::from_parts(79_124_741, 26250) + // Standard Error: 948 + .saturating_add(Weight::from_parts(108_997, 0).saturating_mul(x.into())) + // Standard Error: 3_349 + .saturating_add(Weight::from_parts(182_679, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) .saturating_add(Weight::from_parts(0, 44).saturating_mul(x.into())) @@ -820,8 +820,8 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `48131` // Estimated: `54071` - // Minimum execution time: 210_668_000 picoseconds. - Weight::from_parts(213_343_000, 54071) + // Minimum execution time: 210_196_000 picoseconds. + Weight::from_parts(213_174_000, 54071) .saturating_add(T::DbWeight::get().reads(15_u64)) .saturating_add(T::DbWeight::get().writes(13_u64)) } @@ -831,8 +831,8 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `128` // Estimated: `3581` - // Minimum execution time: 15_760_000 picoseconds. - Weight::from_parts(15_964_000, 3581) + // Minimum execution time: 15_313_000 picoseconds. + Weight::from_parts(15_692_000, 3581) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -856,8 +856,8 @@ impl pallet_parachain_staking::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `11566` // Estimated: `17506` - // Minimum execution time: 67_872_000 picoseconds. - Weight::from_parts(69_231_000, 17506) + // Minimum execution time: 67_162_000 picoseconds. + Weight::from_parts(69_272_000, 17506) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/runtime/common/src/weights/pallet_precompile_benchmarks.rs b/runtime/common/src/weights/pallet_precompile_benchmarks.rs index 0f5c7d8dcb..c0d7971198 100644 --- a/runtime/common/src/weights/pallet_precompile_benchmarks.rs +++ b/runtime/common/src/weights/pallet_precompile_benchmarks.rs @@ -17,19 +17,19 @@ //! Autogenerated weights for `pallet_precompile_benchmarks` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `MacBook-Pro-de-romarq.local`, CPU: `` +//! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 // Executed Command: -// ./target/release/moonbeam +// ./target/production/moonbeam // benchmark // pallet // --chain=moonbase-dev // --steps=50 // --repeat=20 -// --pallet=pallet-precompile-benchmarks +// --pallet=pallet_precompile_benchmarks // --extrinsic=* // --wasm-execution=compiled // --header=./file_header.txt @@ -51,10 +51,10 @@ impl pallet_precompile_benchmarks::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 74_137_000 picoseconds. - Weight::from_parts(74_734_000, 0) - // Standard Error: 2_375 - .saturating_add(Weight::from_parts(650_879, 0).saturating_mul(x.into())) + // Minimum execution time: 75_987_000 picoseconds. + Weight::from_parts(76_430_000, 0) + // Standard Error: 2_418 + .saturating_add(Weight::from_parts(678_469, 0).saturating_mul(x.into())) } /// Storage: `RelayStorageRoots::RelayStorageRootKeys` (r:1 w:0) /// Proof: `RelayStorageRoots::RelayStorageRootKeys` (`max_values`: Some(1), `max_size`: Some(121), added: 616, mode: `MaxEncodedLen`) @@ -62,15 +62,19 @@ impl pallet_precompile_benchmarks::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `227` // Estimated: `1606` - // Minimum execution time: 4_490_000 picoseconds. - Weight::from_parts(4_735_000, 1606) + // Minimum execution time: 4_434_000 picoseconds. + Weight::from_parts(4_641_000, 1606) .saturating_add(T::DbWeight::get().reads(1_u64)) } fn p256_verify() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 817_000_000 picoseconds. - Weight::from_parts(828_000_000, 0) + // Minimum execution time: 1_572_623_000 picoseconds. + Weight::from_parts(1_580_914_000, 0) + // TODO: Remove this multiplication once we are comfortable with the weight estimation + // Double the weight just to mitigate the possibility of having a signature that + // takes longer to verify + .saturating_mul(1u64) } } diff --git a/runtime/common/src/weights/pallet_preimage.rs b/runtime/common/src/weights/pallet_preimage.rs index 129f4b548c..50bad336ba 100644 --- a/runtime/common/src/weights/pallet_preimage.rs +++ b/runtime/common/src/weights/pallet_preimage.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -59,10 +59,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3544` - // Minimum execution time: 46_688_000 picoseconds. - Weight::from_parts(47_083_000, 3544) - // Standard Error: 5 - .saturating_add(Weight::from_parts(2_363, 0).saturating_mul(s.into())) + // Minimum execution time: 45_177_000 picoseconds. + Weight::from_parts(45_594_000, 3544) + // Standard Error: 4 + .saturating_add(Weight::from_parts(2_277, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -77,10 +77,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3544` - // Minimum execution time: 15_018_000 picoseconds. - Weight::from_parts(15_400_000, 3544) + // Minimum execution time: 14_526_000 picoseconds. + Weight::from_parts(14_719_000, 3544) // Standard Error: 4 - .saturating_add(Weight::from_parts(2_351, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_258, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -95,10 +95,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3544` - // Minimum execution time: 14_292_000 picoseconds. - Weight::from_parts(14_539_000, 3544) + // Minimum execution time: 13_789_000 picoseconds. + Weight::from_parts(14_101_000, 3544) // Standard Error: 4 - .saturating_add(Weight::from_parts(2_338, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_256, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -114,8 +114,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `220` // Estimated: `3544` - // Minimum execution time: 49_477_000 picoseconds. - Weight::from_parts(50_439_000, 3544) + // Minimum execution time: 49_292_000 picoseconds. + Weight::from_parts(50_686_000, 3544) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -129,8 +129,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3544` - // Minimum execution time: 21_428_000 picoseconds. - Weight::from_parts(21_807_000, 3544) + // Minimum execution time: 21_709_000 picoseconds. + Weight::from_parts(22_129_000, 3544) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -142,8 +142,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `176` // Estimated: `3544` - // Minimum execution time: 18_371_000 picoseconds. - Weight::from_parts(18_897_000, 3544) + // Minimum execution time: 18_304_000 picoseconds. + Weight::from_parts(18_617_000, 3544) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -155,8 +155,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3544` - // Minimum execution time: 13_091_000 picoseconds. - Weight::from_parts(13_822_000, 3544) + // Minimum execution time: 13_020_000 picoseconds. + Weight::from_parts(13_345_000, 3544) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -168,8 +168,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3544` - // Minimum execution time: 14_996_000 picoseconds. - Weight::from_parts(15_339_000, 3544) + // Minimum execution time: 14_348_000 picoseconds. + Weight::from_parts(14_980_000, 3544) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -181,8 +181,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3544` - // Minimum execution time: 10_106_000 picoseconds. - Weight::from_parts(10_625_000, 3544) + // Minimum execution time: 9_835_000 picoseconds. + Weight::from_parts(10_133_000, 3544) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -196,8 +196,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3544` - // Minimum execution time: 19_089_000 picoseconds. - Weight::from_parts(19_515_000, 3544) + // Minimum execution time: 19_003_000 picoseconds. + Weight::from_parts(19_228_000, 3544) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -209,8 +209,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3544` - // Minimum execution time: 10_228_000 picoseconds. - Weight::from_parts(10_500_000, 3544) + // Minimum execution time: 9_935_000 picoseconds. + Weight::from_parts(10_081_000, 3544) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -222,8 +222,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3544` - // Minimum execution time: 10_317_000 picoseconds. - Weight::from_parts(10_683_000, 3544) + // Minimum execution time: 9_788_000 picoseconds. + Weight::from_parts(10_021_000, 3544) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -238,12 +238,12 @@ impl pallet_preimage::WeightInfo for WeightInfo { /// The range of component `n` is `[1, 1024]`. fn ensure_updated(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1391 + n * (203 ±0)` + // Measured: `1461 + n * (203 ±0)` // Estimated: `990 + n * (2591 ±0)` - // Minimum execution time: 53_650_000 picoseconds. - Weight::from_parts(54_161_000, 990) - // Standard Error: 27_907 - .saturating_add(Weight::from_parts(51_795_542, 0).saturating_mul(n.into())) + // Minimum execution time: 53_161_000 picoseconds. + Weight::from_parts(53_977_000, 990) + // Standard Error: 32_285 + .saturating_add(Weight::from_parts(52_668_948, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(n.into()))) .saturating_add(Weight::from_parts(0, 2591).saturating_mul(n.into())) diff --git a/runtime/common/src/weights/pallet_proxy.rs b/runtime/common/src/weights/pallet_proxy.rs index fccade4196..5ad6dc3b2a 100644 --- a/runtime/common/src/weights/pallet_proxy.rs +++ b/runtime/common/src/weights/pallet_proxy.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_proxy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -55,10 +55,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `191 + p * (25 ±0)` // Estimated: `4310 + p * (25 ±0)` - // Minimum execution time: 14_854_000 picoseconds. - Weight::from_parts(15_511_014, 4310) - // Standard Error: 1_015 - .saturating_add(Weight::from_parts(37_477, 0).saturating_mul(p.into())) + // Minimum execution time: 14_347_000 picoseconds. + Weight::from_parts(15_000_069, 4310) + // Standard Error: 1_007 + .saturating_add(Weight::from_parts(29_390, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 25).saturating_mul(p.into())) // 1 DB read that happen when filtering the proxy call transaction @@ -78,12 +78,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `443 + a * (56 ±0) + p * (25 ±0)` // Estimated: `5302 + a * (60 ±0) + p * (22 ±0)` - // Minimum execution time: 37_908_000 picoseconds. - Weight::from_parts(38_373_549, 5302) - // Standard Error: 2_478 - .saturating_add(Weight::from_parts(160_690, 0).saturating_mul(a.into())) - // Standard Error: 2_560 - .saturating_add(Weight::from_parts(15_936, 0).saturating_mul(p.into())) + // Minimum execution time: 37_293_000 picoseconds. + Weight::from_parts(38_057_374, 5302) + // Standard Error: 2_239 + .saturating_add(Weight::from_parts(148_897, 0).saturating_mul(a.into())) + // Standard Error: 2_314 + .saturating_add(Weight::from_parts(15_570, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(a.into())) @@ -99,10 +99,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `329 + a * (56 ±0)` // Estimated: `5302` - // Minimum execution time: 22_491_000 picoseconds. - Weight::from_parts(23_826_920, 5302) - // Standard Error: 4_706 - .saturating_add(Weight::from_parts(169_507, 0).saturating_mul(a.into())) + // Minimum execution time: 21_475_000 picoseconds. + Weight::from_parts(23_085_318, 5302) + // Standard Error: 5_183 + .saturating_add(Weight::from_parts(164_563, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -116,10 +116,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `329 + a * (56 ±0)` // Estimated: `5302` - // Minimum execution time: 22_508_000 picoseconds. - Weight::from_parts(23_781_256, 5302) - // Standard Error: 4_686 - .saturating_add(Weight::from_parts(169_565, 0).saturating_mul(a.into())) + // Minimum execution time: 21_462_000 picoseconds. + Weight::from_parts(22_842_470, 5302) + // Standard Error: 5_185 + .saturating_add(Weight::from_parts(167_973, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -135,12 +135,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `345 + a * (56 ±0) + p * (25 ±0)` // Estimated: `5302` - // Minimum execution time: 29_440_000 picoseconds. - Weight::from_parts(31_991_502, 5302) - // Standard Error: 2_210 - .saturating_add(Weight::from_parts(176_398, 0).saturating_mul(a.into())) - // Standard Error: 2_284 - .saturating_add(Weight::from_parts(20_423, 0).saturating_mul(p.into())) + // Minimum execution time: 29_252_000 picoseconds. + Weight::from_parts(31_567_840, 5302) + // Standard Error: 2_347 + .saturating_add(Weight::from_parts(167_939, 0).saturating_mul(a.into())) + // Standard Error: 2_425 + .saturating_add(Weight::from_parts(23_302, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -151,10 +151,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `149 + p * (25 ±0)` // Estimated: `4310` - // Minimum execution time: 21_697_000 picoseconds. - Weight::from_parts(22_369_858, 4310) - // Standard Error: 1_014 - .saturating_add(Weight::from_parts(45_747, 0).saturating_mul(p.into())) + // Minimum execution time: 21_330_000 picoseconds. + Weight::from_parts(22_137_571, 4310) + // Standard Error: 1_077 + .saturating_add(Weight::from_parts(32_996, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -165,10 +165,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `149 + p * (25 ±0)` // Estimated: `4310` - // Minimum execution time: 22_170_000 picoseconds. - Weight::from_parts(23_103_119, 4310) - // Standard Error: 1_616 - .saturating_add(Weight::from_parts(41_615, 0).saturating_mul(p.into())) + // Minimum execution time: 20_850_000 picoseconds. + Weight::from_parts(22_084_183, 4310) + // Standard Error: 1_645 + .saturating_add(Weight::from_parts(39_583, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -179,10 +179,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `149 + p * (25 ±0)` // Estimated: `4310` - // Minimum execution time: 21_500_000 picoseconds. - Weight::from_parts(22_335_767, 4310) - // Standard Error: 1_080 - .saturating_add(Weight::from_parts(33_504, 0).saturating_mul(p.into())) + // Minimum execution time: 20_495_000 picoseconds. + Weight::from_parts(21_284_220, 4310) + // Standard Error: 1_053 + .saturating_add(Weight::from_parts(35_054, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -193,10 +193,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `161` // Estimated: `4310` - // Minimum execution time: 23_143_000 picoseconds. - Weight::from_parts(24_061_899, 4310) - // Standard Error: 1_021 - .saturating_add(Weight::from_parts(12_009, 0).saturating_mul(p.into())) + // Minimum execution time: 22_713_000 picoseconds. + Weight::from_parts(23_735_612, 4310) + // Standard Error: 1_011 + .saturating_add(Weight::from_parts(5_249, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -207,10 +207,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `174 + p * (25 ±0)` // Estimated: `4310` - // Minimum execution time: 21_867_000 picoseconds. - Weight::from_parts(22_868_846, 4310) - // Standard Error: 1_030 - .saturating_add(Weight::from_parts(32_051, 0).saturating_mul(p.into())) + // Minimum execution time: 21_389_000 picoseconds. + Weight::from_parts(22_106_540, 4310) + // Standard Error: 989 + .saturating_add(Weight::from_parts(27_748, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/common/src/weights/pallet_randomness.rs b/runtime/common/src/weights/pallet_randomness.rs index 0727211be9..48757203e7 100644 --- a/runtime/common/src/weights/pallet_randomness.rs +++ b/runtime/common/src/weights/pallet_randomness.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_randomness` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -60,8 +60,8 @@ impl pallet_randomness::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `297` // Estimated: `3762` - // Minimum execution time: 12_958_000 picoseconds. - Weight::from_parts(13_278_000, 3762) + // Minimum execution time: 12_337_000 picoseconds. + Weight::from_parts(12_868_000, 3762) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -79,8 +79,8 @@ impl pallet_randomness::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `719` // Estimated: `4184` - // Minimum execution time: 520_264_000 picoseconds. - Weight::from_parts(523_701_000, 4184) + // Minimum execution time: 512_947_000 picoseconds. + Weight::from_parts(515_352_000, 4184) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -96,8 +96,8 @@ impl pallet_randomness::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `549` // Estimated: `6172` - // Minimum execution time: 50_314_000 picoseconds. - Weight::from_parts(51_490_000, 6172) + // Minimum execution time: 49_498_000 picoseconds. + Weight::from_parts(50_245_000, 6172) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -110,10 +110,10 @@ impl pallet_randomness::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `412` // Estimated: `3877` - // Minimum execution time: 9_417_000 picoseconds. - Weight::from_parts(9_844_936, 3877) - // Standard Error: 330 - .saturating_add(Weight::from_parts(270_126, 0).saturating_mul(x.into())) + // Minimum execution time: 9_202_000 picoseconds. + Weight::from_parts(9_784_794, 3877) + // Standard Error: 308 + .saturating_add(Weight::from_parts(257_364, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) } /// Storage: `System::Account` (r:2 w:2) @@ -126,8 +126,8 @@ impl pallet_randomness::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `739` // Estimated: `6172` - // Minimum execution time: 47_662_000 picoseconds. - Weight::from_parts(48_852_000, 6172) + // Minimum execution time: 46_724_000 picoseconds. + Weight::from_parts(47_652_000, 6172) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -139,8 +139,8 @@ impl pallet_randomness::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `825` // Estimated: `6172` - // Minimum execution time: 48_258_000 picoseconds. - Weight::from_parts(49_037_000, 6172) + // Minimum execution time: 46_455_000 picoseconds. + Weight::from_parts(47_560_000, 6172) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -154,8 +154,8 @@ impl pallet_randomness::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `868` // Estimated: `6172` - // Minimum execution time: 51_931_000 picoseconds. - Weight::from_parts(52_814_000, 6172) + // Minimum execution time: 50_507_000 picoseconds. + Weight::from_parts(51_796_000, 6172) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } diff --git a/runtime/common/src/weights/pallet_referenda.rs b/runtime/common/src/weights/pallet_referenda.rs index d56b6d530e..55be5ec9ef 100644 --- a/runtime/common/src/weights/pallet_referenda.rs +++ b/runtime/common/src/weights/pallet_referenda.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_referenda` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -56,8 +56,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `269` // Estimated: `42428` - // Minimum execution time: 31_027_000 picoseconds. - Weight::from_parts(32_148_000, 42428) + // Minimum execution time: 31_284_000 picoseconds. + Weight::from_parts(32_095_000, 42428) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -65,14 +65,16 @@ impl pallet_referenda::WeightInfo for WeightInfo { /// Proof: `Referenda::ReferendumInfoFor` (`max_values`: None, `max_size`: Some(912), added: 3387, mode: `MaxEncodedLen`) /// Storage: `Scheduler::Agenda` (r:2 w:2) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:1) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) fn place_decision_deposit_preparing() -> Weight { // Proof Size summary in bytes: // Measured: `510` // Estimated: `83866` - // Minimum execution time: 39_975_000 picoseconds. - Weight::from_parts(41_843_000, 83866) + // Minimum execution time: 42_378_000 picoseconds. + Weight::from_parts(43_528_000, 83866) .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) + .saturating_add(T::DbWeight::get().writes(4_u64)) } /// Storage: `Referenda::ReferendumInfoFor` (r:1 w:1) /// Proof: `Referenda::ReferendumInfoFor` (`max_values`: None, `max_size`: Some(912), added: 3387, mode: `MaxEncodedLen`) @@ -82,14 +84,16 @@ impl pallet_referenda::WeightInfo for WeightInfo { /// Proof: `Referenda::TrackQueue` (`max_values`: None, `max_size`: Some(2012), added: 4487, mode: `MaxEncodedLen`) /// Storage: `Scheduler::Agenda` (r:1 w:1) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:1) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) fn place_decision_deposit_queued() -> Weight { // Proof Size summary in bytes: // Measured: `3303` // Estimated: `42428` - // Minimum execution time: 57_624_000 picoseconds. - Weight::from_parts(58_990_000, 42428) + // Minimum execution time: 59_751_000 picoseconds. + Weight::from_parts(61_840_000, 42428) .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) + .saturating_add(T::DbWeight::get().writes(4_u64)) } /// Storage: `Referenda::ReferendumInfoFor` (r:1 w:1) /// Proof: `Referenda::ReferendumInfoFor` (`max_values`: None, `max_size`: Some(912), added: 3387, mode: `MaxEncodedLen`) @@ -99,14 +103,16 @@ impl pallet_referenda::WeightInfo for WeightInfo { /// Proof: `Referenda::TrackQueue` (`max_values`: None, `max_size`: Some(2012), added: 4487, mode: `MaxEncodedLen`) /// Storage: `Scheduler::Agenda` (r:1 w:1) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:1) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) fn place_decision_deposit_not_queued() -> Weight { // Proof Size summary in bytes: // Measured: `3323` // Estimated: `42428` - // Minimum execution time: 57_074_000 picoseconds. - Weight::from_parts(59_119_000, 42428) + // Minimum execution time: 59_169_000 picoseconds. + Weight::from_parts(61_392_000, 42428) .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) + .saturating_add(T::DbWeight::get().writes(4_u64)) } /// Storage: `Referenda::ReferendumInfoFor` (r:1 w:1) /// Proof: `Referenda::ReferendumInfoFor` (`max_values`: None, `max_size`: Some(912), added: 3387, mode: `MaxEncodedLen`) @@ -114,14 +120,16 @@ impl pallet_referenda::WeightInfo for WeightInfo { /// Proof: `Referenda::DecidingCount` (`max_values`: None, `max_size`: Some(14), added: 2489, mode: `MaxEncodedLen`) /// Storage: `Scheduler::Agenda` (r:2 w:2) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:1) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) fn place_decision_deposit_passing() -> Weight { // Proof Size summary in bytes: // Measured: `510` // Estimated: `83866` - // Minimum execution time: 51_251_000 picoseconds. - Weight::from_parts(52_538_000, 83866) + // Minimum execution time: 52_076_000 picoseconds. + Weight::from_parts(53_544_000, 83866) .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) + .saturating_add(T::DbWeight::get().writes(5_u64)) } /// Storage: `Referenda::ReferendumInfoFor` (r:1 w:1) /// Proof: `Referenda::ReferendumInfoFor` (`max_values`: None, `max_size`: Some(912), added: 3387, mode: `MaxEncodedLen`) @@ -129,14 +137,16 @@ impl pallet_referenda::WeightInfo for WeightInfo { /// Proof: `Referenda::DecidingCount` (`max_values`: None, `max_size`: Some(14), added: 2489, mode: `MaxEncodedLen`) /// Storage: `Scheduler::Agenda` (r:2 w:2) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:1) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) fn place_decision_deposit_failing() -> Weight { // Proof Size summary in bytes: // Measured: `510` // Estimated: `83866` - // Minimum execution time: 47_277_000 picoseconds. - Weight::from_parts(48_358_000, 83866) + // Minimum execution time: 48_391_000 picoseconds. + Weight::from_parts(49_300_000, 83866) .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) + .saturating_add(T::DbWeight::get().writes(5_u64)) } /// Storage: `Referenda::ReferendumInfoFor` (r:1 w:1) /// Proof: `Referenda::ReferendumInfoFor` (`max_values`: None, `max_size`: Some(912), added: 3387, mode: `MaxEncodedLen`) @@ -144,8 +154,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `453` // Estimated: `4377` - // Minimum execution time: 27_242_000 picoseconds. - Weight::from_parts(27_917_000, 4377) + // Minimum execution time: 26_732_000 picoseconds. + Weight::from_parts(27_598_000, 4377) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -155,8 +165,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `378` // Estimated: `4377` - // Minimum execution time: 26_743_000 picoseconds. - Weight::from_parts(27_395_000, 4377) + // Minimum execution time: 26_082_000 picoseconds. + Weight::from_parts(26_760_000, 4377) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -164,14 +174,16 @@ impl pallet_referenda::WeightInfo for WeightInfo { /// Proof: `Referenda::ReferendumInfoFor` (`max_values`: None, `max_size`: Some(912), added: 3387, mode: `MaxEncodedLen`) /// Storage: `Scheduler::Agenda` (r:2 w:2) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:1) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) fn cancel() -> Weight { // Proof Size summary in bytes: // Measured: `285` // Estimated: `83866` - // Minimum execution time: 27_765_000 picoseconds. - Weight::from_parts(28_555_000, 83866) + // Minimum execution time: 29_322_000 picoseconds. + Weight::from_parts(29_727_000, 83866) .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) + .saturating_add(T::DbWeight::get().writes(4_u64)) } /// Storage: `Referenda::ReferendumInfoFor` (r:1 w:1) /// Proof: `Referenda::ReferendumInfoFor` (`max_values`: None, `max_size`: Some(912), added: 3387, mode: `MaxEncodedLen`) @@ -181,14 +193,16 @@ impl pallet_referenda::WeightInfo for WeightInfo { /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(116), added: 2591, mode: `MaxEncodedLen`) /// Storage: `Referenda::MetadataOf` (r:1 w:0) /// Proof: `Referenda::MetadataOf` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:1) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) fn kill() -> Weight { // Proof Size summary in bytes: // Measured: `1007` // Estimated: `83866` - // Minimum execution time: 87_907_000 picoseconds. - Weight::from_parts(90_182_000, 83866) + // Minimum execution time: 91_127_000 picoseconds. + Weight::from_parts(93_012_000, 83866) .saturating_add(T::DbWeight::get().reads(5_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) + .saturating_add(T::DbWeight::get().writes(5_u64)) } /// Storage: `Referenda::TrackQueue` (r:1 w:0) /// Proof: `Referenda::TrackQueue` (`max_values`: None, `max_size`: Some(2012), added: 4487, mode: `MaxEncodedLen`) @@ -198,8 +212,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `102` // Estimated: `5477` - // Minimum execution time: 9_102_000 picoseconds. - Weight::from_parts(9_481_000, 5477) + // Minimum execution time: 9_080_000 picoseconds. + Weight::from_parts(9_344_000, 5477) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -213,8 +227,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3090` // Estimated: `42428` - // Minimum execution time: 40_983_000 picoseconds. - Weight::from_parts(42_389_000, 42428) + // Minimum execution time: 40_824_000 picoseconds. + Weight::from_parts(42_162_000, 42428) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -228,8 +242,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3090` // Estimated: `42428` - // Minimum execution time: 43_200_000 picoseconds. - Weight::from_parts(44_240_000, 42428) + // Minimum execution time: 42_882_000 picoseconds. + Weight::from_parts(44_241_000, 42428) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -241,8 +255,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2915` // Estimated: `5477` - // Minimum execution time: 22_677_000 picoseconds. - Weight::from_parts(23_515_000, 5477) + // Minimum execution time: 22_878_000 picoseconds. + Weight::from_parts(23_708_000, 5477) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -254,8 +268,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2915` // Estimated: `5477` - // Minimum execution time: 22_641_000 picoseconds. - Weight::from_parts(23_343_000, 5477) + // Minimum execution time: 22_531_000 picoseconds. + Weight::from_parts(23_436_000, 5477) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -269,8 +283,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2919` // Estimated: `5477` - // Minimum execution time: 26_603_000 picoseconds. - Weight::from_parts(27_682_000, 5477) + // Minimum execution time: 27_188_000 picoseconds. + Weight::from_parts(28_163_000, 5477) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -284,8 +298,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2939` // Estimated: `5477` - // Minimum execution time: 26_237_000 picoseconds. - Weight::from_parts(27_787_000, 5477) + // Minimum execution time: 27_257_000 picoseconds. + Weight::from_parts(28_190_000, 5477) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -297,8 +311,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `249` // Estimated: `42428` - // Minimum execution time: 18_424_000 picoseconds. - Weight::from_parts(19_234_000, 42428) + // Minimum execution time: 18_433_000 picoseconds. + Weight::from_parts(18_986_000, 42428) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -310,8 +324,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `285` // Estimated: `42428` - // Minimum execution time: 19_023_000 picoseconds. - Weight::from_parts(19_380_000, 42428) + // Minimum execution time: 18_919_000 picoseconds. + Weight::from_parts(19_491_000, 42428) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -321,8 +335,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `194` // Estimated: `4377` - // Minimum execution time: 12_124_000 picoseconds. - Weight::from_parts(12_590_000, 4377) + // Minimum execution time: 11_910_000 picoseconds. + Weight::from_parts(12_360_000, 4377) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -336,8 +350,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `285` // Estimated: `42428` - // Minimum execution time: 24_904_000 picoseconds. - Weight::from_parts(25_716_000, 42428) + // Minimum execution time: 24_362_000 picoseconds. + Weight::from_parts(25_525_000, 42428) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -351,8 +365,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `285` // Estimated: `42428` - // Minimum execution time: 26_571_000 picoseconds. - Weight::from_parts(27_162_000, 42428) + // Minimum execution time: 26_306_000 picoseconds. + Weight::from_parts(26_937_000, 42428) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -364,8 +378,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `338` // Estimated: `42428` - // Minimum execution time: 22_209_000 picoseconds. - Weight::from_parts(22_640_000, 42428) + // Minimum execution time: 21_742_000 picoseconds. + Weight::from_parts(22_303_000, 42428) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -377,8 +391,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `321` // Estimated: `42428` - // Minimum execution time: 22_074_000 picoseconds. - Weight::from_parts(22_689_000, 42428) + // Minimum execution time: 21_577_000 picoseconds. + Weight::from_parts(22_318_000, 42428) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -390,8 +404,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `338` // Estimated: `42428` - // Minimum execution time: 20_916_000 picoseconds. - Weight::from_parts(21_394_000, 42428) + // Minimum execution time: 20_547_000 picoseconds. + Weight::from_parts(21_091_000, 42428) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -403,8 +417,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `342` // Estimated: `42428` - // Minimum execution time: 20_634_000 picoseconds. - Weight::from_parts(21_281_000, 42428) + // Minimum execution time: 19_986_000 picoseconds. + Weight::from_parts(20_640_000, 42428) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -418,8 +432,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `342` // Estimated: `83866` - // Minimum execution time: 31_834_000 picoseconds. - Weight::from_parts(32_616_000, 83866) + // Minimum execution time: 31_226_000 picoseconds. + Weight::from_parts(32_003_000, 83866) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -431,8 +445,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `338` // Estimated: `42428` - // Minimum execution time: 22_386_000 picoseconds. - Weight::from_parts(22_719_000, 42428) + // Minimum execution time: 21_947_000 picoseconds. + Weight::from_parts(22_270_000, 42428) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -448,8 +462,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `338` // Estimated: `4377` - // Minimum execution time: 18_081_000 picoseconds. - Weight::from_parts(18_780_000, 4377) + // Minimum execution time: 17_958_000 picoseconds. + Weight::from_parts(18_248_000, 4377) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -461,8 +475,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `271` // Estimated: `4377` - // Minimum execution time: 14_701_000 picoseconds. - Weight::from_parts(15_065_000, 4377) + // Minimum execution time: 13_888_000 picoseconds. + Weight::from_parts(14_537_000, 4377) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/common/src/weights/pallet_relay_storage_roots.rs b/runtime/common/src/weights/pallet_relay_storage_roots.rs index cc8cae5e1b..609cdf97df 100644 --- a/runtime/common/src/weights/pallet_relay_storage_roots.rs +++ b/runtime/common/src/weights/pallet_relay_storage_roots.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_relay_storage_roots` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -56,8 +56,8 @@ impl pallet_relay_storage_roots::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `972` // Estimated: `3509` - // Minimum execution time: 16_977_000 picoseconds. - Weight::from_parts(17_603_000, 3509) + // Minimum execution time: 17_270_000 picoseconds. + Weight::from_parts(17_907_000, 3509) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } diff --git a/runtime/common/src/weights/pallet_scheduler.rs b/runtime/common/src/weights/pallet_scheduler.rs index f66c85be57..ffec8c0b02 100644 --- a/runtime/common/src/weights/pallet_scheduler.rs +++ b/runtime/common/src/weights/pallet_scheduler.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -52,8 +52,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `31` // Estimated: `1489` - // Minimum execution time: 2_994_000 picoseconds. - Weight::from_parts(3_114_000, 1489) + // Minimum execution time: 2_808_000 picoseconds. + Weight::from_parts(2_968_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -64,10 +64,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 3_429_000 picoseconds. - Weight::from_parts(6_215_144, 42428) - // Standard Error: 1_440 - .saturating_add(Weight::from_parts(362_695, 0).saturating_mul(s.into())) + // Minimum execution time: 3_544_000 picoseconds. + Weight::from_parts(6_382_107, 42428) + // Standard Error: 1_506 + .saturating_add(Weight::from_parts(347_913, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -75,8 +75,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_200_000 picoseconds. - Weight::from_parts(3_375_000, 0) + // Minimum execution time: 3_145_000 picoseconds. + Weight::from_parts(3_277_000, 0) } /// Storage: `Preimage::PreimageFor` (r:1 w:1) /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `Measured`) @@ -89,10 +89,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `179 + s * (1 ±0)` // Estimated: `3644 + s * (1 ±0)` - // Minimum execution time: 17_600_000 picoseconds. - Weight::from_parts(17_784_000, 3644) - // Standard Error: 4 - .saturating_add(Weight::from_parts(1_330, 0).saturating_mul(s.into())) + // Minimum execution time: 16_999_000 picoseconds. + Weight::from_parts(17_237_000, 3644) + // Standard Error: 3 + .saturating_add(Weight::from_parts(1_149, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) @@ -103,16 +103,16 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_563_000 picoseconds. - Weight::from_parts(4_802_000, 0) + // Minimum execution time: 4_374_000 picoseconds. + Weight::from_parts(4_654_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } fn service_task_periodic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_114_000 picoseconds. - Weight::from_parts(3_341_000, 0) + // Minimum execution time: 3_094_000 picoseconds. + Weight::from_parts(3_228_000, 0) } /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0) /// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) @@ -120,16 +120,16 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `1527` - // Minimum execution time: 4_477_000 picoseconds. - Weight::from_parts(4_552_000, 1527) + // Minimum execution time: 4_172_000 picoseconds. + Weight::from_parts(4_308_000, 1527) .saturating_add(T::DbWeight::get().reads(1_u64)) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_116_000 picoseconds. - Weight::from_parts(2_277_000, 0) + // Minimum execution time: 1_871_000 picoseconds. + Weight::from_parts(1_989_000, 0) } /// Storage: `Scheduler::Agenda` (r:1 w:1) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) @@ -138,15 +138,17 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 9_817_000 picoseconds. - Weight::from_parts(12_768_005, 42428) - // Standard Error: 1_424 - .saturating_add(Weight::from_parts(407_640, 0).saturating_mul(s.into())) + // Minimum execution time: 9_595_000 picoseconds. + Weight::from_parts(12_319_227, 42428) + // Standard Error: 1_376 + .saturating_add(Weight::from_parts(376_990, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Scheduler::Agenda` (r:1 w:1) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:1) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) /// Storage: `Scheduler::Lookup` (r:0 w:1) /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) /// The range of component `s` is `[1, 50]`. @@ -154,12 +156,12 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 13_667_000 picoseconds. - Weight::from_parts(13_347_362, 42428) - // Standard Error: 1_303 - .saturating_add(Weight::from_parts(624_965, 0).saturating_mul(s.into())) + // Minimum execution time: 14_867_000 picoseconds. + Weight::from_parts(14_542_096, 42428) + // Standard Error: 1_032 + .saturating_add(Weight::from_parts(572_005, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + .saturating_add(T::DbWeight::get().writes(3_u64)) } /// Storage: `Scheduler::Lookup` (r:1 w:1) /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) @@ -170,10 +172,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `255 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 13_039_000 picoseconds. - Weight::from_parts(16_557_684, 42428) - // Standard Error: 2_263 - .saturating_add(Weight::from_parts(459_921, 0).saturating_mul(s.into())) + // Minimum execution time: 13_069_000 picoseconds. + Weight::from_parts(16_438_564, 42428) + // Standard Error: 2_235 + .saturating_add(Weight::from_parts(409_569, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -181,52 +183,48 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) /// Storage: `Scheduler::Agenda` (r:1 w:1) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:1) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) /// The range of component `s` is `[1, 50]`. fn cancel_named(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `281 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 15_650_000 picoseconds. - Weight::from_parts(16_039_943, 42428) - // Standard Error: 1_501 - .saturating_add(Weight::from_parts(628_223, 0).saturating_mul(s.into())) + // Minimum execution time: 17_074_000 picoseconds. + Weight::from_parts(17_547_084, 42428) + // Standard Error: 1_676 + .saturating_add(Weight::from_parts(601_393, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + .saturating_add(T::DbWeight::get().writes(3_u64)) } - - /// Storage: `Scheduler::Retries` (r:1 w:2) - /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) /// Storage: `Scheduler::Agenda` (r:1 w:1) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) - /// Storage: `Scheduler::Lookup` (r:0 w:1) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:1) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) /// The range of component `s` is `[1, 50]`. fn schedule_retry(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `196` + // Measured: `118` // Estimated: `42428` - // Minimum execution time: 13_156_000 picoseconds. - Weight::from_parts(13_801_287, 0) - .saturating_add(Weight::from_parts(0, 42428)) - // Standard Error: 568 - .saturating_add(Weight::from_parts(35_441, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(4)) + // Minimum execution time: 8_729_000 picoseconds. + Weight::from_parts(9_160_109, 42428) + // Standard Error: 455 + .saturating_add(Weight::from_parts(27_735, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) } /// Storage: `Scheduler::Agenda` (r:1 w:0) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) /// Storage: `Scheduler::Retries` (r:0 w:1) /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) - /// The range of component `s` is `[1, 50]`. fn set_retry() -> Weight { // Proof Size summary in bytes: - // Measured: `115 + s * (177 ±0)` + // Measured: `8928` // Estimated: `42428` - // Minimum execution time: 7_912_000 picoseconds. - Weight::from_parts(8_081_460, 0) - .saturating_add(Weight::from_parts(0, 42428)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Minimum execution time: 23_949_000 picoseconds. + Weight::from_parts(24_636_000, 42428) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Scheduler::Lookup` (r:1 w:0) /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) @@ -234,31 +232,27 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) /// Storage: `Scheduler::Retries` (r:0 w:1) /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) - /// The range of component `s` is `[1, 50]`. fn set_retry_named() -> Weight { // Proof Size summary in bytes: - // Measured: `324 + s * (185 ±0)` + // Measured: `9606` // Estimated: `42428` - // Minimum execution time: 10_673_000 picoseconds. - Weight::from_parts(12_212_185, 0) - .saturating_add(Weight::from_parts(0, 42428)) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(1)) + // Minimum execution time: 28_469_000 picoseconds. + Weight::from_parts(29_831_000, 42428) + .saturating_add(T::DbWeight::get().reads(2_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Scheduler::Agenda` (r:1 w:0) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) /// Storage: `Scheduler::Retries` (r:0 w:1) /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) - /// The range of component `s` is `[1, 50]`. fn cancel_retry() -> Weight { // Proof Size summary in bytes: - // Measured: `115 + s * (177 ±0)` + // Measured: `8940` // Estimated: `42428` - // Minimum execution time: 7_912_000 picoseconds. - Weight::from_parts(8_081_460, 0) - .saturating_add(Weight::from_parts(0, 42428)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Minimum execution time: 22_708_000 picoseconds. + Weight::from_parts(23_679_000, 42428) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Scheduler::Lookup` (r:1 w:0) /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) @@ -266,15 +260,13 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) /// Storage: `Scheduler::Retries` (r:0 w:1) /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) - /// The range of component `s` is `[1, 50]`. fn cancel_retry_named() -> Weight { // Proof Size summary in bytes: - // Measured: `324 + s * (185 ±0)` + // Measured: `9618` // Estimated: `42428` - // Minimum execution time: 10_673_000 picoseconds. - Weight::from_parts(12_212_185, 0) - .saturating_add(Weight::from_parts(0, 42428)) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(1)) + // Minimum execution time: 28_825_000 picoseconds. + Weight::from_parts(29_550_000, 42428) + .saturating_add(T::DbWeight::get().reads(2_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } } diff --git a/runtime/common/src/weights/pallet_sudo.rs b/runtime/common/src/weights/pallet_sudo.rs index 5b50094254..bf3e95e641 100644 --- a/runtime/common/src/weights/pallet_sudo.rs +++ b/runtime/common/src/weights/pallet_sudo.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_sudo` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -52,8 +52,8 @@ impl pallet_sudo::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `153` // Estimated: `1505` - // Minimum execution time: 8_879_000 picoseconds. - Weight::from_parts(9_295_000, 1505) + // Minimum execution time: 8_485_000 picoseconds. + Weight::from_parts(8_731_000, 1505) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -63,8 +63,8 @@ impl pallet_sudo::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `153` // Estimated: `1505` - // Minimum execution time: 9_828_000 picoseconds. - Weight::from_parts(10_287_000, 1505) + // Minimum execution time: 9_300_000 picoseconds. + Weight::from_parts(9_558_000, 1505) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `Sudo::Key` (r:1 w:0) @@ -73,8 +73,8 @@ impl pallet_sudo::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `153` // Estimated: `1505` - // Minimum execution time: 9_922_000 picoseconds. - Weight::from_parts(10_260_000, 1505) + // Minimum execution time: 9_183_000 picoseconds. + Weight::from_parts(9_639_000, 1505) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `Sudo::Key` (r:1 w:1) @@ -83,8 +83,8 @@ impl pallet_sudo::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `153` // Estimated: `1505` - // Minimum execution time: 8_202_000 picoseconds. - Weight::from_parts(8_419_000, 1505) + // Minimum execution time: 7_629_000 picoseconds. + Weight::from_parts(8_047_000, 1505) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/common/src/weights/pallet_timestamp.rs b/runtime/common/src/weights/pallet_timestamp.rs index b26e627593..0c274a529e 100644 --- a/runtime/common/src/weights/pallet_timestamp.rs +++ b/runtime/common/src/weights/pallet_timestamp.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -52,8 +52,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6` // Estimated: `1493` - // Minimum execution time: 4_500_000 picoseconds. - Weight::from_parts(4_649_000, 1493) + // Minimum execution time: 4_336_000 picoseconds. + Weight::from_parts(4_620_000, 1493) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -61,7 +61,7 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `57` // Estimated: `0` - // Minimum execution time: 3_322_000 picoseconds. - Weight::from_parts(3_407_000, 0) + // Minimum execution time: 3_051_000 picoseconds. + Weight::from_parts(3_185_000, 0) } } diff --git a/runtime/common/src/weights/pallet_treasury.rs b/runtime/common/src/weights/pallet_treasury.rs index 0e57bd25c7..55808994a7 100644 --- a/runtime/common/src/weights/pallet_treasury.rs +++ b/runtime/common/src/weights/pallet_treasury.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -56,8 +56,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `180` // Estimated: `1887` - // Minimum execution time: 11_692_000 picoseconds. - Weight::from_parts(12_080_000, 1887) + // Minimum execution time: 11_011_000 picoseconds. + Weight::from_parts(11_357_000, 1887) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -69,8 +69,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `479` // Estimated: `1489` - // Minimum execution time: 24_962_000 picoseconds. - Weight::from_parts(25_880_000, 1489) + // Minimum execution time: 24_794_000 picoseconds. + Weight::from_parts(25_297_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -82,8 +82,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `775` // Estimated: `6172` - // Minimum execution time: 43_078_000 picoseconds. - Weight::from_parts(44_098_000, 6172) + // Minimum execution time: 41_889_000 picoseconds. + Weight::from_parts(43_202_000, 6172) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -96,10 +96,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `608 + p * (8 ±0)` // Estimated: `3549` - // Minimum execution time: 8_674_000 picoseconds. - Weight::from_parts(11_503_723, 3549) - // Standard Error: 1_454 - .saturating_add(Weight::from_parts(81_836, 0).saturating_mul(p.into())) + // Minimum execution time: 8_549_000 picoseconds. + Weight::from_parts(11_280_655, 3549) + // Standard Error: 1_499 + .saturating_add(Weight::from_parts(84_828, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -109,8 +109,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `265` // Estimated: `1887` - // Minimum execution time: 6_987_000 picoseconds. - Weight::from_parts(7_219_000, 1887) + // Minimum execution time: 6_727_000 picoseconds. + Weight::from_parts(6_885_000, 1887) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -129,10 +129,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `389 + p * (97 ±0)` // Estimated: `3581 + p * (2559 ±0)` - // Minimum execution time: 18_944_000 picoseconds. - Weight::from_parts(20_110_581, 3581) - // Standard Error: 6_715 - .saturating_add(Weight::from_parts(3_250_530, 0).saturating_mul(p.into())) + // Minimum execution time: 19_161_000 picoseconds. + Weight::from_parts(19_547_872, 3581) + // Standard Error: 7_358 + .saturating_add(Weight::from_parts(3_295_908, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -146,8 +146,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `180` // Estimated: `1489` - // Minimum execution time: 10_353_000 picoseconds. - Weight::from_parts(10_640_000, 1489) + // Minimum execution time: 9_894_000 picoseconds. + Weight::from_parts(10_234_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -159,8 +159,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `586` // Estimated: `6172` - // Minimum execution time: 50_756_000 picoseconds. - Weight::from_parts(51_640_000, 6172) + // Minimum execution time: 49_489_000 picoseconds. + Weight::from_parts(50_679_000, 6172) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -170,8 +170,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `286` // Estimated: `3522` - // Minimum execution time: 12_168_000 picoseconds. - Weight::from_parts(12_607_000, 3522) + // Minimum execution time: 11_707_000 picoseconds. + Weight::from_parts(12_046_000, 3522) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -181,8 +181,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `286` // Estimated: `3522` - // Minimum execution time: 11_035_000 picoseconds. - Weight::from_parts(11_246_000, 3522) + // Minimum execution time: 10_420_000 picoseconds. + Weight::from_parts(10_842_000, 3522) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/common/src/weights/pallet_utility.rs b/runtime/common/src/weights/pallet_utility.rs index 272e628ce1..48f082f34f 100644 --- a/runtime/common/src/weights/pallet_utility.rs +++ b/runtime/common/src/weights/pallet_utility.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -53,10 +53,10 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `1527` - // Minimum execution time: 4_285_000 picoseconds. - Weight::from_parts(8_524_536, 1527) - // Standard Error: 3_296 - .saturating_add(Weight::from_parts(4_066_106, 0).saturating_mul(c.into())) + // Minimum execution time: 3_953_000 picoseconds. + Weight::from_parts(3_035_286, 1527) + // Standard Error: 3_178 + .saturating_add(Weight::from_parts(4_128_538, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0) @@ -65,8 +65,8 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `1527` - // Minimum execution time: 6_902_000 picoseconds. - Weight::from_parts(7_197_000, 1527) + // Minimum execution time: 6_437_000 picoseconds. + Weight::from_parts(6_878_000, 1527) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0) @@ -76,18 +76,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `1527` - // Minimum execution time: 4_390_000 picoseconds. - Weight::from_parts(10_662_650, 1527) - // Standard Error: 3_409 - .saturating_add(Weight::from_parts(4_252_433, 0).saturating_mul(c.into())) + // Minimum execution time: 4_049_000 picoseconds. + Weight::from_parts(10_287_583, 1527) + // Standard Error: 3_445 + .saturating_add(Weight::from_parts(4_320_181, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_304_000 picoseconds. - Weight::from_parts(6_537_000, 0) + // Minimum execution time: 6_152_000 picoseconds. + Weight::from_parts(6_423_000, 0) } /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0) /// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) @@ -96,10 +96,10 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `1527` - // Minimum execution time: 4_211_000 picoseconds. - Weight::from_parts(12_289_661, 1527) - // Standard Error: 3_653 - .saturating_add(Weight::from_parts(4_045_685, 0).saturating_mul(c.into())) + // Minimum execution time: 4_017_000 picoseconds. + Weight::from_parts(7_530_202, 1527) + // Standard Error: 3_607 + .saturating_add(Weight::from_parts(4_126_047, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) } } diff --git a/runtime/common/src/weights/pallet_whitelist.rs b/runtime/common/src/weights/pallet_whitelist.rs index a3f6c1283f..62dbcc92f4 100644 --- a/runtime/common/src/weights/pallet_whitelist.rs +++ b/runtime/common/src/weights/pallet_whitelist.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_whitelist` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -56,8 +56,8 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `46` // Estimated: `3544` - // Minimum execution time: 16_440_000 picoseconds. - Weight::from_parts(16_845_000, 3544) + // Minimum execution time: 16_105_000 picoseconds. + Weight::from_parts(16_696_000, 3544) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -71,8 +71,8 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `175` // Estimated: `3544` - // Minimum execution time: 16_400_000 picoseconds. - Weight::from_parts(16_681_000, 3544) + // Minimum execution time: 16_313_000 picoseconds. + Weight::from_parts(16_748_000, 3544) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -89,10 +89,10 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `251 + n * (1 ±0)` // Estimated: `3715 + n * (1 ±0)` - // Minimum execution time: 27_152_000 picoseconds. - Weight::from_parts(27_826_000, 3715) - // Standard Error: 6 - .saturating_add(Weight::from_parts(1_342, 0).saturating_mul(n.into())) + // Minimum execution time: 26_740_000 picoseconds. + Weight::from_parts(27_172_000, 3715) + // Standard Error: 3 + .saturating_add(Weight::from_parts(1_156, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -108,10 +108,10 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `175` // Estimated: `3544` - // Minimum execution time: 20_325_000 picoseconds. - Weight::from_parts(20_660_832, 3544) + // Minimum execution time: 19_842_000 picoseconds. + Weight::from_parts(20_402_977, 3544) // Standard Error: 2 - .saturating_add(Weight::from_parts(1_481, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_385, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/runtime/common/src/weights/pallet_xcm.rs b/runtime/common/src/weights/pallet_xcm.rs index 3da36cfec9..ff9b67c628 100644 --- a/runtime/common/src/weights/pallet_xcm.rs +++ b/runtime/common/src/weights/pallet_xcm.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -60,8 +60,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `145` // Estimated: `3610` - // Minimum execution time: 18_837_000 picoseconds. - Weight::from_parts(19_560_000, 3610) + // Minimum execution time: 18_925_000 picoseconds. + Weight::from_parts(19_358_000, 3610) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -90,10 +90,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { /// Proof: `XcmpQueue::OutboundXcmpMessages` (`max_values`: None, `max_size`: None, mode: `Measured`) fn reserve_transfer_assets() -> Weight { // Proof Size summary in bytes: - // Measured: `486` - // Estimated: `3951` - // Minimum execution time: 89_416_000 picoseconds. - Weight::from_parts(91_918_000, 3951) + // Measured: `519` + // Estimated: `3984` + // Minimum execution time: 89_261_000 picoseconds. + Weight::from_parts(90_775_000, 3984) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -113,8 +113,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `217` // Estimated: `3682` - // Minimum execution time: 75_719_000 picoseconds. - Weight::from_parts(77_252_000, 3682) + // Minimum execution time: 79_931_000 picoseconds. + Weight::from_parts(81_869_000, 3682) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -122,8 +122,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_453_000 picoseconds. - Weight::from_parts(10_780_000, 0) + // Minimum execution time: 9_758_000 picoseconds. + Weight::from_parts(10_156_000, 0) } /// Storage: `PolkadotXcm::SupportedVersion` (r:0 w:1) /// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -131,8 +131,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_463_000 picoseconds. - Weight::from_parts(6_681_000, 0) + // Minimum execution time: 6_428_000 picoseconds. + Weight::from_parts(6_620_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `PolkadotXcm::SafeXcmVersion` (r:0 w:1) @@ -141,8 +141,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_100_000 picoseconds. - Weight::from_parts(2_244_000, 0) + // Minimum execution time: 1_879_000 picoseconds. + Weight::from_parts(2_026_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `PolkadotXcm::VersionNotifiers` (r:1 w:1) @@ -165,8 +165,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `145` // Estimated: `3610` - // Minimum execution time: 24_145_000 picoseconds. - Weight::from_parts(25_289_000, 3610) + // Minimum execution time: 24_293_000 picoseconds. + Weight::from_parts(24_859_000, 3610) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -188,8 +188,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `328` // Estimated: `3793` - // Minimum execution time: 25_713_000 picoseconds. - Weight::from_parts(26_378_000, 3793) + // Minimum execution time: 25_970_000 picoseconds. + Weight::from_parts(26_461_000, 3793) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -199,8 +199,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_988_000 picoseconds. - Weight::from_parts(2_139_000, 0) + // Minimum execution time: 1_814_000 picoseconds. + Weight::from_parts(1_968_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `PolkadotXcm::SupportedVersion` (r:5 w:2) @@ -209,8 +209,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `125` // Estimated: `13490` - // Minimum execution time: 26_082_000 picoseconds. - Weight::from_parts(26_659_000, 13490) + // Minimum execution time: 25_617_000 picoseconds. + Weight::from_parts(26_234_000, 13490) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -220,8 +220,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `129` // Estimated: `13494` - // Minimum execution time: 25_973_000 picoseconds. - Weight::from_parts(26_466_000, 13494) + // Minimum execution time: 26_192_000 picoseconds. + Weight::from_parts(26_555_000, 13494) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -231,8 +231,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `142` // Estimated: `15982` - // Minimum execution time: 31_868_000 picoseconds. - Weight::from_parts(32_482_000, 15982) + // Minimum execution time: 32_031_000 picoseconds. + Weight::from_parts(32_664_000, 15982) .saturating_add(T::DbWeight::get().reads(6_u64)) } /// Storage: `PolkadotXcm::VersionNotifyTargets` (r:2 w:1) @@ -251,8 +251,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `212` // Estimated: `6152` - // Minimum execution time: 25_874_000 picoseconds. - Weight::from_parts(26_450_000, 6152) + // Minimum execution time: 26_344_000 picoseconds. + Weight::from_parts(26_968_000, 6152) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -262,8 +262,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `172` // Estimated: `11062` - // Minimum execution time: 19_111_000 picoseconds. - Weight::from_parts(19_552_000, 11062) + // Minimum execution time: 19_243_000 picoseconds. + Weight::from_parts(19_787_000, 11062) .saturating_add(T::DbWeight::get().reads(4_u64)) } /// Storage: `PolkadotXcm::VersionNotifyTargets` (r:5 w:2) @@ -272,8 +272,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `136` // Estimated: `13501` - // Minimum execution time: 26_602_000 picoseconds. - Weight::from_parts(27_286_000, 13501) + // Minimum execution time: 26_389_000 picoseconds. + Weight::from_parts(27_073_000, 13501) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -293,8 +293,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `212` // Estimated: `13577` - // Minimum execution time: 40_672_000 picoseconds. - Weight::from_parts(41_149_000, 13577) + // Minimum execution time: 41_341_000 picoseconds. + Weight::from_parts(41_860_000, 13577) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -306,8 +306,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `69` // Estimated: `1554` - // Minimum execution time: 4_487_000 picoseconds. - Weight::from_parts(4_730_000, 1554) + // Minimum execution time: 4_367_000 picoseconds. + Weight::from_parts(4_535_000, 1554) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -317,22 +317,20 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `7706` // Estimated: `11171` - // Minimum execution time: 25_894_000 picoseconds. - Weight::from_parts(26_192_000, 11171) + // Minimum execution time: 24_798_000 picoseconds. + Weight::from_parts(25_546_000, 11171) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - - /// Storage: `XcmPallet::AssetTraps` (r:1 w:1) - /// Proof: `XcmPallet::AssetTraps` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `PolkadotXcm::AssetTraps` (r:1 w:1) + /// Proof: `PolkadotXcm::AssetTraps` (`max_values`: None, `max_size`: None, mode: `Measured`) fn claim_assets() -> Weight { // Proof Size summary in bytes: - // Measured: `23` - // Estimated: `3488` - // Minimum execution time: 34_438_000 picoseconds. - Weight::from_parts(35_514_000, 0) - .saturating_add(Weight::from_parts(0, 3488)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Measured: `126` + // Estimated: `3591` + // Minimum execution time: 39_745_000 picoseconds. + Weight::from_parts(40_916_000, 3591) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } } diff --git a/runtime/common/src/weights/pallet_xcm_transactor.rs b/runtime/common/src/weights/pallet_xcm_transactor.rs index dbcf1ede67..00388c8ea7 100644 --- a/runtime/common/src/weights/pallet_xcm_transactor.rs +++ b/runtime/common/src/weights/pallet_xcm_transactor.rs @@ -17,7 +17,7 @@ //! Autogenerated weights for `pallet_xcm_transactor` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ip-10-0-0-176`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 @@ -52,8 +52,8 @@ impl pallet_xcm_transactor::WeightInfo for WeightInfo pallet_xcm_transactor::WeightInfo for WeightInfo pallet_xcm_transactor::WeightInfo for WeightInfo pallet_xcm_transactor::WeightInfo for WeightInfo pallet_xcm_transactor::WeightInfo for WeightInfo pallet_xcm_transactor::WeightInfo for WeightInfo Weight { // Proof Size summary in bytes: - // Measured: `489` - // Estimated: `3954` - // Minimum execution time: 30_458_000 picoseconds. - Weight::from_parts(31_176_000, 3954) - .saturating_add(T::DbWeight::get().reads(7_u64)) + // Measured: `493` + // Estimated: `3958` + // Minimum execution time: 34_690_000 picoseconds. + Weight::from_parts(35_572_000, 3958) + .saturating_add(T::DbWeight::get().reads(9_u64)) } + /// Storage: `EvmForeignAssets::AssetsById` (r:1 w:0) + /// Proof: `EvmForeignAssets::AssetsById` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `AssetManager::AssetIdType` (r:1 w:0) /// Proof: `AssetManager::AssetIdType` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `XcmTransactor::TransactInfoWithWeightLimit` (r:1 w:0) /// Proof: `XcmTransactor::TransactInfoWithWeightLimit` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `XcmTransactor::DestinationAssetFeePerSecond` (r:1 w:0) /// Proof: `XcmTransactor::DestinationAssetFeePerSecond` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `EvmForeignAssets::AssetsByLocation` (r:1 w:0) + /// Proof: `EvmForeignAssets::AssetsByLocation` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `AssetManager::AssetTypeId` (r:1 w:0) /// Proof: `AssetManager::AssetTypeId` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Assets::Asset` (r:1 w:0) /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`) fn transact_through_sovereign() -> Weight { // Proof Size summary in bytes: - // Measured: `423` - // Estimated: `3888` - // Minimum execution time: 22_713_000 picoseconds. - Weight::from_parts(23_258_000, 3888) - .saturating_add(T::DbWeight::get().reads(5_u64)) + // Measured: `427` + // Estimated: `3892` + // Minimum execution time: 29_237_000 picoseconds. + Weight::from_parts(30_158_000, 3892) + .saturating_add(T::DbWeight::get().reads(7_u64)) } + /// Storage: `EvmForeignAssets::AssetsById` (r:1 w:0) + /// Proof: `EvmForeignAssets::AssetsById` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `AssetManager::AssetIdType` (r:1 w:0) /// Proof: `AssetManager::AssetIdType` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `XcmTransactor::TransactInfoWithWeightLimit` (r:1 w:0) @@ -155,15 +165,17 @@ impl pallet_xcm_transactor::WeightInfo for WeightInfo Weight { // Proof Size summary in bytes: - // Measured: `467` - // Estimated: `3932` - // Minimum execution time: 38_097_000 picoseconds. - Weight::from_parts(38_892_000, 3932) - .saturating_add(T::DbWeight::get().reads(8_u64)) + // Measured: `471` + // Estimated: `3936` + // Minimum execution time: 42_854_000 picoseconds. + Weight::from_parts(43_716_000, 3936) + .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } /// Storage: `XcmTransactor::RelayIndices` (r:1 w:0) /// Proof: `XcmTransactor::RelayIndices` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: `EvmForeignAssets::AssetsById` (r:1 w:0) + /// Proof: `EvmForeignAssets::AssetsById` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `AssetManager::AssetIdType` (r:1 w:0) /// Proof: `AssetManager::AssetIdType` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `XcmTransactor::TransactInfoWithWeightLimit` (r:1 w:0) @@ -182,11 +194,11 @@ impl pallet_xcm_transactor::WeightInfo for WeightInfo Weight { // Proof Size summary in bytes: - // Measured: `471` - // Estimated: `3936` - // Minimum execution time: 40_918_000 picoseconds. - Weight::from_parts(42_238_000, 3936) - .saturating_add(T::DbWeight::get().reads(9_u64)) + // Measured: `475` + // Estimated: `3940` + // Minimum execution time: 44_985_000 picoseconds. + Weight::from_parts(46_162_000, 3940) + .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } } diff --git a/runtime/moonbase/src/xcm_config.rs b/runtime/moonbase/src/xcm_config.rs index 9f42cc5064..7b1da02f32 100644 --- a/runtime/moonbase/src/xcm_config.rs +++ b/runtime/moonbase/src/xcm_config.rs @@ -774,8 +774,7 @@ impl pallet_moonbeam_foreign_assets::Config for Runtime { type OnForeignAssetCreated = (); type MaxForeignAssets = ConstU32<256>; type RuntimeEvent = RuntimeEvent; - // TODO generate weights - type WeightInfo = (); + type WeightInfo = moonbeam_weights::pallet_moonbeam_foreign_assets::WeightInfo; type XcmLocationToH160 = LocationToH160; } diff --git a/runtime/moonbase/tests/integration_test.rs b/runtime/moonbase/tests/integration_test.rs index 2619e2c7cf..3647d37bb3 100644 --- a/runtime/moonbase/tests/integration_test.rs +++ b/runtime/moonbase/tests/integration_test.rs @@ -2282,7 +2282,7 @@ fn transact_through_signed_precompile_works_v1() { call: bytes.into(), }, ) - .expect_cost(17555) + .expect_cost(18748) .expect_no_logs() .execute_returns(()); }); @@ -2322,7 +2322,7 @@ fn transact_through_signed_precompile_works_v2() { overall_weight: total_weight, }, ) - .expect_cost(17555) + .expect_cost(18748) .expect_no_logs() .execute_returns(()); }); @@ -2404,7 +2404,7 @@ fn author_mapping_precompile_associate_update_and_clear() { nimbus_id: [1u8; 32].into(), }, ) - .expect_cost(15126) + .expect_cost(15119) .expect_no_logs() .execute_returns(()); @@ -2426,7 +2426,7 @@ fn author_mapping_precompile_associate_update_and_clear() { new_nimbus_id: [2u8; 32].into(), }, ) - .expect_cost(14728) + .expect_cost(14723) .expect_no_logs() .execute_returns(()); @@ -2447,7 +2447,7 @@ fn author_mapping_precompile_associate_update_and_clear() { nimbus_id: [2u8; 32].into(), }, ) - .expect_cost(15189) + .expect_cost(15158) .expect_no_logs() .execute_returns(()); @@ -2490,7 +2490,7 @@ fn author_mapping_register_and_set_keys() { .into(), }, ) - .expect_cost(16262) + .expect_cost(16233) .expect_no_logs() .execute_returns(()); @@ -2515,7 +2515,7 @@ fn author_mapping_register_and_set_keys() { .into(), }, ) - .expect_cost(16262) + .expect_cost(16233) .expect_no_logs() .execute_returns(()); diff --git a/runtime/moonbeam/tests/integration_test.rs b/runtime/moonbeam/tests/integration_test.rs index 159e07f314..c52ee25fb7 100644 --- a/runtime/moonbeam/tests/integration_test.rs +++ b/runtime/moonbeam/tests/integration_test.rs @@ -1780,7 +1780,7 @@ fn xcm_asset_erc20_precompiles_transfer() { value: { 400 * GLMR }.into(), }, ) - .expect_cost(24342) + .expect_cost(24360) .expect_log(log3( asset_precompile_address, SELECTOR_LOG_TRANSFER, @@ -1845,7 +1845,7 @@ fn xcm_asset_erc20_precompiles_approve() { value: { 400 * GLMR }.into(), }, ) - .expect_cost(14424) + .expect_cost(14407) .expect_log(log3( asset_precompile_address, SELECTOR_LOG_APPROVAL, @@ -1866,7 +1866,7 @@ fn xcm_asset_erc20_precompiles_approve() { value: { 400 * GLMR }.into(), }, ) - .expect_cost(29686) + .expect_cost(29695) .expect_log(log3( asset_precompile_address, SELECTOR_LOG_TRANSFER, @@ -2148,7 +2148,7 @@ fn transact_through_signed_precompile_works_v2() { overall_weight: total_weight, }, ) - .expect_cost(17555) + .expect_cost(18748) .expect_no_logs() .execute_returns(()); }); diff --git a/runtime/moonriver/tests/integration_test.rs b/runtime/moonriver/tests/integration_test.rs index 769f179565..e0751c97e6 100644 --- a/runtime/moonriver/tests/integration_test.rs +++ b/runtime/moonriver/tests/integration_test.rs @@ -1761,7 +1761,7 @@ fn xcm_asset_erc20_precompiles_transfer() { value: { 400 * MOVR }.into(), }, ) - .expect_cost(24342) + .expect_cost(24360) .expect_log(log3( asset_precompile_address, SELECTOR_LOG_TRANSFER, @@ -1825,7 +1825,7 @@ fn xcm_asset_erc20_precompiles_approve() { value: { 400 * MOVR }.into(), }, ) - .expect_cost(14424) + .expect_cost(14407) .expect_log(log3( asset_precompile_address, SELECTOR_LOG_APPROVAL, @@ -1846,7 +1846,7 @@ fn xcm_asset_erc20_precompiles_approve() { value: { 400 * MOVR }.into(), }, ) - .expect_cost(29686) + .expect_cost(29695) .expect_log(log3( asset_precompile_address, SELECTOR_LOG_TRANSFER, @@ -2148,7 +2148,7 @@ fn transact_through_signed_precompile_works_v2() { overall_weight: total_weight, }, ) - .expect_cost(17555) + .expect_cost(18748) .expect_no_logs() .execute_returns(()); }); diff --git a/test/suites/dev/moonbase/test-staking/test-rewards-auto-compound-pov.ts b/test/suites/dev/moonbase/test-staking/test-rewards-auto-compound-pov.ts index 58036548ca..b7b979f99b 100644 --- a/test/suites/dev/moonbase/test-staking/test-rewards-auto-compound-pov.ts +++ b/test/suites/dev/moonbase/test-staking/test-rewards-auto-compound-pov.ts @@ -99,7 +99,7 @@ describeSuite({ expect( weights.mandatory.proofSize.toNumber(), "proofSize is too high, this might lead to empty block" - ).to.be.at.most(2_615_993); + ).to.be.at.most(2_616_200); // block could support ~500ms refTime but we consider it safer to error when reaching // over 210ms for the payout. After Async Backing a block could support 2000ms.