diff --git a/Cargo.lock b/Cargo.lock index a74b4407e8..c1ce503355 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -953,7 +953,7 @@ dependencies = [ [[package]] name = "basilisk-runtime" -version = "113.0.0" +version = "114.0.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", diff --git a/runtime/basilisk/Cargo.toml b/runtime/basilisk/Cargo.toml index dbead241d7..9a515dd93d 100644 --- a/runtime/basilisk/Cargo.toml +++ b/runtime/basilisk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "basilisk-runtime" -version = "113.0.0" +version = "114.0.0" authors = ["GalacticCouncil"] edition = "2021" homepage = "https://github.com/galacticcouncil/Basilisk-node" diff --git a/runtime/basilisk/src/lib.rs b/runtime/basilisk/src/lib.rs index 8cdd6ac188..370e9ddf27 100644 --- a/runtime/basilisk/src/lib.rs +++ b/runtime/basilisk/src/lib.rs @@ -101,7 +101,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("basilisk"), impl_name: create_runtime_str!("basilisk"), authoring_version: 1, - spec_version: 113, + spec_version: 114, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, @@ -454,6 +454,9 @@ impl_runtime_apis! { ) -> Result, sp_runtime::RuntimeString> { use frame_benchmarking::{BenchmarkError, Benchmarking, BenchmarkBatch}; use frame_support::traits::TrackedStorageKey; + use sp_core::Get; + use sp_std::sync::Arc; + use primitives::constants::chain::CORE_ASSET_ID; use orml_benchmarking::add_benchmark as orml_add_benchmark; @@ -474,7 +477,12 @@ impl_runtime_apis! { parameter_types! { pub const RandomParaId: ParaId = ParaId::new(22222222); - pub const ExistentialDeposit: u128= 0; + pub const ExistentialDeposit: u128= 1_000_000_000_000; + pub AssetLocation: Location = Location::new(1, cumulus_primitives_core::Junctions::X2( + Arc::new([cumulus_primitives_core::Junction::Parachain(ParachainInfo::get().into()), + cumulus_primitives_core::Junction::GeneralIndex(CORE_ASSET_ID.into()) + ]) + )); } use cumulus_primitives_core::ParaId; @@ -489,7 +497,7 @@ impl_runtime_apis! { Some(( Asset { fun: Fungible(ExistentialDeposit::get()), - id: AssetId(Parent.into()) + id: AssetId(AssetLocation::get()) }, Parent.into(), )) @@ -499,7 +507,7 @@ impl_runtime_apis! { Some(( Asset { fun: Fungible(ExistentialDeposit::get()), - id: AssetId(Parent.into()) + id: AssetId(AssetLocation::get()) }, ParentThen(Parachain(RandomParaId::get().into()).into()).into(), )) diff --git a/runtime/basilisk/src/weights/cumulus_pallet_parachain_system.rs b/runtime/basilisk/src/weights/cumulus_pallet_parachain_system.rs index d74908eae2..12518e7509 100644 --- a/runtime/basilisk/src/weights/cumulus_pallet_parachain_system.rs +++ b/runtime/basilisk/src/weights/cumulus_pallet_parachain_system.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `cumulus_pallet_parachain_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -30,7 +30,7 @@ // pallet // --wasm-execution=compiled // --pallet -// * +// cumulus_pallet_parachain_system // --extrinsic // * // --heap-pages @@ -39,11 +39,9 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output -// weights/ +// weights.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -74,10 +72,10 @@ impl cumulus_pallet_parachain_system::WeightInfo for Ba // Proof Size summary in bytes: // Measured: `156` // Estimated: `3517` - // Minimum execution time: 2_740_000 picoseconds. - Weight::from_parts(7_630_634_002, 3517) - // Standard Error: 1_392_681 - .saturating_add(Weight::from_parts(274_384_874, 0).saturating_mul(n.into())) + // Minimum execution time: 3_645_000 picoseconds. + Weight::from_parts(3_696_000, 3517) + // Standard Error: 19_822 + .saturating_add(Weight::from_parts(332_345_217, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) diff --git a/runtime/basilisk/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/basilisk/src/weights/cumulus_pallet_xcmp_queue.rs index 60dc8bf1d6..5504bf9211 100644 --- a/runtime/basilisk/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/basilisk/src/weights/cumulus_pallet_xcmp_queue.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `cumulus_pallet_xcmp_queue` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -65,8 +63,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 6_560_000 picoseconds. - Weight::from_parts(6_920_000, 1594) + // Minimum execution time: 6_605_000 picoseconds. + Weight::from_parts(6_790_000, 1594) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -84,8 +82,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `189` // Estimated: `3517` - // Minimum execution time: 13_570_000 picoseconds. - Weight::from_parts(14_390_000, 3517) + // Minimum execution time: 16_390_000 picoseconds. + Weight::from_parts(16_752_000, 3517) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -95,8 +93,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 3_230_000 picoseconds. - Weight::from_parts(3_480_000, 1594) + // Minimum execution time: 3_897_000 picoseconds. + Weight::from_parts(4_182_000, 1594) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -106,8 +104,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `144` // Estimated: `1629` - // Minimum execution time: 4_190_000 picoseconds. - Weight::from_parts(4_420_000, 1629) + // Minimum execution time: 4_902_000 picoseconds. + Weight::from_parts(5_105_000, 1629) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -115,8 +113,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_340_000 picoseconds. - Weight::from_parts(8_491_000, 0) + // Minimum execution time: 9_077_000 picoseconds. + Weight::from_parts(9_208_000, 0) } /// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1) /// Proof: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1) @@ -136,8 +134,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `134426` // Estimated: `137891` - // Minimum execution time: 150_231_000 picoseconds. - Weight::from_parts(153_131_000, 137891) + // Minimum execution time: 204_113_000 picoseconds. + Weight::from_parts(206_048_000, 137891) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -159,8 +157,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `65823` // Estimated: `69288` - // Minimum execution time: 85_311_000 picoseconds. - Weight::from_parts(89_330_000, 69288) + // Minimum execution time: 116_506_000 picoseconds. + Weight::from_parts(117_726_000, 69288) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } diff --git a/runtime/basilisk/src/weights/frame_system.rs b/runtime/basilisk/src/weights/frame_system.rs index 27cefe21b4..6c321588e0 100644 --- a/runtime/basilisk/src/weights/frame_system.rs +++ b/runtime/basilisk/src/weights/frame_system.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -64,20 +62,20 @@ impl frame_system::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_290_000 picoseconds. - Weight::from_parts(4_217_175, 0) + // Minimum execution time: 3_122_000 picoseconds. + Weight::from_parts(3_241_000, 0) // Standard Error: 0 - .saturating_add(Weight::from_parts(217, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(410, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_611_000 picoseconds. - Weight::from_parts(24_068_250, 0) + // Minimum execution time: 7_406_000 picoseconds. + Weight::from_parts(7_642_000, 0) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_142, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_432, 0).saturating_mul(b.into())) } /// Storage: `System::Digest` (r:1 w:1) /// Proof: `System::Digest` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) @@ -87,8 +85,8 @@ impl frame_system::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 3_690_000 picoseconds. - Weight::from_parts(3_920_000, 1485) + // Minimum execution time: 5_194_000 picoseconds. + Weight::from_parts(5_371_000, 1485) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -108,8 +106,8 @@ impl frame_system::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `198` // Estimated: `1683` - // Minimum execution time: 111_713_366_000 picoseconds. - Weight::from_parts(114_232_690_000, 1683) + // Minimum execution time: 115_892_670_000 picoseconds. + Weight::from_parts(118_966_802_000, 1683) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -120,10 +118,10 @@ impl frame_system::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_160_000 picoseconds. - Weight::from_parts(2_340_000, 0) - // Standard Error: 1_638 - .saturating_add(Weight::from_parts(781_946, 0).saturating_mul(i.into())) + // Minimum execution time: 3_228_000 picoseconds. + Weight::from_parts(3_288_000, 0) + // Standard Error: 1_735 + .saturating_add(Weight::from_parts(838_003, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -133,10 +131,10 @@ impl frame_system::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_280_000 picoseconds. - Weight::from_parts(2_350_000, 0) - // Standard Error: 763 - .saturating_add(Weight::from_parts(510_910, 0).saturating_mul(i.into())) + // Minimum execution time: 3_161_000 picoseconds. + Weight::from_parts(3_225_000, 0) + // Standard Error: 700 + .saturating_add(Weight::from_parts(575_295, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -146,10 +144,10 @@ impl frame_system::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `130 + p * (69 ±0)` // Estimated: `120 + p * (70 ±0)` - // Minimum execution time: 4_350_000 picoseconds. - Weight::from_parts(4_490_000, 120) - // Standard Error: 1_080 - .saturating_add(Weight::from_parts(920_441, 0).saturating_mul(p.into())) + // Minimum execution time: 5_816_000 picoseconds. + Weight::from_parts(5_935_000, 120) + // Standard Error: 867 + .saturating_add(Weight::from_parts(1_019_307, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) @@ -160,8 +158,8 @@ impl frame_system::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_700_000 picoseconds. - Weight::from_parts(9_320_000, 0) + // Minimum execution time: 10_314_000 picoseconds. + Weight::from_parts(10_704_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `System::AuthorizedUpgrade` (r:1 w:1) @@ -182,8 +180,8 @@ impl frame_system::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `220` // Estimated: `1705` - // Minimum execution time: 115_999_484_000 picoseconds. - Weight::from_parts(118_079_575_000, 1705) + // Minimum execution time: 116_831_737_000 picoseconds. + Weight::from_parts(119_788_127_000, 1705) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } diff --git a/runtime/basilisk/src/weights/orml_tokens.rs b/runtime/basilisk/src/weights/orml_tokens.rs index 0e879e0898..1fbdda2e81 100644 --- a/runtime/basilisk/src/weights/orml_tokens.rs +++ b/runtime/basilisk/src/weights/orml_tokens.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `orml_tokens` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -73,8 +71,8 @@ impl orml_tokens::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `2135` // Estimated: `6156` - // Minimum execution time: 58_701_000 picoseconds. - Weight::from_parts(60_741_000, 6156) + // Minimum execution time: 72_888_000 picoseconds. + Weight::from_parts(73_504_000, 6156) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -92,8 +90,8 @@ impl orml_tokens::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `2135` // Estimated: `6156` - // Minimum execution time: 62_261_000 picoseconds. - Weight::from_parts(63_620_000, 6156) + // Minimum execution time: 76_570_000 picoseconds. + Weight::from_parts(77_656_000, 6156) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -111,8 +109,8 @@ impl orml_tokens::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `1995` // Estimated: `6156` - // Minimum execution time: 48_860_000 picoseconds. - Weight::from_parts(49_881_000, 6156) + // Minimum execution time: 59_915_000 picoseconds. + Weight::from_parts(60_494_000, 6156) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -130,8 +128,8 @@ impl orml_tokens::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `2128` // Estimated: `6196` - // Minimum execution time: 51_291_000 picoseconds. - Weight::from_parts(52_661_000, 6196) + // Minimum execution time: 63_372_000 picoseconds. + Weight::from_parts(64_728_000, 6196) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -151,8 +149,8 @@ impl orml_tokens::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `1926` // Estimated: `3593` - // Minimum execution time: 42_550_000 picoseconds. - Weight::from_parts(43_950_000, 3593) + // Minimum execution time: 51_577_000 picoseconds. + Weight::from_parts(52_762_000, 3593) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } diff --git a/runtime/basilisk/src/weights/orml_vesting.rs b/runtime/basilisk/src/weights/orml_vesting.rs index 7923505803..b652a9a6f0 100644 --- a/runtime/basilisk/src/weights/orml_vesting.rs +++ b/runtime/basilisk/src/weights/orml_vesting.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `orml_vesting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -71,8 +69,8 @@ impl orml_vesting::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `1661` // Estimated: `6196` - // Minimum execution time: 80_650_000 picoseconds. - Weight::from_parts(83_291_000, 6196) + // Minimum execution time: 93_867_000 picoseconds. + Weight::from_parts(94_683_000, 6196) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -87,10 +85,10 @@ impl orml_vesting::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `1802 + i * (18 ±0)` // Estimated: `4764` - // Minimum execution time: 44_440_000 picoseconds. - Weight::from_parts(46_242_717, 4764) - // Standard Error: 7_730 - .saturating_add(Weight::from_parts(168_492, 0).saturating_mul(i.into())) + // Minimum execution time: 54_354_000 picoseconds. + Weight::from_parts(55_793_348, 4764) + // Standard Error: 4_262 + .saturating_add(Weight::from_parts(134_561, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -107,10 +105,10 @@ impl orml_vesting::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `1454` // Estimated: `4764` - // Minimum execution time: 37_180_000 picoseconds. - Weight::from_parts(38_449_462, 4764) - // Standard Error: 4_718 - .saturating_add(Weight::from_parts(66_299, 0).saturating_mul(i.into())) + // Minimum execution time: 45_251_000 picoseconds. + Weight::from_parts(46_140_093, 4764) + // Standard Error: 2_358 + .saturating_add(Weight::from_parts(104_383, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } diff --git a/runtime/basilisk/src/weights/pallet_asset_registry.rs b/runtime/basilisk/src/weights/pallet_asset_registry.rs index 8d9fc4d3d2..b7e870362b 100644 --- a/runtime/basilisk/src/weights/pallet_asset_registry.rs +++ b/runtime/basilisk/src/weights/pallet_asset_registry.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_asset_registry` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -75,8 +73,8 @@ impl pallet_asset_registry::WeightInfo for BasiliskWeig // Proof Size summary in bytes: // Measured: `338` // Estimated: `4087` - // Minimum execution time: 28_370_000 picoseconds. - Weight::from_parts(29_210_000, 4087) + // Minimum execution time: 34_462_000 picoseconds. + Weight::from_parts(35_068_000, 4087) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -88,8 +86,8 @@ impl pallet_asset_registry::WeightInfo for BasiliskWeig // Proof Size summary in bytes: // Measured: `405` // Estimated: `3552` - // Minimum execution time: 18_680_000 picoseconds. - Weight::from_parts(19_361_000, 3552) + // Minimum execution time: 23_510_000 picoseconds. + Weight::from_parts(23_962_000, 3552) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -101,8 +99,8 @@ impl pallet_asset_registry::WeightInfo for BasiliskWeig // Proof Size summary in bytes: // Measured: `333` // Estimated: `3552` - // Minimum execution time: 13_800_000 picoseconds. - Weight::from_parts(14_220_000, 3552) + // Minimum execution time: 17_022_000 picoseconds. + Weight::from_parts(17_517_000, 3552) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -116,8 +114,8 @@ impl pallet_asset_registry::WeightInfo for BasiliskWeig // Proof Size summary in bytes: // Measured: `307` // Estimated: `4087` - // Minimum execution time: 18_070_000 picoseconds. - Weight::from_parts(18_691_000, 4087) + // Minimum execution time: 21_668_000 picoseconds. + Weight::from_parts(22_023_000, 4087) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/runtime/basilisk/src/weights/pallet_balances.rs b/runtime/basilisk/src/weights/pallet_balances.rs index 380f9098e2..e64f24f1d5 100644 --- a/runtime/basilisk/src/weights/pallet_balances.rs +++ b/runtime/basilisk/src/weights/pallet_balances.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -65,8 +63,8 @@ impl pallet_balances::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `52` // Estimated: `3593` - // Minimum execution time: 59_921_000 picoseconds. - Weight::from_parts(61_911_000, 3593) + // Minimum execution time: 68_859_000 picoseconds. + Weight::from_parts(69_444_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -76,8 +74,8 @@ impl pallet_balances::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `52` // Estimated: `3593` - // Minimum execution time: 40_260_000 picoseconds. - Weight::from_parts(41_070_000, 3593) + // Minimum execution time: 45_887_000 picoseconds. + Weight::from_parts(46_263_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -87,8 +85,8 @@ impl pallet_balances::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 14_120_000 picoseconds. - Weight::from_parts(14_450_000, 3593) + // Minimum execution time: 17_692_000 picoseconds. + Weight::from_parts(18_160_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -98,8 +96,8 @@ impl pallet_balances::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 18_890_000 picoseconds. - Weight::from_parts(19_941_000, 3593) + // Minimum execution time: 23_747_000 picoseconds. + Weight::from_parts(24_217_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -109,8 +107,8 @@ impl pallet_balances::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `155` // Estimated: `6196` - // Minimum execution time: 62_050_000 picoseconds. - Weight::from_parts(63_100_000, 6196) + // Minimum execution time: 71_393_000 picoseconds. + Weight::from_parts(71_876_000, 6196) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -120,8 +118,8 @@ impl pallet_balances::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `52` // Estimated: `3593` - // Minimum execution time: 50_600_000 picoseconds. - Weight::from_parts(51_440_000, 3593) + // Minimum execution time: 56_639_000 picoseconds. + Weight::from_parts(57_002_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -131,8 +129,8 @@ impl pallet_balances::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 17_370_000 picoseconds. - Weight::from_parts(18_110_000, 3593) + // Minimum execution time: 21_140_000 picoseconds. + Weight::from_parts(21_614_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -143,10 +141,10 @@ impl pallet_balances::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `0 + u * (135 ±0)` // Estimated: `990 + u * (2603 ±0)` - // Minimum execution time: 17_060_000 picoseconds. - Weight::from_parts(17_350_000, 990) - // Standard Error: 10_383 - .saturating_add(Weight::from_parts(14_348_343, 0).saturating_mul(u.into())) + // Minimum execution time: 20_932_000 picoseconds. + Weight::from_parts(21_319_000, 990) + // Standard Error: 10_104 + .saturating_add(Weight::from_parts(14_928_363, 0).saturating_mul(u.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into()))) .saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into())) @@ -157,8 +155,8 @@ impl pallet_balances::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `1501` - // Minimum execution time: 6_110_000 picoseconds. - Weight::from_parts(6_390_000, 1501) + // Minimum execution time: 8_060_000 picoseconds. + Weight::from_parts(8_346_000, 1501) .saturating_add(T::DbWeight::get().reads(1_u64)) } } \ No newline at end of file diff --git a/runtime/basilisk/src/weights/pallet_collator_selection.rs b/runtime/basilisk/src/weights/pallet_collator_selection.rs index ae0858e452..6bb273c632 100644 --- a/runtime/basilisk/src/weights/pallet_collator_selection.rs +++ b/runtime/basilisk/src/weights/pallet_collator_selection.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_collator_selection` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -68,10 +66,10 @@ impl pallet_collator_selection::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `208 + b * (79 ±0)` // Estimated: `1196 + b * (2554 ±0)` - // Minimum execution time: 12_240_000 picoseconds. - Weight::from_parts(11_347_235, 1196) - // Standard Error: 6_043 - .saturating_add(Weight::from_parts(2_931_655, 0).saturating_mul(b.into())) + // Minimum execution time: 15_817_000 picoseconds. + Weight::from_parts(15_257_503, 1196) + // Standard Error: 4_574 + .saturating_add(Weight::from_parts(3_267_439, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 2554).saturating_mul(b.into())) @@ -90,12 +88,10 @@ impl pallet_collator_selection::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `870 + b * (40 ±0) + c * (48 ±0)` // Estimated: `4383 + b * (42 ±0) + c * (44 ±0)` - // Minimum execution time: 38_110_000 picoseconds. - Weight::from_parts(38_314_047, 4383) - // Standard Error: 2_548 - .saturating_add(Weight::from_parts(140_704, 0).saturating_mul(b.into())) - // Standard Error: 6_713 - .saturating_add(Weight::from_parts(26_773, 0).saturating_mul(c.into())) + // Minimum execution time: 45_261_000 picoseconds. + Weight::from_parts(44_937_232, 4383) + // Standard Error: 2_657 + .saturating_add(Weight::from_parts(133_946, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 42).saturating_mul(b.into())) @@ -110,10 +106,10 @@ impl pallet_collator_selection::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `186 + b * (32 ±0)` // Estimated: `3086` - // Minimum execution time: 11_550_000 picoseconds. - Weight::from_parts(12_594_896, 3086) - // Standard Error: 1_627 - .saturating_add(Weight::from_parts(67_798, 0).saturating_mul(b.into())) + // Minimum execution time: 15_413_000 picoseconds. + Weight::from_parts(15_880_955, 3086) + // Standard Error: 540 + .saturating_add(Weight::from_parts(37_728, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -123,8 +119,8 @@ impl pallet_collator_selection::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_050_000 picoseconds. - Weight::from_parts(5_220_000, 0) + // Minimum execution time: 6_657_000 picoseconds. + Weight::from_parts(6_903_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `CollatorSelection::CandidacyBond` (r:1 w:1) @@ -141,12 +137,12 @@ impl pallet_collator_selection::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `0 + c * (168 ±0) + k * (119 ±0)` // Estimated: `3593 + c * (848 ±30) + k * (848 ±30)` - // Minimum execution time: 9_450_000 picoseconds. - Weight::from_parts(9_770_000, 3593) - // Standard Error: 161_573 - .saturating_add(Weight::from_parts(5_432_825, 0).saturating_mul(c.into())) - // Standard Error: 161_573 - .saturating_add(Weight::from_parts(5_209_781, 0).saturating_mul(k.into())) + // Minimum execution time: 12_404_000 picoseconds. + Weight::from_parts(12_634_000, 3593) + // Standard Error: 174_995 + .saturating_add(Weight::from_parts(5_993_899, 0).saturating_mul(c.into())) + // Standard Error: 174_995 + .saturating_add(Weight::from_parts(5_807_055, 0).saturating_mul(k.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(c.into()))) @@ -163,10 +159,10 @@ impl pallet_collator_selection::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `396 + c * (47 ±0)` // Estimated: `2446` - // Minimum execution time: 23_970_000 picoseconds. - Weight::from_parts(25_146_327, 2446) - // Standard Error: 4_873 - .saturating_add(Weight::from_parts(154_276, 0).saturating_mul(c.into())) + // Minimum execution time: 29_645_000 picoseconds. + Weight::from_parts(30_160_891, 2446) + // Standard Error: 2_971 + .saturating_add(Weight::from_parts(97_281, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -185,10 +181,10 @@ impl pallet_collator_selection::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `617 + c * (61 ±0)` // Estimated: `4082 + c * (61 ±0)` - // Minimum execution time: 32_280_000 picoseconds. - Weight::from_parts(33_192_934, 4082) - // Standard Error: 7_668 - .saturating_add(Weight::from_parts(400_903, 0).saturating_mul(c.into())) + // Minimum execution time: 40_098_000 picoseconds. + Weight::from_parts(40_186_753, 4082) + // Standard Error: 5_487 + .saturating_add(Weight::from_parts(323_305, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 61).saturating_mul(c.into())) @@ -210,10 +206,10 @@ impl pallet_collator_selection::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `717 + c * (61 ±0)` // Estimated: `4182 + c * (61 ±0)` - // Minimum execution time: 50_530_000 picoseconds. - Weight::from_parts(52_887_528, 4182) - // Standard Error: 7_318 - .saturating_add(Weight::from_parts(198_882, 0).saturating_mul(c.into())) + // Minimum execution time: 61_439_000 picoseconds. + Weight::from_parts(62_626_257, 4182) + // Standard Error: 3_619 + .saturating_add(Weight::from_parts(75_662, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 61).saturating_mul(c.into())) @@ -229,10 +225,10 @@ impl pallet_collator_selection::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `408 + c * (48 ±0)` // Estimated: `3086` - // Minimum execution time: 28_231_000 picoseconds. - Weight::from_parts(29_751_583, 3086) - // Standard Error: 5_387 - .saturating_add(Weight::from_parts(184_583, 0).saturating_mul(c.into())) + // Minimum execution time: 35_048_000 picoseconds. + Weight::from_parts(35_658_859, 3086) + // Standard Error: 2_155 + .saturating_add(Weight::from_parts(122_698, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -246,8 +242,8 @@ impl pallet_collator_selection::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `102` // Estimated: `6196` - // Minimum execution time: 44_410_000 picoseconds. - Weight::from_parts(45_270_000, 6196) + // Minimum execution time: 49_541_000 picoseconds. + Weight::from_parts(50_102_000, 6196) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -269,10 +265,10 @@ impl pallet_collator_selection::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `391 + c * (98 ±0) + r * (118 ±0)` // Estimated: `2188621418662104 + c * (2519 ±0) + r * (2571 ±5)` - // Minimum execution time: 19_150_000 picoseconds. - Weight::from_parts(19_770_000, 2188621418662104) - // Standard Error: 271_834 - .saturating_add(Weight::from_parts(12_365_193, 0).saturating_mul(c.into())) + // Minimum execution time: 24_286_000 picoseconds. + Weight::from_parts(24_559_000, 2188621418662104) + // Standard Error: 300_846 + .saturating_add(Weight::from_parts(13_529_525, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) diff --git a/runtime/basilisk/src/weights/pallet_collective.rs b/runtime/basilisk/src/weights/pallet_collective.rs index 5f29c55ee0..7310b2199c 100644 --- a/runtime/basilisk/src/weights/pallet_collective.rs +++ b/runtime/basilisk/src/weights/pallet_collective.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -73,13 +71,13 @@ impl pallet_collective::WeightInfo for BasiliskWeight Weight { // Proof Size summary in bytes: // Measured: `0 + m * (672 ±0) + p * (310 ±0)` - // Estimated: `4294 + m * (398 ±4) + p * (2602 ±2)` - // Minimum execution time: 8_220_000 picoseconds. - Weight::from_parts(8_950_000, 4294) - // Standard Error: 106_091 - .saturating_add(Weight::from_parts(3_329_157, 0).saturating_mul(m.into())) - // Standard Error: 53_649 - .saturating_add(Weight::from_parts(3_273_244, 0).saturating_mul(p.into())) + // Estimated: `4294 + m * (398 ±6) + p * (2602 ±3)` + // Minimum execution time: 10_602_000 picoseconds. + Weight::from_parts(10_895_000, 4294) + // Standard Error: 79_622 + .saturating_add(Weight::from_parts(2_593_299, 0).saturating_mul(m.into())) + // Standard Error: 40_264 + .saturating_add(Weight::from_parts(3_769_625, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -95,12 +93,12 @@ impl pallet_collective::WeightInfo for BasiliskWeight pallet_collective::WeightInfo for BasiliskWeight Weight { + fn propose_execute(b: u32, m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `70 + m * (32 ±0)` // Estimated: `3534 + m * (32 ±0)` - // Minimum execution time: 15_620_000 picoseconds. - Weight::from_parts(20_815_556, 3534) + // Minimum execution time: 19_683_000 picoseconds. + Weight::from_parts(19_699_500, 3534) + // Standard Error: 23 + .saturating_add(Weight::from_parts(1_329, 0).saturating_mul(b.into())) + // Standard Error: 2_520 + .saturating_add(Weight::from_parts(49_672, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -136,14 +138,14 @@ impl pallet_collective::WeightInfo for BasiliskWeight pallet_collective::WeightInfo for BasiliskWeight pallet_collective::WeightInfo for BasiliskWeight pallet_collective::WeightInfo for BasiliskWeight pallet_collective::WeightInfo for BasiliskWeight pallet_collective::WeightInfo for BasiliskWeight pallet_collective::WeightInfo for BasiliskWeight pallet_currencies::WeightInfo for BasiliskWeight pallet_currencies::WeightInfo for BasiliskWeight pallet_currencies::WeightInfo for BasiliskWeight pallet_currencies::WeightInfo for BasiliskWeight pallet_currencies::WeightInfo for BasiliskWeight pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `4688` // Estimated: `18187` - // Minimum execution time: 35_370_000 picoseconds. - Weight::from_parts(37_570_000, 18187) + // Minimum execution time: 40_882_000 picoseconds. + Weight::from_parts(41_490_000, 18187) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -82,8 +80,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `3443` // Estimated: `6695` - // Minimum execution time: 31_831_000 picoseconds. - Weight::from_parts(34_121_000, 6695) + // Minimum execution time: 37_648_000 picoseconds. + Weight::from_parts(38_191_000, 6695) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -99,8 +97,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `3388` // Estimated: `7260` - // Minimum execution time: 46_231_000 picoseconds. - Weight::from_parts(48_061_000, 7260) + // Minimum execution time: 50_949_000 picoseconds. + Weight::from_parts(51_543_000, 7260) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -116,8 +114,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `3410` // Estimated: `7260` - // Minimum execution time: 48_651_000 picoseconds. - Weight::from_parts(50_141_000, 7260) + // Minimum execution time: 53_881_000 picoseconds. + Weight::from_parts(54_729_000, 7260) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -131,8 +129,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `249` // Estimated: `3666` - // Minimum execution time: 21_080_000 picoseconds. - Weight::from_parts(21_790_000, 3666) + // Minimum execution time: 27_005_000 picoseconds. + Weight::from_parts(27_671_000, 3666) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -154,8 +152,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `5819` // Estimated: `18187` - // Minimum execution time: 89_581_000 picoseconds. - Weight::from_parts(92_121_000, 18187) + // Minimum execution time: 101_357_000 picoseconds. + Weight::from_parts(101_989_000, 18187) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -167,8 +165,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `3276` // Estimated: `6703` - // Minimum execution time: 9_580_000 picoseconds. - Weight::from_parts(9_911_000, 6703) + // Minimum execution time: 13_265_000 picoseconds. + Weight::from_parts(13_487_000, 6703) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -178,8 +176,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_850_000 picoseconds. - Weight::from_parts(2_990_000, 0) + // Minimum execution time: 3_936_000 picoseconds. + Weight::from_parts(4_078_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Democracy::NextExternal` (r:0 w:1) @@ -188,8 +186,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_920_000 picoseconds. - Weight::from_parts(3_091_000, 0) + // Minimum execution time: 3_925_000 picoseconds. + Weight::from_parts(4_051_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Democracy::NextExternal` (r:1 w:1) @@ -204,8 +202,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `147` // Estimated: `3518` - // Minimum execution time: 19_721_000 picoseconds. - Weight::from_parts(20_160_000, 3518) + // Minimum execution time: 25_148_000 picoseconds. + Weight::from_parts(25_542_000, 3518) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -219,8 +217,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `3377` // Estimated: `6703` - // Minimum execution time: 21_930_000 picoseconds. - Weight::from_parts(22_731_000, 6703) + // Minimum execution time: 27_719_000 picoseconds. + Weight::from_parts(28_263_000, 6703) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -236,8 +234,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `5704` // Estimated: `18187` - // Minimum execution time: 71_080_000 picoseconds. - Weight::from_parts(72_180_000, 18187) + // Minimum execution time: 79_213_000 picoseconds. + Weight::from_parts(79_685_000, 18187) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -249,8 +247,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `181` // Estimated: `3518` - // Minimum execution time: 15_530_000 picoseconds. - Weight::from_parts(16_220_000, 3518) + // Minimum execution time: 20_061_000 picoseconds. + Weight::from_parts(20_327_000, 3518) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -265,10 +263,10 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `127 + r * (86 ±0)` // Estimated: `1489 + r * (2676 ±0)` - // Minimum execution time: 3_810_000 picoseconds. - Weight::from_parts(6_007_042, 1489) - // Standard Error: 5_405 - .saturating_add(Weight::from_parts(2_997_448, 0).saturating_mul(r.into())) + // Minimum execution time: 5_062_000 picoseconds. + Weight::from_parts(9_014_019, 1489) + // Standard Error: 5_098 + .saturating_add(Weight::from_parts(3_144_123, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -291,10 +289,10 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `127 + r * (86 ±0)` // Estimated: `18187 + r * (2676 ±0)` - // Minimum execution time: 6_360_000 picoseconds. - Weight::from_parts(8_746_416, 18187) - // Standard Error: 6_198 - .saturating_add(Weight::from_parts(3_027_914, 0).saturating_mul(r.into())) + // Minimum execution time: 7_881_000 picoseconds. + Weight::from_parts(12_069_608, 18187) + // Standard Error: 4_692 + .saturating_add(Weight::from_parts(3_148_511, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -313,10 +311,10 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `748 + r * (108 ±0)` // Estimated: `19800 + r * (2676 ±0)` - // Minimum execution time: 35_420_000 picoseconds. - Weight::from_parts(38_413_028, 19800) - // Standard Error: 9_014 - .saturating_add(Weight::from_parts(3_836_274, 0).saturating_mul(r.into())) + // Minimum execution time: 44_233_000 picoseconds. + Weight::from_parts(49_423_414, 19800) + // Standard Error: 5_805 + .saturating_add(Weight::from_parts(4_086_926, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -332,10 +330,10 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `374 + r * (108 ±0)` // Estimated: `13530 + r * (2676 ±0)` - // Minimum execution time: 15_800_000 picoseconds. - Weight::from_parts(16_158_605, 13530) - // Standard Error: 8_209 - .saturating_add(Weight::from_parts(3_748_780, 0).saturating_mul(r.into())) + // Minimum execution time: 20_450_000 picoseconds. + Weight::from_parts(22_246_560, 13530) + // Standard Error: 5_183 + .saturating_add(Weight::from_parts(4_102_928, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -348,8 +346,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_950_000 picoseconds. - Weight::from_parts(3_140_000, 0) + // Minimum execution time: 4_266_000 picoseconds. + Weight::from_parts(4_344_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Democracy::VotingOf` (r:1 w:1) @@ -365,10 +363,10 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `504` // Estimated: `7260` - // Minimum execution time: 21_560_000 picoseconds. - Weight::from_parts(32_238_851, 7260) - // Standard Error: 2_698 - .saturating_add(Weight::from_parts(63_805, 0).saturating_mul(r.into())) + // Minimum execution time: 26_551_000 picoseconds. + Weight::from_parts(37_698_736, 7260) + // Standard Error: 2_470 + .saturating_add(Weight::from_parts(38_245, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -385,10 +383,10 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `505 + r * (22 ±0)` // Estimated: `7260` - // Minimum execution time: 29_550_000 picoseconds. - Weight::from_parts(31_814_574, 7260) - // Standard Error: 2_240 - .saturating_add(Weight::from_parts(90_749, 0).saturating_mul(r.into())) + // Minimum execution time: 36_247_000 picoseconds. + Weight::from_parts(37_511_365, 7260) + // Standard Error: 612 + .saturating_add(Weight::from_parts(58_087, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -401,10 +399,10 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `609 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 13_471_000 picoseconds. - Weight::from_parts(16_249_036, 7260) - // Standard Error: 1_159 - .saturating_add(Weight::from_parts(81_434, 0).saturating_mul(r.into())) + // Minimum execution time: 17_548_000 picoseconds. + Weight::from_parts(19_754_419, 7260) + // Standard Error: 940 + .saturating_add(Weight::from_parts(63_835, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -417,10 +415,10 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `609 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 13_590_000 picoseconds. - Weight::from_parts(16_651_895, 7260) - // Standard Error: 1_323 - .saturating_add(Weight::from_parts(78_776, 0).saturating_mul(r.into())) + // Minimum execution time: 17_142_000 picoseconds. + Weight::from_parts(19_723_996, 7260) + // Standard Error: 971 + .saturating_add(Weight::from_parts(64_204, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -436,8 +434,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `287` // Estimated: `3556` - // Minimum execution time: 16_410_000 picoseconds. - Weight::from_parts(16_910_000, 3556) + // Minimum execution time: 20_461_000 picoseconds. + Weight::from_parts(20_632_000, 3556) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -449,8 +447,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `147` // Estimated: `3518` - // Minimum execution time: 12_860_000 picoseconds. - Weight::from_parts(13_241_000, 3518) + // Minimum execution time: 16_064_000 picoseconds. + Weight::from_parts(16_292_000, 3518) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -466,8 +464,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `4842` // Estimated: `18187` - // Minimum execution time: 38_660_000 picoseconds. - Weight::from_parts(40_210_000, 18187) + // Minimum execution time: 41_258_000 picoseconds. + Weight::from_parts(41_994_000, 18187) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -479,8 +477,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `4706` // Estimated: `18187` - // Minimum execution time: 32_621_000 picoseconds. - Weight::from_parts(34_771_000, 18187) + // Minimum execution time: 36_106_000 picoseconds. + Weight::from_parts(36_604_000, 18187) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -494,8 +492,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `211` // Estimated: `3556` - // Minimum execution time: 14_570_000 picoseconds. - Weight::from_parts(15_340_000, 3556) + // Minimum execution time: 17_962_000 picoseconds. + Weight::from_parts(18_468_000, 3556) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -507,8 +505,8 @@ impl pallet_democracy::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `159` // Estimated: `3666` - // Minimum execution time: 14_580_000 picoseconds. - Weight::from_parts(15_040_000, 3666) + // Minimum execution time: 18_598_000 picoseconds. + Weight::from_parts(18_956_000, 3666) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/basilisk/src/weights/pallet_duster.rs b/runtime/basilisk/src/weights/pallet_duster.rs index e4aba40b9d..2dc52dc3eb 100644 --- a/runtime/basilisk/src/weights/pallet_duster.rs +++ b/runtime/basilisk/src/weights/pallet_duster.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_duster` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -77,8 +75,8 @@ impl pallet_duster::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `2418` // Estimated: `6156` - // Minimum execution time: 59_241_000 picoseconds. - Weight::from_parts(61_621_000, 6156) + // Minimum execution time: 73_294_000 picoseconds. + Weight::from_parts(73_783_000, 6156) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -88,8 +86,8 @@ impl pallet_duster::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `963` // Estimated: `0` - // Minimum execution time: 13_220_000 picoseconds. - Weight::from_parts(13_640_000, 0) + // Minimum execution time: 16_698_000 picoseconds. + Weight::from_parts(17_341_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Duster::AccountBlacklist` (r:1 w:1) @@ -98,8 +96,8 @@ impl pallet_duster::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `1284` // Estimated: `3513` - // Minimum execution time: 17_020_000 picoseconds. - Weight::from_parts(17_450_000, 3513) + // Minimum execution time: 21_191_000 picoseconds. + Weight::from_parts(21_635_000, 3513) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/basilisk/src/weights/pallet_elections_phragmen.rs b/runtime/basilisk/src/weights/pallet_elections_phragmen.rs index bd414423ae..45163b4092 100644 --- a/runtime/basilisk/src/weights/pallet_elections_phragmen.rs +++ b/runtime/basilisk/src/weights/pallet_elections_phragmen.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_elections_phragmen` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -76,10 +74,10 @@ impl pallet_elections_phragmen::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `471 + v * (80 ±0)` // Estimated: `4764 + v * (80 ±0)` - // Minimum execution time: 29_730_000 picoseconds. - Weight::from_parts(31_218_012, 4764) - // Standard Error: 6_406 - .saturating_add(Weight::from_parts(87_093, 0).saturating_mul(v.into())) + // Minimum execution time: 37_096_000 picoseconds. + Weight::from_parts(37_709_221, 4764) + // Standard Error: 2_056 + .saturating_add(Weight::from_parts(125_116, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into())) @@ -101,10 +99,10 @@ impl pallet_elections_phragmen::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `441 + v * (80 ±0)` // Estimated: `4764 + v * (80 ±0)` - // Minimum execution time: 40_860_000 picoseconds. - Weight::from_parts(42_250_701, 4764) - // Standard Error: 12_760 - .saturating_add(Weight::from_parts(141_034, 0).saturating_mul(v.into())) + // Minimum execution time: 49_254_000 picoseconds. + Weight::from_parts(50_123_415, 4764) + // Standard Error: 3_715 + .saturating_add(Weight::from_parts(101_446, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into())) @@ -126,10 +124,10 @@ impl pallet_elections_phragmen::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `473 + v * (80 ±0)` // Estimated: `4764 + v * (80 ±0)` - // Minimum execution time: 40_750_000 picoseconds. - Weight::from_parts(42_060_982, 4764) - // Standard Error: 11_619 - .saturating_add(Weight::from_parts(179_617, 0).saturating_mul(v.into())) + // Minimum execution time: 49_624_000 picoseconds. + Weight::from_parts(50_262_896, 4764) + // Standard Error: 3_021 + .saturating_add(Weight::from_parts(103_966, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into())) @@ -144,8 +142,8 @@ impl pallet_elections_phragmen::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `803` // Estimated: `4764` - // Minimum execution time: 41_790_000 picoseconds. - Weight::from_parts(43_580_000, 4764) + // Minimum execution time: 49_535_000 picoseconds. + Weight::from_parts(50_003_000, 4764) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -160,10 +158,10 @@ impl pallet_elections_phragmen::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `1347 + c * (48 ±0)` // Estimated: `2832 + c * (48 ±0)` - // Minimum execution time: 29_930_000 picoseconds. - Weight::from_parts(31_074_762, 2832) - // Standard Error: 1_111 - .saturating_add(Weight::from_parts(65_730, 0).saturating_mul(c.into())) + // Minimum execution time: 35_237_000 picoseconds. + Weight::from_parts(35_770_382, 2832) + // Standard Error: 351 + .saturating_add(Weight::from_parts(52_908, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) @@ -175,10 +173,10 @@ impl pallet_elections_phragmen::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `317 + c * (48 ±0)` // Estimated: `1794 + c * (48 ±0)` - // Minimum execution time: 26_300_000 picoseconds. - Weight::from_parts(27_977_501, 1794) - // Standard Error: 983 - .saturating_add(Weight::from_parts(36_669, 0).saturating_mul(c.into())) + // Minimum execution time: 30_527_000 picoseconds. + Weight::from_parts(31_354_484, 1794) + // Standard Error: 560 + .saturating_add(Weight::from_parts(27_371, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) @@ -197,8 +195,8 @@ impl pallet_elections_phragmen::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `1494` // Estimated: `2979` - // Minimum execution time: 35_770_000 picoseconds. - Weight::from_parts(37_260_000, 2979) + // Minimum execution time: 41_860_000 picoseconds. + Weight::from_parts(42_333_000, 2979) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -208,8 +206,8 @@ impl pallet_elections_phragmen::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `957` // Estimated: `2442` - // Minimum execution time: 26_360_000 picoseconds. - Weight::from_parts(28_110_000, 2442) + // Minimum execution time: 30_677_000 picoseconds. + Weight::from_parts(30_984_000, 2442) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -238,8 +236,8 @@ impl pallet_elections_phragmen::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `1494` // Estimated: `3593` - // Minimum execution time: 48_770_000 picoseconds. - Weight::from_parts(50_911_000, 3593) + // Minimum execution time: 56_006_000 picoseconds. + Weight::from_parts(56_688_000, 3593) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -263,12 +261,12 @@ impl pallet_elections_phragmen::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `0 + d * (631 ±0) + v * (56 ±0)` // Estimated: `32188 + d * (3774 ±1) + v * (24 ±0)` - // Minimum execution time: 5_780_000 picoseconds. - Weight::from_parts(6_480_000, 32188) - // Standard Error: 17_262 - .saturating_add(Weight::from_parts(163_655, 0).saturating_mul(v.into())) - // Standard Error: 37_590 - .saturating_add(Weight::from_parts(48_373_194, 0).saturating_mul(d.into())) + // Minimum execution time: 9_285_000 picoseconds. + Weight::from_parts(9_984_000, 32188) + // Standard Error: 10_326 + .saturating_add(Weight::from_parts(99_198, 0).saturating_mul(v.into())) + // Standard Error: 22_488 + .saturating_add(Weight::from_parts(53_664_147, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(d.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(d.into()))) @@ -300,12 +298,12 @@ impl pallet_elections_phragmen::WeightInfo for Basilisk // Proof Size summary in bytes: // Measured: `0 + c * (10 ±0) + e * (27 ±0) + v * (414 ±0)` // Estimated: `278823 + c * (2405 ±3) + e * (14 ±0) + v * (2572 ±3)` - // Minimum execution time: 2_522_186_000 picoseconds. - Weight::from_parts(2_546_425_000, 278823) - // Standard Error: 204_707 - .saturating_add(Weight::from_parts(10_945_132, 0).saturating_mul(v.into())) - // Standard Error: 21_355 - .saturating_add(Weight::from_parts(513_013, 0).saturating_mul(e.into())) + // Minimum execution time: 2_817_465_000 picoseconds. + Weight::from_parts(2_824_172_000, 278823) + // Standard Error: 334_423 + .saturating_add(Weight::from_parts(15_816_287, 0).saturating_mul(v.into())) + // Standard Error: 34_888 + .saturating_add(Weight::from_parts(1_105_213, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(32_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) diff --git a/runtime/basilisk/src/weights/pallet_ema_oracle.rs b/runtime/basilisk/src/weights/pallet_ema_oracle.rs index 0f21923473..d2cbd596c3 100644 --- a/runtime/basilisk/src/weights/pallet_ema_oracle.rs +++ b/runtime/basilisk/src/weights/pallet_ema_oracle.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_ema_oracle` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -30,7 +30,7 @@ // pallet // --wasm-execution=compiled // --pallet -// pallet-ema-oracle +// * // --extrinsic // * // --heap-pages @@ -39,11 +39,9 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output -// weights.rs +// weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -65,8 +63,8 @@ impl pallet_ema_oracle::WeightInfo for BasiliskWeight pallet_ema_oracle::WeightInfo for BasiliskWeight pallet_ema_oracle::WeightInfo for BasiliskWeight pallet_ema_oracle::WeightInfo for BasiliskWeight pallet_ema_oracle::WeightInfo for BasiliskWeight pallet_ema_oracle::WeightInfo for BasiliskWeight pallet_ema_oracle::WeightInfo for BasiliskWeight pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `31 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 8_710_000 picoseconds. - Weight::from_parts(9_443_931, 2626) - // Standard Error: 2_499 - .saturating_add(Weight::from_parts(80_557, 0).saturating_mul(r.into())) + // Minimum execution time: 11_484_000 picoseconds. + Weight::from_parts(12_229_755, 2626) + // Standard Error: 1_584 + .saturating_add(Weight::from_parts(86_738, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -80,10 +78,10 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `6977 + r * (5 ±0)` // Estimated: `11037` - // Minimum execution time: 134_221_000 picoseconds. - Weight::from_parts(139_988_186, 11037) - // Standard Error: 12_767 - .saturating_add(Weight::from_parts(136_396, 0).saturating_mul(r.into())) + // Minimum execution time: 148_695_000 picoseconds. + Weight::from_parts(150_412_372, 11037) + // Standard Error: 6_026 + .saturating_add(Weight::from_parts(15_805, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -98,10 +96,10 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `100` // Estimated: `11037 + s * (2589 ±0)` - // Minimum execution time: 9_520_000 picoseconds. - Weight::from_parts(22_514_789, 11037) - // Standard Error: 6_645 - .saturating_add(Weight::from_parts(3_791_272, 0).saturating_mul(s.into())) + // Minimum execution time: 12_547_000 picoseconds. + Weight::from_parts(27_746_338, 11037) + // Standard Error: 3_796 + .saturating_add(Weight::from_parts(3_784_979, 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)) @@ -119,10 +117,10 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `193 + p * (32 ±0)` // Estimated: `11037` - // Minimum execution time: 9_440_000 picoseconds. - Weight::from_parts(21_879_116, 11037) - // Standard Error: 4_715 - .saturating_add(Weight::from_parts(1_534_721, 0).saturating_mul(p.into())) + // Minimum execution time: 12_320_000 picoseconds. + Weight::from_parts(27_441_757, 11037) + // Standard Error: 3_553 + .saturating_add(Weight::from_parts(1_502_513, 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()))) @@ -135,16 +133,14 @@ impl pallet_identity::WeightInfo for BasiliskWeight /// Proof: `Identity::SuperOf` (`max_values`: None, `max_size`: Some(114), added: 2589, mode: `MaxEncodedLen`) /// The range of component `r` is `[1, 20]`. /// The range of component `s` is `[0, 100]`. - fn clear_identity(r: u32, s: u32, ) -> Weight { + fn clear_identity(_r: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `7069 + r * (5 ±0) + s * (32 ±0)` // Estimated: `11037` - // Minimum execution time: 58_951_000 picoseconds. - Weight::from_parts(62_283_319, 11037) - // Standard Error: 17_567 - .saturating_add(Weight::from_parts(22_897, 0).saturating_mul(r.into())) - // Standard Error: 3_427 - .saturating_add(Weight::from_parts(1_477_105, 0).saturating_mul(s.into())) + // Minimum execution time: 67_748_000 picoseconds. + Weight::from_parts(74_385_987, 11037) + // Standard Error: 1_934 + .saturating_add(Weight::from_parts(1_465_027, 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()))) @@ -158,10 +154,10 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `6967 + r * (57 ±0)` // Estimated: `11037` - // Minimum execution time: 86_331_000 picoseconds. - Weight::from_parts(89_757_905, 11037) - // Standard Error: 10_571 - .saturating_add(Weight::from_parts(128_154, 0).saturating_mul(r.into())) + // Minimum execution time: 99_497_000 picoseconds. + Weight::from_parts(100_503_188, 11037) + // Standard Error: 2_692 + .saturating_add(Weight::from_parts(92_820, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -172,10 +168,10 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `6998` // Estimated: `11037` - // Minimum execution time: 83_111_000 picoseconds. - Weight::from_parts(86_968_199, 11037) - // Standard Error: 7_753 - .saturating_add(Weight::from_parts(59_608, 0).saturating_mul(r.into())) + // Minimum execution time: 98_008_000 picoseconds. + Weight::from_parts(99_213_551, 11037) + // Standard Error: 4_392 + .saturating_add(Weight::from_parts(42_197, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -186,10 +182,10 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `88 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 6_530_000 picoseconds. - Weight::from_parts(6_970_369, 2626) - // Standard Error: 1_385 - .saturating_add(Weight::from_parts(65_495, 0).saturating_mul(r.into())) + // Minimum execution time: 8_698_000 picoseconds. + Weight::from_parts(9_185_662, 2626) + // Standard Error: 1_256 + .saturating_add(Weight::from_parts(63_180, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -200,10 +196,10 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `88 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 5_860_000 picoseconds. - Weight::from_parts(6_339_078, 2626) - // Standard Error: 1_427 - .saturating_add(Weight::from_parts(62_408, 0).saturating_mul(r.into())) + // Minimum execution time: 7_798_000 picoseconds. + Weight::from_parts(8_246_950, 2626) + // Standard Error: 922 + .saturating_add(Weight::from_parts(59_432, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -214,10 +210,10 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `88 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 5_730_000 picoseconds. - Weight::from_parts(6_453_402, 2626) - // Standard Error: 1_293 - .saturating_add(Weight::from_parts(50_492, 0).saturating_mul(r.into())) + // Minimum execution time: 7_621_000 picoseconds. + Weight::from_parts(8_053_257, 2626) + // Standard Error: 868 + .saturating_add(Weight::from_parts(62_091, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -230,10 +226,10 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `7045 + r * (57 ±0)` // Estimated: `11037` - // Minimum execution time: 114_311_000 picoseconds. - Weight::from_parts(118_989_129, 11037) - // Standard Error: 9_371 - .saturating_add(Weight::from_parts(55_305, 0).saturating_mul(r.into())) + // Minimum execution time: 124_808_000 picoseconds. + Weight::from_parts(126_915_231, 11037) + // Standard Error: 7_431 + .saturating_add(Weight::from_parts(41_935, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -247,16 +243,14 @@ impl pallet_identity::WeightInfo for BasiliskWeight /// Proof: `Identity::SuperOf` (`max_values`: None, `max_size`: Some(114), added: 2589, mode: `MaxEncodedLen`) /// The range of component `r` is `[1, 20]`. /// The range of component `s` is `[0, 100]`. - fn kill_identity(r: u32, s: u32, ) -> Weight { + fn kill_identity(_r: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `7209 + r * (5 ±0) + s * (32 ±0)` // Estimated: `11037` - // Minimum execution time: 76_341_000 picoseconds. - Weight::from_parts(82_411_000, 11037) - // Standard Error: 117_451 - .saturating_add(Weight::from_parts(408_319, 0).saturating_mul(r.into())) - // Standard Error: 23_476 - .saturating_add(Weight::from_parts(1_630_731, 0).saturating_mul(s.into())) + // Minimum execution time: 83_097_000 picoseconds. + Weight::from_parts(87_528_050, 11037) + // Standard Error: 2_238 + .saturating_add(Weight::from_parts(1_496_773, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -272,10 +266,10 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `474 + s * (36 ±0)` // Estimated: `11037` - // Minimum execution time: 27_000_000 picoseconds. - Weight::from_parts(28_612_918, 11037) - // Standard Error: 12_122 - .saturating_add(Weight::from_parts(174_462, 0).saturating_mul(s.into())) + // Minimum execution time: 32_236_000 picoseconds. + Weight::from_parts(36_362_954, 11037) + // Standard Error: 1_062 + .saturating_add(Weight::from_parts(52_365, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -288,10 +282,10 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `590 + s * (3 ±0)` // Estimated: `11037` - // Minimum execution time: 13_210_000 picoseconds. - Weight::from_parts(14_750_424, 11037) - // Standard Error: 737 - .saturating_add(Weight::from_parts(26_727, 0).saturating_mul(s.into())) + // Minimum execution time: 16_415_000 picoseconds. + Weight::from_parts(18_349_721, 11037) + // Standard Error: 562 + .saturating_add(Weight::from_parts(17_128, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -306,10 +300,10 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `637 + s * (35 ±0)` // Estimated: `11037` - // Minimum execution time: 29_141_000 picoseconds. - Weight::from_parts(28_766_415, 11037) - // Standard Error: 10_961 - .saturating_add(Weight::from_parts(197_341, 0).saturating_mul(s.into())) + // Minimum execution time: 35_684_000 picoseconds. + Weight::from_parts(38_312_407, 11037) + // Standard Error: 688 + .saturating_add(Weight::from_parts(37_421, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -324,10 +318,10 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `666 + s * (37 ±0)` // Estimated: `6723` - // Minimum execution time: 24_190_000 picoseconds. - Weight::from_parts(37_585_619, 6723) - // Standard Error: 11_928 - .saturating_add(Weight::from_parts(76_202, 0).saturating_mul(s.into())) + // Minimum execution time: 27_184_000 picoseconds. + Weight::from_parts(29_321_568, 6723) + // Standard Error: 782 + .saturating_add(Weight::from_parts(44_833, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -337,8 +331,8 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_930_000 picoseconds. - Weight::from_parts(16_500_000, 0) + // Minimum execution time: 9_442_000 picoseconds. + Weight::from_parts(9_602_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Identity::UsernameAuthorities` (r:1 w:1) @@ -347,8 +341,8 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `79` // Estimated: `3517` - // Minimum execution time: 20_570_000 picoseconds. - Weight::from_parts(22_690_000, 3517) + // Minimum execution time: 13_054_000 picoseconds. + Weight::from_parts(13_291_000, 3517) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -364,8 +358,8 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `79` // Estimated: `11037` - // Minimum execution time: 68_201_000 picoseconds. - Weight::from_parts(98_761_000, 11037) + // Minimum execution time: 67_940_000 picoseconds. + Weight::from_parts(68_746_000, 11037) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -379,8 +373,8 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `114` // Estimated: `11037` - // Minimum execution time: 23_331_000 picoseconds. - Weight::from_parts(38_561_000, 11037) + // Minimum execution time: 27_078_000 picoseconds. + Weight::from_parts(27_421_000, 11037) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -390,8 +384,8 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `114` // Estimated: `3550` - // Minimum execution time: 38_071_000 picoseconds. - Weight::from_parts(42_001_000, 3550) + // Minimum execution time: 17_325_000 picoseconds. + Weight::from_parts(17_769_000, 3550) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -403,8 +397,8 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `256` // Estimated: `11037` - // Minimum execution time: 18_220_000 picoseconds. - Weight::from_parts(18_940_000, 11037) + // Minimum execution time: 22_237_000 picoseconds. + Weight::from_parts(22_687_000, 11037) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -416,8 +410,8 @@ impl pallet_identity::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `97` // Estimated: `11037` - // Minimum execution time: 12_560_000 picoseconds. - Weight::from_parts(13_070_000, 11037) + // Minimum execution time: 15_945_000 picoseconds. + Weight::from_parts(16_234_000, 11037) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/basilisk/src/weights/pallet_lbp.rs b/runtime/basilisk/src/weights/pallet_lbp.rs index e3debc8c5f..ab508509bb 100644 --- a/runtime/basilisk/src/weights/pallet_lbp.rs +++ b/runtime/basilisk/src/weights/pallet_lbp.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_lbp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -77,8 +75,8 @@ impl pallet_lbp::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `964` // Estimated: `11322` - // Minimum execution time: 92_101_000 picoseconds. - Weight::from_parts(96_241_000, 11322) + // Minimum execution time: 110_776_000 picoseconds. + Weight::from_parts(111_592_000, 11322) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -90,8 +88,8 @@ impl pallet_lbp::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `384` // Estimated: `3628` - // Minimum execution time: 19_190_000 picoseconds. - Weight::from_parts(19_690_000, 3628) + // Minimum execution time: 23_800_000 picoseconds. + Weight::from_parts(24_127_000, 3628) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -107,8 +105,8 @@ impl pallet_lbp::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `1204` // Estimated: `11322` - // Minimum execution time: 67_340_000 picoseconds. - Weight::from_parts(69_681_000, 11322) + // Minimum execution time: 80_680_000 picoseconds. + Weight::from_parts(81_199_000, 11322) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -130,8 +128,8 @@ impl pallet_lbp::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `1393` // Estimated: `11322` - // Minimum execution time: 90_761_000 picoseconds. - Weight::from_parts(94_581_000, 11322) + // Minimum execution time: 107_254_000 picoseconds. + Weight::from_parts(108_429_000, 11322) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -149,8 +147,8 @@ impl pallet_lbp::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `1572` // Estimated: `13905` - // Minimum execution time: 154_791_000 picoseconds. - Weight::from_parts(160_502_000, 13905) + // Minimum execution time: 205_434_000 picoseconds. + Weight::from_parts(206_888_000, 13905) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -168,8 +166,8 @@ impl pallet_lbp::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `1572` // Estimated: `13905` - // Minimum execution time: 154_702_000 picoseconds. - Weight::from_parts(161_012_000, 13905) + // Minimum execution time: 205_073_000 picoseconds. + Weight::from_parts(206_021_000, 13905) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -189,12 +187,12 @@ impl pallet_lbp::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `817 + e * (755 ±0)` // Estimated: `6156 + e * (7749 ±6_801_226_166_572_765)` - // Minimum execution time: 52_880_000 picoseconds. - Weight::from_parts(54_061_000, 6156) - // Standard Error: 140_496 - .saturating_add(Weight::from_parts(766_543, 0).saturating_mul(c.into())) - // Standard Error: 312_925 - .saturating_add(Weight::from_parts(106_100_719, 0).saturating_mul(e.into())) + // Minimum execution time: 85_916_000 picoseconds. + Weight::from_parts(86_573_000, 6156) + // Standard Error: 226_731 + .saturating_add(Weight::from_parts(883_459, 0).saturating_mul(c.into())) + // Standard Error: 504_995 + .saturating_add(Weight::from_parts(120_339_587, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((9_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes((7_u64).saturating_mul(e.into()))) @@ -216,12 +214,12 @@ impl pallet_lbp::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `817 + e * (755 ±0)` // Estimated: `6156 + e * (7749 ±1_398_712_020_157_493)` - // Minimum execution time: 95_671_000 picoseconds. - Weight::from_parts(96_911_000, 6156) - // Standard Error: 262_021 - .saturating_add(Weight::from_parts(1_997_955, 0).saturating_mul(c.into())) - // Standard Error: 883_620 - .saturating_add(Weight::from_parts(82_292_049, 0).saturating_mul(e.into())) + // Minimum execution time: 162_168_000 picoseconds. + Weight::from_parts(163_264_000, 6156) + // Standard Error: 443_426 + .saturating_add(Weight::from_parts(2_989_031, 0).saturating_mul(c.into())) + // Standard Error: 1_495_378 + .saturating_add(Weight::from_parts(79_169_335, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((9_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes((7_u64).saturating_mul(e.into()))) @@ -235,8 +233,8 @@ impl pallet_lbp::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `817` // Estimated: `6156` - // Minimum execution time: 52_810_000 picoseconds. - Weight::from_parts(53_830_000, 6156) + // Minimum execution time: 91_853_000 picoseconds. + Weight::from_parts(92_664_000, 6156) .saturating_add(T::DbWeight::get().reads(3_u64)) } } \ No newline at end of file diff --git a/runtime/basilisk/src/weights/pallet_marketplace.rs b/runtime/basilisk/src/weights/pallet_marketplace.rs index 43cb074fbb..aa91c5b0c8 100644 --- a/runtime/basilisk/src/weights/pallet_marketplace.rs +++ b/runtime/basilisk/src/weights/pallet_marketplace.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_marketplace` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -85,8 +83,8 @@ impl pallet_marketplace::WeightInfo for BasiliskWeight< // Proof Size summary in bytes: // Measured: `2926` // Estimated: `6156` - // Minimum execution time: 91_431_000 picoseconds. - Weight::from_parts(94_601_000, 6156) + // Minimum execution time: 110_841_000 picoseconds. + Weight::from_parts(112_135_000, 6156) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -98,8 +96,8 @@ impl pallet_marketplace::WeightInfo for BasiliskWeight< // Proof Size summary in bytes: // Measured: `1394` // Estimated: `3611` - // Minimum execution time: 24_080_000 picoseconds. - Weight::from_parts(25_370_000, 3611) + // Minimum execution time: 31_259_000 picoseconds. + Weight::from_parts(31_474_000, 3611) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -117,8 +115,8 @@ impl pallet_marketplace::WeightInfo for BasiliskWeight< // Proof Size summary in bytes: // Measured: `1864` // Estimated: `4087` - // Minimum execution time: 44_071_000 picoseconds. - Weight::from_parts(46_530_000, 4087) + // Minimum execution time: 54_880_000 picoseconds. + Weight::from_parts(55_502_000, 4087) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -138,8 +136,8 @@ impl pallet_marketplace::WeightInfo for BasiliskWeight< // Proof Size summary in bytes: // Measured: `2355` // Estimated: `4087` - // Minimum execution time: 44_961_000 picoseconds. - Weight::from_parts(46_860_000, 4087) + // Minimum execution time: 55_626_000 picoseconds. + Weight::from_parts(56_318_000, 4087) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -171,8 +169,8 @@ impl pallet_marketplace::WeightInfo for BasiliskWeight< // Proof Size summary in bytes: // Measured: `2996` // Estimated: `6156` - // Minimum execution time: 107_540_000 picoseconds. - Weight::from_parts(110_771_000, 6156) + // Minimum execution time: 131_962_000 picoseconds. + Weight::from_parts(132_814_000, 6156) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -188,8 +186,8 @@ impl pallet_marketplace::WeightInfo for BasiliskWeight< // Proof Size summary in bytes: // Measured: `1677` // Estimated: `4087` - // Minimum execution time: 32_401_000 picoseconds. - Weight::from_parts(33_600_000, 4087) + // Minimum execution time: 40_845_000 picoseconds. + Weight::from_parts(41_420_000, 4087) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/basilisk/src/weights/pallet_message_queue.rs b/runtime/basilisk/src/weights/pallet_message_queue.rs index e9c70357ee..4327c12d41 100644 --- a/runtime/basilisk/src/weights/pallet_message_queue.rs +++ b/runtime/basilisk/src/weights/pallet_message_queue.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_message_queue` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -67,8 +65,8 @@ impl pallet_message_queue::WeightInfo for BasiliskWeigh // Proof Size summary in bytes: // Measured: `298` // Estimated: `6044` - // Minimum execution time: 13_220_000 picoseconds. - Weight::from_parts(13_570_000, 6044) + // Minimum execution time: 15_698_000 picoseconds. + Weight::from_parts(16_092_000, 6044) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -80,8 +78,8 @@ impl pallet_message_queue::WeightInfo for BasiliskWeigh // Proof Size summary in bytes: // Measured: `293` // Estimated: `6044` - // Minimum execution time: 11_450_000 picoseconds. - Weight::from_parts(11_810_000, 6044) + // Minimum execution time: 14_149_000 picoseconds. + Weight::from_parts(14_446_000, 6044) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -91,8 +89,8 @@ impl pallet_message_queue::WeightInfo for BasiliskWeigh // Proof Size summary in bytes: // Measured: `80` // Estimated: `3517` - // Minimum execution time: 5_710_000 picoseconds. - Weight::from_parts(5_970_000, 3517) + // Minimum execution time: 7_096_000 picoseconds. + Weight::from_parts(7_326_000, 3517) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -102,8 +100,8 @@ impl pallet_message_queue::WeightInfo for BasiliskWeigh // Proof Size summary in bytes: // Measured: `147` // Estimated: `137658` - // Minimum execution time: 7_200_000 picoseconds. - Weight::from_parts(7_550_000, 137658) + // Minimum execution time: 8_771_000 picoseconds. + Weight::from_parts(8_855_000, 137658) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -113,8 +111,8 @@ impl pallet_message_queue::WeightInfo for BasiliskWeigh // Proof Size summary in bytes: // Measured: `147` // Estimated: `137658` - // Minimum execution time: 7_510_000 picoseconds. - Weight::from_parts(7_721_000, 137658) + // Minimum execution time: 8_939_000 picoseconds. + Weight::from_parts(9_299_000, 137658) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -126,8 +124,8 @@ impl pallet_message_queue::WeightInfo for BasiliskWeigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 244_592_000 picoseconds. - Weight::from_parts(257_093_000, 0) + // Minimum execution time: 276_194_000 picoseconds. + Weight::from_parts(278_446_000, 0) .saturating_add(T::DbWeight::get().writes(2_u64)) } /// Storage: `MessageQueue::ServiceHead` (r:1 w:1) @@ -138,8 +136,8 @@ impl pallet_message_queue::WeightInfo for BasiliskWeigh // Proof Size summary in bytes: // Measured: `246` // Estimated: `3517` - // Minimum execution time: 7_370_000 picoseconds. - Weight::from_parts(7_630_000, 3517) + // Minimum execution time: 9_166_000 picoseconds. + Weight::from_parts(9_299_000, 3517) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -151,8 +149,8 @@ impl pallet_message_queue::WeightInfo for BasiliskWeigh // Proof Size summary in bytes: // Measured: `134349` // Estimated: `137658` - // Minimum execution time: 69_251_000 picoseconds. - Weight::from_parts(70_801_000, 137658) + // Minimum execution time: 102_588_000 picoseconds. + Weight::from_parts(103_688_000, 137658) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -164,8 +162,8 @@ impl pallet_message_queue::WeightInfo for BasiliskWeigh // Proof Size summary in bytes: // Measured: `134349` // Estimated: `137658` - // Minimum execution time: 103_801_000 picoseconds. - Weight::from_parts(106_321_000, 137658) + // Minimum execution time: 140_983_000 picoseconds. + Weight::from_parts(142_071_000, 137658) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -177,8 +175,8 @@ impl pallet_message_queue::WeightInfo for BasiliskWeigh // Proof Size summary in bytes: // Measured: `134349` // Estimated: `137658` - // Minimum execution time: 163_081_000 picoseconds. - Weight::from_parts(168_422_000, 137658) + // Minimum execution time: 201_762_000 picoseconds. + Weight::from_parts(204_877_000, 137658) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/runtime/basilisk/src/weights/pallet_multisig.rs b/runtime/basilisk/src/weights/pallet_multisig.rs index 68d0fb32e2..c6d9327418 100644 --- a/runtime/basilisk/src/weights/pallet_multisig.rs +++ b/runtime/basilisk/src/weights/pallet_multisig.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -64,10 +62,10 @@ impl pallet_multisig::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_280_000 picoseconds. - Weight::from_parts(13_287_659, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(361, 0).saturating_mul(z.into())) + // Minimum execution time: 13_494_000 picoseconds. + Weight::from_parts(13_970_670, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(524, 0).saturating_mul(z.into())) } /// Storage: `Multisig::Multisigs` (r:1 w:1) /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) @@ -77,12 +75,12 @@ impl pallet_multisig::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `295 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 37_760_000 picoseconds. - Weight::from_parts(35_205_121, 6811) - // Standard Error: 2_877 - .saturating_add(Weight::from_parts(45_382, 0).saturating_mul(s.into())) - // Standard Error: 28 - .saturating_add(Weight::from_parts(1_037, 0).saturating_mul(z.into())) + // Minimum execution time: 42_808_000 picoseconds. + Weight::from_parts(38_178_070, 6811) + // Standard Error: 373 + .saturating_add(Weight::from_parts(54_318, 0).saturating_mul(s.into())) + // Standard Error: 3 + .saturating_add(Weight::from_parts(1_218, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -94,12 +92,12 @@ impl pallet_multisig::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `315` // Estimated: `6811` - // Minimum execution time: 23_250_000 picoseconds. - Weight::from_parts(18_464_695, 6811) - // Standard Error: 764 - .saturating_add(Weight::from_parts(63_228, 0).saturating_mul(s.into())) - // Standard Error: 7 - .saturating_add(Weight::from_parts(1_065, 0).saturating_mul(z.into())) + // Minimum execution time: 27_394_000 picoseconds. + Weight::from_parts(22_989_426, 6811) + // Standard Error: 263 + .saturating_add(Weight::from_parts(49_373, 0).saturating_mul(s.into())) + // Standard Error: 2 + .saturating_add(Weight::from_parts(1_223, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -113,12 +111,12 @@ impl pallet_multisig::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `418 + s * (33 ±0)` // Estimated: `6811` - // Minimum execution time: 42_221_000 picoseconds. - Weight::from_parts(35_756_970, 6811) - // Standard Error: 1_137 - .saturating_add(Weight::from_parts(81_681, 0).saturating_mul(s.into())) - // Standard Error: 11 - .saturating_add(Weight::from_parts(1_138, 0).saturating_mul(z.into())) + // Minimum execution time: 48_394_000 picoseconds. + Weight::from_parts(42_192_210, 6811) + // Standard Error: 415 + .saturating_add(Weight::from_parts(67_304, 0).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(1_257, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -129,10 +127,10 @@ impl pallet_multisig::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `296 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 27_930_000 picoseconds. - Weight::from_parts(30_269_183, 6811) - // Standard Error: 1_126 - .saturating_add(Weight::from_parts(72_408, 0).saturating_mul(s.into())) + // Minimum execution time: 35_175_000 picoseconds. + Weight::from_parts(36_425_061, 6811) + // Standard Error: 507 + .saturating_add(Weight::from_parts(50_633, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -143,10 +141,10 @@ impl pallet_multisig::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `315` // Estimated: `6811` - // Minimum execution time: 15_780_000 picoseconds. - Weight::from_parts(16_640_325, 6811) - // Standard Error: 862 - .saturating_add(Weight::from_parts(64_428, 0).saturating_mul(s.into())) + // Minimum execution time: 20_589_000 picoseconds. + Weight::from_parts(21_014_050, 6811) + // Standard Error: 435 + .saturating_add(Weight::from_parts(52_283, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -157,10 +155,10 @@ impl pallet_multisig::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `487 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 28_471_000 picoseconds. - Weight::from_parts(30_511_852, 6811) - // Standard Error: 2_097 - .saturating_add(Weight::from_parts(75_044, 0).saturating_mul(s.into())) + // Minimum execution time: 34_949_000 picoseconds. + Weight::from_parts(36_697_634, 6811) + // Standard Error: 463 + .saturating_add(Weight::from_parts(54_685, 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/basilisk/src/weights/pallet_nft.rs b/runtime/basilisk/src/weights/pallet_nft.rs index 1430acd73b..37c528ee2a 100644 --- a/runtime/basilisk/src/weights/pallet_nft.rs +++ b/runtime/basilisk/src/weights/pallet_nft.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_nft` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -56,8 +54,8 @@ use core::marker::PhantomData; /// Weights for `pallet_nft`. pub struct WeightInfo(PhantomData); -const CREATE_COLLECTION_OFFSET: u64 = 180 * 3; -const MINT_OFFSET: u64 = 140 * 3; +const CREATE_COLLECTION_OFFSET: u64 = 400; +const MINT_OFFSET: u64 = 300; /// Weights for `pallet_nft` using the Basilisk node and recommended hardware. pub struct BasiliskWeight(PhantomData); @@ -76,8 +74,8 @@ impl pallet_nft::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `500` // Estimated: `4087` - // Minimum execution time: 21_440_000 picoseconds. - Weight::from_parts(22_950_000, 4087) + // Minimum execution time: 28_516_000 picoseconds. + Weight::from_parts(28_938_000, 4087) .saturating_mul(CREATE_COLLECTION_OFFSET) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -102,8 +100,8 @@ impl pallet_nft::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `936` // Estimated: `4087` - // Minimum execution time: 38_970_000 picoseconds. - Weight::from_parts(40_021_000, 4087) + // Minimum execution time: 48_444_000 picoseconds. + Weight::from_parts(49_056_000, 4087) .saturating_mul(MINT_OFFSET) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -122,8 +120,8 @@ impl pallet_nft::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `873` // Estimated: `3655` - // Minimum execution time: 36_170_000 picoseconds. - Weight::from_parts(38_671_000, 3655) + // Minimum execution time: 44_359_000 picoseconds. + Weight::from_parts(44_825_000, 3655) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -147,8 +145,8 @@ impl pallet_nft::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `978` // Estimated: `4087` - // Minimum execution time: 45_351_000 picoseconds. - Weight::from_parts(46_690_000, 4087) + // Minimum execution time: 56_436_000 picoseconds. + Weight::from_parts(57_102_000, 4087) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -172,8 +170,8 @@ impl pallet_nft::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `1141` // Estimated: `4087` - // Minimum execution time: 39_440_000 picoseconds. - Weight::from_parts(41_081_000, 4087) + // Minimum execution time: 48_094_000 picoseconds. + Weight::from_parts(48_720_000, 4087) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } diff --git a/runtime/basilisk/src/weights/pallet_preimage.rs b/runtime/basilisk/src/weights/pallet_preimage.rs index 847534cfad..d0bc8158a2 100644 --- a/runtime/basilisk/src/weights/pallet_preimage.rs +++ b/runtime/basilisk/src/weights/pallet_preimage.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -72,10 +70,10 @@ impl pallet_preimage::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `109` // Estimated: `3556` - // Minimum execution time: 49_460_000 picoseconds. - Weight::from_parts(50_131_000, 3556) - // Standard Error: 2 - .saturating_add(Weight::from_parts(1_663, 0).saturating_mul(s.into())) + // Minimum execution time: 55_217_000 picoseconds. + Weight::from_parts(55_443_000, 3556) + // Standard Error: 1 + .saturating_add(Weight::from_parts(1_992, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -90,10 +88,10 @@ impl pallet_preimage::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `173` // Estimated: `3556` - // Minimum execution time: 15_220_000 picoseconds. - Weight::from_parts(24_026_943, 3556) - // Standard Error: 3 - .saturating_add(Weight::from_parts(1_618, 0).saturating_mul(s.into())) + // Minimum execution time: 19_021_000 picoseconds. + Weight::from_parts(19_249_000, 3556) + // Standard Error: 1 + .saturating_add(Weight::from_parts(1_987, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -108,10 +106,10 @@ impl pallet_preimage::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `173` // Estimated: `3556` - // Minimum execution time: 15_200_000 picoseconds. - Weight::from_parts(15_670_000, 3556) - // Standard Error: 2 - .saturating_add(Weight::from_parts(1_614, 0).saturating_mul(s.into())) + // Minimum execution time: 18_860_000 picoseconds. + Weight::from_parts(19_202_000, 3556) + // Standard Error: 1 + .saturating_add(Weight::from_parts(1_980, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -127,8 +125,8 @@ impl pallet_preimage::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `311` // Estimated: `3556` - // Minimum execution time: 54_881_000 picoseconds. - Weight::from_parts(56_271_000, 3556) + // Minimum execution time: 62_504_000 picoseconds. + Weight::from_parts(63_400_000, 3556) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -142,8 +140,8 @@ impl pallet_preimage::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `211` // Estimated: `3556` - // Minimum execution time: 25_030_000 picoseconds. - Weight::from_parts(28_930_000, 3556) + // Minimum execution time: 31_512_000 picoseconds. + Weight::from_parts(32_127_000, 3556) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -155,8 +153,8 @@ impl pallet_preimage::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `255` // Estimated: `3556` - // Minimum execution time: 19_380_000 picoseconds. - Weight::from_parts(22_400_000, 3556) + // Minimum execution time: 23_848_000 picoseconds. + Weight::from_parts(24_792_000, 3556) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -168,8 +166,8 @@ impl pallet_preimage::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `211` // Estimated: `3556` - // Minimum execution time: 14_950_000 picoseconds. - Weight::from_parts(16_710_000, 3556) + // Minimum execution time: 17_430_000 picoseconds. + Weight::from_parts(18_360_000, 3556) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -181,8 +179,8 @@ impl pallet_preimage::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `109` // Estimated: `3556` - // Minimum execution time: 15_291_000 picoseconds. - Weight::from_parts(16_320_000, 3556) + // Minimum execution time: 17_759_000 picoseconds. + Weight::from_parts(19_079_000, 3556) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -194,8 +192,8 @@ impl pallet_preimage::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `173` // Estimated: `3556` - // Minimum execution time: 10_710_000 picoseconds. - Weight::from_parts(11_370_000, 3556) + // Minimum execution time: 12_896_000 picoseconds. + Weight::from_parts(13_228_000, 3556) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -209,8 +207,8 @@ impl pallet_preimage::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `211` // Estimated: `3556` - // Minimum execution time: 22_911_000 picoseconds. - Weight::from_parts(26_451_000, 3556) + // Minimum execution time: 25_975_000 picoseconds. + Weight::from_parts(27_490_000, 3556) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -222,8 +220,8 @@ impl pallet_preimage::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `173` // Estimated: `3556` - // Minimum execution time: 10_960_000 picoseconds. - Weight::from_parts(11_380_000, 3556) + // Minimum execution time: 12_874_000 picoseconds. + Weight::from_parts(13_170_000, 3556) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -235,8 +233,8 @@ impl pallet_preimage::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `173` // Estimated: `3556` - // Minimum execution time: 11_140_000 picoseconds. - Weight::from_parts(11_450_000, 3556) + // Minimum execution time: 12_888_000 picoseconds. + Weight::from_parts(13_214_000, 3556) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -253,10 +251,10 @@ impl pallet_preimage::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `0 + n * (227 ±0)` // Estimated: `990 + n * (2603 ±0)` - // Minimum execution time: 53_550_000 picoseconds. - Weight::from_parts(54_331_000, 990) - // Standard Error: 493_174 - .saturating_add(Weight::from_parts(60_728_567, 0).saturating_mul(n.into())) + // Minimum execution time: 61_071_000 picoseconds. + Weight::from_parts(61_288_000, 990) + // Standard Error: 38_930 + .saturating_add(Weight::from_parts(56_690_917, 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, 2603).saturating_mul(n.into())) diff --git a/runtime/basilisk/src/weights/pallet_proxy.rs b/runtime/basilisk/src/weights/pallet_proxy.rs index 199a0ae4f1..c4c4762cdc 100644 --- a/runtime/basilisk/src/weights/pallet_proxy.rs +++ b/runtime/basilisk/src/weights/pallet_proxy.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_proxy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -66,10 +64,10 @@ impl pallet_proxy::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `194 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 13_060_000 picoseconds. - Weight::from_parts(13_836_892, 4706) - // Standard Error: 2_136 - .saturating_add(Weight::from_parts(47_435, 0).saturating_mul(p.into())) + // Minimum execution time: 16_600_000 picoseconds. + Weight::from_parts(17_127_020, 4706) + // Standard Error: 620 + .saturating_add(Weight::from_parts(36_923, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `Proxy::Proxies` (r:1 w:0) @@ -84,12 +82,12 @@ impl pallet_proxy::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `521 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5698` - // Minimum execution time: 32_841_000 picoseconds. - Weight::from_parts(32_879_068, 5698) - // Standard Error: 2_407 - .saturating_add(Weight::from_parts(175_388, 0).saturating_mul(a.into())) - // Standard Error: 2_487 - .saturating_add(Weight::from_parts(55_873, 0).saturating_mul(p.into())) + // Minimum execution time: 39_348_000 picoseconds. + Weight::from_parts(38_774_153, 5698) + // Standard Error: 1_441 + .saturating_add(Weight::from_parts(159_989, 0).saturating_mul(a.into())) + // Standard Error: 1_489 + .saturating_add(Weight::from_parts(40_547, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -103,12 +101,12 @@ impl pallet_proxy::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `436 + a * (68 ±0)` // Estimated: `5698` - // Minimum execution time: 22_000_000 picoseconds. - Weight::from_parts(23_493_605, 5698) - // Standard Error: 1_846 - .saturating_add(Weight::from_parts(153_557, 0).saturating_mul(a.into())) - // Standard Error: 1_908 - .saturating_add(Weight::from_parts(12_905, 0).saturating_mul(p.into())) + // Minimum execution time: 26_716_000 picoseconds. + Weight::from_parts(26_765_226, 5698) + // Standard Error: 1_297 + .saturating_add(Weight::from_parts(159_884, 0).saturating_mul(a.into())) + // Standard Error: 1_340 + .saturating_add(Weight::from_parts(15_327, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -122,12 +120,12 @@ impl pallet_proxy::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `436 + a * (68 ±0)` // Estimated: `5698` - // Minimum execution time: 21_960_000 picoseconds. - Weight::from_parts(23_108_597, 5698) - // Standard Error: 1_937 - .saturating_add(Weight::from_parts(163_494, 0).saturating_mul(a.into())) - // Standard Error: 2_001 - .saturating_add(Weight::from_parts(10_529, 0).saturating_mul(p.into())) + // Minimum execution time: 26_388_000 picoseconds. + Weight::from_parts(26_687_361, 5698) + // Standard Error: 1_200 + .saturating_add(Weight::from_parts(160_285, 0).saturating_mul(a.into())) + // Standard Error: 1_240 + .saturating_add(Weight::from_parts(13_532, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -143,12 +141,12 @@ impl pallet_proxy::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `453 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5698` - // Minimum execution time: 29_211_000 picoseconds. - Weight::from_parts(29_294_988, 5698) - // Standard Error: 1_783 - .saturating_add(Weight::from_parts(161_774, 0).saturating_mul(a.into())) - // Standard Error: 1_842 - .saturating_add(Weight::from_parts(44_272, 0).saturating_mul(p.into())) + // Minimum execution time: 35_577_000 picoseconds. + Weight::from_parts(34_526_191, 5698) + // Standard Error: 956 + .saturating_add(Weight::from_parts(156_266, 0).saturating_mul(a.into())) + // Standard Error: 988 + .saturating_add(Weight::from_parts(41_712, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -159,10 +157,10 @@ impl pallet_proxy::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `194 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 21_110_000 picoseconds. - Weight::from_parts(22_073_066, 4706) - // Standard Error: 2_258 - .saturating_add(Weight::from_parts(60_700, 0).saturating_mul(p.into())) + // Minimum execution time: 25_738_000 picoseconds. + Weight::from_parts(26_181_729, 4706) + // Standard Error: 752 + .saturating_add(Weight::from_parts(39_987, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -173,10 +171,10 @@ impl pallet_proxy::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `194 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 20_950_000 picoseconds. - Weight::from_parts(22_457_790, 4706) - // Standard Error: 3_317 - .saturating_add(Weight::from_parts(47_329, 0).saturating_mul(p.into())) + // Minimum execution time: 25_960_000 picoseconds. + Weight::from_parts(26_945_563, 4706) + // Standard Error: 1_839 + .saturating_add(Weight::from_parts(25_158, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -187,10 +185,10 @@ impl pallet_proxy::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `194 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 19_960_000 picoseconds. - Weight::from_parts(21_169_089, 4706) - // Standard Error: 1_947 - .saturating_add(Weight::from_parts(64_614, 0).saturating_mul(p.into())) + // Minimum execution time: 25_105_000 picoseconds. + Weight::from_parts(25_690_136, 4706) + // Standard Error: 798 + .saturating_add(Weight::from_parts(28_496, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -201,10 +199,10 @@ impl pallet_proxy::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `206` // Estimated: `4706` - // Minimum execution time: 22_741_000 picoseconds. - Weight::from_parts(23_674_536, 4706) - // Standard Error: 2_215 - .saturating_add(Weight::from_parts(54_930, 0).saturating_mul(p.into())) + // Minimum execution time: 28_145_000 picoseconds. + Weight::from_parts(28_756_124, 4706) + // Standard Error: 887 + .saturating_add(Weight::from_parts(9_842, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -215,10 +213,10 @@ impl pallet_proxy::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `231 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 21_321_000 picoseconds. - Weight::from_parts(22_661_788, 4706) - // Standard Error: 2_743 - .saturating_add(Weight::from_parts(50_427, 0).saturating_mul(p.into())) + // Minimum execution time: 26_002_000 picoseconds. + Weight::from_parts(26_646_739, 4706) + // Standard Error: 767 + .saturating_add(Weight::from_parts(29_797, 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/basilisk/src/weights/pallet_route_executor.rs b/runtime/basilisk/src/weights/pallet_route_executor.rs index 0198ce2526..cc4abd7c32 100644 --- a/runtime/basilisk/src/weights/pallet_route_executor.rs +++ b/runtime/basilisk/src/weights/pallet_route_executor.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_route_executor` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -30,7 +30,7 @@ // pallet // --wasm-execution=compiled // --pallet -// pallet-route-executor +// * // --extrinsic // * // --heap-pages @@ -39,11 +39,9 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output -// weights.rs +// weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -74,10 +72,10 @@ impl pallet_route_executor::WeightInfo for BasiliskWeig // Proof Size summary in bytes: // Measured: `2920` // Estimated: `13905` - // Minimum execution time: 233_581_000 picoseconds. - Weight::from_parts(245_887_677, 13905) - // Standard Error: 2_192_620 - .saturating_add(Weight::from_parts(39_324_522, 0).saturating_mul(c.into())) + // Minimum execution time: 320_040_000 picoseconds. + Weight::from_parts(323_949_846, 13905) + // Standard Error: 319_124 + .saturating_add(Weight::from_parts(71_329_453, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -96,13 +94,13 @@ impl pallet_route_executor::WeightInfo for BasiliskWeig fn calculate_and_execute_buy_in_lbp(c: u32, b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1563 + b * (1367 ±0)` - // Estimated: `6156 + b * (7749 ±7_072_116_491_613_192)` - // Minimum execution time: 58_351_000 picoseconds. - Weight::from_parts(59_930_000, 6156) - // Standard Error: 171_790 - .saturating_add(Weight::from_parts(1_239_175, 0).saturating_mul(c.into())) - // Standard Error: 382_625 - .saturating_add(Weight::from_parts(180_872_519, 0).saturating_mul(b.into())) + // Estimated: `6156 + b * (7749 ±6_801_226_166_572_765)` + // Minimum execution time: 92_366_000 picoseconds. + Weight::from_parts(93_225_000, 6156) + // Standard Error: 228_296 + .saturating_add(Weight::from_parts(916_904, 0).saturating_mul(c.into())) + // Standard Error: 508_480 + .saturating_add(Weight::from_parts(229_072_763, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((9_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes((7_u64).saturating_mul(b.into()))) @@ -130,8 +128,8 @@ impl pallet_route_executor::WeightInfo for BasiliskWeig // Proof Size summary in bytes: // Measured: `5244` // Estimated: `39735` - // Minimum execution time: 1_518_883_000 picoseconds. - Weight::from_parts(2_317_410_000, 39735) + // Minimum execution time: 1_585_809_000 picoseconds. + Weight::from_parts(1_593_659_000, 39735) .saturating_add(T::DbWeight::get().reads(42_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -141,8 +139,8 @@ impl pallet_route_executor::WeightInfo for BasiliskWeig // Proof Size summary in bytes: // Measured: `963` // Estimated: `0` - // Minimum execution time: 23_221_000 picoseconds. - Weight::from_parts(38_020_000, 0) + // Minimum execution time: 24_903_000 picoseconds. + Weight::from_parts(25_247_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } \ No newline at end of file diff --git a/runtime/basilisk/src/weights/pallet_scheduler.rs b/runtime/basilisk/src/weights/pallet_scheduler.rs index c50fe1f21a..f40d76f78c 100644 --- a/runtime/basilisk/src/weights/pallet_scheduler.rs +++ b/runtime/basilisk/src/weights/pallet_scheduler.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -65,8 +63,8 @@ impl pallet_scheduler::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `31` // Estimated: `1489` - // Minimum execution time: 2_600_000 picoseconds. - Weight::from_parts(2_760_000, 1489) + // Minimum execution time: 3_248_000 picoseconds. + Weight::from_parts(3_388_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -77,10 +75,10 @@ impl pallet_scheduler::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 3_590_000 picoseconds. - Weight::from_parts(5_975_558, 42428) - // Standard Error: 2_787 - .saturating_add(Weight::from_parts(450_967, 0).saturating_mul(s.into())) + // Minimum execution time: 4_480_000 picoseconds. + Weight::from_parts(8_449_095, 42428) + // Standard Error: 1_920 + .saturating_add(Weight::from_parts(448_989, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -88,8 +86,8 @@ impl pallet_scheduler::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_470_000 picoseconds. - Weight::from_parts(3_610_000, 0) + // Minimum execution time: 4_342_000 picoseconds. + Weight::from_parts(4_600_000, 0) } /// Storage: `Preimage::PreimageFor` (r:1 w:1) /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `Measured`) @@ -102,10 +100,10 @@ impl pallet_scheduler::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `246 + s * (1 ±0)` // Estimated: `3711 + s * (1 ±0)` - // Minimum execution time: 17_911_000 picoseconds. - Weight::from_parts(18_060_000, 3711) - // Standard Error: 1 - .saturating_add(Weight::from_parts(772, 0).saturating_mul(s.into())) + // Minimum execution time: 21_893_000 picoseconds. + Weight::from_parts(22_099_000, 3711) + // Standard Error: 6 + .saturating_add(Weight::from_parts(1_282, 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())) @@ -116,30 +114,30 @@ impl pallet_scheduler::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_070_000 picoseconds. - Weight::from_parts(5_250_000, 0) + // Minimum execution time: 6_755_000 picoseconds. + Weight::from_parts(6_932_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_370_000 picoseconds. - Weight::from_parts(3_470_000, 0) + // Minimum execution time: 4_432_000 picoseconds. + Weight::from_parts(4_659_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_760_000 picoseconds. - Weight::from_parts(2_870_000, 0) + // Minimum execution time: 3_451_000 picoseconds. + Weight::from_parts(3_585_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_640_000 picoseconds. - Weight::from_parts(2_740_000, 0) + // Minimum execution time: 3_447_000 picoseconds. + Weight::from_parts(3_539_000, 0) } /// Storage: `Scheduler::Agenda` (r:1 w:1) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) @@ -148,10 +146,10 @@ impl pallet_scheduler::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 10_360_000 picoseconds. - Weight::from_parts(13_060_730, 42428) - // Standard Error: 3_232 - .saturating_add(Weight::from_parts(473_762, 0).saturating_mul(s.into())) + // Minimum execution time: 13_500_000 picoseconds. + Weight::from_parts(17_459_611, 42428) + // Standard Error: 1_820 + .saturating_add(Weight::from_parts(450_719, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -164,10 +162,10 @@ impl pallet_scheduler::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 14_840_000 picoseconds. - Weight::from_parts(13_169_507, 42428) - // Standard Error: 4_166 - .saturating_add(Weight::from_parts(733_142, 0).saturating_mul(s.into())) + // Minimum execution time: 19_120_000 picoseconds. + Weight::from_parts(18_550_055, 42428) + // Standard Error: 1_113 + .saturating_add(Weight::from_parts(712_484, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -180,10 +178,10 @@ impl pallet_scheduler::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `255 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 13_380_000 picoseconds. - Weight::from_parts(17_008_802, 42428) - // Standard Error: 3_328 - .saturating_add(Weight::from_parts(498_329, 0).saturating_mul(s.into())) + // Minimum execution time: 17_855_000 picoseconds. + Weight::from_parts(22_745_129, 42428) + // Standard Error: 2_675 + .saturating_add(Weight::from_parts(486_040, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -196,10 +194,10 @@ impl pallet_scheduler::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `281 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 15_860_000 picoseconds. - Weight::from_parts(15_298_490, 42428) - // Standard Error: 4_632 - .saturating_add(Weight::from_parts(750_412, 0).saturating_mul(s.into())) + // Minimum execution time: 21_468_000 picoseconds. + Weight::from_parts(21_419_679, 42428) + // Standard Error: 1_300 + .saturating_add(Weight::from_parts(733_096, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/runtime/basilisk/src/weights/pallet_state_trie_migration.rs b/runtime/basilisk/src/weights/pallet_state_trie_migration.rs index ca4643e6c3..0aa491c3b2 100644 --- a/runtime/basilisk/src/weights/pallet_state_trie_migration.rs +++ b/runtime/basilisk/src/weights/pallet_state_trie_migration.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_state_trie_migration` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -69,8 +67,8 @@ impl pallet_state_trie_migration::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `141` // Estimated: `3550` - // Minimum execution time: 19_200_000 picoseconds. - Weight::from_parts(20_090_000, 3550) + // Minimum execution time: 24_429_000 picoseconds. + Weight::from_parts(24_840_000, 3550) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -80,8 +78,8 @@ impl pallet_state_trie_migration::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `109` // Estimated: `1493` - // Minimum execution time: 4_830_000 picoseconds. - Weight::from_parts(5_070_000, 1493) + // Minimum execution time: 6_136_000 picoseconds. + Weight::from_parts(6_418_000, 1493) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `Balances::Holds` (r:1 w:0) @@ -90,8 +88,8 @@ impl pallet_state_trie_migration::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `0` // Estimated: `3550` - // Minimum execution time: 11_510_000 picoseconds. - Weight::from_parts(12_190_000, 3550) + // Minimum execution time: 14_949_000 picoseconds. + Weight::from_parts(15_238_000, 3550) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `Balances::Holds` (r:1 w:1) @@ -102,8 +100,8 @@ impl pallet_state_trie_migration::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `146` // Estimated: `3611` - // Minimum execution time: 68_381_000 picoseconds. - Weight::from_parts(71_370_000, 3611) + // Minimum execution time: 76_410_000 picoseconds. + Weight::from_parts(77_096_000, 3611) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -113,8 +111,8 @@ impl pallet_state_trie_migration::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `0` // Estimated: `3550` - // Minimum execution time: 12_120_000 picoseconds. - Weight::from_parts(12_680_000, 3550) + // Minimum execution time: 15_269_000 picoseconds. + Weight::from_parts(15_505_000, 3550) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `Balances::Holds` (r:1 w:1) @@ -125,8 +123,8 @@ impl pallet_state_trie_migration::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `106` // Estimated: `3571` - // Minimum execution time: 70_851_000 picoseconds. - Weight::from_parts(72_610_000, 3571) + // Minimum execution time: 77_030_000 picoseconds. + Weight::from_parts(77_772_000, 3571) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -137,10 +135,10 @@ impl pallet_state_trie_migration::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `262 + v * (1 ±0)` // Estimated: `3727 + v * (1 ±0)` - // Minimum execution time: 5_000_000 picoseconds. - Weight::from_parts(5_080_000, 3727) + // Minimum execution time: 6_013_000 picoseconds. + Weight::from_parts(6_125_000, 3727) // Standard Error: 1 - .saturating_add(Weight::from_parts(1_081, 0).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(1_751, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(v.into())) diff --git a/runtime/basilisk/src/weights/pallet_timestamp.rs b/runtime/basilisk/src/weights/pallet_timestamp.rs index 050b2708fc..ce3f87e63b 100644 --- a/runtime/basilisk/src/weights/pallet_timestamp.rs +++ b/runtime/basilisk/src/weights/pallet_timestamp.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -65,8 +63,8 @@ impl pallet_timestamp::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `42` // Estimated: `1493` - // Minimum execution time: 5_520_000 picoseconds. - Weight::from_parts(5_860_000, 1493) + // Minimum execution time: 7_410_000 picoseconds. + Weight::from_parts(7_730_000, 1493) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -74,7 +72,7 @@ impl pallet_timestamp::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `94` // Estimated: `0` - // Minimum execution time: 3_750_000 picoseconds. - Weight::from_parts(4_000_000, 0) + // Minimum execution time: 4_633_000 picoseconds. + Weight::from_parts(4_813_000, 0) } } \ No newline at end of file diff --git a/runtime/basilisk/src/weights/pallet_tips.rs b/runtime/basilisk/src/weights/pallet_tips.rs index 23b2391b75..3571577d38 100644 --- a/runtime/basilisk/src/weights/pallet_tips.rs +++ b/runtime/basilisk/src/weights/pallet_tips.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_tips` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -68,10 +66,10 @@ impl pallet_tips::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `3` // Estimated: `3468` - // Minimum execution time: 26_051_000 picoseconds. - Weight::from_parts(27_276_448, 3468) - // Standard Error: 75 - .saturating_add(Weight::from_parts(939, 0).saturating_mul(r.into())) + // Minimum execution time: 32_221_000 picoseconds. + Weight::from_parts(32_914_322, 3468) + // Standard Error: 30 + .saturating_add(Weight::from_parts(1_763, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -83,8 +81,8 @@ impl pallet_tips::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `220` // Estimated: `3685` - // Minimum execution time: 24_430_000 picoseconds. - Weight::from_parts(25_470_000, 3685) + // Minimum execution time: 30_261_000 picoseconds. + Weight::from_parts(30_721_000, 3685) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -100,12 +98,12 @@ impl pallet_tips::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `238 + t * (64 ±0)` // Estimated: `3703 + t * (64 ±0)` - // Minimum execution time: 16_460_000 picoseconds. - Weight::from_parts(17_165_076, 3703) - // Standard Error: 66 - .saturating_add(Weight::from_parts(1_672, 0).saturating_mul(r.into())) - // Standard Error: 10_339 - .saturating_add(Weight::from_parts(28_106, 0).saturating_mul(t.into())) + // Minimum execution time: 21_650_000 picoseconds. + Weight::from_parts(21_760_295, 3703) + // Standard Error: 20 + .saturating_add(Weight::from_parts(1_651, 0).saturating_mul(r.into())) + // Standard Error: 3_122 + .saturating_add(Weight::from_parts(76_330, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(t.into())) @@ -119,10 +117,10 @@ impl pallet_tips::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `459 + t * (112 ±0)` // Estimated: `3924 + t * (112 ±0)` - // Minimum execution time: 14_211_000 picoseconds. - Weight::from_parts(14_878_422, 3924) - // Standard Error: 5_899 - .saturating_add(Weight::from_parts(95_139, 0).saturating_mul(t.into())) + // Minimum execution time: 17_723_000 picoseconds. + Weight::from_parts(18_130_343, 3924) + // Standard Error: 4_331 + .saturating_add(Weight::from_parts(143_705, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 112).saturating_mul(t.into())) @@ -140,10 +138,10 @@ impl pallet_tips::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `459 + t * (112 ±0)` // Estimated: `3959 + t * (107 ±0)` - // Minimum execution time: 55_141_000 picoseconds. - Weight::from_parts(57_753_885, 3959) - // Standard Error: 19_515 - .saturating_add(Weight::from_parts(54_368, 0).saturating_mul(t.into())) + // Minimum execution time: 63_616_000 picoseconds. + Weight::from_parts(65_118_923, 3959) + // Standard Error: 13_563 + .saturating_add(Weight::from_parts(12_091, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 107).saturating_mul(t.into())) @@ -157,10 +155,10 @@ impl pallet_tips::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `268` // Estimated: `3733` - // Minimum execution time: 11_980_000 picoseconds. - Weight::from_parts(12_871_619, 3733) - // Standard Error: 4_640 - .saturating_add(Weight::from_parts(1_814, 0).saturating_mul(t.into())) + // Minimum execution time: 16_009_000 picoseconds. + Weight::from_parts(16_410_422, 3733) + // Standard Error: 2_236 + .saturating_add(Weight::from_parts(40_034, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/runtime/basilisk/src/weights/pallet_transaction_multi_payment.rs b/runtime/basilisk/src/weights/pallet_transaction_multi_payment.rs index e1e5347bb1..ce7b93b7a3 100644 --- a/runtime/basilisk/src/weights/pallet_transaction_multi_payment.rs +++ b/runtime/basilisk/src/weights/pallet_transaction_multi_payment.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_transaction_multi_payment` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -65,8 +63,8 @@ impl pallet_transaction_multi_payment::WeightInfo for B // Proof Size summary in bytes: // Measured: `1127` // Estimated: `3493` - // Minimum execution time: 16_640_000 picoseconds. - Weight::from_parts(17_310_000, 3493) + // Minimum execution time: 20_016_000 picoseconds. + Weight::from_parts(20_473_000, 3493) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -76,8 +74,8 @@ impl pallet_transaction_multi_payment::WeightInfo for B // Proof Size summary in bytes: // Measured: `1158` // Estimated: `3493` - // Minimum execution time: 17_040_000 picoseconds. - Weight::from_parts(17_660_000, 3493) + // Minimum execution time: 20_212_000 picoseconds. + Weight::from_parts(20_596_000, 3493) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -89,8 +87,8 @@ impl pallet_transaction_multi_payment::WeightInfo for B // Proof Size summary in bytes: // Measured: `1192` // Estimated: `3493` - // Minimum execution time: 19_541_000 picoseconds. - Weight::from_parts(20_540_000, 3493) + // Minimum execution time: 24_981_000 picoseconds. + Weight::from_parts(25_522_000, 3493) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -102,8 +100,8 @@ impl pallet_transaction_multi_payment::WeightInfo for B // Proof Size summary in bytes: // Measured: `3342` // Estimated: `27510` - // Minimum execution time: 77_460_000 picoseconds. - Weight::from_parts(79_771_000, 27510) + // Minimum execution time: 89_370_000 picoseconds. + Weight::from_parts(90_032_000, 27510) .saturating_add(T::DbWeight::get().reads(11_u64)) } /// Storage: `MultiTransactionPayment::AccountCurrencyMap` (r:0 w:1) @@ -112,8 +110,8 @@ impl pallet_transaction_multi_payment::WeightInfo for B // Proof Size summary in bytes: // Measured: `963` // Estimated: `0` - // Minimum execution time: 13_920_000 picoseconds. - Weight::from_parts(14_490_000, 0) + // Minimum execution time: 16_336_000 picoseconds. + Weight::from_parts(16_758_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } \ No newline at end of file diff --git a/runtime/basilisk/src/weights/pallet_transaction_pause.rs b/runtime/basilisk/src/weights/pallet_transaction_pause.rs index 9cbaacf3c3..b3d13d51ca 100644 --- a/runtime/basilisk/src/weights/pallet_transaction_pause.rs +++ b/runtime/basilisk/src/weights/pallet_transaction_pause.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_transaction_pause` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -65,8 +63,8 @@ impl pallet_transaction_pause::WeightInfo for BasiliskW // Proof Size summary in bytes: // Measured: `109` // Estimated: `3555` - // Minimum execution time: 9_020_000 picoseconds. - Weight::from_parts(9_270_000, 3555) + // Minimum execution time: 11_917_000 picoseconds. + Weight::from_parts(12_271_000, 3555) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -76,8 +74,8 @@ impl pallet_transaction_pause::WeightInfo for BasiliskW // Proof Size summary in bytes: // Measured: `160` // Estimated: `3555` - // Minimum execution time: 10_230_000 picoseconds. - Weight::from_parts(10_660_000, 3555) + // Minimum execution time: 13_289_000 picoseconds. + Weight::from_parts(13_625_000, 3555) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/basilisk/src/weights/pallet_treasury.rs b/runtime/basilisk/src/weights/pallet_treasury.rs index 4c20b741c6..52fb48f12f 100644 --- a/runtime/basilisk/src/weights/pallet_treasury.rs +++ b/runtime/basilisk/src/weights/pallet_treasury.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -69,8 +67,8 @@ impl pallet_treasury::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `109` // Estimated: `1887` - // Minimum execution time: 11_330_000 picoseconds. - Weight::from_parts(12_380_000, 1887) + // Minimum execution time: 15_148_000 picoseconds. + Weight::from_parts(15_420_000, 1887) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -82,8 +80,8 @@ impl pallet_treasury::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `210` // Estimated: `1489` - // Minimum execution time: 23_130_000 picoseconds. - Weight::from_parts(23_910_000, 1489) + // Minimum execution time: 29_220_000 picoseconds. + Weight::from_parts(29_824_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -95,8 +93,8 @@ impl pallet_treasury::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `368` // Estimated: `3593` - // Minimum execution time: 34_300_000 picoseconds. - Weight::from_parts(35_410_000, 3593) + // Minimum execution time: 41_134_000 picoseconds. + Weight::from_parts(41_788_000, 3593) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -109,10 +107,10 @@ impl pallet_treasury::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `537 + p * (8 ±0)` // Estimated: `3573` - // Minimum execution time: 8_800_000 picoseconds. - Weight::from_parts(11_666_696, 3573) - // Standard Error: 1_137 - .saturating_add(Weight::from_parts(48_763, 0).saturating_mul(p.into())) + // Minimum execution time: 11_911_000 picoseconds. + Weight::from_parts(14_992_281, 3573) + // Standard Error: 1_148 + .saturating_add(Weight::from_parts(33_132, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -122,8 +120,8 @@ impl pallet_treasury::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `194` // Estimated: `1887` - // Minimum execution time: 6_630_000 picoseconds. - Weight::from_parts(6_960_000, 1887) + // Minimum execution time: 8_446_000 picoseconds. + Weight::from_parts(8_766_000, 1887) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -142,10 +140,10 @@ impl pallet_treasury::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `44 + p * (250 ±0)` // Estimated: `1887 + p * (5206 ±0)` - // Minimum execution time: 16_810_000 picoseconds. - Weight::from_parts(20_191_570, 1887) - // Standard Error: 28_181 - .saturating_add(Weight::from_parts(33_762_459, 0).saturating_mul(p.into())) + // Minimum execution time: 21_217_000 picoseconds. + Weight::from_parts(30_811_698, 1887) + // Standard Error: 18_883 + .saturating_add(Weight::from_parts(36_074_780, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -160,8 +158,8 @@ impl pallet_treasury::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `109` // Estimated: `1489` - // Minimum execution time: 10_560_000 picoseconds. - Weight::from_parts(10_800_000, 1489) + // Minimum execution time: 13_654_000 picoseconds. + Weight::from_parts(13_956_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -173,8 +171,8 @@ impl pallet_treasury::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `227` // Estimated: `3593` - // Minimum execution time: 50_131_000 picoseconds. - Weight::from_parts(51_510_000, 3593) + // Minimum execution time: 57_663_000 picoseconds. + Weight::from_parts(58_255_000, 3593) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -184,8 +182,8 @@ impl pallet_treasury::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `227` // Estimated: `3534` - // Minimum execution time: 12_250_000 picoseconds. - Weight::from_parts(12_701_000, 3534) + // Minimum execution time: 15_582_000 picoseconds. + Weight::from_parts(15_949_000, 3534) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -195,8 +193,8 @@ impl pallet_treasury::WeightInfo for BasiliskWeight // Proof Size summary in bytes: // Measured: `227` // Estimated: `3534` - // Minimum execution time: 11_290_000 picoseconds. - Weight::from_parts(11_600_000, 3534) + // Minimum execution time: 14_036_000 picoseconds. + Weight::from_parts(14_284_000, 3534) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/basilisk/src/weights/pallet_utility.rs b/runtime/basilisk/src/weights/pallet_utility.rs index 8950c68080..c0ef0e92f4 100644 --- a/runtime/basilisk/src/weights/pallet_utility.rs +++ b/runtime/basilisk/src/weights/pallet_utility.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -64,43 +62,43 @@ impl pallet_utility::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_840_000 picoseconds. - Weight::from_parts(5_598_611, 0) - // Standard Error: 3_829 - .saturating_add(Weight::from_parts(3_430_267, 0).saturating_mul(c.into())) + // Minimum execution time: 6_889_000 picoseconds. + Weight::from_parts(4_752_849, 0) + // Standard Error: 2_859 + .saturating_add(Weight::from_parts(3_732_096, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_060_000 picoseconds. - Weight::from_parts(5_300_000, 0) + // Minimum execution time: 6_653_000 picoseconds. + Weight::from_parts(6_815_000, 0) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_740_000 picoseconds. - Weight::from_parts(200_861, 0) - // Standard Error: 3_841 - .saturating_add(Weight::from_parts(3_712_542, 0).saturating_mul(c.into())) + // Minimum execution time: 6_676_000 picoseconds. + Weight::from_parts(6_790_000, 0) + // Standard Error: 1_563 + .saturating_add(Weight::from_parts(4_015_226, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_100_000 picoseconds. - Weight::from_parts(7_320_000, 0) + // Minimum execution time: 9_249_000 picoseconds. + Weight::from_parts(9_466_000, 0) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_740_000 picoseconds. - Weight::from_parts(4_890_000, 0) - // Standard Error: 2_098 - .saturating_add(Weight::from_parts(3_418_311, 0).saturating_mul(c.into())) + // Minimum execution time: 6_707_000 picoseconds. + Weight::from_parts(6_855_000, 0) + // Standard Error: 1_316 + .saturating_add(Weight::from_parts(3_743_412, 0).saturating_mul(c.into())) } } \ No newline at end of file diff --git a/runtime/basilisk/src/weights/pallet_xcm.rs b/runtime/basilisk/src/weights/pallet_xcm.rs index 665ce30cb3..237c406d08 100644 --- a/runtime/basilisk/src/weights/pallet_xcm.rs +++ b/runtime/basilisk/src/weights/pallet_xcm.rs @@ -15,43 +15,48 @@ // See the License for the specific language governing permissions and // limitations under the License. + //! Autogenerated weights for `pallet_xcm` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-06, STEPS: `10`, REPEAT: `30`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-05-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` -//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` +//! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: -// target/release/basilisk +// ./target/release/basilisk // benchmark // pallet -// --chain=dev -// --steps=10 -// --repeat=30 // --wasm-execution=compiled -// --heap-pages=4096 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --pallet=pallet-xcm -// --output=weights-1.1.0/pallet_xcm.rs -// --extrinsic=* +// --pallet +// pallet-xcm +// --extrinsic +// send,execute,teleport_assets,transfer_assets,force_subscribe_version_notify,force_unsubscribe_version_notify,migrate_supported_version,migrate_version_notifiers,already_notified_target,notify_current_targets,notify_target_migration_fail,migrate_version_notify_targets,migrate_and_notify_old_targets,new_query,take_response,force_xcm_version,force_default_xcm_version,force_suspension +// --heap-pages +// 4096 +// --steps +// 50 +// --repeat +// 20 +// --template=scripts/pallet-weight-template.hbs +// --output +// weights.rs +#![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] -#![allow(clippy::unnecessary_cast)] +#![allow(missing_docs)] -use frame_support::{ - traits::Get, - weights::{constants::RocksDbWeight, Weight}, -}; -use sp_std::marker::PhantomData; +use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; +use core::marker::PhantomData; -use pallet_xcm::WeightInfo; +/// Weights for `pallet_xcm`. +pub struct WeightInfo(PhantomData); +/// Weights for `pallet_xcm` using the Basilisk node and recommended hardware. pub struct BasiliskWeight(PhantomData); - -impl WeightInfo for BasiliskWeight { +impl pallet_xcm::WeightInfo for BasiliskWeight { /// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0) /// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `PolkadotXcm::VersionDiscoveryQueue` (r:1 w:1) @@ -66,8 +71,8 @@ impl WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `145` // Estimated: `3610` - // Minimum execution time: 39_075_000 picoseconds. - Weight::from_parts(39_562_000, 3610) + // Minimum execution time: 26_616_000 picoseconds. + Weight::from_parts(27_180_000, 3610) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -89,7 +94,8 @@ impl WeightInfo for BasiliskWeight { // Minimum execution time: 32_094_000 picoseconds. Weight::from_parts(32_796_000, 1489).saturating_add(T::DbWeight::get().reads(1_u64)) } - + /// Storage: `Benchmark::Override` (r:0 w:0) + /// Proof: `Benchmark::Override` (`max_values`: None, `max_size`: None, mode: `Measured`) fn transfer_assets() -> Weight { // Proof Size summary in bytes: // Measured: `0` @@ -97,13 +103,12 @@ impl WeightInfo for BasiliskWeight { // Minimum execution time: 18_446_744_073_709_551_000 picoseconds. Weight::from_parts(18_446_744_073_709_551_000, 0) } - fn execute() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 13_914_000 picoseconds. - Weight::from_parts(14_172_000, 0) + // Minimum execution time: 10_975_000 picoseconds. + Weight::from_parts(11_208_000, 0) } /// Storage: `PolkadotXcm::SupportedVersion` (r:0 w:1) /// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -111,8 +116,9 @@ impl WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_572_000 picoseconds. - Weight::from_parts(14_969_000, 0).saturating_add(T::DbWeight::get().writes(1_u64)) + // Minimum execution time: 10_583_000 picoseconds. + Weight::from_parts(10_942_000, 0) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `PolkadotXcm::SafeXcmVersion` (r:0 w:1) /// Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) @@ -120,8 +126,9 @@ impl WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_151_000 picoseconds. - Weight::from_parts(5_322_000, 0).saturating_add(T::DbWeight::get().writes(1_u64)) + // Minimum execution time: 3_661_000 picoseconds. + Weight::from_parts(3_796_000, 0) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `PolkadotXcm::VersionNotifiers` (r:1 w:1) /// Proof: `PolkadotXcm::VersionNotifiers` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -143,8 +150,8 @@ impl WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `145` // Estimated: `3610` - // Minimum execution time: 45_415_000 picoseconds. - Weight::from_parts(45_936_000, 3610) + // Minimum execution time: 33_604_000 picoseconds. + Weight::from_parts(34_188_000, 3610) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -166,8 +173,8 @@ impl WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `328` // Estimated: `3793` - // Minimum execution time: 46_012_000 picoseconds. - Weight::from_parts(46_403_000, 3793) + // Minimum execution time: 34_296_000 picoseconds. + Weight::from_parts(35_148_000, 3793) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -177,39 +184,41 @@ impl WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_159_000 picoseconds. - Weight::from_parts(5_314_000, 0).saturating_add(T::DbWeight::get().writes(1_u64)) + // Minimum execution time: 3_806_000 picoseconds. + Weight::from_parts(4_009_000, 0) + .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `PolkadotXcm::SupportedVersion` (r:4 w:2) + /// Storage: `PolkadotXcm::SupportedVersion` (r:5 w:2) /// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`) fn migrate_supported_version() -> Weight { // Proof Size summary in bytes: - // Measured: `167` - // Estimated: `11057` - // Minimum execution time: 24_185_000 picoseconds. - Weight::from_parts(24_797_000, 11057) - .saturating_add(T::DbWeight::get().reads(4_u64)) + // Measured: `125` + // Estimated: `13490` + // Minimum execution time: 24_785_000 picoseconds. + Weight::from_parts(25_370_000, 13490) + .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `PolkadotXcm::VersionNotifiers` (r:4 w:2) + /// Storage: `PolkadotXcm::VersionNotifiers` (r:5 w:2) /// Proof: `PolkadotXcm::VersionNotifiers` (`max_values`: None, `max_size`: None, mode: `Measured`) fn migrate_version_notifiers() -> Weight { // Proof Size summary in bytes: - // Measured: `171` - // Estimated: `11061` - // Minimum execution time: 24_210_000 picoseconds. - Weight::from_parts(24_818_000, 11061) - .saturating_add(T::DbWeight::get().reads(4_u64)) + // Measured: `129` + // Estimated: `13494` + // Minimum execution time: 25_057_000 picoseconds. + Weight::from_parts(25_496_000, 13494) + .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `PolkadotXcm::VersionNotifyTargets` (r:5 w:0) + /// Storage: `PolkadotXcm::VersionNotifyTargets` (r:6 w:0) /// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`) fn already_notified_target() -> Weight { // Proof Size summary in bytes: // Measured: `178` - // Estimated: `13543` - // Minimum execution time: 25_280_000 picoseconds. - Weight::from_parts(25_704_000, 13543).saturating_add(T::DbWeight::get().reads(5_u64)) + // Estimated: `16018` + // Minimum execution time: 26_777_000 picoseconds. + Weight::from_parts(27_124_000, 16018) + .saturating_add(T::DbWeight::get().reads(6_u64)) } /// Storage: `PolkadotXcm::VersionNotifyTargets` (r:2 w:1) /// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -227,32 +236,33 @@ impl WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `212` // Estimated: `6152` - // Minimum execution time: 41_585_000 picoseconds. - Weight::from_parts(42_032_000, 6152) + // Minimum execution time: 32_107_000 picoseconds. + Weight::from_parts(32_751_000, 6152) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } - /// Storage: `PolkadotXcm::VersionNotifyTargets` (r:3 w:0) + /// Storage: `PolkadotXcm::VersionNotifyTargets` (r:4 w:0) /// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`) fn notify_target_migration_fail() -> Weight { // Proof Size summary in bytes: // Measured: `172` - // Estimated: `8587` - // Minimum execution time: 13_594_000 picoseconds. - Weight::from_parts(13_919_000, 8587).saturating_add(T::DbWeight::get().reads(3_u64)) + // Estimated: `11062` + // Minimum execution time: 16_242_000 picoseconds. + Weight::from_parts(16_464_000, 11062) + .saturating_add(T::DbWeight::get().reads(4_u64)) } - /// Storage: `PolkadotXcm::VersionNotifyTargets` (r:4 w:2) + /// Storage: `PolkadotXcm::VersionNotifyTargets` (r:5 w:2) /// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`) fn migrate_version_notify_targets() -> Weight { // Proof Size summary in bytes: - // Measured: `178` - // Estimated: `11068` - // Minimum execution time: 25_110_000 picoseconds. - Weight::from_parts(25_562_000, 11068) - .saturating_add(T::DbWeight::get().reads(4_u64)) + // Measured: `136` + // Estimated: `13501` + // Minimum execution time: 25_699_000 picoseconds. + Weight::from_parts(26_369_000, 13501) + .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `PolkadotXcm::VersionNotifyTargets` (r:4 w:2) + /// Storage: `PolkadotXcm::VersionNotifyTargets` (r:5 w:2) /// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0) /// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -266,31 +276,35 @@ impl WeightInfo for BasiliskWeight { /// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn migrate_and_notify_old_targets() -> Weight { // Proof Size summary in bytes: - // Measured: `254` - // Estimated: `11144` - // Minimum execution time: 51_873_000 picoseconds. - Weight::from_parts(52_527_000, 11144) - .saturating_add(T::DbWeight::get().reads(9_u64)) + // Measured: `212` + // Estimated: `13577` + // Minimum execution time: 43_495_000 picoseconds. + Weight::from_parts(43_962_000, 13577) + .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } - + /// Storage: `PolkadotXcm::QueryCounter` (r:1 w:1) + /// Proof: `PolkadotXcm::QueryCounter` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: `PolkadotXcm::Queries` (r:0 w:1) + /// Proof: `PolkadotXcm::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`) fn new_query() -> Weight { // Proof Size summary in bytes: // Measured: `69` // Estimated: `1554` - // Minimum execution time: 4_930_000 picoseconds. - Weight::from_parts(5_220_000, 1554) + // Minimum execution time: 6_335_000 picoseconds. + Weight::from_parts(6_587_000, 1554) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - + /// Storage: `PolkadotXcm::Queries` (r:1 w:1) + /// Proof: `PolkadotXcm::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`) fn take_response() -> Weight { // Proof Size summary in bytes: // Measured: `7706` // Estimated: `11171` - // Minimum execution time: 32_740_000 picoseconds. - Weight::from_parts(33_280_000, 11171) + // Minimum execution time: 34_563_000 picoseconds. + Weight::from_parts(35_052_000, 11171) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } -} +} \ No newline at end of file diff --git a/runtime/basilisk/src/weights/pallet_xyk.rs b/runtime/basilisk/src/weights/pallet_xyk.rs index e6b65cbf87..33e52cca8c 100644 --- a/runtime/basilisk/src/weights/pallet_xyk.rs +++ b/runtime/basilisk/src/weights/pallet_xyk.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_xyk` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -89,8 +87,8 @@ impl pallet_xyk::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `2940` // Estimated: `16488` - // Minimum execution time: 156_821_000 picoseconds. - Weight::from_parts(160_771_000, 16488) + // Minimum execution time: 188_894_000 picoseconds. + Weight::from_parts(189_843_000, 16488) .saturating_add(T::DbWeight::get().reads(19_u64)) .saturating_add(T::DbWeight::get().writes(15_u64)) } @@ -114,8 +112,8 @@ impl pallet_xyk::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `3179` // Estimated: `16488` - // Minimum execution time: 139_101_000 picoseconds. - Weight::from_parts(144_001_000, 16488) + // Minimum execution time: 165_190_000 picoseconds. + Weight::from_parts(166_608_000, 16488) .saturating_add(T::DbWeight::get().reads(15_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -143,8 +141,8 @@ impl pallet_xyk::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `3462` // Estimated: `16488` - // Minimum execution time: 169_081_000 picoseconds. - Weight::from_parts(175_092_000, 16488) + // Minimum execution time: 203_874_000 picoseconds. + Weight::from_parts(204_866_000, 16488) .saturating_add(T::DbWeight::get().reads(18_u64)) .saturating_add(T::DbWeight::get().writes(14_u64)) } @@ -164,8 +162,8 @@ impl pallet_xyk::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `3036` // Estimated: `13905` - // Minimum execution time: 111_741_000 picoseconds. - Weight::from_parts(116_010_000, 13905) + // Minimum execution time: 136_268_000 picoseconds. + Weight::from_parts(137_147_000, 13905) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -185,8 +183,8 @@ impl pallet_xyk::WeightInfo for BasiliskWeight { // Proof Size summary in bytes: // Measured: `3036` // Estimated: `13905` - // Minimum execution time: 111_821_000 picoseconds. - Weight::from_parts(115_791_000, 13905) + // Minimum execution time: 135_336_000 picoseconds. + Weight::from_parts(136_819_000, 13905) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -207,13 +205,13 @@ impl pallet_xyk::WeightInfo for BasiliskWeight { fn router_execution_sell(c: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1186 + e * (1850 ±0)` - // Estimated: `6156 + e * (7749 ±2_594_596_928_286_404)` - // Minimum execution time: 17_920_000 picoseconds. - Weight::from_parts(6_703_871, 6156) - // Standard Error: 294_808 - .saturating_add(Weight::from_parts(6_262_722, 0).saturating_mul(c.into())) - // Standard Error: 294_808 - .saturating_add(Weight::from_parts(102_737_983, 0).saturating_mul(e.into())) + // Estimated: `6156 + e * (7749 ±943_418_617_556_716)` + // Minimum execution time: 23_152_000 picoseconds. + Weight::from_parts(10_022_538, 6156) + // Standard Error: 69_029 + .saturating_add(Weight::from_parts(6_893_014, 0).saturating_mul(c.into())) + // Standard Error: 69_029 + .saturating_add(Weight::from_parts(119_189_632, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((9_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes((6_u64).saturating_mul(e.into()))) @@ -236,13 +234,13 @@ impl pallet_xyk::WeightInfo for BasiliskWeight { fn router_execution_buy(c: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1186 + e * (1850 ±0)` - // Estimated: `6156 + e * (7749 ±3_757_244_018_954_750)` - // Minimum execution time: 24_280_000 picoseconds. - Weight::from_parts(3_573_959, 6156) - // Standard Error: 102_191 - .saturating_add(Weight::from_parts(7_363_230, 0).saturating_mul(c.into())) - // Standard Error: 170_101 - .saturating_add(Weight::from_parts(103_932_450, 0).saturating_mul(e.into())) + // Estimated: `6156 + e * (7749 ±1_563_467_443_840_561)` + // Minimum execution time: 30_286_000 picoseconds. + Weight::from_parts(9_055_461, 6156) + // Standard Error: 21_886 + .saturating_add(Weight::from_parts(7_314_476, 0).saturating_mul(c.into())) + // Standard Error: 36_431 + .saturating_add(Weight::from_parts(119_662_348, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((9_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes((6_u64).saturating_mul(e.into()))) diff --git a/runtime/basilisk/src/weights/pallet_xyk_liquidity_mining.rs b/runtime/basilisk/src/weights/pallet_xyk_liquidity_mining.rs index 06ff83ace0..ef5c21ab32 100644 --- a/runtime/basilisk/src/weights/pallet_xyk_liquidity_mining.rs +++ b/runtime/basilisk/src/weights/pallet_xyk_liquidity_mining.rs @@ -19,9 +19,9 @@ //! Autogenerated weights for `pallet_xyk_liquidity_mining` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-04-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-05-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ubuntu`, CPU: `AMD Ryzen 9 5900X 12-Core Processor` +//! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` // Executed Command: @@ -39,9 +39,7 @@ // 50 // --repeat // 20 -// --template=.maintain/pallet-weight-template-no-back.hbs -// --json-file -// raw.json +// --template=scripts/pallet-weight-template.hbs // --output // weights/ @@ -73,8 +71,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `506` // Estimated: `6196` - // Minimum execution time: 63_200_000 picoseconds. - Weight::from_parts(65_850_000, 6196) + // Minimum execution time: 72_382_000 picoseconds. + Weight::from_parts(72_924_000, 6196) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -88,8 +86,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `912` // Estimated: `6196` - // Minimum execution time: 68_080_000 picoseconds. - Weight::from_parts(71_150_000, 6196) + // Minimum execution time: 76_155_000 picoseconds. + Weight::from_parts(76_880_000, 6196) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -103,8 +101,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `1002` // Estimated: `6196` - // Minimum execution time: 68_771_000 picoseconds. - Weight::from_parts(70_911_000, 6196) + // Minimum execution time: 76_735_000 picoseconds. + Weight::from_parts(77_463_000, 6196) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -126,8 +124,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `1246` // Estimated: `6196` - // Minimum execution time: 86_101_000 picoseconds. - Weight::from_parts(89_641_000, 6196) + // Minimum execution time: 99_455_000 picoseconds. + Weight::from_parts(99_825_000, 6196) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -147,8 +145,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `1394` // Estimated: `6196` - // Minimum execution time: 91_961_000 picoseconds. - Weight::from_parts(96_431_000, 6196) + // Minimum execution time: 104_401_000 picoseconds. + Weight::from_parts(105_292_000, 6196) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -166,8 +164,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `1228` // Estimated: `6196` - // Minimum execution time: 87_911_000 picoseconds. - Weight::from_parts(89_611_000, 6196) + // Minimum execution time: 98_405_000 picoseconds. + Weight::from_parts(99_367_000, 6196) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -183,8 +181,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `904` // Estimated: `6196` - // Minimum execution time: 72_831_000 picoseconds. - Weight::from_parts(76_331_000, 6196) + // Minimum execution time: 82_406_000 picoseconds. + Weight::from_parts(83_349_000, 6196) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -230,8 +228,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `3259` // Estimated: `11402` - // Minimum execution time: 182_692_000 picoseconds. - Weight::from_parts(189_742_000, 11402) + // Minimum execution time: 213_367_000 picoseconds. + Weight::from_parts(214_647_000, 11402) .saturating_add(T::DbWeight::get().reads(22_u64)) .saturating_add(T::DbWeight::get().writes(13_u64)) } @@ -257,8 +255,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `2363` // Estimated: `3878` - // Minimum execution time: 61_481_000 picoseconds. - Weight::from_parts(66_390_000, 3878) + // Minimum execution time: 73_549_000 picoseconds. + Weight::from_parts(74_167_000, 3878) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -278,8 +276,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `2130` // Estimated: `8799` - // Minimum execution time: 126_781_000 picoseconds. - Weight::from_parts(131_841_000, 8799) + // Minimum execution time: 142_551_000 picoseconds. + Weight::from_parts(144_022_000, 8799) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -321,8 +319,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `2951` // Estimated: `11402` - // Minimum execution time: 269_572_000 picoseconds. - Weight::from_parts(284_533_000, 11402) + // Minimum execution time: 308_845_000 picoseconds. + Weight::from_parts(310_097_000, 11402) .saturating_add(T::DbWeight::get().reads(19_u64)) .saturating_add(T::DbWeight::get().writes(15_u64)) } @@ -342,8 +340,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for Basili // Proof Size summary in bytes: // Measured: `1502` // Estimated: `6196` - // Minimum execution time: 88_080_000 picoseconds. - Weight::from_parts(91_241_000, 6196) + // Minimum execution time: 101_300_000 picoseconds. + Weight::from_parts(102_211_000, 6196) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) }