diff --git a/Cargo.lock b/Cargo.lock index 418893fb3..1057c1dcf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -532,7 +532,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "battery-station-runtime" -version = "0.5.1" +version = "0.5.2" dependencies = [ "cfg-if", "common-runtime", @@ -1209,7 +1209,7 @@ dependencies = [ [[package]] name = "common-runtime" -version = "0.5.1" +version = "0.5.2" dependencies = [ "cfg-if", "cumulus-pallet-xcmp-queue", @@ -14289,11 +14289,11 @@ dependencies = [ [[package]] name = "zeitgeist-macros" -version = "0.5.1" +version = "0.5.2" [[package]] name = "zeitgeist-node" -version = "0.5.1" +version = "0.5.2" dependencies = [ "battery-station-runtime", "cfg-if", @@ -14385,7 +14385,7 @@ dependencies = [ [[package]] name = "zeitgeist-primitives" -version = "0.5.1" +version = "0.5.2" dependencies = [ "arbitrary", "fixed", @@ -14409,7 +14409,7 @@ dependencies = [ [[package]] name = "zeitgeist-runtime" -version = "0.5.1" +version = "0.5.2" dependencies = [ "cfg-if", "common-runtime", @@ -14556,7 +14556,7 @@ dependencies = [ [[package]] name = "zrml-authorized" -version = "0.5.1" +version = "0.5.2" dependencies = [ "env_logger 0.10.1", "frame-benchmarking", @@ -14574,7 +14574,7 @@ dependencies = [ [[package]] name = "zrml-court" -version = "0.5.1" +version = "0.5.2" dependencies = [ "arrayvec 0.7.4", "env_logger 0.10.1", @@ -14600,7 +14600,7 @@ dependencies = [ [[package]] name = "zrml-global-disputes" -version = "0.5.1" +version = "0.5.2" dependencies = [ "env_logger 0.10.1", "frame-benchmarking", @@ -14621,7 +14621,7 @@ dependencies = [ [[package]] name = "zrml-hybrid-router" -version = "0.5.1" +version = "0.5.2" dependencies = [ "env_logger 0.10.1", "frame-benchmarking", @@ -14661,7 +14661,7 @@ dependencies = [ [[package]] name = "zrml-liquidity-mining" -version = "0.5.1" +version = "0.5.2" dependencies = [ "env_logger 0.10.1", "frame-benchmarking", @@ -14680,7 +14680,7 @@ dependencies = [ [[package]] name = "zrml-market-commons" -version = "0.5.1" +version = "0.5.2" dependencies = [ "env_logger 0.10.1", "frame-support", @@ -14698,7 +14698,7 @@ dependencies = [ [[package]] name = "zrml-neo-swaps" -version = "0.5.1" +version = "0.5.2" dependencies = [ "cfg-if", "env_logger 0.10.1", @@ -14743,7 +14743,7 @@ dependencies = [ [[package]] name = "zrml-orderbook" -version = "0.5.1" +version = "0.5.2" dependencies = [ "env_logger 0.10.1", "frame-benchmarking", @@ -14781,7 +14781,7 @@ dependencies = [ [[package]] name = "zrml-parimutuel" -version = "0.5.1" +version = "0.5.2" dependencies = [ "env_logger 0.10.1", "frame-benchmarking", @@ -14806,7 +14806,7 @@ dependencies = [ [[package]] name = "zrml-prediction-markets" -version = "0.5.1" +version = "0.5.2" dependencies = [ "env_logger 0.10.1", "frame-benchmarking", @@ -14858,7 +14858,7 @@ dependencies = [ [[package]] name = "zrml-prediction-markets-runtime-api" -version = "0.5.1" +version = "0.5.2" dependencies = [ "parity-scale-codec", "sp-api", @@ -14867,7 +14867,7 @@ dependencies = [ [[package]] name = "zrml-rikiddo" -version = "0.5.1" +version = "0.5.2" dependencies = [ "arbitrary", "cfg-if", @@ -14901,7 +14901,7 @@ dependencies = [ [[package]] name = "zrml-simple-disputes" -version = "0.5.1" +version = "0.5.2" dependencies = [ "env_logger 0.10.1", "frame-benchmarking", @@ -14922,7 +14922,7 @@ dependencies = [ [[package]] name = "zrml-styx" -version = "0.5.1" +version = "0.5.2" dependencies = [ "env_logger 0.10.1", "frame-benchmarking", @@ -14939,7 +14939,7 @@ dependencies = [ [[package]] name = "zrml-swaps" -version = "0.5.1" +version = "0.5.2" dependencies = [ "env_logger 0.10.1", "frame-benchmarking", @@ -14982,7 +14982,7 @@ dependencies = [ [[package]] name = "zrml-swaps-rpc" -version = "0.5.1" +version = "0.5.2" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14995,7 +14995,7 @@ dependencies = [ [[package]] name = "zrml-swaps-runtime-api" -version = "0.5.1" +version = "0.5.2" dependencies = [ "parity-scale-codec", "sp-api", diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 182e81a82..39397744a 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -2,4 +2,4 @@ authors = ["Zeitgeist PM "] edition = "2021" name = "zeitgeist-macros" -version = "0.5.1" +version = "0.5.2" diff --git a/node/Cargo.toml b/node/Cargo.toml index 3d92deb89..1b81fe5ef 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -187,7 +187,7 @@ description = "An evolving blockchain for prediction markets and futarchy." edition = "2021" homepage = "https://zeitgeist.pm" name = "zeitgeist-node" -version = "0.5.1" +version = "0.5.2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index d83bed594..689562b82 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -40,4 +40,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zeitgeist-primitives" -version = "0.5.1" +version = "0.5.2" diff --git a/runtime/battery-station/Cargo.toml b/runtime/battery-station/Cargo.toml index a55a4821b..7350447ee 100644 --- a/runtime/battery-station/Cargo.toml +++ b/runtime/battery-station/Cargo.toml @@ -430,7 +430,7 @@ force-debug = ["sp-debug-derive/force-debug"] authors = ["Zeitgeist PM "] edition = "2021" name = "battery-station-runtime" -version = "0.5.1" +version = "0.5.2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/battery-station/src/lib.rs b/runtime/battery-station/src/lib.rs index 413fa5c31..2393a7634 100644 --- a/runtime/battery-station/src/lib.rs +++ b/runtime/battery-station/src/lib.rs @@ -105,10 +105,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("zeitgeist"), impl_name: create_runtime_str!("zeitgeist"), authoring_version: 1, - spec_version: 54, + spec_version: 55, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 28, + transaction_version: 29, state_version: 1, }; diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 50e0bd76c..8925275e6 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -82,7 +82,7 @@ std = [ authors = ["Zeitgeist PM "] edition = "2021" name = "common-runtime" -version = "0.5.1" +version = "0.5.2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/common/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/common/src/weights/cumulus_pallet_xcmp_queue.rs index 50eac1fe0..fd9f8104c 100644 --- a/runtime/common/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/common/src/weights/cumulus_pallet_xcmp_queue.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for cumulus_pallet_xcmp_queue //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-03`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -58,8 +58,8 @@ impl cumulus_pallet_xcmp_queue::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `175` // Estimated: `670` - // Minimum execution time: 10_090 nanoseconds. - Weight::from_parts(11_060_000, 670) + // Minimum execution time: 8_140 nanoseconds. + Weight::from_parts(9_770_000, 670) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,8 +69,8 @@ impl cumulus_pallet_xcmp_queue::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `175` // Estimated: `670` - // Minimum execution time: 10_390 nanoseconds. - Weight::from_parts(10_900_000, 670) + // Minimum execution time: 9_680 nanoseconds. + Weight::from_parts(10_780_000, 670) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/common/src/weights/frame_system.rs b/runtime/common/src/weights/frame_system.rs index 9b09860c8..02094be2c 100644 --- a/runtime/common/src/weights/frame_system.rs +++ b/runtime/common/src/weights/frame_system.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for frame_system //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -57,20 +57,20 @@ impl frame_system::weights::WeightInfo for WeightInfo Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_770 nanoseconds. - Weight::from_parts(14_950_000, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(2_540, 0).saturating_mul(b.into())) + // Minimum execution time: 12_910 nanoseconds. + Weight::from_parts(13_250_000, 0) + // Standard Error: 1 + .saturating_add(Weight::from_parts(2_749, 0).saturating_mul(b.into())) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -80,8 +80,8 @@ impl frame_system::weights::WeightInfo for WeightInfo frame_system::weights::WeightInfo for WeightInfo frame_system::weights::WeightInfo for WeightInfo frame_system::weights::WeightInfo for WeightInfo orml_currencies::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1862` // Estimated: `10503` - // Minimum execution time: 88_670 nanoseconds. - Weight::from_parts(106_441_000, 10503) + // Minimum execution time: 87_580 nanoseconds. + Weight::from_parts(106_781_000, 10503) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl orml_currencies::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1461` // Estimated: `2607` - // Minimum execution time: 68_911 nanoseconds. - Weight::from_parts(70_820_000, 2607) + // Minimum execution time: 66_860 nanoseconds. + Weight::from_parts(81_550_000, 2607) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -87,8 +87,8 @@ impl orml_currencies::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1470` // Estimated: `10423` - // Minimum execution time: 62_950 nanoseconds. - Weight::from_parts(64_510_000, 10423) + // Minimum execution time: 62_900 nanoseconds. + Weight::from_parts(76_321_000, 10423) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -98,8 +98,8 @@ impl orml_currencies::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1401` // Estimated: `2607` - // Minimum execution time: 57_700 nanoseconds. - Weight::from_parts(58_950_000, 2607) + // Minimum execution time: 56_990 nanoseconds. + Weight::from_parts(69_680_000, 2607) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -109,8 +109,8 @@ impl orml_currencies::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1525` // Estimated: `2607` - // Minimum execution time: 54_700 nanoseconds. - Weight::from_parts(55_270_000, 2607) + // Minimum execution time: 65_630 nanoseconds. + Weight::from_parts(66_850_000, 2607) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/common/src/weights/orml_tokens.rs b/runtime/common/src/weights/orml_tokens.rs index 5cc4a4d99..8360b5cb7 100644 --- a/runtime/common/src/weights/orml_tokens.rs +++ b/runtime/common/src/weights/orml_tokens.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for orml_tokens //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -57,8 +57,8 @@ impl orml_tokens::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1772` // Estimated: `7803` - // Minimum execution time: 81_820 nanoseconds. - Weight::from_parts(99_190_000, 7803) + // Minimum execution time: 81_170 nanoseconds. + Weight::from_parts(100_570_000, 7803) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl orml_tokens::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1772` // Estimated: `7803` - // Minimum execution time: 86_000 nanoseconds. - Weight::from_parts(104_730_000, 7803) + // Minimum execution time: 88_531 nanoseconds. + Weight::from_parts(103_920_000, 7803) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -83,8 +83,8 @@ impl orml_tokens::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1596` // Estimated: `7803` - // Minimum execution time: 66_410 nanoseconds. - Weight::from_parts(70_510_000, 7803) + // Minimum execution time: 70_730 nanoseconds. + Weight::from_parts(80_880_000, 7803) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -96,8 +96,8 @@ impl orml_tokens::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1772` // Estimated: `10410` - // Minimum execution time: 65_651 nanoseconds. - Weight::from_parts(74_840_000, 10410) + // Minimum execution time: 74_610 nanoseconds. + Weight::from_parts(75_690_000, 10410) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -111,8 +111,8 @@ impl orml_tokens::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1394` // Estimated: `7723` - // Minimum execution time: 56_401 nanoseconds. - Weight::from_parts(68_290_000, 7723) + // Minimum execution time: 55_800 nanoseconds. + Weight::from_parts(69_101_000, 7723) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/common/src/weights/pallet_assets.rs b/runtime/common/src/weights/pallet_assets.rs index 7ebec8a06..421d14405 100644 --- a/runtime/common/src/weights/pallet_assets.rs +++ b/runtime/common/src/weights/pallet_assets.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_assets //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -60,8 +60,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `285` // Estimated: `5304` - // Minimum execution time: 38_030 nanoseconds. - Weight::from_parts(39_010_000, 5304) + // Minimum execution time: 45_580 nanoseconds. + Weight::from_parts(46_600_000, 5304) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -71,8 +71,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `109` // Estimated: `2697` - // Minimum execution time: 20_930 nanoseconds. - Weight::from_parts(24_940_000, 2697) + // Minimum execution time: 24_880 nanoseconds. + Weight::from_parts(25_780_000, 2697) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -86,8 +86,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `452` // Estimated: `83563` - // Minimum execution time: 31_480 nanoseconds. - Weight::from_parts(38_210_000, 83563) + // Minimum execution time: 37_170 nanoseconds. + Weight::from_parts(38_891_000, 83563) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -102,10 +102,10 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `413 + c * (241 ±0)` // Estimated: `5286 + c * (5196 ±0)` - // Minimum execution time: 30_040 nanoseconds. - Weight::from_parts(43_513_498, 5286) - // Standard Error: 166_642 - .saturating_add(Weight::from_parts(22_767_082, 0).saturating_mul(c.into())) + // Minimum execution time: 35_950 nanoseconds. + Weight::from_parts(27_443_769, 5286) + // Standard Error: 187_706 + .saturating_add(Weight::from_parts(27_794_683, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -121,10 +121,10 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `499 + a * (86 ±0)` // Estimated: `5332 + a * (2635 ±0)` - // Minimum execution time: 28_480 nanoseconds. - Weight::from_parts(52_169_904, 5332) - // Standard Error: 142_566 - .saturating_add(Weight::from_parts(21_599_409, 0).saturating_mul(a.into())) + // Minimum execution time: 29_050 nanoseconds. + Weight::from_parts(47_517_757, 5332) + // Standard Error: 73_418 + .saturating_add(Weight::from_parts(24_955_809, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -139,8 +139,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `376` // Estimated: `5324` - // Minimum execution time: 23_880 nanoseconds. - Weight::from_parts(24_760_000, 5324) + // Minimum execution time: 27_720 nanoseconds. + Weight::from_parts(29_560_000, 5324) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -152,8 +152,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `376` // Estimated: `5286` - // Minimum execution time: 39_510 nanoseconds. - Weight::from_parts(40_330_000, 5286) + // Minimum execution time: 47_300 nanoseconds. + Weight::from_parts(48_191_000, 5286) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -165,8 +165,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `481` // Estimated: `5286` - // Minimum execution time: 48_130 nanoseconds. - Weight::from_parts(58_590_000, 5286) + // Minimum execution time: 56_541 nanoseconds. + Weight::from_parts(57_720_000, 5286) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -180,8 +180,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `520` // Estimated: `10482` - // Minimum execution time: 67_810 nanoseconds. - Weight::from_parts(68_830_000, 10482) + // Minimum execution time: 66_921 nanoseconds. + Weight::from_parts(81_670_000, 10482) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -195,8 +195,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `520` // Estimated: `10482` - // Minimum execution time: 59_550 nanoseconds. - Weight::from_parts(60_701_000, 10482) + // Minimum execution time: 70_230 nanoseconds. + Weight::from_parts(71_750_000, 10482) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -210,8 +210,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `520` // Estimated: `10482` - // Minimum execution time: 67_790 nanoseconds. - Weight::from_parts(82_380_000, 10482) + // Minimum execution time: 81_470 nanoseconds. + Weight::from_parts(83_780_000, 10482) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -223,8 +223,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `481` // Estimated: `5286` - // Minimum execution time: 26_670 nanoseconds. - Weight::from_parts(31_120_000, 5286) + // Minimum execution time: 31_790 nanoseconds. + Weight::from_parts(32_470_000, 5286) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -236,8 +236,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `481` // Estimated: `5286` - // Minimum execution time: 26_540 nanoseconds. - Weight::from_parts(27_220_000, 5286) + // Minimum execution time: 31_250 nanoseconds. + Weight::from_parts(32_661_000, 5286) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -247,8 +247,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `410` // Estimated: `2697` - // Minimum execution time: 20_420 nanoseconds. - Weight::from_parts(21_350_000, 2697) + // Minimum execution time: 24_740 nanoseconds. + Weight::from_parts(25_781_000, 2697) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -258,8 +258,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `410` // Estimated: `2697` - // Minimum execution time: 20_591 nanoseconds. - Weight::from_parts(25_120_000, 2697) + // Minimum execution time: 23_900 nanoseconds. + Weight::from_parts(25_160_000, 2697) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -271,8 +271,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `376` // Estimated: `5324` - // Minimum execution time: 24_900 nanoseconds. - Weight::from_parts(30_390_000, 5324) + // Minimum execution time: 29_690 nanoseconds. + Weight::from_parts(30_700_000, 5324) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -282,8 +282,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `376` // Estimated: `2697` - // Minimum execution time: 22_670 nanoseconds. - Weight::from_parts(23_290_000, 2697) + // Minimum execution time: 26_960 nanoseconds. + Weight::from_parts(28_210_000, 2697) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -293,14 +293,16 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< /// Proof: CustomAssets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn set_metadata(n: u32, _s: u32) -> Weight { + fn set_metadata(n: u32, s: u32) -> Weight { // Proof Size summary in bytes: // Measured: `376` // Estimated: `5324` - // Minimum execution time: 32_660 nanoseconds. - Weight::from_parts(40_239_865, 5324) - // Standard Error: 8_166 - .saturating_add(Weight::from_parts(6_886, 0).saturating_mul(n.into())) + // Minimum execution time: 35_650 nanoseconds. + Weight::from_parts(44_501_301, 5324) + // Standard Error: 2_153 + .saturating_add(Weight::from_parts(14_080, 0).saturating_mul(n.into())) + // Standard Error: 2_153 + .saturating_add(Weight::from_parts(8_285, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -312,8 +314,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `569` // Estimated: `5324` - // Minimum execution time: 37_450 nanoseconds. - Weight::from_parts(39_330_000, 5324) + // Minimum execution time: 45_190 nanoseconds. + Weight::from_parts(45_860_000, 5324) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -327,12 +329,12 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `183` // Estimated: `5324` - // Minimum execution time: 23_250 nanoseconds. - Weight::from_parts(25_237_772, 5324) - // Standard Error: 5_317 - .saturating_add(Weight::from_parts(5_712, 0).saturating_mul(n.into())) - // Standard Error: 5_317 - .saturating_add(Weight::from_parts(16_298, 0).saturating_mul(s.into())) + // Minimum execution time: 23_380 nanoseconds. + Weight::from_parts(29_007_377, 5324) + // Standard Error: 1_825 + .saturating_add(Weight::from_parts(5_450, 0).saturating_mul(n.into())) + // Standard Error: 1_825 + .saturating_add(Weight::from_parts(9_969, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -344,8 +346,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `569` // Estimated: `5324` - // Minimum execution time: 36_550 nanoseconds. - Weight::from_parts(37_430_000, 5324) + // Minimum execution time: 36_830 nanoseconds. + Weight::from_parts(44_640_000, 5324) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -355,8 +357,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `376` // Estimated: `2697` - // Minimum execution time: 21_430 nanoseconds. - Weight::from_parts(21_890_000, 2697) + // Minimum execution time: 22_220 nanoseconds. + Weight::from_parts(26_050_000, 2697) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -368,8 +370,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `410` // Estimated: `5332` - // Minimum execution time: 36_791 nanoseconds. - Weight::from_parts(45_250_000, 5332) + // Minimum execution time: 40_120 nanoseconds. + Weight::from_parts(49_370_000, 5332) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -385,8 +387,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `687` // Estimated: `13117` - // Minimum execution time: 88_930 nanoseconds. - Weight::from_parts(108_130_000, 13117) + // Minimum execution time: 95_171 nanoseconds. + Weight::from_parts(106_670_000, 13117) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -398,8 +400,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `577` // Estimated: `5332` - // Minimum execution time: 44_150 nanoseconds. - Weight::from_parts(45_490_000, 5332) + // Minimum execution time: 52_550 nanoseconds. + Weight::from_parts(54_550_000, 5332) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -411,8 +413,8 @@ impl pallet_assets::weights::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `577` // Estimated: `5332` - // Minimum execution time: 45_170 nanoseconds. - Weight::from_parts(55_471_000, 5332) + // Minimum execution time: 53_511 nanoseconds. + Weight::from_parts(55_160_000, 5332) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/common/src/weights/pallet_author_inherent.rs b/runtime/common/src/weights/pallet_author_inherent.rs index 4e6622fe6..8b6684d94 100644 --- a/runtime/common/src/weights/pallet_author_inherent.rs +++ b/runtime/common/src/weights/pallet_author_inherent.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_author_inherent //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-03`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -68,8 +68,8 @@ impl pallet_author_inherent::weights::WeightInfo for We // Proof Size summary in bytes: // Measured: `605` // Estimated: `7415` - // Minimum execution time: 38_680 nanoseconds. - Weight::from_parts(46_900_000, 7415) + // Minimum execution time: 33_600 nanoseconds. + Weight::from_parts(39_900_000, 7415) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/common/src/weights/pallet_author_mapping.rs b/runtime/common/src/weights/pallet_author_mapping.rs index f71dbd7f0..58377ae98 100644 --- a/runtime/common/src/weights/pallet_author_mapping.rs +++ b/runtime/common/src/weights/pallet_author_mapping.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_author_mapping //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-03`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -62,8 +62,8 @@ impl pallet_author_mapping::weights::WeightInfo for Wei // Proof Size summary in bytes: // Measured: `495` // Estimated: `6072` - // Minimum execution time: 38_870 nanoseconds. - Weight::from_parts(47_760_000, 6072) + // Minimum execution time: 40_210 nanoseconds. + Weight::from_parts(48_940_000, 6072) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -75,8 +75,8 @@ impl pallet_author_mapping::weights::WeightInfo for Wei // Proof Size summary in bytes: // Measured: `440` // Estimated: `5830` - // Minimum execution time: 36_610 nanoseconds. - Weight::from_parts(37_720_000, 5830) + // Minimum execution time: 30_800 nanoseconds. + Weight::from_parts(37_970_000, 5830) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -90,8 +90,8 @@ impl pallet_author_mapping::weights::WeightInfo for Wei // Proof Size summary in bytes: // Measured: `616` // Estimated: `6314` - // Minimum execution time: 41_021 nanoseconds. - Weight::from_parts(51_330_000, 6314) + // Minimum execution time: 51_150 nanoseconds. + Weight::from_parts(52_690_000, 6314) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -105,8 +105,8 @@ impl pallet_author_mapping::weights::WeightInfo for Wei // Proof Size summary in bytes: // Measured: `722` // Estimated: `9001` - // Minimum execution time: 50_691 nanoseconds. - Weight::from_parts(51_620_000, 9001) + // Minimum execution time: 48_110 nanoseconds. + Weight::from_parts(58_780_000, 9001) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -118,8 +118,8 @@ impl pallet_author_mapping::weights::WeightInfo for Wei // Proof Size summary in bytes: // Measured: `546` // Estimated: `8517` - // Minimum execution time: 41_391 nanoseconds. - Weight::from_parts(44_980_000, 8517) + // Minimum execution time: 36_950 nanoseconds. + Weight::from_parts(40_320_000, 8517) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/common/src/weights/pallet_author_slot_filter.rs b/runtime/common/src/weights/pallet_author_slot_filter.rs index aa55f3d5d..5ebfc2b03 100644 --- a/runtime/common/src/weights/pallet_author_slot_filter.rs +++ b/runtime/common/src/weights/pallet_author_slot_filter.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_author_slot_filter //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-03`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -58,7 +58,7 @@ impl pallet_author_slot_filter::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_640 nanoseconds. - Weight::from_parts(13_451_000, 0).saturating_add(T::DbWeight::get().writes(1)) + // Minimum execution time: 13_500 nanoseconds. + Weight::from_parts(14_590_000, 0).saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/common/src/weights/pallet_balances.rs b/runtime/common/src/weights/pallet_balances.rs index cfa60b22c..5e2f6c805 100644 --- a/runtime/common/src/weights/pallet_balances.rs +++ b/runtime/common/src/weights/pallet_balances.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_balances //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -58,8 +58,8 @@ impl pallet_balances::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1585` // Estimated: `5214` - // Minimum execution time: 91_220 nanoseconds. - Weight::from_parts(92_370_000, 5214) + // Minimum execution time: 109_871 nanoseconds. + Weight::from_parts(111_051_000, 5214) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -69,8 +69,8 @@ impl pallet_balances::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1409` // Estimated: `2607` - // Minimum execution time: 60_570 nanoseconds. - Weight::from_parts(61_960_000, 2607) + // Minimum execution time: 60_490 nanoseconds. + Weight::from_parts(73_760_000, 2607) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -80,8 +80,8 @@ impl pallet_balances::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1559` // Estimated: `2607` - // Minimum execution time: 47_620 nanoseconds. - Weight::from_parts(57_830_000, 2607) + // Minimum execution time: 46_650 nanoseconds. + Weight::from_parts(57_640_000, 2607) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -91,8 +91,8 @@ impl pallet_balances::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1559` // Estimated: `2607` - // Minimum execution time: 52_801 nanoseconds. - Weight::from_parts(64_560_000, 2607) + // Minimum execution time: 63_361 nanoseconds. + Weight::from_parts(64_691_000, 2607) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -102,8 +102,8 @@ impl pallet_balances::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1581` // Estimated: `7821` - // Minimum execution time: 90_201 nanoseconds. - Weight::from_parts(92_440_000, 7821) + // Minimum execution time: 108_390 nanoseconds. + Weight::from_parts(109_831_000, 7821) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -113,8 +113,8 @@ impl pallet_balances::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1409` // Estimated: `2607` - // Minimum execution time: 69_320 nanoseconds. - Weight::from_parts(84_811_000, 2607) + // Minimum execution time: 69_251 nanoseconds. + Weight::from_parts(85_261_000, 2607) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -124,8 +124,8 @@ impl pallet_balances::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1443` // Estimated: `2607` - // Minimum execution time: 41_590 nanoseconds. - Weight::from_parts(43_140_000, 2607) + // Minimum execution time: 49_440 nanoseconds. + Weight::from_parts(50_850_000, 2607) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/common/src/weights/pallet_bounties.rs b/runtime/common/src/weights/pallet_bounties.rs index 647f391f5..6e35f994f 100644 --- a/runtime/common/src/weights/pallet_bounties.rs +++ b/runtime/common/src/weights/pallet_bounties.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_bounties //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -65,10 +65,10 @@ impl pallet_bounties::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `141` // Estimated: `3106` - // Minimum execution time: 37_041 nanoseconds. - Weight::from_parts(41_907_852, 3106) - // Standard Error: 77 - .saturating_add(Weight::from_parts(1_483, 0).saturating_mul(d.into())) + // Minimum execution time: 38_100 nanoseconds. + Weight::from_parts(46_943_073, 3106) + // Standard Error: 18 + .saturating_add(Weight::from_parts(1_743, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -80,8 +80,8 @@ impl pallet_bounties::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `229` // Estimated: `3553` - // Minimum execution time: 17_760 nanoseconds. - Weight::from_parts(22_020_000, 3553) + // Minimum execution time: 21_700 nanoseconds. + Weight::from_parts(22_100_000, 3553) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -91,8 +91,8 @@ impl pallet_bounties::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `249` // Estimated: `2656` - // Minimum execution time: 15_430 nanoseconds. - Weight::from_parts(16_320_000, 2656) + // Minimum execution time: 19_270 nanoseconds. + Weight::from_parts(20_370_000, 2656) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -104,8 +104,8 @@ impl pallet_bounties::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `641` // Estimated: `7870` - // Minimum execution time: 55_790 nanoseconds. - Weight::from_parts(68_600_000, 7870) + // Minimum execution time: 67_520 nanoseconds. + Weight::from_parts(69_530_000, 7870) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -117,8 +117,8 @@ impl pallet_bounties::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `457` // Estimated: `5263` - // Minimum execution time: 35_110 nanoseconds. - Weight::from_parts(41_720_000, 5263) + // Minimum execution time: 37_670 nanoseconds. + Weight::from_parts(43_020_000, 5263) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -128,8 +128,8 @@ impl pallet_bounties::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `289` // Estimated: `2656` - // Minimum execution time: 25_530 nanoseconds. - Weight::from_parts(30_380_000, 2656) + // Minimum execution time: 27_430 nanoseconds. + Weight::from_parts(30_770_000, 2656) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -143,8 +143,8 @@ impl pallet_bounties::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `674` // Estimated: `10477` - // Minimum execution time: 99_900 nanoseconds. - Weight::from_parts(110_310_000, 10477) + // Minimum execution time: 117_100 nanoseconds. + Weight::from_parts(121_650_000, 10477) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -158,8 +158,8 @@ impl pallet_bounties::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `541` // Estimated: `7870` - // Minimum execution time: 70_890 nanoseconds. - Weight::from_parts(72_370_000, 7870) + // Minimum execution time: 64_760 nanoseconds. + Weight::from_parts(71_110_000, 7870) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -173,8 +173,8 @@ impl pallet_bounties::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `818` // Estimated: `10477` - // Minimum execution time: 75_191 nanoseconds. - Weight::from_parts(92_190_000, 10477) + // Minimum execution time: 90_500 nanoseconds. + Weight::from_parts(92_640_000, 10477) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -184,8 +184,8 @@ impl pallet_bounties::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `289` // Estimated: `2656` - // Minimum execution time: 23_930 nanoseconds. - Weight::from_parts(24_920_000, 2656) + // Minimum execution time: 28_930 nanoseconds. + Weight::from_parts(30_041_000, 2656) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -200,10 +200,10 @@ impl pallet_bounties::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `98 + b * (357 ±0)` // Estimated: `897 + b * (7870 ±0)` - // Minimum execution time: 6_910 nanoseconds. - Weight::from_parts(18_947_391, 897) - // Standard Error: 190_619 - .saturating_add(Weight::from_parts(46_824_225, 0).saturating_mul(b.into())) + // Minimum execution time: 8_040 nanoseconds. + Weight::from_parts(35_582_901, 897) + // Standard Error: 168_907 + .saturating_add(Weight::from_parts(54_930_083, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/common/src/weights/pallet_collective.rs b/runtime/common/src/weights/pallet_collective.rs index dcbf2ca52..61b65f8e0 100644 --- a/runtime/common/src/weights/pallet_collective.rs +++ b/runtime/common/src/weights/pallet_collective.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_collective //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -67,12 +67,12 @@ impl pallet_collective::weights::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `0 + m * (8195 ±0) + p * (3227 ±0)` // Estimated: `33167 + m * (19751 ±60) + p * (10255 ±23)` - // Minimum execution time: 29_790 nanoseconds. - Weight::from_parts(30_470_000, 33167) - // Standard Error: 290_563 - .saturating_add(Weight::from_parts(20_259_936, 0).saturating_mul(m.into())) - // Standard Error: 114_081 - .saturating_add(Weight::from_parts(13_715_268, 0).saturating_mul(p.into())) + // Minimum execution time: 32_240 nanoseconds. + Weight::from_parts(36_010_000, 33167) + // Standard Error: 331_381 + .saturating_add(Weight::from_parts(24_168_756, 0).saturating_mul(m.into())) + // Standard Error: 130_107 + .saturating_add(Weight::from_parts(16_390_802, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -88,12 +88,12 @@ impl pallet_collective::weights::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `100 + m * (32 ±0)` // Estimated: `596 + m * (32 ±0)` - // Minimum execution time: 25_960 nanoseconds. - Weight::from_parts(29_269_228, 596) - // Standard Error: 337 - .saturating_add(Weight::from_parts(3_602, 0).saturating_mul(b.into())) - // Standard Error: 3_474 - .saturating_add(Weight::from_parts(21_450, 0).saturating_mul(m.into())) + // Minimum execution time: 29_290 nanoseconds. + Weight::from_parts(33_241_053, 596) + // Standard Error: 107 + .saturating_add(Weight::from_parts(2_623, 0).saturating_mul(b.into())) + // Standard Error: 1_108 + .saturating_add(Weight::from_parts(31_802, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -107,12 +107,12 @@ impl pallet_collective::weights::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `100 + m * (32 ±0)` // Estimated: `3172 + m * (64 ±0)` - // Minimum execution time: 31_490 nanoseconds. - Weight::from_parts(30_131_213, 3172) - // Standard Error: 384 - .saturating_add(Weight::from_parts(4_624, 0).saturating_mul(b.into())) - // Standard Error: 3_965 - .saturating_add(Weight::from_parts(61_957, 0).saturating_mul(m.into())) + // Minimum execution time: 32_470 nanoseconds. + Weight::from_parts(36_593_323, 3172) + // Standard Error: 263 + .saturating_add(Weight::from_parts(3_751, 0).saturating_mul(b.into())) + // Standard Error: 2_716 + .saturating_add(Weight::from_parts(50_600, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } @@ -133,14 +133,14 @@ impl pallet_collective::weights::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `565 + m * (32 ±0) + p * (33 ±0)` // Estimated: `6570 + m * (160 ±0) + p * (170 ±0)` - // Minimum execution time: 39_040 nanoseconds. - Weight::from_parts(34_059_907, 6570) - // Standard Error: 758 - .saturating_add(Weight::from_parts(19_427, 0).saturating_mul(b.into())) - // Standard Error: 7_913 - .saturating_add(Weight::from_parts(14_899, 0).saturating_mul(m.into())) - // Standard Error: 3_046 - .saturating_add(Weight::from_parts(180_246, 0).saturating_mul(p.into())) + // Minimum execution time: 51_800 nanoseconds. + Weight::from_parts(49_667_053, 6570) + // Standard Error: 666 + .saturating_add(Weight::from_parts(11_053, 0).saturating_mul(b.into())) + // Standard Error: 6_959 + .saturating_add(Weight::from_parts(83_279, 0).saturating_mul(m.into())) + // Standard Error: 2_679 + .saturating_add(Weight::from_parts(254_614, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 160).saturating_mul(m.into())) @@ -155,10 +155,10 @@ impl pallet_collective::weights::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `1240 + m * (64 ±0)` // Estimated: `5448 + m * (128 ±0)` - // Minimum execution time: 39_500 nanoseconds. - Weight::from_parts(48_841_714, 5448) - // Standard Error: 6_702 - .saturating_add(Weight::from_parts(84_392, 0).saturating_mul(m.into())) + // Minimum execution time: 51_250 nanoseconds. + Weight::from_parts(71_287_144, 5448) + // Standard Error: 5_011 + .saturating_add(Weight::from_parts(73_018, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) @@ -177,12 +177,12 @@ impl pallet_collective::weights::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `683 + m * (64 ±0) + p * (33 ±0)` // Estimated: `6017 + m * (260 ±0) + p * (136 ±0)` - // Minimum execution time: 40_640 nanoseconds. - Weight::from_parts(42_123_537, 6017) - // Standard Error: 7_228 - .saturating_add(Weight::from_parts(92_522, 0).saturating_mul(m.into())) - // Standard Error: 2_747 - .saturating_add(Weight::from_parts(186_866, 0).saturating_mul(p.into())) + // Minimum execution time: 48_690 nanoseconds. + Weight::from_parts(55_109_178, 6017) + // Standard Error: 6_245 + .saturating_add(Weight::from_parts(107_851, 0).saturating_mul(m.into())) + // Standard Error: 2_373 + .saturating_add(Weight::from_parts(229_124, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) @@ -203,12 +203,14 @@ impl pallet_collective::weights::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `926 + b * (1 ±0) + m * (64 ±0) + p * (36 ±0)` // Estimated: `9916 + b * (4 ±0) + m * (248 ±0) + p * (144 ±0)` - // Minimum execution time: 57_170 nanoseconds. - Weight::from_parts(69_742_766, 9916) - // Standard Error: 982 - .saturating_add(Weight::from_parts(312, 0).saturating_mul(b.into())) - // Standard Error: 3_944 - .saturating_add(Weight::from_parts(236_954, 0).saturating_mul(p.into())) + // Minimum execution time: 57_050 nanoseconds. + Weight::from_parts(75_520_068, 9916) + // Standard Error: 794 + .saturating_add(Weight::from_parts(7_735, 0).saturating_mul(b.into())) + // Standard Error: 8_398 + .saturating_add(Weight::from_parts(53_897, 0).saturating_mul(m.into())) + // Standard Error: 3_191 + .saturating_add(Weight::from_parts(306_904, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) @@ -231,12 +233,12 @@ impl pallet_collective::weights::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `703 + m * (64 ±0) + p * (33 ±0)` // Estimated: `7250 + m * (325 ±0) + p * (170 ±0)` - // Minimum execution time: 43_830 nanoseconds. - Weight::from_parts(53_537_018, 7250) - // Standard Error: 8_674 - .saturating_add(Weight::from_parts(5_263, 0).saturating_mul(m.into())) - // Standard Error: 3_296 - .saturating_add(Weight::from_parts(162_220, 0).saturating_mul(p.into())) + // Minimum execution time: 46_220 nanoseconds. + Weight::from_parts(62_405_239, 7250) + // Standard Error: 7_440 + .saturating_add(Weight::from_parts(108_767, 0).saturating_mul(m.into())) + // Standard Error: 2_827 + .saturating_add(Weight::from_parts(218_334, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) @@ -259,14 +261,12 @@ impl pallet_collective::weights::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `946 + b * (1 ±0) + m * (64 ±0) + p * (36 ±0)` // Estimated: `11505 + b * (5 ±0) + m * (310 ±0) + p * (180 ±0)` - // Minimum execution time: 60_921 nanoseconds. - Weight::from_parts(64_816_771, 11505) - // Standard Error: 1_103 - .saturating_add(Weight::from_parts(5_021, 0).saturating_mul(b.into())) - // Standard Error: 11_665 - .saturating_add(Weight::from_parts(72_542, 0).saturating_mul(m.into())) - // Standard Error: 4_433 - .saturating_add(Weight::from_parts(207_221, 0).saturating_mul(p.into())) + // Minimum execution time: 60_490 nanoseconds. + Weight::from_parts(87_540_688, 11505) + // Standard Error: 865 + .saturating_add(Weight::from_parts(3_430, 0).saturating_mul(b.into())) + // Standard Error: 3_474 + .saturating_add(Weight::from_parts(317_677, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) @@ -284,10 +284,10 @@ impl pallet_collective::weights::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `258 + p * (32 ±0)` // Estimated: `1266 + p * (96 ±0)` - // Minimum execution time: 23_430 nanoseconds. - Weight::from_parts(29_973_062, 1266) - // Standard Error: 2_147 - .saturating_add(Weight::from_parts(141_748, 0).saturating_mul(p.into())) + // Minimum execution time: 23_361 nanoseconds. + Weight::from_parts(35_532_415, 1266) + // Standard Error: 3_908 + .saturating_add(Weight::from_parts(240_150, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) diff --git a/runtime/common/src/weights/pallet_contracts.rs b/runtime/common/src/weights/pallet_contracts.rs index 32454fc83..e8bb96b42 100644 --- a/runtime/common/src/weights/pallet_contracts.rs +++ b/runtime/common/src/weights/pallet_contracts.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_contracts //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -58,8 +58,8 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `42` // Estimated: `0` - // Minimum execution time: 6_110 nanoseconds. - Weight::from_parts(6_490_000, 0).saturating_add(T::DbWeight::get().reads(1)) + // Minimum execution time: 7_430 nanoseconds. + Weight::from_parts(7_771_000, 0).saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Ignored) @@ -68,10 +68,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `414 + k * (69 ±0)` // Estimated: `0` - // Minimum execution time: 18_090 nanoseconds. - Weight::from_parts(22_395_669, 0) - // Standard Error: 10_251 - .saturating_add(Weight::from_parts(1_733_823, 0).saturating_mul(k.into())) + // Minimum execution time: 19_010 nanoseconds. + Weight::from_parts(231_178, 0) + // Standard Error: 7_979 + .saturating_add(Weight::from_parts(2_022_917, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) @@ -83,10 +83,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `214 + q * (33 ±0)` // Estimated: `0` - // Minimum execution time: 6_440 nanoseconds. - Weight::from_parts(17_633_322, 0) - // Standard Error: 18_172 - .saturating_add(Weight::from_parts(2_046_769, 0).saturating_mul(q.into())) + // Minimum execution time: 7_500 nanoseconds. + Weight::from_parts(27_206_849, 0) + // Standard Error: 16_209 + .saturating_add(Weight::from_parts(2_358_921, 0).saturating_mul(q.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -99,10 +99,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `203 + c * (1 ±0)` // Estimated: `0` - // Minimum execution time: 50_040 nanoseconds. - Weight::from_parts(66_118_566, 0) - // Standard Error: 339 - .saturating_add(Weight::from_parts(101_168, 0).saturating_mul(c.into())) + // Minimum execution time: 60_631 nanoseconds. + Weight::from_parts(96_254_618, 0) + // Standard Error: 269 + .saturating_add(Weight::from_parts(112_614, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -121,10 +121,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `675` // Estimated: `0` - // Minimum execution time: 384_991 nanoseconds. - Weight::from_parts(474_640_398, 0) - // Standard Error: 210 - .saturating_add(Weight::from_parts(59_024, 0).saturating_mul(c.into())) + // Minimum execution time: 489_121 nanoseconds. + Weight::from_parts(665_502_356, 0) + // Standard Error: 129 + .saturating_add(Weight::from_parts(64_354, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -151,14 +151,14 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `157` // Estimated: `0` - // Minimum execution time: 6_569_301 nanoseconds. - Weight::from_parts(1_111_140_649, 0) - // Standard Error: 728 - .saturating_add(Weight::from_parts(189_058, 0).saturating_mul(c.into())) - // Standard Error: 42 - .saturating_add(Weight::from_parts(2_510, 0).saturating_mul(i.into())) - // Standard Error: 42 - .saturating_add(Weight::from_parts(3_132, 0).saturating_mul(s.into())) + // Minimum execution time: 7_344_163 nanoseconds. + Weight::from_parts(1_338_150_199, 0) + // Standard Error: 519 + .saturating_add(Weight::from_parts(203_646, 0).saturating_mul(c.into())) + // Standard Error: 30 + .saturating_add(Weight::from_parts(2_832, 0).saturating_mul(i.into())) + // Standard Error: 30 + .saturating_add(Weight::from_parts(3_129, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -182,12 +182,12 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `433` // Estimated: `0` - // Minimum execution time: 2_391_049 nanoseconds. - Weight::from_parts(705_609_295, 0) + // Minimum execution time: 2_937_909 nanoseconds. + Weight::from_parts(891_169_449, 0) // Standard Error: 44 - .saturating_add(Weight::from_parts(1_900, 0).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(2_010, 0).saturating_mul(i.into())) // Standard Error: 44 - .saturating_add(Weight::from_parts(2_956, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(3_159, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -205,8 +205,8 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `727` // Estimated: `0` - // Minimum execution time: 209_711 nanoseconds. - Weight::from_parts(255_811_000, 0) + // Minimum execution time: 227_451 nanoseconds. + Weight::from_parts(280_790_000, 0) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -223,10 +223,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `42` // Estimated: `0` - // Minimum execution time: 391_302 nanoseconds. - Weight::from_parts(510_442_008, 0) - // Standard Error: 434 - .saturating_add(Weight::from_parts(181_832, 0).saturating_mul(c.into())) + // Minimum execution time: 471_521 nanoseconds. + Weight::from_parts(687_711_884, 0) + // Standard Error: 394 + .saturating_add(Weight::from_parts(200_341, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -242,8 +242,8 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `218` // Estimated: `0` - // Minimum execution time: 41_390 nanoseconds. - Weight::from_parts(42_220_000, 0) + // Minimum execution time: 36_600 nanoseconds. + Weight::from_parts(44_600_000, 0) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -257,8 +257,8 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `567` // Estimated: `0` - // Minimum execution time: 47_790 nanoseconds. - Weight::from_parts(58_291_000, 0) + // Minimum execution time: 48_240 nanoseconds. + Weight::from_parts(58_330_000, 0) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -277,10 +277,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `697 + r * (480 ±0)` // Estimated: `0` - // Minimum execution time: 375_301 nanoseconds. - Weight::from_parts(478_558_442, 0) - // Standard Error: 404_503 - .saturating_add(Weight::from_parts(33_588_102, 0).saturating_mul(r.into())) + // Minimum execution time: 431_852 nanoseconds. + Weight::from_parts(517_954_911, 0) + // Standard Error: 272_523 + .saturating_add(Weight::from_parts(41_775_023, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -299,10 +299,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `749 + r * (19218 ±0)` // Estimated: `0` - // Minimum execution time: 373_011 nanoseconds. - Weight::from_parts(160_300_699, 0) - // Standard Error: 1_720_908 - .saturating_add(Weight::from_parts(479_354_490, 0).saturating_mul(r.into())) + // Minimum execution time: 370_081 nanoseconds. + Weight::from_parts(208_937_394, 0) + // Standard Error: 1_926_054 + .saturating_add(Weight::from_parts(539_165_423, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -322,10 +322,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `741 + r * (19539 ±0)` // Estimated: `0` - // Minimum execution time: 379_232 nanoseconds. - Weight::from_parts(343_138_581, 0) - // Standard Error: 1_423_456 - .saturating_add(Weight::from_parts(535_980_878, 0).saturating_mul(r.into())) + // Minimum execution time: 373_452 nanoseconds. + Weight::from_parts(227_921_076, 0) + // Standard Error: 1_913_473 + .saturating_add(Weight::from_parts(631_118_111, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -345,10 +345,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `704 + r * (480 ±0)` // Estimated: `0` - // Minimum execution time: 375_911 nanoseconds. - Weight::from_parts(467_258_836, 0) - // Standard Error: 421_581 - .saturating_add(Weight::from_parts(41_940_000, 0).saturating_mul(r.into())) + // Minimum execution time: 379_931 nanoseconds. + Weight::from_parts(528_666_677, 0) + // Standard Error: 374_987 + .saturating_add(Weight::from_parts(50_992_877, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -367,10 +367,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `694 + r * (240 ±0)` // Estimated: `0` - // Minimum execution time: 371_141 nanoseconds. - Weight::from_parts(446_629_107, 0) - // Standard Error: 302_767 - .saturating_add(Weight::from_parts(21_741_006, 0).saturating_mul(r.into())) + // Minimum execution time: 373_091 nanoseconds. + Weight::from_parts(502_021_184, 0) + // Standard Error: 406_594 + .saturating_add(Weight::from_parts(27_810_692, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -389,10 +389,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `698 + r * (480 ±0)` // Estimated: `0` - // Minimum execution time: 374_182 nanoseconds. - Weight::from_parts(455_823_309, 0) - // Standard Error: 372_497 - .saturating_add(Weight::from_parts(36_686_525, 0).saturating_mul(r.into())) + // Minimum execution time: 383_501 nanoseconds. + Weight::from_parts(541_475_815, 0) + // Standard Error: 379_203 + .saturating_add(Weight::from_parts(39_598_712, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -411,10 +411,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `699 + r * (480 ±0)` // Estimated: `0` - // Minimum execution time: 374_301 nanoseconds. - Weight::from_parts(472_545_348, 0) - // Standard Error: 365_341 - .saturating_add(Weight::from_parts(33_357_127, 0).saturating_mul(r.into())) + // Minimum execution time: 387_450 nanoseconds. + Weight::from_parts(529_951_635, 0) + // Standard Error: 392_749 + .saturating_add(Weight::from_parts(40_284_485, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -433,10 +433,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `873 + r * (480 ±0)` // Estimated: `0` - // Minimum execution time: 373_491 nanoseconds. - Weight::from_parts(499_112_918, 0) - // Standard Error: 764_504 - .saturating_add(Weight::from_parts(155_725_717, 0).saturating_mul(r.into())) + // Minimum execution time: 412_591 nanoseconds. + Weight::from_parts(571_653_506, 0) + // Standard Error: 470_423 + .saturating_add(Weight::from_parts(179_738_554, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -455,10 +455,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `708 + r * (480 ±0)` // Estimated: `0` - // Minimum execution time: 371_591 nanoseconds. - Weight::from_parts(426_646_447, 0) - // Standard Error: 343_272 - .saturating_add(Weight::from_parts(37_975_153, 0).saturating_mul(r.into())) + // Minimum execution time: 395_131 nanoseconds. + Weight::from_parts(527_037_547, 0) + // Standard Error: 354_055 + .saturating_add(Weight::from_parts(40_615_465, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -477,10 +477,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `706 + r * (480 ±0)` // Estimated: `0` - // Minimum execution time: 372_871 nanoseconds. - Weight::from_parts(450_665_253, 0) - // Standard Error: 307_247 - .saturating_add(Weight::from_parts(37_130_906, 0).saturating_mul(r.into())) + // Minimum execution time: 380_230 nanoseconds. + Weight::from_parts(531_816_816, 0) + // Standard Error: 333_964 + .saturating_add(Weight::from_parts(37_754_742, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -499,10 +499,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `703 + r * (480 ±0)` // Estimated: `0` - // Minimum execution time: 374_371 nanoseconds. - Weight::from_parts(457_610_635, 0) - // Standard Error: 320_428 - .saturating_add(Weight::from_parts(36_685_913, 0).saturating_mul(r.into())) + // Minimum execution time: 390_151 nanoseconds. + Weight::from_parts(577_277_614, 0) + // Standard Error: 503_035 + .saturating_add(Weight::from_parts(36_413_279, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -521,10 +521,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `694 + r * (480 ±0)` // Estimated: `0` - // Minimum execution time: 374_341 nanoseconds. - Weight::from_parts(466_707_132, 0) - // Standard Error: 401_912 - .saturating_add(Weight::from_parts(36_811_378, 0).saturating_mul(r.into())) + // Minimum execution time: 376_551 nanoseconds. + Weight::from_parts(535_008_554, 0) + // Standard Error: 353_325 + .saturating_add(Weight::from_parts(38_594_722, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -545,10 +545,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `809 + r * (800 ±0)` // Estimated: `0` - // Minimum execution time: 374_241 nanoseconds. - Weight::from_parts(488_008_780, 0) - // Standard Error: 627_301 - .saturating_add(Weight::from_parts(120_052_624, 0).saturating_mul(r.into())) + // Minimum execution time: 397_911 nanoseconds. + Weight::from_parts(528_491_853, 0) + // Standard Error: 429_636 + .saturating_add(Weight::from_parts(134_755_404, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -567,10 +567,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `661 + r * (320 ±0)` // Estimated: `0` - // Minimum execution time: 196_541 nanoseconds. - Weight::from_parts(226_541_621, 0) - // Standard Error: 226_852 - .saturating_add(Weight::from_parts(17_352_255, 0).saturating_mul(r.into())) + // Minimum execution time: 214_380 nanoseconds. + Weight::from_parts(260_658_643, 0) + // Standard Error: 160_864 + .saturating_add(Weight::from_parts(18_814_649, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -589,10 +589,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `696 + r * (480 ±0)` // Estimated: `0` - // Minimum execution time: 373_351 nanoseconds. - Weight::from_parts(461_516_483, 0) - // Standard Error: 304_494 - .saturating_add(Weight::from_parts(33_051_375, 0).saturating_mul(r.into())) + // Minimum execution time: 403_660 nanoseconds. + Weight::from_parts(545_823_848, 0) + // Standard Error: 357_639 + .saturating_add(Weight::from_parts(32_529_346, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -611,10 +611,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1176` // Estimated: `0` - // Minimum execution time: 406_501 nanoseconds. - Weight::from_parts(375_214_805, 0) - // Standard Error: 132_000 - .saturating_add(Weight::from_parts(16_653_138, 0).saturating_mul(n.into())) + // Minimum execution time: 486_961 nanoseconds. + Weight::from_parts(420_704_430, 0) + // Standard Error: 126_136 + .saturating_add(Weight::from_parts(18_130_065, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -633,10 +633,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `684 + r * (8 ±0)` // Estimated: `0` - // Minimum execution time: 369_111 nanoseconds. - Weight::from_parts(457_587_624, 0) - // Standard Error: 7_886_413 - .saturating_add(Weight::from_parts(20_295_175, 0).saturating_mul(r.into())) + // Minimum execution time: 367_101 nanoseconds. + Weight::from_parts(508_054_206, 0) + // Standard Error: 9_076_081 + .saturating_add(Weight::from_parts(100_993, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -655,10 +655,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `694` // Estimated: `0` - // Minimum execution time: 371_441 nanoseconds. - Weight::from_parts(463_508_954, 0) - // Standard Error: 7_361 - .saturating_add(Weight::from_parts(329_068, 0).saturating_mul(n.into())) + // Minimum execution time: 417_570 nanoseconds. + Weight::from_parts(486_804_833, 0) + // Standard Error: 8_373 + .saturating_add(Weight::from_parts(411_815, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -681,10 +681,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `726 + r * (285 ±0)` // Estimated: `0` - // Minimum execution time: 372_701 nanoseconds. - Weight::from_parts(462_025_332, 0) - // Standard Error: 7_047_477 - .saturating_add(Weight::from_parts(127_317_567, 0).saturating_mul(r.into())) + // Minimum execution time: 370_770 nanoseconds. + Weight::from_parts(515_893_028, 0) + // Standard Error: 9_505_249 + .saturating_add(Weight::from_parts(191_277_471, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -707,10 +707,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `775 + r * (800 ±0)` // Estimated: `0` - // Minimum execution time: 374_991 nanoseconds. - Weight::from_parts(498_662_174, 0) - // Standard Error: 766_411 - .saturating_add(Weight::from_parts(199_784_446, 0).saturating_mul(r.into())) + // Minimum execution time: 389_531 nanoseconds. + Weight::from_parts(506_659_987, 0) + // Standard Error: 438_015 + .saturating_add(Weight::from_parts(222_549_692, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -729,10 +729,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `694 + r * (800 ±0)` // Estimated: `0` - // Minimum execution time: 371_391 nanoseconds. - Weight::from_parts(475_602_737, 0) - // Standard Error: 1_010_592 - .saturating_add(Weight::from_parts(402_326_784, 0).saturating_mul(r.into())) + // Minimum execution time: 419_771 nanoseconds. + Weight::from_parts(556_814_111, 0) + // Standard Error: 666_560 + .saturating_add(Weight::from_parts(423_936_920, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -752,12 +752,12 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1630 + t * (2608 ±0) + n * (8 ±0)` // Estimated: `0` - // Minimum execution time: 1_795_546 nanoseconds. - Weight::from_parts(894_921_942, 0) - // Standard Error: 3_151_542 - .saturating_add(Weight::from_parts(315_361_325, 0).saturating_mul(t.into())) - // Standard Error: 865_566 - .saturating_add(Weight::from_parts(109_354_566, 0).saturating_mul(n.into())) + // Minimum execution time: 1_916_644 nanoseconds. + Weight::from_parts(876_255_548, 0) + // Standard Error: 2_998_126 + .saturating_add(Weight::from_parts(365_874_853, 0).saturating_mul(t.into())) + // Standard Error: 823_430 + .saturating_add(Weight::from_parts(120_543_255, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((80_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -778,10 +778,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `693 + r * (800 ±0)` // Estimated: `0` - // Minimum execution time: 211_860 nanoseconds. - Weight::from_parts(256_492_987, 0) - // Standard Error: 258_569 - .saturating_add(Weight::from_parts(28_279_258, 0).saturating_mul(r.into())) + // Minimum execution time: 211_061 nanoseconds. + Weight::from_parts(291_579_010, 0) + // Standard Error: 162_749 + .saturating_add(Weight::from_parts(27_900_831, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -792,10 +792,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `720 + r * (23420 ±0)` // Estimated: `0` - // Minimum execution time: 372_731 nanoseconds. - Weight::from_parts(230_042_914, 0) - // Standard Error: 3_946_397 - .saturating_add(Weight::from_parts(850_235_792, 0).saturating_mul(r.into())) + // Minimum execution time: 374_560 nanoseconds. + Weight::from_parts(334_860_847, 0) + // Standard Error: 3_068_197 + .saturating_add(Weight::from_parts(978_042_416, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -808,10 +808,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `12402 + n * (12006 ±0)` // Estimated: `0` - // Minimum execution time: 599_732 nanoseconds. - Weight::from_parts(1_041_267_009, 0) - // Standard Error: 3_072_249 - .saturating_add(Weight::from_parts(167_808_462, 0).saturating_mul(n.into())) + // Minimum execution time: 683_562 nanoseconds. + Weight::from_parts(1_224_575_174, 0) + // Standard Error: 3_929_725 + .saturating_add(Weight::from_parts(196_261_071, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(52)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(50)) @@ -824,10 +824,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `14990 + n * (175775 ±0)` // Estimated: `0` - // Minimum execution time: 598_312 nanoseconds. - Weight::from_parts(986_952_331, 0) - // Standard Error: 2_862_138 - .saturating_add(Weight::from_parts(122_582_746, 0).saturating_mul(n.into())) + // Minimum execution time: 597_481 nanoseconds. + Weight::from_parts(1_153_785_439, 0) + // Standard Error: 3_312_108 + .saturating_add(Weight::from_parts(128_606_117, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(51)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(49)) @@ -840,10 +840,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `720 + r * (23100 ±0)` // Estimated: `0` - // Minimum execution time: 376_741 nanoseconds. - Weight::from_parts(221_395_468, 0) - // Standard Error: 3_217_492 - .saturating_add(Weight::from_parts(837_290_505, 0).saturating_mul(r.into())) + // Minimum execution time: 441_841 nanoseconds. + Weight::from_parts(479_192_193, 0) + // Standard Error: 2_871_558 + .saturating_add(Weight::from_parts(916_912_022, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -856,10 +856,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `14670 + n * (175775 ±0)` // Estimated: `0` - // Minimum execution time: 547_492 nanoseconds. - Weight::from_parts(1_013_256_948, 0) - // Standard Error: 3_447_891 - .saturating_add(Weight::from_parts(116_759_554, 0).saturating_mul(n.into())) + // Minimum execution time: 625_381 nanoseconds. + Weight::from_parts(1_137_973_256, 0) + // Standard Error: 3_381_124 + .saturating_add(Weight::from_parts(130_713_708, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(51)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(48)) @@ -872,10 +872,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `730 + r * (23740 ±0)` // Estimated: `0` - // Minimum execution time: 377_442 nanoseconds. - Weight::from_parts(410_271_744, 0) - // Standard Error: 2_471_569 - .saturating_add(Weight::from_parts(667_706_422, 0).saturating_mul(r.into())) + // Minimum execution time: 392_901 nanoseconds. + Weight::from_parts(479_938_978, 0) + // Standard Error: 1_934_626 + .saturating_add(Weight::from_parts(754_683_224, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -887,10 +887,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `15321 + n * (175775 ±0)` // Estimated: `0` - // Minimum execution time: 513_942 nanoseconds. - Weight::from_parts(918_181_187, 0) - // Standard Error: 3_184_526 - .saturating_add(Weight::from_parts(288_276_116, 0).saturating_mul(n.into())) + // Minimum execution time: 509_251 nanoseconds. + Weight::from_parts(1_059_139_703, 0) + // Standard Error: 3_539_218 + .saturating_add(Weight::from_parts(303_187_136, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(51)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -902,10 +902,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `723 + r * (23100 ±0)` // Estimated: `0` - // Minimum execution time: 377_101 nanoseconds. - Weight::from_parts(408_041_801, 0) - // Standard Error: 2_513_320 - .saturating_add(Weight::from_parts(638_041_873, 0).saturating_mul(r.into())) + // Minimum execution time: 458_631 nanoseconds. + Weight::from_parts(506_503_466, 0) + // Standard Error: 1_926_675 + .saturating_add(Weight::from_parts(728_611_813, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -917,10 +917,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `14673 + n * (175775 ±0)` // Estimated: `0` - // Minimum execution time: 505_062 nanoseconds. - Weight::from_parts(830_145_171, 0) - // Standard Error: 2_424_530 - .saturating_add(Weight::from_parts(123_975_903, 0).saturating_mul(n.into())) + // Minimum execution time: 525_181 nanoseconds. + Weight::from_parts(1_030_715_942, 0) + // Standard Error: 3_301_932 + .saturating_add(Weight::from_parts(122_011_584, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(51)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -932,10 +932,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `731 + r * (23740 ±0)` // Estimated: `0` - // Minimum execution time: 376_261 nanoseconds. - Weight::from_parts(341_638_863, 0) - // Standard Error: 2_683_436 - .saturating_add(Weight::from_parts(808_859_154, 0).saturating_mul(r.into())) + // Minimum execution time: 414_821 nanoseconds. + Weight::from_parts(357_950_744, 0) + // Standard Error: 3_475_365 + .saturating_add(Weight::from_parts(981_471_555, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -948,10 +948,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `15322 + n * (175775 ±0)` // Estimated: `0` - // Minimum execution time: 553_242 nanoseconds. - Weight::from_parts(949_041_161, 0) - // Standard Error: 3_234_437 - .saturating_add(Weight::from_parts(291_728_056, 0).saturating_mul(n.into())) + // Minimum execution time: 638_781 nanoseconds. + Weight::from_parts(1_188_783_395, 0) + // Standard Error: 3_951_294 + .saturating_add(Weight::from_parts(314_100_376, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(51)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(48)) @@ -972,10 +972,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1322 + r * (3601 ±0)` // Estimated: `0` - // Minimum execution time: 377_072 nanoseconds. - Weight::from_parts(149_523_628, 0) - // Standard Error: 2_836_463 - .saturating_add(Weight::from_parts(2_343_177_901, 0).saturating_mul(r.into())) + // Minimum execution time: 389_761 nanoseconds. + Weight::from_parts(387_985_694, 0) + // Standard Error: 2_529_933 + .saturating_add(Weight::from_parts(2_615_792_463, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -996,10 +996,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `948 + r * (20495 ±0)` // Estimated: `0` - // Minimum execution time: 377_371 nanoseconds. - Weight::from_parts(399_671_000, 0) - // Standard Error: 34_770_460 - .saturating_add(Weight::from_parts(33_594_746_691, 0).saturating_mul(r.into())) + // Minimum execution time: 435_761 nanoseconds. + Weight::from_parts(68_471_501, 0) + // Standard Error: 94_851_428 + .saturating_add(Weight::from_parts(38_479_425_365, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().reads((160_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1020,10 +1020,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0 + r * (71670 ±0)` // Estimated: `0` - // Minimum execution time: 380_351 nanoseconds. - Weight::from_parts(441_931_000, 0) - // Standard Error: 25_033_346 - .saturating_add(Weight::from_parts(33_258_234_459, 0).saturating_mul(r.into())) + // Minimum execution time: 382_431 nanoseconds. + Weight::from_parts(477_811_000, 0) + // Standard Error: 42_244_071 + .saturating_add(Weight::from_parts(36_082_816_111, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((150_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1045,12 +1045,12 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `21128 + t * (15897 ±0)` // Estimated: `0` - // Minimum execution time: 16_285_648 nanoseconds. - Weight::from_parts(15_396_101_814, 0) - // Standard Error: 94_535_254 - .saturating_add(Weight::from_parts(2_070_451_758, 0).saturating_mul(t.into())) - // Standard Error: 141_750 - .saturating_add(Weight::from_parts(17_431_226, 0).saturating_mul(c.into())) + // Minimum execution time: 18_273_642 nanoseconds. + Weight::from_parts(17_523_937_499, 0) + // Standard Error: 89_878_407 + .saturating_add(Weight::from_parts(2_045_724_783, 0).saturating_mul(t.into())) + // Standard Error: 134_767 + .saturating_add(Weight::from_parts(18_073_327, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(167)) .saturating_add(T::DbWeight::get().reads((81_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(163)) @@ -1075,10 +1075,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1512 + r * (25573 ±0)` // Estimated: `0` - // Minimum execution time: 384_711 nanoseconds. - Weight::from_parts(450_071_000, 0) - // Standard Error: 51_397_155 - .saturating_add(Weight::from_parts(44_429_717_226, 0).saturating_mul(r.into())) + // Minimum execution time: 376_711 nanoseconds. + Weight::from_parts(455_542_000, 0) + // Standard Error: 114_095_743 + .saturating_add(Weight::from_parts(50_953_615_612, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((400_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(5)) @@ -1105,12 +1105,12 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `5505 + t * (68 ±0)` // Estimated: `0` - // Minimum execution time: 194_548_501 nanoseconds. - Weight::from_parts(4_060_894_991, 0) - // Standard Error: 622_337 - .saturating_add(Weight::from_parts(213_591_750, 0).saturating_mul(i.into())) - // Standard Error: 622_337 - .saturating_add(Weight::from_parts(212_989_598, 0).saturating_mul(s.into())) + // Minimum execution time: 210_322_618 nanoseconds. + Weight::from_parts(31_023_451_273, 0) + // Standard Error: 648_986 + .saturating_add(Weight::from_parts(213_692_481, 0).saturating_mul(i.into())) + // Standard Error: 648_986 + .saturating_add(Weight::from_parts(217_643_843, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(249)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(247)) @@ -1131,10 +1131,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `691 + r * (642 ±0)` // Estimated: `0` - // Minimum execution time: 372_521 nanoseconds. - Weight::from_parts(449_893_040, 0) - // Standard Error: 4_996_487 - .saturating_add(Weight::from_parts(19_002_459, 0).saturating_mul(r.into())) + // Minimum execution time: 370_871 nanoseconds. + Weight::from_parts(517_046_881, 0) + // Standard Error: 9_392_544 + .saturating_add(Weight::from_parts(1_484_618, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1153,10 +1153,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1493` // Estimated: `0` - // Minimum execution time: 484_881 nanoseconds. - Weight::from_parts(71_387_344, 0) - // Standard Error: 113_883 - .saturating_add(Weight::from_parts(84_883_773, 0).saturating_mul(n.into())) + // Minimum execution time: 435_121 nanoseconds. + Weight::from_parts(502_631_000, 0) + // Standard Error: 81_123 + .saturating_add(Weight::from_parts(94_181_133, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1175,10 +1175,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `693 + r * (642 ±0)` // Estimated: `0` - // Minimum execution time: 372_131 nanoseconds. - Weight::from_parts(451_030_430, 0) - // Standard Error: 5_371_296 - .saturating_add(Weight::from_parts(122_296_569, 0).saturating_mul(r.into())) + // Minimum execution time: 372_401 nanoseconds. + Weight::from_parts(558_599_716, 0) + // Standard Error: 10_105_961 + .saturating_add(Weight::from_parts(103_731_083, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1197,10 +1197,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1495` // Estimated: `0` - // Minimum execution time: 454_411 nanoseconds. - Weight::from_parts(993_751_647, 0) - // Standard Error: 294_683 - .saturating_add(Weight::from_parts(331_605_187, 0).saturating_mul(n.into())) + // Minimum execution time: 537_732 nanoseconds. + Weight::from_parts(579_512_000, 0) + // Standard Error: 208_304 + .saturating_add(Weight::from_parts(369_317_236, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1219,10 +1219,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `693 + r * (642 ±0)` // Estimated: `0` - // Minimum execution time: 370_021 nanoseconds. - Weight::from_parts(440_257_293, 0) - // Standard Error: 4_816_693 - .saturating_add(Weight::from_parts(77_099_306, 0).saturating_mul(r.into())) + // Minimum execution time: 368_311 nanoseconds. + Weight::from_parts(507_392_248, 0) + // Standard Error: 8_916_313 + .saturating_add(Weight::from_parts(108_580_551, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1241,10 +1241,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1495` // Estimated: `0` - // Minimum execution time: 426_202 nanoseconds. - Weight::from_parts(154_821_872, 0) - // Standard Error: 190_477 - .saturating_add(Weight::from_parts(150_086_142, 0).saturating_mul(n.into())) + // Minimum execution time: 522_392 nanoseconds. + Weight::from_parts(567_922_000, 0) + // Standard Error: 111_886 + .saturating_add(Weight::from_parts(163_798_185, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1263,10 +1263,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `693 + r * (642 ±0)` // Estimated: `0` - // Minimum execution time: 370_912 nanoseconds. - Weight::from_parts(448_571_518, 0) - // Standard Error: 6_139_889 - .saturating_add(Weight::from_parts(46_192_881, 0).saturating_mul(r.into())) + // Minimum execution time: 366_951 nanoseconds. + Weight::from_parts(500_280_304, 0) + // Standard Error: 9_646_663 + .saturating_add(Weight::from_parts(51_759_095, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1285,10 +1285,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1495` // Estimated: `0` - // Minimum execution time: 488_671 nanoseconds. - Weight::from_parts(354_675_705, 0) - // Standard Error: 236_238 - .saturating_add(Weight::from_parts(149_911_872, 0).saturating_mul(n.into())) + // Minimum execution time: 540_452 nanoseconds. + Weight::from_parts(603_082_000, 0) + // Standard Error: 162_534 + .saturating_add(Weight::from_parts(166_126_166, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1307,10 +1307,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `737 + r * (6083 ±0)` // Estimated: `0` - // Minimum execution time: 374_731 nanoseconds. - Weight::from_parts(477_645_804, 0) - // Standard Error: 12_318_019 - .saturating_add(Weight::from_parts(5_533_639_795, 0).saturating_mul(r.into())) + // Minimum execution time: 372_331 nanoseconds. + Weight::from_parts(500_234_279, 0) + // Standard Error: 9_708_530 + .saturating_add(Weight::from_parts(6_049_554_620, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1329,10 +1329,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `706 + r * (3362 ±0)` // Estimated: `0` - // Minimum execution time: 373_521 nanoseconds. - Weight::from_parts(454_466_355, 0) - // Standard Error: 7_035_392 - .saturating_add(Weight::from_parts(1_209_092_744, 0).saturating_mul(r.into())) + // Minimum execution time: 370_281 nanoseconds. + Weight::from_parts(487_345_571, 0) + // Standard Error: 8_255_395 + .saturating_add(Weight::from_parts(1_383_599_828, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1353,10 +1353,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0 + r * (79300 ±0)` // Estimated: `0` - // Minimum execution time: 375_061 nanoseconds. - Weight::from_parts(378_341_000, 0) - // Standard Error: 9_818_609 - .saturating_add(Weight::from_parts(2_879_919_540, 0).saturating_mul(r.into())) + // Minimum execution time: 468_402 nanoseconds. + Weight::from_parts(491_662_000, 0) + // Standard Error: 11_442_378 + .saturating_add(Weight::from_parts(3_208_414_115, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((225_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1377,10 +1377,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `689 + r * (240 ±0)` // Estimated: `0` - // Minimum execution time: 376_911 nanoseconds. - Weight::from_parts(463_446_143, 0) - // Standard Error: 289_509 - .saturating_add(Weight::from_parts(20_676_850, 0).saturating_mul(r.into())) + // Minimum execution time: 418_421 nanoseconds. + Weight::from_parts(536_436_097, 0) + // Standard Error: 310_626 + .saturating_add(Weight::from_parts(20_913_646, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1399,10 +1399,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1387 + r * (3140 ±0)` // Estimated: `0` - // Minimum execution time: 382_971 nanoseconds. - Weight::from_parts(584_876_450, 0) - // Standard Error: 439_954 - .saturating_add(Weight::from_parts(34_366_738, 0).saturating_mul(r.into())) + // Minimum execution time: 397_661 nanoseconds. + Weight::from_parts(613_318_772, 0) + // Standard Error: 378_470 + .saturating_add(Weight::from_parts(29_430_515, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1423,10 +1423,10 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `692 + r * (240 ±0)` // Estimated: `0` - // Minimum execution time: 374_531 nanoseconds. - Weight::from_parts(458_152_912, 0) - // Standard Error: 305_426 - .saturating_add(Weight::from_parts(16_795_590, 0).saturating_mul(r.into())) + // Minimum execution time: 369_881 nanoseconds. + Weight::from_parts(476_815_394, 0) + // Standard Error: 269_936 + .saturating_add(Weight::from_parts(18_315_800, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -1435,430 +1435,430 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_680 nanoseconds. - Weight::from_parts(2_580_043, 0) - // Standard Error: 5_617 - .saturating_add(Weight::from_parts(595_623, 0).saturating_mul(r.into())) + // Minimum execution time: 1_780 nanoseconds. + Weight::from_parts(3_136_743, 0) + // Standard Error: 4_188 + .saturating_add(Weight::from_parts(621_351, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64load(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_990 nanoseconds. - Weight::from_parts(11_386_710, 0) - // Standard Error: 31_531 - .saturating_add(Weight::from_parts(1_717_335, 0).saturating_mul(r.into())) + // Minimum execution time: 1_770 nanoseconds. + Weight::from_parts(9_352_462, 0) + // Standard Error: 15_166 + .saturating_add(Weight::from_parts(1_557_402, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64store(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_970 nanoseconds. - Weight::from_parts(8_996_748, 0) - // Standard Error: 16_297 - .saturating_add(Weight::from_parts(1_592_374, 0).saturating_mul(r.into())) + // Minimum execution time: 1_860 nanoseconds. + Weight::from_parts(8_180_062, 0) + // Standard Error: 13_817 + .saturating_add(Weight::from_parts(1_622_066, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_select(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_530 nanoseconds. - Weight::from_parts(2_694_583, 0) - // Standard Error: 12_481 - .saturating_add(Weight::from_parts(1_566_395, 0).saturating_mul(r.into())) + // Minimum execution time: 1_460 nanoseconds. + Weight::from_parts(2_551_334, 0) + // Standard Error: 11_841 + .saturating_add(Weight::from_parts(1_665_255, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_if(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_650 nanoseconds. - Weight::from_parts(3_180_441, 0) - // Standard Error: 15_341 - .saturating_add(Weight::from_parts(2_217_620, 0).saturating_mul(r.into())) + // Minimum execution time: 1_480 nanoseconds. + Weight::from_parts(2_191_446, 0) + // Standard Error: 12_533 + .saturating_add(Weight::from_parts(2_098_157, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_640 nanoseconds. - Weight::from_parts(1_182_725, 0) - // Standard Error: 7_627 - .saturating_add(Weight::from_parts(1_005_510, 0).saturating_mul(r.into())) + // Minimum execution time: 1_630 nanoseconds. + Weight::from_parts(1_945_536, 0) + // Standard Error: 6_420 + .saturating_add(Weight::from_parts(984_796, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br_if(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_470 nanoseconds. - Weight::from_parts(2_510_975, 0) - // Standard Error: 10_084 - .saturating_add(Weight::from_parts(1_308_464, 0).saturating_mul(r.into())) + // Minimum execution time: 1_520 nanoseconds. + Weight::from_parts(1_854_661, 0) + // Standard Error: 7_036 + .saturating_add(Weight::from_parts(1_381_991, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br_table(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_500 nanoseconds. - Weight::from_parts(1_362_646, 0) - // Standard Error: 12_297 - .saturating_add(Weight::from_parts(1_721_594, 0).saturating_mul(r.into())) + // Minimum execution time: 1_531 nanoseconds. + Weight::from_parts(1_429_591, 0) + // Standard Error: 8_514 + .saturating_add(Weight::from_parts(1_816_297, 0).saturating_mul(r.into())) } /// The range of component `e` is `[1, 256]`. fn instr_br_table_per_entry(e: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_710 nanoseconds. - Weight::from_parts(6_651_413, 0) - // Standard Error: 378 - .saturating_add(Weight::from_parts(6_005, 0).saturating_mul(e.into())) + // Minimum execution time: 5_630 nanoseconds. + Weight::from_parts(7_467_038, 0) + // Standard Error: 333 + .saturating_add(Weight::from_parts(4_907, 0).saturating_mul(e.into())) } /// The range of component `r` is `[0, 50]`. fn instr_call(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_710 nanoseconds. - Weight::from_parts(6_173_711, 0) - // Standard Error: 36_224 - .saturating_add(Weight::from_parts(4_883_881, 0).saturating_mul(r.into())) + // Minimum execution time: 1_560 nanoseconds. + Weight::from_parts(1_650_551, 0) + // Standard Error: 35_615 + .saturating_add(Weight::from_parts(5_246_652, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_call_indirect(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_850 nanoseconds. - Weight::from_parts(12_973_120, 0) - // Standard Error: 48_647 - .saturating_add(Weight::from_parts(5_532_186, 0).saturating_mul(r.into())) + // Minimum execution time: 1_790 nanoseconds. + Weight::from_parts(8_229_172, 0) + // Standard Error: 36_662 + .saturating_add(Weight::from_parts(5_895_045, 0).saturating_mul(r.into())) } /// The range of component `p` is `[0, 128]`. fn instr_call_indirect_per_param(p: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_730 nanoseconds. - Weight::from_parts(12_611_308, 0) - // Standard Error: 3_590 - .saturating_add(Weight::from_parts(290_374, 0).saturating_mul(p.into())) + // Minimum execution time: 7_690 nanoseconds. + Weight::from_parts(13_888_593, 0) + // Standard Error: 3_490 + .saturating_add(Weight::from_parts(312_955, 0).saturating_mul(p.into())) } /// The range of component `l` is `[0, 1024]`. fn instr_call_per_local(l: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_430 nanoseconds. - Weight::from_parts(7_769_593, 0) - // Standard Error: 771 - .saturating_add(Weight::from_parts(88_477, 0).saturating_mul(l.into())) + // Minimum execution time: 7_050 nanoseconds. + Weight::from_parts(8_811_701, 0) + // Standard Error: 656 + .saturating_add(Weight::from_parts(93_440, 0).saturating_mul(l.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_get(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_790 nanoseconds. - Weight::from_parts(5_160_298, 0) - // Standard Error: 6_314 - .saturating_add(Weight::from_parts(741_711, 0).saturating_mul(r.into())) + // Minimum execution time: 3_840 nanoseconds. + Weight::from_parts(5_853_123, 0) + // Standard Error: 6_625 + .saturating_add(Weight::from_parts(765_633, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_set(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_831 nanoseconds. - Weight::from_parts(3_763_733, 0) - // Standard Error: 9_676 - .saturating_add(Weight::from_parts(1_138_182, 0).saturating_mul(r.into())) + // Minimum execution time: 3_340 nanoseconds. + Weight::from_parts(4_113_945, 0) + // Standard Error: 8_909 + .saturating_add(Weight::from_parts(1_198_001, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_tee(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_950 nanoseconds. - Weight::from_parts(4_489_910, 0) - // Standard Error: 11_541 - .saturating_add(Weight::from_parts(1_362_339, 0).saturating_mul(r.into())) + // Minimum execution time: 3_970 nanoseconds. + Weight::from_parts(4_643_752, 0) + // Standard Error: 9_875 + .saturating_add(Weight::from_parts(1_463_310, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_global_get(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_810 nanoseconds. - Weight::from_parts(3_745_176, 0) - // Standard Error: 12_338 - .saturating_add(Weight::from_parts(1_437_795, 0).saturating_mul(r.into())) + // Minimum execution time: 1_620 nanoseconds. + Weight::from_parts(2_315_667, 0) + // Standard Error: 13_076 + .saturating_add(Weight::from_parts(2_015_150, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_global_set(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_630 nanoseconds. - Weight::from_parts(3_413_607, 0) - // Standard Error: 14_311 - .saturating_add(Weight::from_parts(1_812_119, 0).saturating_mul(r.into())) + // Minimum execution time: 1_600 nanoseconds. + Weight::from_parts(1_483_134, 0) + // Standard Error: 11_873 + .saturating_add(Weight::from_parts(2_058_012, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_memory_current(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_920 nanoseconds. - Weight::from_parts(3_171_429, 0) - // Standard Error: 12_191 - .saturating_add(Weight::from_parts(1_256_399, 0).saturating_mul(r.into())) + // Minimum execution time: 1_990 nanoseconds. + Weight::from_parts(3_095_465, 0) + // Standard Error: 10_245 + .saturating_add(Weight::from_parts(1_332_117, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn instr_memory_grow(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_720 nanoseconds. - Weight::from_parts(1_969_065, 0) - // Standard Error: 1_007_166 - .saturating_add(Weight::from_parts(377_371_234, 0).saturating_mul(r.into())) + // Minimum execution time: 1_480 nanoseconds. + Weight::from_parts(1_934_187, 0) + // Standard Error: 1_165_957 + .saturating_add(Weight::from_parts(352_987_712, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64clz(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_630 nanoseconds. - Weight::from_parts(3_355_511, 0) - // Standard Error: 7_730 - .saturating_add(Weight::from_parts(858_685, 0).saturating_mul(r.into())) + // Minimum execution time: 1_830 nanoseconds. + Weight::from_parts(3_764_219, 0) + // Standard Error: 7_276 + .saturating_add(Weight::from_parts(908_339, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ctz(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_540 nanoseconds. - Weight::from_parts(3_129_105, 0) - // Standard Error: 7_753 - .saturating_add(Weight::from_parts(861_739, 0).saturating_mul(r.into())) + // Minimum execution time: 1_440 nanoseconds. + Weight::from_parts(2_932_299, 0) + // Standard Error: 6_288 + .saturating_add(Weight::from_parts(927_100, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64popcnt(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_520 nanoseconds. - Weight::from_parts(3_737_679, 0) - // Standard Error: 7_624 - .saturating_add(Weight::from_parts(831_018, 0).saturating_mul(r.into())) + // Minimum execution time: 1_810 nanoseconds. + Weight::from_parts(3_383_481, 0) + // Standard Error: 6_988 + .saturating_add(Weight::from_parts(911_269, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64eqz(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_510 nanoseconds. - Weight::from_parts(2_877_812, 0) - // Standard Error: 7_097 - .saturating_add(Weight::from_parts(848_356, 0).saturating_mul(r.into())) + // Minimum execution time: 1_690 nanoseconds. + Weight::from_parts(2_921_686, 0) + // Standard Error: 5_839 + .saturating_add(Weight::from_parts(943_173, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extendsi32(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_550 nanoseconds. - Weight::from_parts(2_198_188, 0) - // Standard Error: 7_192 - .saturating_add(Weight::from_parts(927_106, 0).saturating_mul(r.into())) + // Minimum execution time: 1_500 nanoseconds. + Weight::from_parts(2_623_859, 0) + // Standard Error: 6_524 + .saturating_add(Weight::from_parts(928_298, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extendui32(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_530 nanoseconds. - Weight::from_parts(3_524_104, 0) - // Standard Error: 6_868 - .saturating_add(Weight::from_parts(933_300, 0).saturating_mul(r.into())) + // Minimum execution time: 1_550 nanoseconds. + Weight::from_parts(4_627_690, 0) + // Standard Error: 8_179 + .saturating_add(Weight::from_parts(863_051, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32wrapi64(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_620 nanoseconds. - Weight::from_parts(3_721_589, 0) - // Standard Error: 7_239 - .saturating_add(Weight::from_parts(884_957, 0).saturating_mul(r.into())) + // Minimum execution time: 1_550 nanoseconds. + Weight::from_parts(2_595_110, 0) + // Standard Error: 6_474 + .saturating_add(Weight::from_parts(928_065, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64eq(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_650 nanoseconds. - Weight::from_parts(3_753_855, 0) - // Standard Error: 10_085 - .saturating_add(Weight::from_parts(1_138_318, 0).saturating_mul(r.into())) + // Minimum execution time: 1_510 nanoseconds. + Weight::from_parts(3_894_235, 0) + // Standard Error: 8_463 + .saturating_add(Weight::from_parts(1_219_500, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ne(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_690 nanoseconds. - Weight::from_parts(3_514_477, 0) - // Standard Error: 9_860 - .saturating_add(Weight::from_parts(1_129_417, 0).saturating_mul(r.into())) + // Minimum execution time: 1_460 nanoseconds. + Weight::from_parts(2_563_440, 0) + // Standard Error: 8_687 + .saturating_add(Weight::from_parts(1_247_172, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64lts(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_601 nanoseconds. - Weight::from_parts(2_668_329, 0) - // Standard Error: 9_109 - .saturating_add(Weight::from_parts(1_133_595, 0).saturating_mul(r.into())) + // Minimum execution time: 1_740 nanoseconds. + Weight::from_parts(3_152_891, 0) + // Standard Error: 8_071 + .saturating_add(Weight::from_parts(1_248_541, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ltu(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_620 nanoseconds. - Weight::from_parts(3_086_560, 0) - // Standard Error: 9_644 - .saturating_add(Weight::from_parts(1_136_912, 0).saturating_mul(r.into())) + // Minimum execution time: 1_520 nanoseconds. + Weight::from_parts(3_388_594, 0) + // Standard Error: 9_001 + .saturating_add(Weight::from_parts(1_217_995, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64gts(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_680 nanoseconds. - Weight::from_parts(3_016_523, 0) - // Standard Error: 9_912 - .saturating_add(Weight::from_parts(1_156_442, 0).saturating_mul(r.into())) + // Minimum execution time: 1_740 nanoseconds. + Weight::from_parts(1_635_986, 0) + // Standard Error: 6_243 + .saturating_add(Weight::from_parts(1_305_180, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64gtu(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_510 nanoseconds. - Weight::from_parts(3_747_047, 0) - // Standard Error: 9_269 - .saturating_add(Weight::from_parts(1_111_902, 0).saturating_mul(r.into())) + // Minimum execution time: 1_710 nanoseconds. + Weight::from_parts(2_638_243, 0) + // Standard Error: 5_966 + .saturating_add(Weight::from_parts(1_275_338, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64les(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_610 nanoseconds. - Weight::from_parts(3_745_129, 0) - // Standard Error: 9_367 - .saturating_add(Weight::from_parts(1_114_915, 0).saturating_mul(r.into())) + // Minimum execution time: 1_450 nanoseconds. + Weight::from_parts(3_146_830, 0) + // Standard Error: 8_968 + .saturating_add(Weight::from_parts(1_227_357, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64leu(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_450 nanoseconds. - Weight::from_parts(3_863_671, 0) - // Standard Error: 10_278 - .saturating_add(Weight::from_parts(1_129_344, 0).saturating_mul(r.into())) + // Minimum execution time: 1_460 nanoseconds. + Weight::from_parts(3_252_838, 0) + // Standard Error: 7_613 + .saturating_add(Weight::from_parts(1_246_230, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ges(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_490 nanoseconds. - Weight::from_parts(2_115_000, 0) - // Standard Error: 9_919 - .saturating_add(Weight::from_parts(1_172_745, 0).saturating_mul(r.into())) + // Minimum execution time: 1_530 nanoseconds. + Weight::from_parts(2_491_422, 0) + // Standard Error: 7_290 + .saturating_add(Weight::from_parts(1_279_578, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64geu(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_500 nanoseconds. - Weight::from_parts(2_978_011, 0) - // Standard Error: 9_738 - .saturating_add(Weight::from_parts(1_142_209, 0).saturating_mul(r.into())) + // Minimum execution time: 1_480 nanoseconds. + Weight::from_parts(1_696_914, 0) + // Standard Error: 7_284 + .saturating_add(Weight::from_parts(1_291_501, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64add(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_670 nanoseconds. - Weight::from_parts(2_819_907, 0) - // Standard Error: 9_845 - .saturating_add(Weight::from_parts(1_136_779, 0).saturating_mul(r.into())) + // Minimum execution time: 1_720 nanoseconds. + Weight::from_parts(3_244_000, 0) + // Standard Error: 8_247 + .saturating_add(Weight::from_parts(1_223_730, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64sub(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_710 nanoseconds. - Weight::from_parts(3_882_976, 0) - // Standard Error: 9_852 - .saturating_add(Weight::from_parts(1_123_317, 0).saturating_mul(r.into())) + // Minimum execution time: 1_740 nanoseconds. + Weight::from_parts(2_339_735, 0) + // Standard Error: 6_588 + .saturating_add(Weight::from_parts(1_275_672, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64mul(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_540 nanoseconds. - Weight::from_parts(3_242_475, 0) - // Standard Error: 9_582 - .saturating_add(Weight::from_parts(1_125_660, 0).saturating_mul(r.into())) + // Minimum execution time: 1_760 nanoseconds. + Weight::from_parts(3_085_111, 0) + // Standard Error: 7_619 + .saturating_add(Weight::from_parts(1_248_370, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64divs(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_510 nanoseconds. - Weight::from_parts(3_521_333, 0) - // Standard Error: 9_033 - .saturating_add(Weight::from_parts(1_289_409, 0).saturating_mul(r.into())) + // Minimum execution time: 1_490 nanoseconds. + Weight::from_parts(2_468_536, 0) + // Standard Error: 9_812 + .saturating_add(Weight::from_parts(1_454_375, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64divu(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_630 nanoseconds. - Weight::from_parts(3_353_761, 0) - // Standard Error: 10_405 - .saturating_add(Weight::from_parts(1_135_591, 0).saturating_mul(r.into())) + // Minimum execution time: 1_520 nanoseconds. + Weight::from_parts(3_650_517, 0) + // Standard Error: 9_928 + .saturating_add(Weight::from_parts(1_207_003, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rems(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_630 nanoseconds. - Weight::from_parts(3_967_717, 0) - // Standard Error: 9_817 - .saturating_add(Weight::from_parts(1_245_087, 0).saturating_mul(r.into())) + // Minimum execution time: 1_470 nanoseconds. + Weight::from_parts(1_449_755, 0) + // Standard Error: 9_386 + .saturating_add(Weight::from_parts(1_576_210, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64remu(r: u32) -> Weight { @@ -1866,29 +1866,29 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 1_530 nanoseconds. - Weight::from_parts(3_641_209, 0) - // Standard Error: 9_268 - .saturating_add(Weight::from_parts(1_190_994, 0).saturating_mul(r.into())) + Weight::from_parts(3_604_036, 0) + // Standard Error: 9_582 + .saturating_add(Weight::from_parts(1_387_067, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64and(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_690 nanoseconds. - Weight::from_parts(3_248_656, 0) - // Standard Error: 8_862 - .saturating_add(Weight::from_parts(1_132_534, 0).saturating_mul(r.into())) + // Minimum execution time: 1_450 nanoseconds. + Weight::from_parts(3_741_153, 0) + // Standard Error: 9_330 + .saturating_add(Weight::from_parts(1_187_944, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64or(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_610 nanoseconds. - Weight::from_parts(2_963_671, 0) - // Standard Error: 9_662 - .saturating_add(Weight::from_parts(1_122_743, 0).saturating_mul(r.into())) + // Minimum execution time: 1_550 nanoseconds. + Weight::from_parts(1_900_000, 0) + // Standard Error: 23_251 + .saturating_add(Weight::from_parts(1_513_468, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64xor(r: u32) -> Weight { @@ -1896,58 +1896,58 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 1_510 nanoseconds. - Weight::from_parts(2_527_883, 0) - // Standard Error: 9_556 - .saturating_add(Weight::from_parts(1_148_291, 0).saturating_mul(r.into())) + Weight::from_parts(2_921_475, 0) + // Standard Error: 7_444 + .saturating_add(Weight::from_parts(1_249_617, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shl(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_611 nanoseconds. - Weight::from_parts(4_494_670, 0) - // Standard Error: 10_063 - .saturating_add(Weight::from_parts(1_104_601, 0).saturating_mul(r.into())) + // Minimum execution time: 1_780 nanoseconds. + Weight::from_parts(3_548_981, 0) + // Standard Error: 7_767 + .saturating_add(Weight::from_parts(1_242_323, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shrs(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_680 nanoseconds. - Weight::from_parts(3_218_937, 0) - // Standard Error: 9_383 - .saturating_add(Weight::from_parts(1_129_981, 0).saturating_mul(r.into())) + // Minimum execution time: 1_710 nanoseconds. + Weight::from_parts(1_904_247, 0) + // Standard Error: 7_361 + .saturating_add(Weight::from_parts(1_279_805, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shru(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_530 nanoseconds. - Weight::from_parts(2_949_558, 0) - // Standard Error: 10_575 - .saturating_add(Weight::from_parts(1_205_527, 0).saturating_mul(r.into())) + // Minimum execution time: 1_450 nanoseconds. + Weight::from_parts(1_679_219, 0) + // Standard Error: 6_529 + .saturating_add(Weight::from_parts(1_291_802, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rotl(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_510 nanoseconds. - Weight::from_parts(4_608_725, 0) - // Standard Error: 12_089 - .saturating_add(Weight::from_parts(1_159_508, 0).saturating_mul(r.into())) + // Minimum execution time: 1_720 nanoseconds. + Weight::from_parts(3_744_484, 0) + // Standard Error: 8_338 + .saturating_add(Weight::from_parts(1_227_022, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rotr(r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_610 nanoseconds. - Weight::from_parts(3_669_552, 0) - // Standard Error: 10_031 - .saturating_add(Weight::from_parts(1_149_825, 0).saturating_mul(r.into())) + // Minimum execution time: 1_500 nanoseconds. + Weight::from_parts(3_433_997, 0) + // Standard Error: 8_899 + .saturating_add(Weight::from_parts(1_211_884, 0).saturating_mul(r.into())) } } diff --git a/runtime/common/src/weights/pallet_democracy.rs b/runtime/common/src/weights/pallet_democracy.rs index a49a7fd1c..81df45f93 100644 --- a/runtime/common/src/weights/pallet_democracy.rs +++ b/runtime/common/src/weights/pallet_democracy.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_democracy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -64,8 +64,8 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `4835` // Estimated: `23413` - // Minimum execution time: 63_150 nanoseconds. - Weight::from_parts(74_631_000, 23413) + // Minimum execution time: 50_690 nanoseconds. + Weight::from_parts(63_110_000, 23413) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -75,8 +75,8 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `3591` // Estimated: `5705` - // Minimum execution time: 49_741 nanoseconds. - Weight::from_parts(63_400_000, 5705) + // Minimum execution time: 43_520 nanoseconds. + Weight::from_parts(45_040_000, 5705) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,8 +90,8 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `3500` // Estimated: `12732` - // Minimum execution time: 69_300 nanoseconds. - Weight::from_parts(88_280_000, 12732) + // Minimum execution time: 59_010 nanoseconds. + Weight::from_parts(72_290_000, 12732) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -105,8 +105,8 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `3522` // Estimated: `12732` - // Minimum execution time: 70_990 nanoseconds. - Weight::from_parts(86_690_000, 12732) + // Minimum execution time: 59_810 nanoseconds. + Weight::from_parts(72_890_000, 12732) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -118,8 +118,8 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `295` // Estimated: `5192` - // Minimum execution time: 29_430 nanoseconds. - Weight::from_parts(31_020_000, 5192) + // Minimum execution time: 26_390 nanoseconds. + Weight::from_parts(32_000_000, 5192) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -139,8 +139,8 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `6251` // Estimated: `31427` - // Minimum execution time: 135_290 nanoseconds. - Weight::from_parts(159_370_000, 31427) + // Minimum execution time: 112_670 nanoseconds. + Weight::from_parts(139_060_000, 31427) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -152,8 +152,8 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `3419` // Estimated: `6344` - // Minimum execution time: 23_790 nanoseconds. - Weight::from_parts(28_820_000, 6344) + // Minimum execution time: 28_210 nanoseconds. + Weight::from_parts(28_970_000, 6344) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -163,8 +163,8 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_520 nanoseconds. - Weight::from_parts(7_050_000, 0).saturating_add(T::DbWeight::get().writes(1)) + // Minimum execution time: 6_060 nanoseconds. + Weight::from_parts(6_540_000, 0).saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:0 w:1) /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) @@ -172,8 +172,8 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_310 nanoseconds. - Weight::from_parts(6_460_000, 0).saturating_add(T::DbWeight::get().writes(1)) + // Minimum execution time: 6_150 nanoseconds. + Weight::from_parts(6_650_000, 0).saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:1 w:1) /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) @@ -185,8 +185,8 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `179` // Estimated: `1126` - // Minimum execution time: 28_370 nanoseconds. - Weight::from_parts(30_550_000, 1126) + // Minimum execution time: 28_070 nanoseconds. + Weight::from_parts(34_820_000, 1126) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -198,8 +198,8 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `3448` // Estimated: `6344` - // Minimum execution time: 35_901 nanoseconds. - Weight::from_parts(43_380_000, 6344) + // Minimum execution time: 36_350 nanoseconds. + Weight::from_parts(44_300_000, 6344) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -213,8 +213,8 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `6122` // Estimated: `28116` - // Minimum execution time: 98_561 nanoseconds. - Weight::from_parts(118_501_000, 28116) + // Minimum execution time: 94_210 nanoseconds. + Weight::from_parts(115_161_000, 28116) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -224,8 +224,8 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_741 nanoseconds. - Weight::from_parts(13_160_000, 0).saturating_add(T::DbWeight::get().writes(1)) + // Minimum execution time: 11_520 nanoseconds. + Weight::from_parts(13_900_000, 0).saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy LowestUnbaked (r:1 w:1) /// Proof: Democracy LowestUnbaked (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -238,10 +238,10 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `174 + r * (125 ±0)` // Estimated: `998 + r * (2684 ±0)` - // Minimum execution time: 12_941 nanoseconds. - Weight::from_parts(22_394_689, 998) - // Standard Error: 37_355 - .saturating_add(Weight::from_parts(4_770_133, 0).saturating_mul(r.into())) + // Minimum execution time: 14_730 nanoseconds. + Weight::from_parts(28_833_321, 998) + // Standard Error: 37_839 + .saturating_add(Weight::from_parts(4_701_815, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -264,10 +264,10 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `174 + r * (125 ±0)` // Estimated: `19318 + r * (2684 ±0)` - // Minimum execution time: 18_220 nanoseconds. - Weight::from_parts(36_055_104, 19318) - // Standard Error: 41_367 - .saturating_add(Weight::from_parts(4_489_765, 0).saturating_mul(r.into())) + // Minimum execution time: 18_190 nanoseconds. + Weight::from_parts(29_838_845, 19318) + // Standard Error: 39_893 + .saturating_add(Weight::from_parts(4_571_724, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -284,10 +284,10 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `897 + r * (147 ±0)` // Estimated: `22596 + r * (2684 ±0)` - // Minimum execution time: 50_500 nanoseconds. - Weight::from_parts(77_734_503, 22596) - // Standard Error: 48_646 - .saturating_add(Weight::from_parts(5_805_049, 0).saturating_mul(r.into())) + // Minimum execution time: 55_960 nanoseconds. + Weight::from_parts(72_937_258, 22596) + // Standard Error: 49_578 + .saturating_add(Weight::from_parts(6_045_111, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -303,10 +303,10 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `522 + r * (147 ±0)` // Estimated: `12548 + r * (2684 ±0)` - // Minimum execution time: 33_651 nanoseconds. - Weight::from_parts(30_453_955, 12548) - // Standard Error: 45_166 - .saturating_add(Weight::from_parts(5_894_631, 0).saturating_mul(r.into())) + // Minimum execution time: 33_530 nanoseconds. + Weight::from_parts(45_434_419, 12548) + // Standard Error: 48_431 + .saturating_add(Weight::from_parts(6_200_443, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -319,8 +319,8 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_680 nanoseconds. - Weight::from_parts(5_070_000, 0).saturating_add(T::DbWeight::get().writes(1)) + // Minimum execution time: 4_870 nanoseconds. + Weight::from_parts(7_050_000, 0).saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy VotingOf (r:1 w:1) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3799), added: 6274, mode: MaxEncodedLen) @@ -329,14 +329,12 @@ impl pallet_democracy::weights::WeightInfo for WeightIn /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. - fn unlock_remove(r: u32) -> Weight { + fn unlock_remove(_r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `554` // Estimated: `12655` - // Minimum execution time: 31_550 nanoseconds. - Weight::from_parts(41_292_966, 12655) - // Standard Error: 5_183 - .saturating_add(Weight::from_parts(523, 0).saturating_mul(r.into())) + // Minimum execution time: 31_950 nanoseconds. + Weight::from_parts(46_451_047, 12655) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -351,10 +349,10 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `555 + r * (22 ±0)` // Estimated: `12655` - // Minimum execution time: 35_431 nanoseconds. - Weight::from_parts(41_105_819, 12655) - // Standard Error: 5_494 - .saturating_add(Weight::from_parts(79_917, 0).saturating_mul(r.into())) + // Minimum execution time: 34_100 nanoseconds. + Weight::from_parts(44_669_466, 12655) + // Standard Error: 5_077 + .saturating_add(Weight::from_parts(42_607, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -367,10 +365,10 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `760 + r * (26 ±0)` // Estimated: `8958` - // Minimum execution time: 23_350 nanoseconds. - Weight::from_parts(31_641_401, 8958) - // Standard Error: 5_466 - .saturating_add(Weight::from_parts(87_676, 0).saturating_mul(r.into())) + // Minimum execution time: 26_160 nanoseconds. + Weight::from_parts(34_737_151, 8958) + // Standard Error: 4_560 + .saturating_add(Weight::from_parts(64_111, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -383,10 +381,10 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `760 + r * (26 ±0)` // Estimated: `8958` - // Minimum execution time: 23_380 nanoseconds. - Weight::from_parts(31_350_202, 8958) - // Standard Error: 4_891 - .saturating_add(Weight::from_parts(81_254, 0).saturating_mul(r.into())) + // Minimum execution time: 25_821 nanoseconds. + Weight::from_parts(32_571_293, 8958) + // Standard Error: 3_984 + .saturating_add(Weight::from_parts(94_520, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/common/src/weights/pallet_identity.rs b/runtime/common/src/weights/pallet_identity.rs index 1735c46bc..2aa7b79ab 100644 --- a/runtime/common/src/weights/pallet_identity.rs +++ b/runtime/common/src/weights/pallet_identity.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_identity //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -55,14 +55,12 @@ impl pallet_identity::weights::WeightInfo for WeightInf /// Storage: Identity Registrars (r:1 w:1) /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(457), added: 952, mode: MaxEncodedLen) /// The range of component `r` is `[1, 7]`. - fn add_registrar(r: u32) -> Weight { + fn add_registrar(_r: u32) -> Weight { // Proof Size summary in bytes: // Measured: `64 + r * (57 ±0)` // Estimated: `952` - // Minimum execution time: 18_920 nanoseconds. - Weight::from_parts(22_999_617, 952) - // Standard Error: 45_005 - .saturating_add(Weight::from_parts(88_615, 0).saturating_mul(r.into())) + // Minimum execution time: 20_160 nanoseconds. + Weight::from_parts(25_433_606, 952) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -74,10 +72,10 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `474 + r * (5 ±0)` // Estimated: `7313` - // Minimum execution time: 25_560 nanoseconds. - Weight::from_parts(47_381_251, 7313) - // Standard Error: 12_342 - .saturating_add(Weight::from_parts(597_000, 0).saturating_mul(x.into())) + // Minimum execution time: 25_740 nanoseconds. + Weight::from_parts(54_428_048, 7313) + // Standard Error: 11_438 + .saturating_add(Weight::from_parts(664_046, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -92,10 +90,10 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `101` // Estimated: `11894 + s * (2589 ±0)` - // Minimum execution time: 14_190 nanoseconds. - Weight::from_parts(35_134_479, 11894) - // Standard Error: 35_685 - .saturating_add(Weight::from_parts(4_539_219, 0).saturating_mul(s.into())) + // Minimum execution time: 14_240 nanoseconds. + Weight::from_parts(38_930_175, 11894) + // Standard Error: 40_523 + .saturating_add(Weight::from_parts(4_824_524, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -113,10 +111,10 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `226 + p * (32 ±0)` // Estimated: `11894` - // Minimum execution time: 14_321 nanoseconds. - Weight::from_parts(31_737_012, 11894) - // Standard Error: 21_057 - .saturating_add(Weight::from_parts(2_079_026, 0).saturating_mul(p.into())) + // Minimum execution time: 16_560 nanoseconds. + Weight::from_parts(33_071_959, 11894) + // Standard Error: 19_437 + .saturating_add(Weight::from_parts(2_080_950, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -130,16 +128,18 @@ impl pallet_identity::weights::WeightInfo for WeightInf /// The range of component `r` is `[1, 8]`. /// The range of component `s` is `[0, 64]`. /// The range of component `x` is `[0, 64]`. - fn clear_identity(_r: u32, s: u32, x: u32) -> Weight { + fn clear_identity(r: u32, s: u32, x: u32) -> Weight { // Proof Size summary in bytes: // Measured: `535 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `11894` - // Minimum execution time: 52_530 nanoseconds. - Weight::from_parts(66_817_477, 11894) - // Standard Error: 21_024 - .saturating_add(Weight::from_parts(1_718_761, 0).saturating_mul(s.into())) - // Standard Error: 21_024 - .saturating_add(Weight::from_parts(220_399, 0).saturating_mul(x.into())) + // Minimum execution time: 58_640 nanoseconds. + Weight::from_parts(48_246_140, 11894) + // Standard Error: 182_255 + .saturating_add(Weight::from_parts(387_308, 0).saturating_mul(r.into())) + // Standard Error: 21_222 + .saturating_add(Weight::from_parts(1_997_948, 0).saturating_mul(s.into())) + // Standard Error: 21_222 + .saturating_add(Weight::from_parts(265_450, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -154,10 +154,10 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `431 + r * (57 ±0) + x * (66 ±0)` // Estimated: `8265` - // Minimum execution time: 38_980 nanoseconds. - Weight::from_parts(45_923_751, 8265) - // Standard Error: 12_093 - .saturating_add(Weight::from_parts(678_995, 0).saturating_mul(x.into())) + // Minimum execution time: 41_030 nanoseconds. + Weight::from_parts(60_905_120, 8265) + // Standard Error: 11_458 + .saturating_add(Weight::from_parts(668_303, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -165,14 +165,16 @@ impl pallet_identity::weights::WeightInfo for WeightInf /// Proof: Identity IdentityOf (max_values: None, max_size: Some(4838), added: 7313, mode: MaxEncodedLen) /// The range of component `r` is `[1, 8]`. /// The range of component `x` is `[0, 64]`. - fn cancel_request(_r: u32, x: u32) -> Weight { + fn cancel_request(r: u32, x: u32) -> Weight { // Proof Size summary in bytes: // Measured: `430 + x * (66 ±0)` // Estimated: `7313` - // Minimum execution time: 36_250 nanoseconds. - Weight::from_parts(42_241_735, 7313) - // Standard Error: 9_297 - .saturating_add(Weight::from_parts(653_793, 0).saturating_mul(x.into())) + // Minimum execution time: 37_480 nanoseconds. + Weight::from_parts(43_853_453, 7313) + // Standard Error: 105_132 + .saturating_add(Weight::from_parts(224_903, 0).saturating_mul(r.into())) + // Standard Error: 12_211 + .saturating_add(Weight::from_parts(728_184, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -183,10 +185,10 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `121 + r * (57 ±0)` // Estimated: `952` - // Minimum execution time: 12_260 nanoseconds. - Weight::from_parts(14_566_287, 952) - // Standard Error: 28_502 - .saturating_add(Weight::from_parts(204_175, 0).saturating_mul(r.into())) + // Minimum execution time: 13_030 nanoseconds. + Weight::from_parts(14_794_208, 952) + // Standard Error: 28_452 + .saturating_add(Weight::from_parts(499_504, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -197,10 +199,10 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `121 + r * (57 ±0)` // Estimated: `952` - // Minimum execution time: 11_350 nanoseconds. - Weight::from_parts(12_336_290, 952) - // Standard Error: 21_448 - .saturating_add(Weight::from_parts(212_098, 0).saturating_mul(r.into())) + // Minimum execution time: 10_610 nanoseconds. + Weight::from_parts(14_237_318, 952) + // Standard Error: 19_699 + .saturating_add(Weight::from_parts(124_020, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -211,10 +213,10 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `121 + r * (57 ±0)` // Estimated: `952` - // Minimum execution time: 11_470 nanoseconds. - Weight::from_parts(12_563_094, 952) - // Standard Error: 25_110 - .saturating_add(Weight::from_parts(182_114, 0).saturating_mul(r.into())) + // Minimum execution time: 10_390 nanoseconds. + Weight::from_parts(14_604_605, 952) + // Standard Error: 17_396 + .saturating_add(Weight::from_parts(10_750, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -229,9 +231,9 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Measured: `509 + r * (57 ±0) + x * (66 ±0)` // Estimated: `8265` // Minimum execution time: 32_650 nanoseconds. - Weight::from_parts(35_800_720, 8265) - // Standard Error: 11_827 - .saturating_add(Weight::from_parts(1_068_352, 0).saturating_mul(x.into())) + Weight::from_parts(48_622_386, 8265) + // Standard Error: 15_117 + .saturating_add(Weight::from_parts(1_066_351, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -246,16 +248,18 @@ impl pallet_identity::weights::WeightInfo for WeightInf /// The range of component `r` is `[1, 8]`. /// The range of component `s` is `[0, 64]`. /// The range of component `x` is `[0, 64]`. - fn kill_identity(_r: u32, s: u32, x: u32) -> Weight { + fn kill_identity(r: u32, s: u32, x: u32) -> Weight { // Proof Size summary in bytes: // Measured: `954 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `17108` - // Minimum execution time: 75_040 nanoseconds. - Weight::from_parts(89_338_852, 17108) - // Standard Error: 24_621 - .saturating_add(Weight::from_parts(1_773_575, 0).saturating_mul(s.into())) - // Standard Error: 24_621 - .saturating_add(Weight::from_parts(174_880, 0).saturating_mul(x.into())) + // Minimum execution time: 76_120 nanoseconds. + Weight::from_parts(58_672_057, 17108) + // Standard Error: 176_813 + .saturating_add(Weight::from_parts(404_857, 0).saturating_mul(r.into())) + // Standard Error: 20_588 + .saturating_add(Weight::from_parts(2_097_548, 0).saturating_mul(s.into())) + // Standard Error: 20_588 + .saturating_add(Weight::from_parts(421_199, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -271,10 +275,10 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `355 + s * (41 ±0)` // Estimated: `14483` - // Minimum execution time: 36_130 nanoseconds. - Weight::from_parts(48_957_879, 14483) - // Standard Error: 10_774 - .saturating_add(Weight::from_parts(121_047, 0).saturating_mul(s.into())) + // Minimum execution time: 38_690 nanoseconds. + Weight::from_parts(51_610_989, 14483) + // Standard Error: 10_821 + .saturating_add(Weight::from_parts(141_693, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -287,10 +291,10 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `464 + s * (7 ±0)` // Estimated: `9902` - // Minimum execution time: 19_900 nanoseconds. - Weight::from_parts(25_372_190, 9902) - // Standard Error: 5_618 - .saturating_add(Weight::from_parts(22_509, 0).saturating_mul(s.into())) + // Minimum execution time: 19_930 nanoseconds. + Weight::from_parts(27_289_143, 9902) + // Standard Error: 4_266 + .saturating_add(Weight::from_parts(23_773, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -305,10 +309,10 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `544 + s * (39 ±0)` // Estimated: `14483` - // Minimum execution time: 43_921 nanoseconds. - Weight::from_parts(51_577_696, 14483) - // Standard Error: 11_499 - .saturating_add(Weight::from_parts(129_314, 0).saturating_mul(s.into())) + // Minimum execution time: 44_120 nanoseconds. + Weight::from_parts(55_480_947, 14483) + // Standard Error: 10_276 + .saturating_add(Weight::from_parts(74_281, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -321,10 +325,10 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `469 + s * (42 ±0)` // Estimated: `7170` - // Minimum execution time: 30_781 nanoseconds. - Weight::from_parts(37_438_093, 7170) - // Standard Error: 8_782 - .saturating_add(Weight::from_parts(106_114, 0).saturating_mul(s.into())) + // Minimum execution time: 30_280 nanoseconds. + Weight::from_parts(37_281_308, 7170) + // Standard Error: 7_323 + .saturating_add(Weight::from_parts(156_189, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/common/src/weights/pallet_membership.rs b/runtime/common/src/weights/pallet_membership.rs index 69abd352e..a5e298a66 100644 --- a/runtime/common/src/weights/pallet_membership.rs +++ b/runtime/common/src/weights/pallet_membership.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_membership //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -65,10 +65,10 @@ impl pallet_membership::weights::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `237 + m * (64 ±0)` // Estimated: `4900 + m * (192 ±0)` - // Minimum execution time: 27_870 nanoseconds. - Weight::from_parts(32_938_860, 4900) - // Standard Error: 4_858 - .saturating_add(Weight::from_parts(45_291, 0).saturating_mul(m.into())) + // Minimum execution time: 25_400 nanoseconds. + Weight::from_parts(32_228_880, 4900) + // Standard Error: 4_601 + .saturating_add(Weight::from_parts(86_582, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -88,10 +88,10 @@ impl pallet_membership::weights::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `341 + m * (64 ±0)` // Estimated: `5739 + m * (192 ±0)` - // Minimum execution time: 33_120 nanoseconds. - Weight::from_parts(36_842_820, 5739) - // Standard Error: 5_058 - .saturating_add(Weight::from_parts(55_723, 0).saturating_mul(m.into())) + // Minimum execution time: 33_480 nanoseconds. + Weight::from_parts(40_243_522, 5739) + // Standard Error: 5_034 + .saturating_add(Weight::from_parts(47_094, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -111,10 +111,10 @@ impl pallet_membership::weights::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `341 + m * (64 ±0)` // Estimated: `5739 + m * (192 ±0)` - // Minimum execution time: 32_300 nanoseconds. - Weight::from_parts(36_090_560, 5739) - // Standard Error: 5_332 - .saturating_add(Weight::from_parts(103_901, 0).saturating_mul(m.into())) + // Minimum execution time: 30_070 nanoseconds. + Weight::from_parts(39_888_985, 5739) + // Standard Error: 5_667 + .saturating_add(Weight::from_parts(60_568, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -134,10 +134,10 @@ impl pallet_membership::weights::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `341 + m * (64 ±0)` // Estimated: `5739 + m * (192 ±0)` - // Minimum execution time: 33_221 nanoseconds. - Weight::from_parts(36_574_943, 5739) - // Standard Error: 6_709 - .saturating_add(Weight::from_parts(260_598, 0).saturating_mul(m.into())) + // Minimum execution time: 32_460 nanoseconds. + Weight::from_parts(38_375_533, 5739) + // Standard Error: 6_339 + .saturating_add(Weight::from_parts(275_877, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -157,10 +157,10 @@ impl pallet_membership::weights::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `341 + m * (64 ±0)` // Estimated: `5739 + m * (192 ±0)` - // Minimum execution time: 30_890 nanoseconds. - Weight::from_parts(37_543_843, 5739) - // Standard Error: 5_311 - .saturating_add(Weight::from_parts(85_516, 0).saturating_mul(m.into())) + // Minimum execution time: 34_170 nanoseconds. + Weight::from_parts(41_592_825, 5739) + // Standard Error: 5_454 + .saturating_add(Weight::from_parts(46_054, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -176,10 +176,10 @@ impl pallet_membership::weights::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `136 + m * (32 ±0)` // Estimated: `3833 + m * (32 ±0)` - // Minimum execution time: 14_620 nanoseconds. - Weight::from_parts(16_659_247, 3833) - // Standard Error: 2_155 - .saturating_add(Weight::from_parts(19_111, 0).saturating_mul(m.into())) + // Minimum execution time: 14_610 nanoseconds. + Weight::from_parts(17_594_663, 3833) + // Standard Error: 2_314 + .saturating_add(Weight::from_parts(27_614, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) @@ -193,10 +193,10 @@ impl pallet_membership::weights::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_220 nanoseconds. - Weight::from_parts(6_009_755, 0) - // Standard Error: 821 - .saturating_add(Weight::from_parts(658, 0).saturating_mul(m.into())) + // Minimum execution time: 5_300 nanoseconds. + Weight::from_parts(6_149_799, 0) + // Standard Error: 750 + .saturating_add(Weight::from_parts(8_021, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().writes(2)) } } diff --git a/runtime/common/src/weights/pallet_multisig.rs b/runtime/common/src/weights/pallet_multisig.rs index 4349aefb3..ed3df3103 100644 --- a/runtime/common/src/weights/pallet_multisig.rs +++ b/runtime/common/src/weights/pallet_multisig.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_multisig //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -57,10 +57,10 @@ impl pallet_multisig::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 17_570 nanoseconds. - Weight::from_parts(21_197_622, 0) - // Standard Error: 28 - .saturating_add(Weight::from_parts(952, 0).saturating_mul(z.into())) + // Minimum execution time: 17_140 nanoseconds. + Weight::from_parts(20_613_290, 0) + // Standard Error: 23 + .saturating_add(Weight::from_parts(989, 0).saturating_mul(z.into())) } /// Storage: Multisig Multisigs (r:1 w:1) /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3350), added: 5825, mode: MaxEncodedLen) @@ -70,12 +70,12 @@ impl pallet_multisig::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `373 + s * (1 ±0)` // Estimated: `5825` - // Minimum execution time: 48_280 nanoseconds. - Weight::from_parts(52_711_427, 5825) - // Standard Error: 7_310 - .saturating_add(Weight::from_parts(46_023, 0).saturating_mul(s.into())) - // Standard Error: 71 - .saturating_add(Weight::from_parts(2_556, 0).saturating_mul(z.into())) + // Minimum execution time: 48_190 nanoseconds. + Weight::from_parts(55_141_032, 5825) + // Standard Error: 6_415 + .saturating_add(Weight::from_parts(20_531, 0).saturating_mul(s.into())) + // Standard Error: 62 + .saturating_add(Weight::from_parts(2_645, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -87,12 +87,12 @@ impl pallet_multisig::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `317` // Estimated: `5825` - // Minimum execution time: 36_060 nanoseconds. - Weight::from_parts(35_228_597, 5825) - // Standard Error: 6_729 - .saturating_add(Weight::from_parts(79_662, 0).saturating_mul(s.into())) - // Standard Error: 65 - .saturating_add(Weight::from_parts(2_356, 0).saturating_mul(z.into())) + // Minimum execution time: 35_200 nanoseconds. + Weight::from_parts(34_539_686, 5825) + // Standard Error: 5_214 + .saturating_add(Weight::from_parts(83_803, 0).saturating_mul(s.into())) + // Standard Error: 51 + .saturating_add(Weight::from_parts(2_652, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -106,12 +106,12 @@ impl pallet_multisig::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `459 + s * (33 ±0)` // Estimated: `8432` - // Minimum execution time: 57_101 nanoseconds. - Weight::from_parts(55_464_945, 8432) - // Standard Error: 7_863 - .saturating_add(Weight::from_parts(101_206, 0).saturating_mul(s.into())) - // Standard Error: 77 - .saturating_add(Weight::from_parts(2_250, 0).saturating_mul(z.into())) + // Minimum execution time: 55_860 nanoseconds. + Weight::from_parts(56_804_266, 8432) + // Standard Error: 7_150 + .saturating_add(Weight::from_parts(95_888, 0).saturating_mul(s.into())) + // Standard Error: 70 + .saturating_add(Weight::from_parts(2_628, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -122,10 +122,10 @@ impl pallet_multisig::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `377 + s * (1 ±0)` // Estimated: `5825` - // Minimum execution time: 37_510 nanoseconds. - Weight::from_parts(46_100_688, 5825) - // Standard Error: 7_622 - .saturating_add(Weight::from_parts(79_467, 0).saturating_mul(s.into())) + // Minimum execution time: 38_691 nanoseconds. + Weight::from_parts(50_725_622, 5825) + // Standard Error: 6_195 + .saturating_add(Weight::from_parts(48_095, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -136,10 +136,10 @@ impl pallet_multisig::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `317` // Estimated: `5825` - // Minimum execution time: 27_011 nanoseconds. - Weight::from_parts(30_952_622, 5825) - // Standard Error: 4_624 - .saturating_add(Weight::from_parts(87_784, 0).saturating_mul(s.into())) + // Minimum execution time: 26_740 nanoseconds. + Weight::from_parts(32_958_938, 5825) + // Standard Error: 4_854 + .saturating_add(Weight::from_parts(77_200, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -150,10 +150,10 @@ impl pallet_multisig::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `525 + s * (1 ±0)` // Estimated: `5825` - // Minimum execution time: 41_280 nanoseconds. - Weight::from_parts(48_358_130, 5825) - // Standard Error: 6_713 - .saturating_add(Weight::from_parts(67_422, 0).saturating_mul(s.into())) + // Minimum execution time: 41_640 nanoseconds. + Weight::from_parts(51_559_888, 5825) + // Standard Error: 7_083 + .saturating_add(Weight::from_parts(65_557, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/common/src/weights/pallet_parachain_staking.rs b/runtime/common/src/weights/pallet_parachain_staking.rs index f89e6b463..0ff678f08 100644 --- a/runtime/common/src/weights/pallet_parachain_staking.rs +++ b/runtime/common/src/weights/pallet_parachain_staking.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_parachain_staking //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-03`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -58,8 +58,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `119` // Estimated: `614` - // Minimum execution time: 17_080 nanoseconds. - Weight::from_parts(17_910_000, 614) + // Minimum execution time: 21_650 nanoseconds. + Weight::from_parts(22_480_000, 614) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,8 +69,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `119` // Estimated: `614` - // Minimum execution time: 61_290 nanoseconds. - Weight::from_parts(74_520_000, 614) + // Minimum execution time: 76_630 nanoseconds. + Weight::from_parts(77_480_000, 614) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -80,8 +80,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `52` // Estimated: `547` - // Minimum execution time: 15_710 nanoseconds. - Weight::from_parts(19_750_000, 547) + // Minimum execution time: 19_300 nanoseconds. + Weight::from_parts(19_930_000, 547) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -91,8 +91,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `52` // Estimated: `547` - // Minimum execution time: 15_320 nanoseconds. - Weight::from_parts(18_290_000, 547) + // Minimum execution time: 18_880 nanoseconds. + Weight::from_parts(19_530_000, 547) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -102,8 +102,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `28` // Estimated: `523` - // Minimum execution time: 19_290 nanoseconds. - Weight::from_parts(20_090_000, 523) + // Minimum execution time: 20_290 nanoseconds. + Weight::from_parts(20_680_000, 523) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -113,8 +113,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `27` // Estimated: `522` - // Minimum execution time: 17_920 nanoseconds. - Weight::from_parts(18_320_000, 522) + // Minimum execution time: 17_990 nanoseconds. + Weight::from_parts(19_230_000, 522) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -126,8 +126,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `147` // Estimated: `1284` - // Minimum execution time: 67_320 nanoseconds. - Weight::from_parts(80_840_000, 1284) + // Minimum execution time: 81_350 nanoseconds. + Weight::from_parts(82_360_000, 1284) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -152,10 +152,10 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `1898 + x * (49 ±0)` // Estimated: `22371 + x * (300 ±0)` - // Minimum execution time: 67_820 nanoseconds. - Weight::from_parts(88_529_892, 22371) - // Standard Error: 1_996 - .saturating_add(Weight::from_parts(198_946, 0).saturating_mul(x.into())) + // Minimum execution time: 66_890 nanoseconds. + Weight::from_parts(96_425_237, 22371) + // Standard Error: 2_143 + .saturating_add(Weight::from_parts(185_610, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(7)) .saturating_add(Weight::from_parts(0, 300).saturating_mul(x.into())) @@ -169,10 +169,10 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `990 + x * (48 ±0)` // Estimated: `4794 + x * (98 ±0)` - // Minimum execution time: 36_850 nanoseconds. - Weight::from_parts(37_402_091, 4794) - // Standard Error: 1_907 - .saturating_add(Weight::from_parts(172_298, 0).saturating_mul(x.into())) + // Minimum execution time: 31_150 nanoseconds. + Weight::from_parts(45_204_630, 4794) + // Standard Error: 1_892 + .saturating_add(Weight::from_parts(159_930, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 98).saturating_mul(x.into())) @@ -200,10 +200,10 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `238 + x * (595 ±0)` // Estimated: `18229 + x * (12995 ±0)` - // Minimum execution time: 100_860 nanoseconds. - Weight::from_parts(123_231_000, 18229) - // Standard Error: 156_591 - .saturating_add(Weight::from_parts(45_031_337, 0).saturating_mul(x.into())) + // Minimum execution time: 121_740 nanoseconds. + Weight::from_parts(137_141_000, 18229) + // Standard Error: 158_049 + .saturating_add(Weight::from_parts(46_465_017, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(5)) @@ -219,10 +219,10 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `946 + x * (48 ±0)` // Estimated: `4704 + x * (98 ±0)` - // Minimum execution time: 30_230 nanoseconds. - Weight::from_parts(35_307_503, 4704) - // Standard Error: 1_892 - .saturating_add(Weight::from_parts(182_673, 0).saturating_mul(x.into())) + // Minimum execution time: 31_720 nanoseconds. + Weight::from_parts(41_148_720, 4704) + // Standard Error: 1_807 + .saturating_add(Weight::from_parts(174_213, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 98).saturating_mul(x.into())) @@ -235,8 +235,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `371` // Estimated: `3712` - // Minimum execution time: 35_270 nanoseconds. - Weight::from_parts(36_630_000, 3712) + // Minimum execution time: 34_840 nanoseconds. + Weight::from_parts(35_820_000, 3712) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -248,8 +248,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `322` // Estimated: `3614` - // Minimum execution time: 35_020 nanoseconds. - Weight::from_parts(36_200_000, 3614) + // Minimum execution time: 34_860 nanoseconds. + Weight::from_parts(36_040_000, 3614) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -267,8 +267,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `650` // Estimated: `11796` - // Minimum execution time: 74_230 nanoseconds. - Weight::from_parts(76_220_000, 11796) + // Minimum execution time: 61_311 nanoseconds. + Weight::from_parts(75_650_000, 11796) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -278,8 +278,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `216` // Estimated: `2691` - // Minimum execution time: 28_930 nanoseconds. - Weight::from_parts(29_450_000, 2691) + // Minimum execution time: 29_000 nanoseconds. + Weight::from_parts(29_870_000, 2691) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -297,8 +297,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `670` // Estimated: `11856` - // Minimum execution time: 75_961 nanoseconds. - Weight::from_parts(77_520_000, 11856) + // Minimum execution time: 65_100 nanoseconds. + Weight::from_parts(66_880_000, 11856) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -308,8 +308,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `236` // Estimated: `2711` - // Minimum execution time: 26_290 nanoseconds. - Weight::from_parts(27_360_000, 2711) + // Minimum execution time: 22_170 nanoseconds. + Weight::from_parts(27_290_000, 2711) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -333,12 +333,12 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `2374 + x * (103 ±0) + y * (52 ±0)` // Estimated: `25391 + x * (530 ±0) + y * (265 ±0)` - // Minimum execution time: 119_930 nanoseconds. - Weight::from_parts(118_918_898, 25391) - // Standard Error: 6_528 - .saturating_add(Weight::from_parts(319_301, 0).saturating_mul(x.into())) - // Standard Error: 2_141 - .saturating_add(Weight::from_parts(162_404, 0).saturating_mul(y.into())) + // Minimum execution time: 125_490 nanoseconds. + Weight::from_parts(135_398_832, 25391) + // Standard Error: 6_396 + .saturating_add(Weight::from_parts(265_077, 0).saturating_mul(x.into())) + // Standard Error: 2_098 + .saturating_add(Weight::from_parts(138_672, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) .saturating_add(Weight::from_parts(0, 530).saturating_mul(x.into())) @@ -352,8 +352,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `176` // Estimated: `5302` - // Minimum execution time: 28_120 nanoseconds. - Weight::from_parts(35_400_000, 5302) + // Minimum execution time: 32_930 nanoseconds. + Weight::from_parts(33_951_000, 5302) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -379,11 +379,11 @@ impl pallet_parachain_staking::weights::WeightInfo for fn execute_leave_delegators(x: u32) -> Weight { // Proof Size summary in bytes: // Measured: `755 + x * (558 ±0)` - // Estimated: `26542 + x * (13492 ±0)` - // Minimum execution time: 108_450 nanoseconds. - Weight::from_parts(109_220_000, 26542) - // Standard Error: 69_473 - .saturating_add(Weight::from_parts(36_713_323, 0).saturating_mul(x.into())) + // Estimated: `26542 + x * (13492 ±2)` + // Minimum execution time: 105_910 nanoseconds. + Weight::from_parts(108_141_000, 26542) + // Standard Error: 76_935 + .saturating_add(Weight::from_parts(37_566_563, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -398,8 +398,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `298` // Estimated: `5546` - // Minimum execution time: 27_421 nanoseconds. - Weight::from_parts(33_660_000, 5546) + // Minimum execution time: 36_750 nanoseconds. + Weight::from_parts(38_090_000, 5546) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -411,8 +411,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `176` // Estimated: `5302` - // Minimum execution time: 24_960 nanoseconds. - Weight::from_parts(33_320_000, 5302) + // Minimum execution time: 27_410 nanoseconds. + Weight::from_parts(33_560_000, 5302) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -436,8 +436,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `1066` // Estimated: `23667` - // Minimum execution time: 87_560 nanoseconds. - Weight::from_parts(104_231_000, 23667) + // Minimum execution time: 103_840 nanoseconds. + Weight::from_parts(105_370_000, 23667) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -449,8 +449,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `176` // Estimated: `5302` - // Minimum execution time: 27_650 nanoseconds. - Weight::from_parts(33_470_000, 5302) + // Minimum execution time: 28_110 nanoseconds. + Weight::from_parts(34_080_000, 5302) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -476,8 +476,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `1243` // Estimated: `28447` - // Minimum execution time: 91_650 nanoseconds. - Weight::from_parts(113_391_000, 28447) + // Minimum execution time: 103_180 nanoseconds. + Weight::from_parts(126_781_000, 28447) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -501,8 +501,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `1188` // Estimated: `24399` - // Minimum execution time: 88_960 nanoseconds. - Weight::from_parts(95_660_000, 24399) + // Minimum execution time: 80_960 nanoseconds. + Weight::from_parts(95_831_000, 24399) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -514,8 +514,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `298` // Estimated: `5546` - // Minimum execution time: 27_360 nanoseconds. - Weight::from_parts(33_890_000, 5546) + // Minimum execution time: 27_681 nanoseconds. + Weight::from_parts(34_100_000, 5546) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -527,8 +527,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `298` // Estimated: `5546` - // Minimum execution time: 27_520 nanoseconds. - Weight::from_parts(35_460_000, 5546) + // Minimum execution time: 34_470 nanoseconds. + Weight::from_parts(35_990_000, 5546) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -550,8 +550,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `438` // Estimated: `11670` - // Minimum execution time: 47_071 nanoseconds. - Weight::from_parts(57_930_000, 11670) + // Minimum execution time: 57_220 nanoseconds. + Weight::from_parts(58_131_000, 11670) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -564,10 +564,10 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `118 + y * (48 ±0)` // Estimated: `5180 + y * (96 ±0)` - // Minimum execution time: 9_180 nanoseconds. - Weight::from_parts(11_395_601, 5180) - // Standard Error: 1_459 - .saturating_add(Weight::from_parts(127_300, 0).saturating_mul(y.into())) + // Minimum execution time: 9_370 nanoseconds. + Weight::from_parts(11_359_043, 5180) + // Standard Error: 1_783 + .saturating_add(Weight::from_parts(143_685, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(Weight::from_parts(0, 96).saturating_mul(y.into())) } @@ -593,12 +593,12 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `0 + x * (5122 ±0) + y * (2400 ±0)` // Estimated: `13898 + x * (26124 ±53) + y * (6816 ±26)` - // Minimum execution time: 30_901 nanoseconds. - Weight::from_parts(33_540_000, 13898) - // Standard Error: 176_806 - .saturating_add(Weight::from_parts(30_024_983, 0).saturating_mul(x.into())) - // Standard Error: 88_168 - .saturating_add(Weight::from_parts(3_002_581, 0).saturating_mul(y.into())) + // Minimum execution time: 37_410 nanoseconds. + Weight::from_parts(37_950_000, 13898) + // Standard Error: 177_349 + .saturating_add(Weight::from_parts(30_156_055, 0).saturating_mul(x.into())) + // Standard Error: 88_439 + .saturating_add(Weight::from_parts(2_943_699, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -621,10 +621,10 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `485 + y * (219 ±0)` // Estimated: `16898 + y * (3483 ±0)` - // Minimum execution time: 74_380 nanoseconds. - Weight::from_parts(15_333_396, 16898) - // Standard Error: 39_718 - .saturating_add(Weight::from_parts(21_105_447, 0).saturating_mul(y.into())) + // Minimum execution time: 67_041 nanoseconds. + Weight::from_parts(50_795_146, 16898) + // Standard Error: 39_567 + .saturating_add(Weight::from_parts(21_634_242, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(y.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -635,8 +635,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_170 nanoseconds. - Weight::from_parts(2_420_000, 0) + // Minimum execution time: 1_940 nanoseconds. + Weight::from_parts(2_240_000, 0) } /// Storage: ParachainStaking DelegatorState (r:1 w:0) /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) @@ -648,12 +648,12 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `718 + x * (34 ±0) + y * (48 ±0)` // Estimated: `6134 + x * (70 ±0) + y * (98 ±0)` - // Minimum execution time: 42_651 nanoseconds. - Weight::from_parts(50_233_645, 6134) - // Standard Error: 1_163 - .saturating_add(Weight::from_parts(95_129, 0).saturating_mul(x.into())) - // Standard Error: 3_482 - .saturating_add(Weight::from_parts(86_750, 0).saturating_mul(y.into())) + // Minimum execution time: 45_920 nanoseconds. + Weight::from_parts(57_096_271, 6134) + // Standard Error: 899 + .saturating_add(Weight::from_parts(84_579, 0).saturating_mul(x.into())) + // Standard Error: 2_691 + .saturating_add(Weight::from_parts(64_670, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 70).saturating_mul(x.into())) @@ -684,14 +684,14 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `0 + x * (84 ±0) + y * (33 ±0) + z * (114 ±0)` // Estimated: `127262 + x * (367 ±0) + y * (73 ±0) + z * (230 ±1)` - // Minimum execution time: 125_520 nanoseconds. - Weight::from_parts(106_117_195, 127262) - // Standard Error: 2_398 - .saturating_add(Weight::from_parts(250_175, 0).saturating_mul(x.into())) - // Standard Error: 2_404 - .saturating_add(Weight::from_parts(47_732, 0).saturating_mul(y.into())) - // Standard Error: 8_468 - .saturating_add(Weight::from_parts(321_865, 0).saturating_mul(z.into())) + // Minimum execution time: 120_201 nanoseconds. + Weight::from_parts(118_425_126, 127262) + // Standard Error: 2_407 + .saturating_add(Weight::from_parts(242_420, 0).saturating_mul(x.into())) + // Standard Error: 2_413 + .saturating_add(Weight::from_parts(48_797, 0).saturating_mul(y.into())) + // Standard Error: 8_501 + .saturating_add(Weight::from_parts(281_230, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(8)) .saturating_add(Weight::from_parts(0, 367).saturating_mul(x.into())) @@ -704,8 +704,8 @@ impl pallet_parachain_staking::weights::WeightInfo for // Proof Size summary in bytes: // Measured: `139` // Estimated: `2607` - // Minimum execution time: 25_030 nanoseconds. - Weight::from_parts(25_680_000, 2607) + // Minimum execution time: 23_320 nanoseconds. + Weight::from_parts(28_710_000, 2607) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/common/src/weights/pallet_preimage.rs b/runtime/common/src/weights/pallet_preimage.rs index 95311a7f2..8fedc5045 100644 --- a/runtime/common/src/weights/pallet_preimage.rs +++ b/runtime/common/src/weights/pallet_preimage.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_preimage //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -61,10 +61,10 @@ impl pallet_preimage::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `179` // Estimated: `2566` - // Minimum execution time: 39_290 nanoseconds. - Weight::from_parts(39_640_000, 2566) + // Minimum execution time: 46_570 nanoseconds. + Weight::from_parts(47_640_000, 2566) // Standard Error: 4 - .saturating_add(Weight::from_parts(2_972, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_961, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -77,10 +77,10 @@ impl pallet_preimage::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `106` // Estimated: `2566` - // Minimum execution time: 23_180 nanoseconds. - Weight::from_parts(23_750_000, 2566) - // Standard Error: 5 - .saturating_add(Weight::from_parts(3_015, 0).saturating_mul(s.into())) + // Minimum execution time: 25_630 nanoseconds. + Weight::from_parts(27_760_000, 2566) + // Standard Error: 4 + .saturating_add(Weight::from_parts(2_967, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -93,10 +93,10 @@ impl pallet_preimage::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `106` // Estimated: `2566` - // Minimum execution time: 22_350 nanoseconds. - Weight::from_parts(23_520_000, 2566) - // Standard Error: 5 - .saturating_add(Weight::from_parts(3_016, 0).saturating_mul(s.into())) + // Minimum execution time: 24_550 nanoseconds. + Weight::from_parts(27_741_000, 2566) + // Standard Error: 4 + .saturating_add(Weight::from_parts(2_990, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -108,8 +108,8 @@ impl pallet_preimage::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `357` // Estimated: `2566` - // Minimum execution time: 59_921 nanoseconds. - Weight::from_parts(69_920_000, 2566) + // Minimum execution time: 59_490 nanoseconds. + Weight::from_parts(69_030_000, 2566) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -121,8 +121,8 @@ impl pallet_preimage::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `144` // Estimated: `2566` - // Minimum execution time: 45_530 nanoseconds. - Weight::from_parts(52_610_000, 2566) + // Minimum execution time: 45_150 nanoseconds. + Weight::from_parts(52_960_000, 2566) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -132,8 +132,8 @@ impl pallet_preimage::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `220` // Estimated: `2566` - // Minimum execution time: 40_490 nanoseconds. - Weight::from_parts(46_420_000, 2566) + // Minimum execution time: 40_950 nanoseconds. + Weight::from_parts(43_730_000, 2566) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -143,8 +143,8 @@ impl pallet_preimage::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `144` // Estimated: `2566` - // Minimum execution time: 27_750 nanoseconds. - Weight::from_parts(32_400_000, 2566) + // Minimum execution time: 26_900 nanoseconds. + Weight::from_parts(31_590_000, 2566) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -154,8 +154,8 @@ impl pallet_preimage::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `42` // Estimated: `2566` - // Minimum execution time: 34_380 nanoseconds. - Weight::from_parts(38_370_000, 2566) + // Minimum execution time: 29_690 nanoseconds. + Weight::from_parts(34_591_000, 2566) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -165,8 +165,8 @@ impl pallet_preimage::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `106` // Estimated: `2566` - // Minimum execution time: 15_150 nanoseconds. - Weight::from_parts(18_560_000, 2566) + // Minimum execution time: 14_440 nanoseconds. + Weight::from_parts(18_710_000, 2566) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -178,8 +178,8 @@ impl pallet_preimage::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `144` // Estimated: `2566` - // Minimum execution time: 43_830 nanoseconds. - Weight::from_parts(50_480_000, 2566) + // Minimum execution time: 43_490 nanoseconds. + Weight::from_parts(48_550_000, 2566) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -189,8 +189,8 @@ impl pallet_preimage::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `106` // Estimated: `2566` - // Minimum execution time: 15_530 nanoseconds. - Weight::from_parts(19_560_000, 2566) + // Minimum execution time: 14_000 nanoseconds. + Weight::from_parts(17_720_000, 2566) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -200,8 +200,8 @@ impl pallet_preimage::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `106` // Estimated: `2566` - // Minimum execution time: 15_630 nanoseconds. - Weight::from_parts(17_180_000, 2566) + // Minimum execution time: 14_260 nanoseconds. + Weight::from_parts(17_310_000, 2566) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/common/src/weights/pallet_proxy.rs b/runtime/common/src/weights/pallet_proxy.rs index b5488f8c8..28942d025 100644 --- a/runtime/common/src/weights/pallet_proxy.rs +++ b/runtime/common/src/weights/pallet_proxy.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_proxy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -59,10 +59,10 @@ impl pallet_proxy::weights::WeightInfo for WeightInfo pallet_proxy::weights::WeightInfo for WeightInfo Weight { + fn proxy_announced(a: u32, _p: u32) -> Weight { // Proof Size summary in bytes: // Measured: `521 + a * (72 ±0) + p * (41 ±0)` // Estimated: `11287` - // Minimum execution time: 47_270 nanoseconds. - Weight::from_parts(57_183_405, 11287) - // Standard Error: 20_534 - .saturating_add(Weight::from_parts(182_369, 0).saturating_mul(a.into())) - // Standard Error: 21_215 - .saturating_add(Weight::from_parts(74_986, 0).saturating_mul(p.into())) + // Minimum execution time: 47_870 nanoseconds. + Weight::from_parts(64_203_809, 11287) + // Standard Error: 16_966 + .saturating_add(Weight::from_parts(103_726, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -92,16 +90,14 @@ impl pallet_proxy::weights::WeightInfo for WeightInfo Weight { + fn remove_announcement(a: u32, _p: u32) -> Weight { // Proof Size summary in bytes: // Measured: `404 + a * (72 ±0)` // Estimated: `7443` - // Minimum execution time: 27_570 nanoseconds. - Weight::from_parts(33_441_982, 7443) - // Standard Error: 11_912 - .saturating_add(Weight::from_parts(230_287, 0).saturating_mul(a.into())) - // Standard Error: 12_307 - .saturating_add(Weight::from_parts(8_970, 0).saturating_mul(p.into())) + // Minimum execution time: 28_880 nanoseconds. + Weight::from_parts(39_031_523, 7443) + // Standard Error: 11_187 + .saturating_add(Weight::from_parts(148_230, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -111,16 +107,14 @@ impl pallet_proxy::weights::WeightInfo for WeightInfo Weight { + fn reject_announcement(a: u32, _p: u32) -> Weight { // Proof Size summary in bytes: // Measured: `404 + a * (72 ±0)` // Estimated: `7443` - // Minimum execution time: 28_520 nanoseconds. - Weight::from_parts(29_969_482, 7443) - // Standard Error: 12_391 - .saturating_add(Weight::from_parts(209_337, 0).saturating_mul(a.into())) - // Standard Error: 12_802 - .saturating_add(Weight::from_parts(132_544, 0).saturating_mul(p.into())) + // Minimum execution time: 27_891 nanoseconds. + Weight::from_parts(39_270_464, 7443) + // Standard Error: 12_225 + .saturating_add(Weight::from_parts(160_797, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -136,12 +130,12 @@ impl pallet_proxy::weights::WeightInfo for WeightInfo pallet_proxy::weights::WeightInfo for WeightInfo pallet_proxy::weights::WeightInfo for WeightInfo pallet_proxy::weights::WeightInfo for WeightInfo pallet_proxy::weights::WeightInfo for WeightInfo Weight { + fn kill_pure(_p: u32) -> Weight { // Proof Size summary in bytes: // Measured: `163 + p * (41 ±0)` // Estimated: `3844` - // Minimum execution time: 25_890 nanoseconds. - Weight::from_parts(33_612_413, 3844) - // Standard Error: 10_902 - .saturating_add(Weight::from_parts(31_694, 0).saturating_mul(p.into())) + // Minimum execution time: 25_500 nanoseconds. + Weight::from_parts(34_599_406, 3844) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/common/src/weights/pallet_scheduler.rs b/runtime/common/src/weights/pallet_scheduler.rs index c6bf72404..1f38b550c 100644 --- a/runtime/common/src/weights/pallet_scheduler.rs +++ b/runtime/common/src/weights/pallet_scheduler.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_scheduler //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -58,8 +58,8 @@ impl pallet_scheduler::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `35` // Estimated: `503` - // Minimum execution time: 5_470 nanoseconds. - Weight::from_parts(6_860_000, 503) + // Minimum execution time: 6_220 nanoseconds. + Weight::from_parts(6_910_000, 503) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -70,10 +70,10 @@ impl pallet_scheduler::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `114 + s * (181 ±0)` // Estimated: `13142` - // Minimum execution time: 4_960 nanoseconds. - Weight::from_parts(14_259_953, 13142) - // Standard Error: 9_618 - .saturating_add(Weight::from_parts(592_955, 0).saturating_mul(s.into())) + // Minimum execution time: 5_390 nanoseconds. + Weight::from_parts(15_743_204, 13142) + // Standard Error: 9_341 + .saturating_add(Weight::from_parts(563_979, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -81,8 +81,8 @@ impl pallet_scheduler::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_310 nanoseconds. - Weight::from_parts(10_160_000, 0) + // Minimum execution time: 7_580 nanoseconds. + Weight::from_parts(7_830_000, 0) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -93,10 +93,10 @@ impl pallet_scheduler::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `211 + s * (1 ±0)` // Estimated: `5252 + s * (1 ±0)` - // Minimum execution time: 31_790 nanoseconds. - Weight::from_parts(38_920_000, 5252) - // Standard Error: 5 - .saturating_add(Weight::from_parts(2_235, 0).saturating_mul(s.into())) + // Minimum execution time: 31_820 nanoseconds. + Weight::from_parts(32_290_000, 5252) + // Standard Error: 4 + .saturating_add(Weight::from_parts(2_145, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) @@ -107,29 +107,29 @@ impl pallet_scheduler::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_830 nanoseconds. - Weight::from_parts(13_330_000, 0).saturating_add(T::DbWeight::get().writes(1)) + // Minimum execution time: 9_570 nanoseconds. + Weight::from_parts(11_580_000, 0).saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_280 nanoseconds. - Weight::from_parts(10_070_000, 0) + // Minimum execution time: 8_180 nanoseconds. + Weight::from_parts(8_610_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_991 nanoseconds. - Weight::from_parts(4_521_000, 0) + // Minimum execution time: 3_730 nanoseconds. + Weight::from_parts(3_870_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_930 nanoseconds. - Weight::from_parts(4_870_000, 0) + // Minimum execution time: 3_610 nanoseconds. + Weight::from_parts(3_730_000, 0) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(10667), added: 13142, mode: MaxEncodedLen) @@ -138,10 +138,10 @@ impl pallet_scheduler::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `114 + s * (181 ±0)` // Estimated: `13142` - // Minimum execution time: 19_530 nanoseconds. - Weight::from_parts(29_703_459, 13142) - // Standard Error: 12_535 - .saturating_add(Weight::from_parts(554_122, 0).saturating_mul(s.into())) + // Minimum execution time: 23_370 nanoseconds. + Weight::from_parts(33_098_986, 13142) + // Standard Error: 12_003 + .saturating_add(Weight::from_parts(605_404, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -154,10 +154,10 @@ impl pallet_scheduler::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `114 + s * (181 ±0)` // Estimated: `13142` - // Minimum execution time: 27_380 nanoseconds. - Weight::from_parts(30_580_865, 13142) - // Standard Error: 12_215 - .saturating_add(Weight::from_parts(815_578, 0).saturating_mul(s.into())) + // Minimum execution time: 25_350 nanoseconds. + Weight::from_parts(26_437_367, 13142) + // Standard Error: 14_878 + .saturating_add(Weight::from_parts(1_022_676, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -170,10 +170,10 @@ impl pallet_scheduler::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `297 + s * (189 ±0)` // Estimated: `15669` - // Minimum execution time: 24_630 nanoseconds. - Weight::from_parts(36_285_780, 15669) - // Standard Error: 15_060 - .saturating_add(Weight::from_parts(651_524, 0).saturating_mul(s.into())) + // Minimum execution time: 24_030 nanoseconds. + Weight::from_parts(40_010_187, 15669) + // Standard Error: 15_936 + .saturating_add(Weight::from_parts(699_125, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -186,10 +186,10 @@ impl pallet_scheduler::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `321 + s * (189 ±0)` // Estimated: `15669` - // Minimum execution time: 30_600 nanoseconds. - Weight::from_parts(36_381_187, 15669) - // Standard Error: 16_286 - .saturating_add(Weight::from_parts(803_864, 0).saturating_mul(s.into())) + // Minimum execution time: 30_030 nanoseconds. + Weight::from_parts(36_715_188, 15669) + // Standard Error: 17_393 + .saturating_add(Weight::from_parts(1_024_734, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/common/src/weights/pallet_timestamp.rs b/runtime/common/src/weights/pallet_timestamp.rs index 6a2b12cd7..0e3264b94 100644 --- a/runtime/common/src/weights/pallet_timestamp.rs +++ b/runtime/common/src/weights/pallet_timestamp.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_timestamp //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -60,8 +60,8 @@ impl pallet_timestamp::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `289` // Estimated: `1006` - // Minimum execution time: 22_760 nanoseconds. - Weight::from_parts(28_260_000, 1006) + // Minimum execution time: 23_750 nanoseconds. + Weight::from_parts(28_020_000, 1006) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,7 +69,7 @@ impl pallet_timestamp::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `128` // Estimated: `0` - // Minimum execution time: 8_700 nanoseconds. - Weight::from_parts(8_900_000, 0) + // Minimum execution time: 9_100 nanoseconds. + Weight::from_parts(9_390_000, 0) } } diff --git a/runtime/common/src/weights/pallet_treasury.rs b/runtime/common/src/weights/pallet_treasury.rs index 3fb9603da..31af5a972 100644 --- a/runtime/common/src/weights/pallet_treasury.rs +++ b/runtime/common/src/weights/pallet_treasury.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_treasury //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -62,8 +62,8 @@ impl pallet_treasury::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `80` // Estimated: `1396` - // Minimum execution time: 21_890 nanoseconds. - Weight::from_parts(23_400_000, 1396) + // Minimum execution time: 24_670 nanoseconds. + Weight::from_parts(30_100_000, 1396) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -75,8 +75,8 @@ impl pallet_treasury::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `217` // Estimated: `499` - // Minimum execution time: 33_560 nanoseconds. - Weight::from_parts(41_360_000, 499) + // Minimum execution time: 38_110 nanoseconds. + Weight::from_parts(38_800_000, 499) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -88,8 +88,8 @@ impl pallet_treasury::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `583` // Estimated: `7797` - // Minimum execution time: 50_940 nanoseconds. - Weight::from_parts(52_731_000, 7797) + // Minimum execution time: 50_470 nanoseconds. + Weight::from_parts(59_770_000, 7797) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -102,10 +102,10 @@ impl pallet_treasury::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `538 + p * (8 ±0)` // Estimated: `3480` - // Minimum execution time: 16_280 nanoseconds. - Weight::from_parts(22_802_438, 3480) - // Standard Error: 3_480 - .saturating_add(Weight::from_parts(47_107, 0).saturating_mul(p.into())) + // Minimum execution time: 17_940 nanoseconds. + Weight::from_parts(25_751_614, 3480) + // Standard Error: 3_529 + .saturating_add(Weight::from_parts(33_921, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -115,8 +115,8 @@ impl pallet_treasury::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `165` // Estimated: `897` - // Minimum execution time: 14_690 nanoseconds. - Weight::from_parts(15_010_000, 897) + // Minimum execution time: 12_680 nanoseconds. + Weight::from_parts(12_950_000, 897) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -137,10 +137,10 @@ impl pallet_treasury::weights::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `421 + p * (318 ±0)` // Estimated: `5423 + p * (7797 ±0)` - // Minimum execution time: 65_130 nanoseconds. - Weight::from_parts(23_147_885, 5423) - // Standard Error: 194_401 - .saturating_add(Weight::from_parts(47_054_853, 0).saturating_mul(p.into())) + // Minimum execution time: 56_770 nanoseconds. + Weight::from_parts(85_622_030, 5423) + // Standard Error: 190_622 + .saturating_add(Weight::from_parts(48_399_356, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(5)) diff --git a/runtime/common/src/weights/pallet_utility.rs b/runtime/common/src/weights/pallet_utility.rs index 720df677f..4623af16b 100644 --- a/runtime/common/src/weights/pallet_utility.rs +++ b/runtime/common/src/weights/pallet_utility.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -57,43 +57,43 @@ impl pallet_utility::weights::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_800 nanoseconds. - Weight::from_parts(62_664_551, 0) - // Standard Error: 16_898 - .saturating_add(Weight::from_parts(6_509_047, 0).saturating_mul(c.into())) + // Minimum execution time: 9_850 nanoseconds. + Weight::from_parts(64_007_522, 0) + // Standard Error: 19_728 + .saturating_add(Weight::from_parts(6_558_888, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_640 nanoseconds. - Weight::from_parts(8_280_000, 0) + // Minimum execution time: 6_810 nanoseconds. + Weight::from_parts(9_330_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: 10_960 nanoseconds. - Weight::from_parts(16_502_744, 0) - // Standard Error: 19_418 - .saturating_add(Weight::from_parts(6_791_423, 0).saturating_mul(c.into())) + // Minimum execution time: 11_390 nanoseconds. + Weight::from_parts(16_446_792, 0) + // Standard Error: 19_995 + .saturating_add(Weight::from_parts(6_975_821, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 13_670 nanoseconds. - Weight::from_parts(17_280_000, 0) + // Minimum execution time: 12_260 nanoseconds. + Weight::from_parts(12_760_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: 11_190 nanoseconds. - Weight::from_parts(45_743_448, 0) - // Standard Error: 18_905 - .saturating_add(Weight::from_parts(6_581_781, 0).saturating_mul(c.into())) + // Minimum execution time: 9_790 nanoseconds. + Weight::from_parts(86_897_110, 0) + // Standard Error: 19_414 + .saturating_add(Weight::from_parts(6_578_542, 0).saturating_mul(c.into())) } } diff --git a/runtime/common/src/weights/pallet_vesting.rs b/runtime/common/src/weights/pallet_vesting.rs index a3f13b76e..1cf788469 100644 --- a/runtime/common/src/weights/pallet_vesting.rs +++ b/runtime/common/src/weights/pallet_vesting.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_vesting //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -58,14 +58,16 @@ impl pallet_vesting::weights::WeightInfo for WeightInfo /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. - fn vest_locked(l: u32, _s: u32) -> Weight { + fn vest_locked(l: u32, s: u32) -> Weight { // Proof Size summary in bytes: // Measured: `438 + l * (25 ±0) + s * (40 ±0)` // Estimated: `7418` - // Minimum execution time: 38_030 nanoseconds. - Weight::from_parts(45_370_700, 7418) - // Standard Error: 9_518 - .saturating_add(Weight::from_parts(35_470, 0).saturating_mul(l.into())) + // Minimum execution time: 38_560 nanoseconds. + Weight::from_parts(45_516_515, 7418) + // Standard Error: 8_687 + .saturating_add(Weight::from_parts(94_777, 0).saturating_mul(l.into())) + // Standard Error: 15_456 + .saturating_add(Weight::from_parts(72_036, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -79,12 +81,12 @@ impl pallet_vesting::weights::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `438 + l * (25 ±0) + s * (40 ±0)` // Estimated: `7418` - // Minimum execution time: 37_750 nanoseconds. - Weight::from_parts(43_409_597, 7418) - // Standard Error: 9_925 - .saturating_add(Weight::from_parts(66_173, 0).saturating_mul(l.into())) - // Standard Error: 17_659 - .saturating_add(Weight::from_parts(41_674, 0).saturating_mul(s.into())) + // Minimum execution time: 37_590 nanoseconds. + Weight::from_parts(47_544_266, 7418) + // Standard Error: 9_000 + .saturating_add(Weight::from_parts(42_206, 0).saturating_mul(l.into())) + // Standard Error: 16_013 + .saturating_add(Weight::from_parts(26_886, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -96,14 +98,16 @@ impl pallet_vesting::weights::WeightInfo for WeightInfo /// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. - fn vest_other_locked(l: u32, _s: u32) -> Weight { + fn vest_other_locked(l: u32, s: u32) -> Weight { // Proof Size summary in bytes: // Measured: `577 + l * (25 ±0) + s * (40 ±0)` // Estimated: `10025` - // Minimum execution time: 43_120 nanoseconds. - Weight::from_parts(60_360_304, 10025) - // Standard Error: 11_650 - .saturating_add(Weight::from_parts(3_405, 0).saturating_mul(l.into())) + // Minimum execution time: 43_891 nanoseconds. + Weight::from_parts(46_799_315, 10025) + // Standard Error: 9_698 + .saturating_add(Weight::from_parts(146_827, 0).saturating_mul(l.into())) + // Standard Error: 17_255 + .saturating_add(Weight::from_parts(168_808, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -119,10 +123,10 @@ impl pallet_vesting::weights::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `577 + l * (25 ±0) + s * (40 ±0)` // Estimated: `10025` - // Minimum execution time: 43_141 nanoseconds. - Weight::from_parts(51_048_294, 10025) - // Standard Error: 10_316 - .saturating_add(Weight::from_parts(87_064, 0).saturating_mul(l.into())) + // Minimum execution time: 43_400 nanoseconds. + Weight::from_parts(53_527_221, 10025) + // Standard Error: 11_915 + .saturating_add(Weight::from_parts(74_224, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -134,12 +138,14 @@ impl pallet_vesting::weights::WeightInfo for WeightInfo /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. - fn vested_transfer(_l: u32, _s: u32) -> Weight { + fn vested_transfer(l: u32, _s: u32) -> Weight { // Proof Size summary in bytes: // Measured: `648 + l * (25 ±0) + s * (40 ±0)` // Estimated: `10025` - // Minimum execution time: 61_871 nanoseconds. - Weight::from_parts(79_902_681, 10025) + // Minimum execution time: 62_280 nanoseconds. + Weight::from_parts(78_476_850, 10025) + // Standard Error: 14_571 + .saturating_add(Weight::from_parts(40_756, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -155,10 +161,10 @@ impl pallet_vesting::weights::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `787 + l * (25 ±0) + s * (40 ±0)` // Estimated: `12632` - // Minimum execution time: 65_900 nanoseconds. - Weight::from_parts(76_586_791, 12632) - // Standard Error: 15_299 - .saturating_add(Weight::from_parts(64_045, 0).saturating_mul(l.into())) + // Minimum execution time: 66_730 nanoseconds. + Weight::from_parts(80_474_489, 12632) + // Standard Error: 14_395 + .saturating_add(Weight::from_parts(142_000, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -170,14 +176,16 @@ impl pallet_vesting::weights::WeightInfo for WeightInfo /// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. - fn not_unlocking_merge_schedules(_l: u32, s: u32) -> Weight { + fn not_unlocking_merge_schedules(l: u32, s: u32) -> Weight { // Proof Size summary in bytes: // Measured: `575 + l * (25 ±0) + s * (40 ±0)` // Estimated: `10025` - // Minimum execution time: 45_010 nanoseconds. - Weight::from_parts(53_524_739, 10025) - // Standard Error: 18_301 - .saturating_add(Weight::from_parts(3_389, 0).saturating_mul(s.into())) + // Minimum execution time: 44_740 nanoseconds. + Weight::from_parts(52_534_350, 10025) + // Standard Error: 10_550 + .saturating_add(Weight::from_parts(25_678, 0).saturating_mul(l.into())) + // Standard Error: 19_484 + .saturating_add(Weight::from_parts(180_277, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -189,14 +197,16 @@ impl pallet_vesting::weights::WeightInfo for WeightInfo /// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. - fn unlocking_merge_schedules(l: u32, _s: u32) -> Weight { + fn unlocking_merge_schedules(l: u32, s: u32) -> Weight { // Proof Size summary in bytes: // Measured: `575 + l * (25 ±0) + s * (40 ±0)` // Estimated: `10025` - // Minimum execution time: 43_770 nanoseconds. - Weight::from_parts(53_579_223, 10025) - // Standard Error: 9_606 - .saturating_add(Weight::from_parts(46_097, 0).saturating_mul(l.into())) + // Minimum execution time: 45_250 nanoseconds. + Weight::from_parts(54_174_621, 10025) + // Standard Error: 11_352 + .saturating_add(Weight::from_parts(118_094, 0).saturating_mul(l.into())) + // Standard Error: 20_964 + .saturating_add(Weight::from_parts(25_682, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/zeitgeist/Cargo.toml b/runtime/zeitgeist/Cargo.toml index f5ccab8a8..f2a25adea 100644 --- a/runtime/zeitgeist/Cargo.toml +++ b/runtime/zeitgeist/Cargo.toml @@ -419,7 +419,7 @@ force-debug = ["sp-debug-derive/force-debug"] authors = ["Zeitgeist PM "] edition = "2021" name = "zeitgeist-runtime" -version = "0.5.1" +version = "0.5.2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/zeitgeist/src/lib.rs b/runtime/zeitgeist/src/lib.rs index b8d2e1b4d..4fcde1f80 100644 --- a/runtime/zeitgeist/src/lib.rs +++ b/runtime/zeitgeist/src/lib.rs @@ -94,10 +94,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("zeitgeist"), impl_name: create_runtime_str!("zeitgeist"), authoring_version: 1, - spec_version: 54, + spec_version: 55, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 28, + transaction_version: 29, state_version: 1, }; diff --git a/zrml/authorized/Cargo.toml b/zrml/authorized/Cargo.toml index df6c712e1..c25afbea9 100644 --- a/zrml/authorized/Cargo.toml +++ b/zrml/authorized/Cargo.toml @@ -39,4 +39,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-authorized" -version = "0.5.1" +version = "0.5.2" diff --git a/zrml/authorized/src/weights.rs b/zrml/authorized/src/weights.rs index d3d836149..2132a798b 100644 --- a/zrml/authorized/src/weights.rs +++ b/zrml/authorized/src/weights.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for zrml_authorized //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -64,7 +64,7 @@ pub trait WeightInfoZeitgeist { pub struct WeightInfo(PhantomData); impl WeightInfoZeitgeist for WeightInfo { /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Authorized AuthorizedOutcomeReports (r:1 w:1) /// Proof: Authorized AuthorizedOutcomeReports (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) /// Storage: PredictionMarkets MarketIdsPerDisputeBlock (r:1 w:1) @@ -72,25 +72,25 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `m` is `[1, 63]`. fn authorize_market_outcome_first_report(m: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `838 + m * (22 ±0)` - // Estimated: `9192` - // Minimum execution time: 39_680 nanoseconds. - Weight::from_parts(46_488_180, 9192) - // Standard Error: 9_632 - .saturating_add(Weight::from_parts(62_910, 0).saturating_mul(m.into())) + // Measured: `854 + m * (22 ±0)` + // Estimated: `9208` + // Minimum execution time: 40_270 nanoseconds. + Weight::from_parts(52_925_446, 9208) + // Standard Error: 9_823 + .saturating_add(Weight::from_parts(6_925, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Authorized AuthorizedOutcomeReports (r:1 w:1) /// Proof: Authorized AuthorizedOutcomeReports (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) fn authorize_market_outcome_existing_report() -> Weight { // Proof Size summary in bytes: - // Measured: `610` - // Estimated: `5675` - // Minimum execution time: 35_000 nanoseconds. - Weight::from_parts(35_660_000, 5675) + // Measured: `626` + // Estimated: `5691` + // Minimum execution time: 35_520 nanoseconds. + Weight::from_parts(43_000_000, 5691) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -98,8 +98,8 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 270 nanoseconds. - Weight::from_parts(330_000, 0) + // Minimum execution time: 340 nanoseconds. + Weight::from_parts(440_000, 0) } /// Storage: Authorized AuthorizedOutcomeReports (r:1 w:1) /// Proof: Authorized AuthorizedOutcomeReports (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) @@ -107,8 +107,8 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `250` // Estimated: `2524` - // Minimum execution time: 10_240 nanoseconds. - Weight::from_parts(13_170_000, 2524) + // Minimum execution time: 10_190 nanoseconds. + Weight::from_parts(12_490_000, 2524) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -116,8 +116,8 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_780 nanoseconds. - Weight::from_parts(3_200_000, 0) + // Minimum execution time: 2_720 nanoseconds. + Weight::from_parts(3_440_000, 0) } /// Storage: Authorized AuthorizedOutcomeReports (r:1 w:0) /// Proof: Authorized AuthorizedOutcomeReports (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) @@ -125,22 +125,22 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `250` // Estimated: `2524` - // Minimum execution time: 9_350 nanoseconds. - Weight::from_parts(9_680_000, 2524).saturating_add(T::DbWeight::get().reads(1)) + // Minimum execution time: 9_550 nanoseconds. + Weight::from_parts(11_820_000, 2524).saturating_add(T::DbWeight::get().reads(1)) } fn has_failed_weight() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 280 nanoseconds. - Weight::from_parts(330_000, 0) + // Minimum execution time: 320 nanoseconds. + Weight::from_parts(400_000, 0) } fn on_global_dispute_weight() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 280 nanoseconds. - Weight::from_parts(310_000, 0) + // Minimum execution time: 300 nanoseconds. + Weight::from_parts(380_000, 0) } /// Storage: Authorized AuthorizedOutcomeReports (r:0 w:1) /// Proof: Authorized AuthorizedOutcomeReports (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) @@ -148,7 +148,7 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_440 nanoseconds. - Weight::from_parts(2_730_000, 0).saturating_add(T::DbWeight::get().writes(1)) + // Minimum execution time: 2_510 nanoseconds. + Weight::from_parts(3_060_000, 0).saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/zrml/court/Cargo.toml b/zrml/court/Cargo.toml index e493ef843..1920b8b65 100644 --- a/zrml/court/Cargo.toml +++ b/zrml/court/Cargo.toml @@ -48,4 +48,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-court" -version = "0.5.1" +version = "0.5.2" diff --git a/zrml/court/src/weights.rs b/zrml/court/src/weights.rs index ee41164dd..54512e245 100644 --- a/zrml/court/src/weights.rs +++ b/zrml/court/src/weights.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for zrml_court //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -85,10 +85,10 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `1179 + j * (96 ±0)` // Estimated: `102997` - // Minimum execution time: 47_770 nanoseconds. - Weight::from_parts(49_025_721, 102997) - // Standard Error: 1_445 - .saturating_add(Weight::from_parts(166_850, 0).saturating_mul(j.into())) + // Minimum execution time: 49_610 nanoseconds. + Weight::from_parts(51_968_323, 102997) + // Standard Error: 1_183 + .saturating_add(Weight::from_parts(157_814, 0).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -105,11 +105,11 @@ impl WeightInfoZeitgeist for WeightInfo { // Measured: `0 + j * (98 ±0) + d * (683 ±0)` // Estimated: `102997 + d * (2726 ±0)` // Minimum execution time: 82_510 nanoseconds. - Weight::from_parts(46_003_031, 102997) - // Standard Error: 1_999 - .saturating_add(Weight::from_parts(211_518, 0).saturating_mul(j.into())) - // Standard Error: 434_031 - .saturating_add(Weight::from_parts(9_366_410, 0).saturating_mul(d.into())) + Weight::from_parts(48_425_156, 102997) + // Standard Error: 1_128 + .saturating_add(Weight::from_parts(204_131, 0).saturating_mul(j.into())) + // Standard Error: 244_957 + .saturating_add(Weight::from_parts(9_230_967, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(d.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -124,10 +124,10 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `1117 + j * (96 ±0)` // Estimated: `99223` - // Minimum execution time: 32_390 nanoseconds. - Weight::from_parts(47_006_282, 99223) - // Standard Error: 1_246 - .saturating_add(Weight::from_parts(131_629, 0).saturating_mul(j.into())) + // Minimum execution time: 34_180 nanoseconds. + Weight::from_parts(38_897_220, 99223) + // Standard Error: 848 + .saturating_add(Weight::from_parts(135_091, 0).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -139,8 +139,8 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `340` // Estimated: `6500` - // Minimum execution time: 42_680 nanoseconds. - Weight::from_parts(51_700_000, 6500) + // Minimum execution time: 43_340 nanoseconds. + Weight::from_parts(52_540_000, 6500) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -152,8 +152,8 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `340` // Estimated: `6500` - // Minimum execution time: 41_250 nanoseconds. - Weight::from_parts(50_460_000, 6500) + // Minimum execution time: 40_611 nanoseconds. + Weight::from_parts(50_010_000, 6500) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -166,17 +166,17 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `484 + d * (53 ±0)` // Estimated: `155273` - // Minimum execution time: 55_530 nanoseconds. - Weight::from_parts(64_922_164, 155273) - // Standard Error: 2_282 - .saturating_add(Weight::from_parts(174_248, 0).saturating_mul(d.into())) + // Minimum execution time: 54_120 nanoseconds. + Weight::from_parts(65_086_980, 155273) + // Standard Error: 1_797 + .saturating_add(Weight::from_parts(174_008, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Court CourtIdToMarketId (r:1 w:0) /// Proof: Court CourtIdToMarketId (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Court Participants (r:1 w:0) /// Proof: Court Participants (max_values: None, max_size: Some(251), added: 2726, mode: MaxEncodedLen) /// Storage: Court Courts (r:1 w:0) @@ -186,19 +186,19 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `d` is `[1, 510]`. fn denounce_vote(d: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `1609 + d * (53 ±0)` - // Estimated: `163665` - // Minimum execution time: 59_620 nanoseconds. - Weight::from_parts(71_363_111, 163665) - // Standard Error: 3_027 - .saturating_add(Weight::from_parts(236_470, 0).saturating_mul(d.into())) + // Measured: `1625 + d * (53 ±0)` + // Estimated: `163681` + // Minimum execution time: 58_060 nanoseconds. + Weight::from_parts(77_818_158, 163681) + // Standard Error: 2_836 + .saturating_add(Weight::from_parts(208_984, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Court CourtIdToMarketId (r:1 w:0) /// Proof: Court CourtIdToMarketId (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Court Participants (r:1 w:0) /// Proof: Court Participants (max_values: None, max_size: Some(251), added: 2726, mode: MaxEncodedLen) /// Storage: Court Courts (r:1 w:0) @@ -208,12 +208,12 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `d` is `[1, 510]`. fn reveal_vote(d: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `2179 + d * (53 ±0)` - // Estimated: `163665` - // Minimum execution time: 97_350 nanoseconds. - Weight::from_parts(111_113_722, 163665) - // Standard Error: 3_155 - .saturating_add(Weight::from_parts(165_701, 0).saturating_mul(d.into())) + // Measured: `2195 + d * (53 ±0)` + // Estimated: `163681` + // Minimum execution time: 95_291 nanoseconds. + Weight::from_parts(113_379_389, 163681) + // Standard Error: 2_305 + .saturating_add(Weight::from_parts(167_661, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,7 +222,7 @@ impl WeightInfoZeitgeist for WeightInfo { /// Storage: Court CourtIdToMarketId (r:1 w:0) /// Proof: Court CourtIdToMarketId (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Court SelectedDraws (r:1 w:1) /// Proof: Court SelectedDraws (max_values: None, max_size: Some(149974), added: 152449, mode: MaxEncodedLen) /// Storage: Court CourtPool (r:1 w:1) @@ -245,14 +245,14 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `f` is `[0, 62]`. fn appeal(j: u32, a: u32, _r: u32, _f: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `913 + j * (153 ±0) + a * (27536 ±0) + r * (16 ±0) + f * (16 ±0)` - // Estimated: `539437 + j * (194 ±3) + a * (318078 ±1_049)` - // Minimum execution time: 3_947_303 nanoseconds. - Weight::from_parts(4_297_984_000, 539437) - // Standard Error: 98_993 - .saturating_add(Weight::from_parts(7_176_777, 0).saturating_mul(j.into())) - // Standard Error: 34_466_583 - .saturating_add(Weight::from_parts(4_809_431_368, 0).saturating_mul(a.into())) + // Measured: `929 + j * (153 ±0) + a * (27536 ±0) + r * (16 ±0) + f * (16 ±0)` + // Estimated: `539453 + j * (194 ±3) + a * (318078 ±1_049)` + // Minimum execution time: 3_930_223 nanoseconds. + Weight::from_parts(4_460_615_000, 539453) + // Standard Error: 100_366 + .saturating_add(Weight::from_parts(7_622_232, 0).saturating_mul(j.into())) + // Standard Error: 34_944_607 + .saturating_add(Weight::from_parts(5_013_268_130, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().reads((127_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(100)) @@ -273,10 +273,10 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `1044 + d * (587 ±0)` // Estimated: `157880 + d * (5333 ±0)` - // Minimum execution time: 154_191 nanoseconds. - Weight::from_parts(177_191_000, 157880) - // Standard Error: 148_180 - .saturating_add(Weight::from_parts(66_347_299, 0).saturating_mul(d.into())) + // Minimum execution time: 153_091 nanoseconds. + Weight::from_parts(185_300_000, 157880) + // Standard Error: 140_663 + .saturating_add(Weight::from_parts(69_219_929, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(d.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -289,8 +289,8 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 15_200 nanoseconds. - Weight::from_parts(17_540_000, 0).saturating_add(T::DbWeight::get().writes(1)) + // Minimum execution time: 15_140 nanoseconds. + Weight::from_parts(18_380_000, 0).saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Court YearlyInflation (r:1 w:0) /// Proof: Court YearlyInflation (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -303,10 +303,10 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `0 + j * (267 ±0)` // Estimated: `96996 + j * (2607 ±0)` - // Minimum execution time: 41_400 nanoseconds. - Weight::from_parts(43_650_000, 96996) - // Standard Error: 28_443 - .saturating_add(Weight::from_parts(20_158_777, 0).saturating_mul(j.into())) + // Minimum execution time: 40_780 nanoseconds. + Weight::from_parts(41_230_000, 96996) + // Standard Error: 31_831 + .saturating_add(Weight::from_parts(21_157_879, 0).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(j.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(j.into()))) @@ -325,10 +325,10 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `114768 + a * (16253 ±0)` // Estimated: `175425 + a * (136685 ±1_677)` - // Minimum execution time: 1_765_266 nanoseconds. - Weight::from_parts(1_501_331_092, 175425) - // Standard Error: 43_997_267 - .saturating_add(Weight::from_parts(3_093_112_205, 0).saturating_mul(a.into())) + // Minimum execution time: 1_761_346 nanoseconds. + Weight::from_parts(1_588_336_592, 175425) + // Standard Error: 49_849_271 + .saturating_add(Weight::from_parts(3_297_691_181, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(31)) .saturating_add(T::DbWeight::get().reads((50_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(26)) @@ -363,12 +363,12 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `6220 + j * (104 ±0) + r * (16 ±0)` // Estimated: `181024 + j * (8 ±0) + r * (25 ±4)` - // Minimum execution time: 303_281 nanoseconds. - Weight::from_parts(402_763_691, 181024) - // Standard Error: 5_171 - .saturating_add(Weight::from_parts(255_864, 0).saturating_mul(j.into())) - // Standard Error: 80_156 - .saturating_add(Weight::from_parts(45_042, 0).saturating_mul(r.into())) + // Minimum execution time: 307_741 nanoseconds. + Weight::from_parts(414_864_557, 181024) + // Standard Error: 3_471 + .saturating_add(Weight::from_parts(252_484, 0).saturating_mul(j.into())) + // Standard Error: 53_808 + .saturating_add(Weight::from_parts(293_295, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(34)) .saturating_add(T::DbWeight::get().writes(36)) .saturating_add(Weight::from_parts(0, 8).saturating_mul(j.into())) @@ -383,18 +383,18 @@ impl WeightInfoZeitgeist for WeightInfo { /// Storage: Court CourtIdToMarketId (r:1 w:0) /// Proof: Court CourtIdToMarketId (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Court Participants (r:510 w:510) /// Proof: Court Participants (max_values: None, max_size: Some(251), added: 2726, mode: MaxEncodedLen) /// The range of component `d` is `[1, 510]`. fn on_resolution(d: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `1003 + d * (256 ±0)` - // Estimated: `163454 + d * (2726 ±0)` - // Minimum execution time: 47_570 nanoseconds. - Weight::from_parts(49_460_000, 163454) - // Standard Error: 17_645 - .saturating_add(Weight::from_parts(7_322_013, 0).saturating_mul(d.into())) + // Measured: `1019 + d * (256 ±0)` + // Estimated: `163470 + d * (2726 ±0)` + // Minimum execution time: 48_260 nanoseconds. + Weight::from_parts(57_730_000, 163470) + // Standard Error: 21_662 + .saturating_add(Weight::from_parts(7_738_635, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(d.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -414,10 +414,10 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `453 + a * (352 ±0)` // Estimated: `5339 + a * (6331 ±0)` - // Minimum execution time: 15_150 nanoseconds. - Weight::from_parts(21_924_642, 5339) - // Standard Error: 238_203 - .saturating_add(Weight::from_parts(34_691_635, 0).saturating_mul(a.into())) + // Minimum execution time: 15_140 nanoseconds. + Weight::from_parts(20_515_445, 5339) + // Standard Error: 205_998 + .saturating_add(Weight::from_parts(37_613_284, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(a.into()))) @@ -431,8 +431,8 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `456` // Estimated: `5339` - // Minimum execution time: 13_120 nanoseconds. - Weight::from_parts(15_860_000, 5339).saturating_add(T::DbWeight::get().reads(2)) + // Minimum execution time: 12_640 nanoseconds. + Weight::from_parts(15_900_000, 5339).saturating_add(T::DbWeight::get().reads(2)) } /// Storage: Court MarketIdToCourtId (r:1 w:0) /// Proof: Court MarketIdToCourtId (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) @@ -443,13 +443,13 @@ impl WeightInfoZeitgeist for WeightInfo { /// Storage: Court CourtIdToMarketId (r:1 w:0) /// Proof: Court CourtIdToMarketId (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) fn has_failed() -> Weight { // Proof Size summary in bytes: - // Measured: `3966` - // Estimated: `107502` - // Minimum execution time: 37_920 nanoseconds. - Weight::from_parts(46_370_000, 107502).saturating_add(T::DbWeight::get().reads(5)) + // Measured: `3982` + // Estimated: `107518` + // Minimum execution time: 38_350 nanoseconds. + Weight::from_parts(49_300_000, 107518).saturating_add(T::DbWeight::get().reads(5)) } /// Storage: Court MarketIdToCourtId (r:1 w:0) /// Proof: Court MarketIdToCourtId (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) @@ -465,10 +465,10 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `519 + a * (66 ±0) + d * (256 ±0)` // Estimated: `157788 + d * (2726 ±0)` - // Minimum execution time: 32_480 nanoseconds. - Weight::from_parts(33_571_000, 157788) - // Standard Error: 13_041 - .saturating_add(Weight::from_parts(7_475_688, 0).saturating_mul(d.into())) + // Minimum execution time: 32_990 nanoseconds. + Weight::from_parts(151_250_645, 157788) + // Standard Error: 30_049 + .saturating_add(Weight::from_parts(7_774_671, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(d.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -488,10 +488,10 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `432 + d * (256 ±0)` // Estimated: `154964 + d * (2726 ±0)` - // Minimum execution time: 30_280 nanoseconds. - Weight::from_parts(30_670_000, 154964) - // Standard Error: 18_750 - .saturating_add(Weight::from_parts(7_261_706, 0).saturating_mul(d.into())) + // Minimum execution time: 26_200 nanoseconds. + Weight::from_parts(32_380_000, 154964) + // Standard Error: 15_021 + .saturating_add(Weight::from_parts(7_510_395, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(d.into()))) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/zrml/global-disputes/Cargo.toml b/zrml/global-disputes/Cargo.toml index 31f6f8b97..797dba502 100644 --- a/zrml/global-disputes/Cargo.toml +++ b/zrml/global-disputes/Cargo.toml @@ -46,4 +46,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-global-disputes" -version = "0.5.1" +version = "0.5.2" diff --git a/zrml/global-disputes/src/weights.rs b/zrml/global-disputes/src/weights.rs index 5e3cf97cb..7185025ae 100644 --- a/zrml/global-disputes/src/weights.rs +++ b/zrml/global-disputes/src/weights.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for zrml_global_disputes //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -72,14 +72,16 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) /// The range of component `o` is `[2, 10]`. /// The range of component `v` is `[0, 49]`. - fn vote_on_outcome(_o: u32, v: u32) -> Weight { + fn vote_on_outcome(o: u32, v: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `543 + o * (33 ±0) + v * (32 ±0)` + // Measured: `581 + o * (33 ±0) + v * (32 ±0)` // Estimated: `13631` - // Minimum execution time: 56_670 nanoseconds. - Weight::from_parts(69_465_142, 13631) - // Standard Error: 14_768 - .saturating_add(Weight::from_parts(86_839, 0).saturating_mul(v.into())) + // Minimum execution time: 58_630 nanoseconds. + Weight::from_parts(70_092_958, 13631) + // Standard Error: 73_330 + .saturating_add(Weight::from_parts(356_105, 0).saturating_mul(o.into())) + // Standard Error: 12_896 + .saturating_add(Weight::from_parts(114_716, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -97,12 +99,12 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `0 + l * (467 ±0) + o * (1600 ±0)` // Estimated: `10497 + l * (2871 ±0)` - // Minimum execution time: 35_260 nanoseconds. - Weight::from_parts(34_550_861, 10497) - // Standard Error: 43_637 - .saturating_add(Weight::from_parts(4_439_605, 0).saturating_mul(l.into())) - // Standard Error: 229_033 - .saturating_add(Weight::from_parts(1_586_966, 0).saturating_mul(o.into())) + // Minimum execution time: 38_041 nanoseconds. + Weight::from_parts(46_882_976, 10497) + // Standard Error: 47_099 + .saturating_add(Weight::from_parts(4_725_103, 0).saturating_mul(l.into())) + // Standard Error: 247_202 + .saturating_add(Weight::from_parts(890_884, 0).saturating_mul(o.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(l.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -118,23 +120,21 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen) /// The range of component `l` is `[0, 50]`. /// The range of component `o` is `[1, 10]`. - fn unlock_vote_balance_remove(l: u32, o: u32) -> Weight { + fn unlock_vote_balance_remove(l: u32, _o: u32) -> Weight { // Proof Size summary in bytes: // Measured: `0 + l * (451 ±0) + o * (1600 ±0)` // Estimated: `10497 + l * (2871 ±0)` - // Minimum execution time: 32_150 nanoseconds. - Weight::from_parts(21_974_745, 10497) - // Standard Error: 38_707 - .saturating_add(Weight::from_parts(4_502_385, 0).saturating_mul(l.into())) - // Standard Error: 203_160 - .saturating_add(Weight::from_parts(1_872_956, 0).saturating_mul(o.into())) + // Minimum execution time: 38_470 nanoseconds. + Weight::from_parts(55_026_649, 10497) + // Standard Error: 45_140 + .saturating_add(Weight::from_parts(4_559_687, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(l.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 2871).saturating_mul(l.into())) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: GlobalDisputes GlobalDisputesInfo (r:1 w:1) /// Proof: GlobalDisputes GlobalDisputesInfo (max_values: None, max_size: Some(396), added: 2871, mode: MaxEncodedLen) /// Storage: GlobalDisputes Outcomes (r:1 w:1) @@ -142,14 +142,12 @@ impl WeightInfoZeitgeist for WeightInfo { /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen) /// The range of component `w` is `[1, 10]`. - fn add_vote_outcome(w: u32) -> Weight { + fn add_vote_outcome(_w: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `723 + w * (32 ±0)` - // Estimated: `11499` - // Minimum execution time: 67_910 nanoseconds. - Weight::from_parts(81_338_878, 11499) - // Standard Error: 96_089 - .saturating_add(Weight::from_parts(37_409, 0).saturating_mul(w.into())) + // Measured: `777 + w * (32 ±0)` + // Estimated: `11515` + // Minimum execution time: 70_410 nanoseconds. + Weight::from_parts(98_017_145, 11515) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -162,12 +160,12 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `o` is `[1, 10]`. fn reward_outcome_owner_shared_possession(o: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `523 + o * (41 ±0)` + // Measured: `561 + o * (41 ±0)` // Estimated: `8574 + o * (2790 ±20)` - // Minimum execution time: 74_021 nanoseconds. - Weight::from_parts(56_045_009, 8574) - // Standard Error: 319_664 - .saturating_add(Weight::from_parts(31_254_358, 0).saturating_mul(o.into())) + // Minimum execution time: 77_830 nanoseconds. + Weight::from_parts(63_317_800, 8574) + // Standard Error: 328_030 + .saturating_add(Weight::from_parts(36_970_797, 0).saturating_mul(o.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(o.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -182,10 +180,10 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen) fn reward_outcome_owner_paid_possession() -> Weight { // Proof Size summary in bytes: - // Measured: `570` + // Measured: `608` // Estimated: `10955` - // Minimum execution time: 73_720 nanoseconds. - Weight::from_parts(90_400_000, 10955) + // Minimum execution time: 78_530 nanoseconds. + Weight::from_parts(95_780_000, 10955) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -197,12 +195,12 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `o` is `[1, 10]`. fn purge_outcomes(k: u32, _o: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `442 + k * (122 ±0) + o * (32 ±0)` + // Measured: `480 + k * (122 ±0) + o * (32 ±0)` // Estimated: `8611 + k * (2870 ±0)` - // Minimum execution time: 89_061 nanoseconds. - Weight::from_parts(90_760_000, 8611) - // Standard Error: 41_431 - .saturating_add(Weight::from_parts(18_137_023, 0).saturating_mul(k.into())) + // Minimum execution time: 96_590 nanoseconds. + Weight::from_parts(16_892_762, 8611) + // Standard Error: 75_754 + .saturating_add(Weight::from_parts(21_079_551, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -217,12 +215,12 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `o` is `[1, 10]`. fn refund_vote_fees(k: u32, _o: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `442 + k * (122 ±0) + o * (32 ±0)` + // Measured: `480 + k * (122 ±0) + o * (32 ±0)` // Estimated: `8611 + k * (2870 ±0)` - // Minimum execution time: 85_100 nanoseconds. - Weight::from_parts(37_928_811, 8611) - // Standard Error: 79_913 - .saturating_add(Weight::from_parts(18_292_158, 0).saturating_mul(k.into())) + // Minimum execution time: 89_620 nanoseconds. + Weight::from_parts(90_779_105, 8611) + // Standard Error: 72_050 + .saturating_add(Weight::from_parts(20_636_324, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/zrml/hybrid-router/Cargo.toml b/zrml/hybrid-router/Cargo.toml index f11079beb..8c4c2b95f 100644 --- a/zrml/hybrid-router/Cargo.toml +++ b/zrml/hybrid-router/Cargo.toml @@ -98,4 +98,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-hybrid-router" -version = "0.5.1" +version = "0.5.2" diff --git a/zrml/hybrid-router/src/weights.rs b/zrml/hybrid-router/src/weights.rs index 6e8745bc2..f039ad7d6 100644 --- a/zrml/hybrid-router/src/weights.rs +++ b/zrml/hybrid-router/src/weights.rs @@ -19,18 +19,18 @@ //! Autogenerated weights for zrml_hybrid_router //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-03-25`, STEPS: `20`, REPEAT: `50`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `msi-pro-b650-s`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor` +//! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` // Executed Command: -// ./target/release/zeitgeist +// ./target/production/zeitgeist // benchmark // pallet // --chain=dev -// --steps=20 -// --repeat=50 +// --steps=50 +// --repeat=20 // --pallet=zrml_hybrid_router // --extrinsic=* // --execution=wasm @@ -57,13 +57,15 @@ pub trait WeightInfoZeitgeist { pub struct WeightInfo(PhantomData); impl WeightInfoZeitgeist for WeightInfo { /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(678), added: 3153, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Orderbook Orders (r:10 w:11) /// Proof: Orderbook Orders (max_values: None, max_size: Some(142), added: 2617, mode: MaxEncodedLen) /// Storage: NeoSwaps Pools (r:1 w:1) - /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144745), added: 147220, mode: MaxEncodedLen) + /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144746), added: 147221, mode: MaxEncodedLen) /// Storage: System Account (r:12 w:12) /// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen) + /// Storage: MarketAssets Asset (r:16 w:0) + /// Proof: MarketAssets Asset (max_values: None, max_size: Some(225), added: 2700, mode: MaxEncodedLen) /// Storage: Tokens Accounts (r:27 w:27) /// Proof: Tokens Accounts (max_values: None, max_size: Some(123), added: 2598, mode: MaxEncodedLen) /// Storage: Tokens TotalIssuance (r:16 w:16) @@ -78,31 +80,33 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `o` is `[0, 10]`. fn buy(n: u32, o: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `2979 + n * (197 ±0) + o * (610 ±0)` - // Estimated: `162420 + o * (11573 ±0) + n * (5116 ±0)` - // Minimum execution time: 385_729 nanoseconds. - Weight::from_parts(391_339_000, 162420) - // Standard Error: 688_692 - .saturating_add(Weight::from_parts(19_248_287, 0).saturating_mul(n.into())) - // Standard Error: 1_123_878 - .saturating_add(Weight::from_parts(251_339_260, 0).saturating_mul(o.into())) + // Measured: `3097 + n * (198 ±0) + o * (607 ±0)` + // Estimated: `162435 + o * (11573 ±0) + n * (7816 ±0)` + // Minimum execution time: 862_753 nanoseconds. + Weight::from_parts(972_983_000, 162435) + // Standard Error: 1_585_660 + .saturating_add(Weight::from_parts(55_371_618, 0).saturating_mul(n.into())) + // Standard Error: 2_600_574 + .saturating_add(Weight::from_parts(639_976_872, 0).saturating_mul(o.into())) .saturating_add(T::DbWeight::get().reads(7)) - .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(n.into()))) + .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(o.into()))) .saturating_add(T::DbWeight::get().writes(7)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(o.into()))) .saturating_add(Weight::from_parts(0, 11573).saturating_mul(o.into())) - .saturating_add(Weight::from_parts(0, 5116).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 7816).saturating_mul(n.into())) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(678), added: 3153, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) + /// Storage: MarketAssets Asset (r:10 w:0) + /// Proof: MarketAssets Asset (max_values: None, max_size: Some(225), added: 2700, mode: MaxEncodedLen) /// Storage: Tokens Accounts (r:21 w:21) /// Proof: Tokens Accounts (max_values: None, max_size: Some(123), added: 2598, mode: MaxEncodedLen) /// Storage: Orderbook Orders (r:10 w:11) /// Proof: Orderbook Orders (max_values: None, max_size: Some(142), added: 2617, mode: MaxEncodedLen) /// Storage: NeoSwaps Pools (r:1 w:1) - /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144745), added: 147220, mode: MaxEncodedLen) + /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144746), added: 147221, mode: MaxEncodedLen) /// Storage: System Account (r:12 w:12) /// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen) /// Storage: Tokens TotalIssuance (r:10 w:10) @@ -117,21 +121,21 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `o` is `[0, 10]`. fn sell(n: u32, o: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `3118 + n * (196 ±0) + o * (421 ±0)` - // Estimated: `162447 + n * (5116 ±0) + o * (11546 ±0)` - // Minimum execution time: 315_329 nanoseconds. - Weight::from_parts(319_350_000, 162447) - // Standard Error: 1_088_722 - .saturating_add(Weight::from_parts(30_773_014, 0).saturating_mul(n.into())) - // Standard Error: 1_117_505 - .saturating_add(Weight::from_parts(213_114_369, 0).saturating_mul(o.into())) + // Measured: `3238 + n * (196 ±0) + o * (418 ±0)` + // Estimated: `162462 + n * (7816 ±0) + o * (11546 ±0)` + // Minimum execution time: 718_572 nanoseconds. + Weight::from_parts(797_512_000, 162462) + // Standard Error: 2_580_820 + .saturating_add(Weight::from_parts(76_885_200, 0).saturating_mul(n.into())) + // Standard Error: 2_652_710 + .saturating_add(Weight::from_parts(541_861_257, 0).saturating_mul(o.into())) .saturating_add(T::DbWeight::get().reads(7)) - .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(n.into()))) + .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(o.into()))) .saturating_add(T::DbWeight::get().writes(7)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(o.into()))) - .saturating_add(Weight::from_parts(0, 5116).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 7816).saturating_mul(n.into())) .saturating_add(Weight::from_parts(0, 11546).saturating_mul(o.into())) } } diff --git a/zrml/liquidity-mining/Cargo.toml b/zrml/liquidity-mining/Cargo.toml index a02105d44..cecf83500 100644 --- a/zrml/liquidity-mining/Cargo.toml +++ b/zrml/liquidity-mining/Cargo.toml @@ -41,4 +41,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-liquidity-mining" -version = "0.5.1" +version = "0.5.2" diff --git a/zrml/liquidity-mining/src/weights.rs b/zrml/liquidity-mining/src/weights.rs index 4cc6b056c..07dc1385b 100644 --- a/zrml/liquidity-mining/src/weights.rs +++ b/zrml/liquidity-mining/src/weights.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for zrml_liquidity_mining //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-02`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -61,7 +61,7 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_490 nanoseconds. - Weight::from_parts(5_290_000, 0).saturating_add(T::DbWeight::get().writes(1)) + // Minimum execution time: 5_170 nanoseconds. + Weight::from_parts(6_020_000, 0).saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/zrml/market-commons/Cargo.toml b/zrml/market-commons/Cargo.toml index b1fc136a5..f25f7154f 100644 --- a/zrml/market-commons/Cargo.toml +++ b/zrml/market-commons/Cargo.toml @@ -33,4 +33,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-market-commons" -version = "0.5.1" +version = "0.5.2" diff --git a/zrml/neo-swaps/Cargo.toml b/zrml/neo-swaps/Cargo.toml index 5cd0e1f15..85e982808 100644 --- a/zrml/neo-swaps/Cargo.toml +++ b/zrml/neo-swaps/Cargo.toml @@ -108,4 +108,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-neo-swaps" -version = "0.5.1" +version = "0.5.2" diff --git a/zrml/neo-swaps/src/weights.rs b/zrml/neo-swaps/src/weights.rs index 86336abb0..c03925ef2 100644 --- a/zrml/neo-swaps/src/weights.rs +++ b/zrml/neo-swaps/src/weights.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for zrml_neo_swaps //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-03`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -63,9 +63,9 @@ pub trait WeightInfoZeitgeist { pub struct WeightInfo(PhantomData); impl WeightInfoZeitgeist for WeightInfo { /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: NeoSwaps Pools (r:1 w:1) - /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144745), added: 147220, mode: MaxEncodedLen) + /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144746), added: 147221, mode: MaxEncodedLen) /// Storage: System Account (r:3 w:3) /// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:128 w:0) @@ -77,12 +77,12 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `n` is `[2, 128]`. fn buy(n: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `2763 + n * (195 ±0)` - // Estimated: `160790 + n * (7816 ±0)` - // Minimum execution time: 422_191 nanoseconds. - Weight::from_parts(415_813_912, 160790) - // Standard Error: 113_104 - .saturating_add(Weight::from_parts(21_705_911, 0).saturating_mul(n.into())) + // Measured: `2779 + n * (195 ±0)` + // Estimated: `160807 + n * (7816 ±0)` + // Minimum execution time: 428_751 nanoseconds. + Weight::from_parts(509_169_321, 160807) + // Standard Error: 101_370 + .saturating_add(Weight::from_parts(22_542_800, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) @@ -90,9 +90,9 @@ impl WeightInfoZeitgeist for WeightInfo { .saturating_add(Weight::from_parts(0, 7816).saturating_mul(n.into())) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: NeoSwaps Pools (r:1 w:1) - /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144745), added: 147220, mode: MaxEncodedLen) + /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144746), added: 147221, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:128 w:0) /// Proof: MarketAssets Asset (max_values: None, max_size: Some(225), added: 2700, mode: MaxEncodedLen) /// Storage: Tokens Accounts (r:129 w:129) @@ -104,12 +104,12 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `n` is `[2, 128]`. fn sell(n: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `2925 + n * (195 ±0)` - // Estimated: `160790 + n * (7816 ±0)` - // Minimum execution time: 329_001 nanoseconds. - Weight::from_parts(315_364_117, 160790) - // Standard Error: 121_331 - .saturating_add(Weight::from_parts(30_608_512, 0).saturating_mul(n.into())) + // Measured: `2941 + n * (195 ±0)` + // Estimated: `160807 + n * (7816 ±0)` + // Minimum execution time: 326_051 nanoseconds. + Weight::from_parts(337_913_110, 160807) + // Standard Error: 142_558 + .saturating_add(Weight::from_parts(32_232_119, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) @@ -117,9 +117,9 @@ impl WeightInfoZeitgeist for WeightInfo { .saturating_add(Weight::from_parts(0, 7816).saturating_mul(n.into())) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: NeoSwaps Pools (r:1 w:1) - /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144745), added: 147220, mode: MaxEncodedLen) + /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144746), added: 147221, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:128 w:0) /// Proof: MarketAssets Asset (max_values: None, max_size: Some(225), added: 2700, mode: MaxEncodedLen) /// Storage: Tokens Accounts (r:256 w:256) @@ -129,12 +129,12 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `n` is `[2, 128]`. fn join_in_place(n: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `140892 + n * (261 ±0)` - // Estimated: `152978 + n * (7896 ±0)` - // Minimum execution time: 619_812 nanoseconds. - Weight::from_parts(998_550_767, 152978) - // Standard Error: 261_199 - .saturating_add(Weight::from_parts(48_546_703, 0).saturating_mul(n.into())) + // Measured: `140908 + n * (261 ±0)` + // Estimated: `152995 + n * (7896 ±0)` + // Minimum execution time: 589_352 nanoseconds. + Weight::from_parts(858_161_799, 152995) + // Standard Error: 235_846 + .saturating_add(Weight::from_parts(44_925_839, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -142,9 +142,9 @@ impl WeightInfoZeitgeist for WeightInfo { .saturating_add(Weight::from_parts(0, 7896).saturating_mul(n.into())) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: NeoSwaps Pools (r:1 w:1) - /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144745), added: 147220, mode: MaxEncodedLen) + /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144746), added: 147221, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:128 w:0) /// Proof: MarketAssets Asset (max_values: None, max_size: Some(225), added: 2700, mode: MaxEncodedLen) /// Storage: Tokens Accounts (r:256 w:256) @@ -154,12 +154,12 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `n` is `[2, 128]`. fn join_reassigned(n: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `140688 + n * (261 ±0)` - // Estimated: `152978 + n * (7896 ±0)` - // Minimum execution time: 755_593 nanoseconds. - Weight::from_parts(1_067_288_438, 152978) - // Standard Error: 241_540 - .saturating_add(Weight::from_parts(48_634_194, 0).saturating_mul(n.into())) + // Measured: `140704 + n * (261 ±0)` + // Estimated: `152995 + n * (7896 ±0)` + // Minimum execution time: 740_802 nanoseconds. + Weight::from_parts(942_736_689, 152995) + // Standard Error: 226_172 + .saturating_add(Weight::from_parts(45_144_685, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -167,9 +167,9 @@ impl WeightInfoZeitgeist for WeightInfo { .saturating_add(Weight::from_parts(0, 7896).saturating_mul(n.into())) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: NeoSwaps Pools (r:1 w:1) - /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144745), added: 147220, mode: MaxEncodedLen) + /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144746), added: 147221, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:128 w:0) /// Proof: MarketAssets Asset (max_values: None, max_size: Some(225), added: 2700, mode: MaxEncodedLen) /// Storage: Tokens Accounts (r:256 w:256) @@ -179,12 +179,12 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `n` is `[2, 128]`. fn join_leaf(n: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `140693 + n * (261 ±0)` - // Estimated: `152978 + n * (7896 ±0)` - // Minimum execution time: 1_012_133 nanoseconds. - Weight::from_parts(1_386_173_433, 152978) - // Standard Error: 255_117 - .saturating_add(Weight::from_parts(45_025_669, 0).saturating_mul(n.into())) + // Measured: `140709 + n * (261 ±0)` + // Estimated: `152995 + n * (7896 ±0)` + // Minimum execution time: 1_033_663 nanoseconds. + Weight::from_parts(1_158_427_570, 152995) + // Standard Error: 290_258 + .saturating_add(Weight::from_parts(46_834_860, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -192,9 +192,9 @@ impl WeightInfoZeitgeist for WeightInfo { .saturating_add(Weight::from_parts(0, 7896).saturating_mul(n.into())) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: NeoSwaps Pools (r:1 w:1) - /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144745), added: 147220, mode: MaxEncodedLen) + /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144746), added: 147221, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:128 w:0) /// Proof: MarketAssets Asset (max_values: None, max_size: Some(225), added: 2700, mode: MaxEncodedLen) /// Storage: Tokens Accounts (r:256 w:256) @@ -204,12 +204,12 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `n` is `[2, 128]`. fn exit(n: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `140789 + n * (261 ±0)` - // Estimated: `152978 + n * (7896 ±0)` - // Minimum execution time: 1_083_803 nanoseconds. - Weight::from_parts(1_150_830_447, 152978) - // Standard Error: 358_660 - .saturating_add(Weight::from_parts(52_580_899, 0).saturating_mul(n.into())) + // Measured: `140805 + n * (261 ±0)` + // Estimated: `152995 + n * (7896 ±0)` + // Minimum execution time: 1_059_013 nanoseconds. + Weight::from_parts(1_416_870_118, 152995) + // Standard Error: 282_123 + .saturating_add(Weight::from_parts(43_510_065, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -217,22 +217,22 @@ impl WeightInfoZeitgeist for WeightInfo { .saturating_add(Weight::from_parts(0, 7896).saturating_mul(n.into())) } /// Storage: NeoSwaps Pools (r:1 w:1) - /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144745), added: 147220, mode: MaxEncodedLen) + /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144746), added: 147221, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:2) /// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen) fn withdraw_fees() -> Weight { // Proof Size summary in bytes: // Measured: `139317` - // Estimated: `152434` - // Minimum execution time: 1_230_254 nanoseconds. - Weight::from_parts(1_370_164_000, 152434) + // Estimated: `152435` + // Minimum execution time: 908_593 nanoseconds. + Weight::from_parts(1_062_393_000, 152435) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: NeoSwaps Pools (r:1 w:1) - /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144745), added: 147220, mode: MaxEncodedLen) + /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144746), added: 147221, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:128 w:0) /// Proof: MarketAssets Asset (max_values: None, max_size: Some(225), added: 2700, mode: MaxEncodedLen) /// Storage: Tokens Accounts (r:256 w:256) @@ -242,12 +242,12 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `n` is `[2, 128]`. fn deploy_pool(n: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `2139 + n * (113 ±0)` - // Estimated: `152978 + n * (7896 ±0)` - // Minimum execution time: 295_661 nanoseconds. - Weight::from_parts(242_823_513, 152978) - // Standard Error: 125_668 - .saturating_add(Weight::from_parts(46_583_679, 0).saturating_mul(n.into())) + // Measured: `2155 + n * (113 ±0)` + // Estimated: `152995 + n * (7896 ±0)` + // Minimum execution time: 219_501 nanoseconds. + Weight::from_parts(170_782_454, 152995) + // Standard Error: 183_769 + .saturating_add(Weight::from_parts(45_425_037, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/zrml/orderbook/Cargo.toml b/zrml/orderbook/Cargo.toml index e2b33ced1..0fe4dcc09 100644 --- a/zrml/orderbook/Cargo.toml +++ b/zrml/orderbook/Cargo.toml @@ -63,4 +63,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-orderbook" -version = "0.5.1" +version = "0.5.2" diff --git a/zrml/orderbook/src/weights.rs b/zrml/orderbook/src/weights.rs index c82a1169d..be82826e6 100644 --- a/zrml/orderbook/src/weights.rs +++ b/zrml/orderbook/src/weights.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for zrml_orderbook //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-03`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -65,15 +65,15 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `283` // Estimated: `6341` - // Minimum execution time: 43_141 nanoseconds. - Weight::from_parts(52_860_000, 6341) + // Minimum execution time: 45_181 nanoseconds. + Weight::from_parts(55_640_000, 6341) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: Orderbook Orders (r:1 w:1) /// Proof: Orderbook Orders (max_values: None, max_size: Some(142), added: 2617, mode: MaxEncodedLen) /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:1 w:0) /// Proof: MarketAssets Asset (max_values: None, max_size: Some(225), added: 2700, mode: MaxEncodedLen) /// Storage: Balances Reserves (r:1 w:1) @@ -84,15 +84,15 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: Tokens Accounts (max_values: None, max_size: Some(123), added: 2598, mode: MaxEncodedLen) fn fill_order() -> Weight { // Proof Size summary in bytes: - // Measured: `1190` - // Estimated: `19995` - // Minimum execution time: 122_271 nanoseconds. - Weight::from_parts(148_040_000, 19995) + // Measured: `1206` + // Estimated: `20011` + // Minimum execution time: 130_771 nanoseconds. + Weight::from_parts(159_941_000, 20011) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:1 w:0) /// Proof: MarketAssets Asset (max_values: None, max_size: Some(225), added: 2700, mode: MaxEncodedLen) /// Storage: Orderbook NextOrderId (r:1 w:1) @@ -103,10 +103,10 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: Orderbook Orders (max_values: None, max_size: Some(142), added: 2617, mode: MaxEncodedLen) fn place_order() -> Weight { // Proof Size summary in bytes: - // Measured: `410` - // Estimated: `10086` - // Minimum execution time: 55_520 nanoseconds. - Weight::from_parts(67_450_000, 10086) + // Measured: `426` + // Estimated: `10102` + // Minimum execution time: 71_630 nanoseconds. + Weight::from_parts(72_740_000, 10102) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/zrml/parimutuel/Cargo.toml b/zrml/parimutuel/Cargo.toml index 64df6b4d7..6c0721295 100644 --- a/zrml/parimutuel/Cargo.toml +++ b/zrml/parimutuel/Cargo.toml @@ -50,4 +50,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-parimutuel" -version = "0.5.1" +version = "0.5.2" diff --git a/zrml/parimutuel/src/weights.rs b/zrml/parimutuel/src/weights.rs index 8c13a994b..de83ae773 100644 --- a/zrml/parimutuel/src/weights.rs +++ b/zrml/parimutuel/src/weights.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for zrml_parimutuel //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-03`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -60,7 +60,7 @@ pub trait WeightInfoZeitgeist { pub struct WeightInfo(PhantomData); impl WeightInfoZeitgeist for WeightInfo { /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:1 w:0) @@ -71,15 +71,15 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) fn buy() -> Weight { // Proof Size summary in bytes: - // Measured: `1924` - // Estimated: `13574` - // Minimum execution time: 134_820 nanoseconds. - Weight::from_parts(158_201_000, 13574) + // Measured: `1940` + // Estimated: `13590` + // Minimum execution time: 132_371 nanoseconds. + Weight::from_parts(162_240_000, 13590) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:1 w:1) /// Proof: MarketAssets Asset (max_values: None, max_size: Some(225), added: 2700, mode: MaxEncodedLen) /// Storage: MarketAssets Account (r:1 w:1) @@ -94,15 +94,15 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: AssetRouter IndestructibleAssets (max_values: Some(1), max_size: Some(38914), added: 39409, mode: MaxEncodedLen) fn claim_rewards() -> Weight { // Proof Size summary in bytes: - // Measured: `3225` - // Estimated: `94434` - // Minimum execution time: 186_311 nanoseconds. - Weight::from_parts(219_911_000, 94434) + // Measured: `3241` + // Estimated: `94450` + // Minimum execution time: 159_601 nanoseconds. + Weight::from_parts(222_111_000, 94450) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:2 w:1) /// Proof: MarketAssets Asset (max_values: None, max_size: Some(225), added: 2700, mode: MaxEncodedLen) /// Storage: MarketAssets Account (r:1 w:1) @@ -117,28 +117,28 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: AssetRouter IndestructibleAssets (max_values: Some(1), max_size: Some(38914), added: 39409, mode: MaxEncodedLen) fn claim_refunds() -> Weight { // Proof Size summary in bytes: - // Measured: `3528` - // Estimated: `97134` - // Minimum execution time: 192_641 nanoseconds. - Weight::from_parts(199_451_000, 97134) + // Measured: `3544` + // Estimated: `97150` + // Minimum execution time: 193_471 nanoseconds. + Weight::from_parts(222_400_000, 97150) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:64 w:64) /// Proof: MarketAssets Asset (max_values: None, max_size: Some(225), added: 2700, mode: MaxEncodedLen) fn on_activation() -> Weight { // Proof Size summary in bytes: - // Measured: `1187` - // Estimated: `175951` - // Minimum execution time: 507_042 nanoseconds. - Weight::from_parts(703_113_000, 175951) + // Measured: `1203` + // Estimated: `175967` + // Minimum execution time: 592_941 nanoseconds. + Weight::from_parts(720_612_000, 175967) .saturating_add(T::DbWeight::get().reads(65)) .saturating_add(T::DbWeight::get().writes(64)) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:64 w:64) /// Proof: MarketAssets Asset (max_values: None, max_size: Some(225), added: 2700, mode: MaxEncodedLen) /// Storage: AssetRouter DestroyAssets (r:1 w:1) @@ -149,10 +149,10 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: AssetRouter IndestructibleAssets (max_values: Some(1), max_size: Some(38914), added: 39409, mode: MaxEncodedLen) fn on_resolution() -> Weight { // Proof Size summary in bytes: - // Measured: `18377` - // Estimated: `417969` - // Minimum execution time: 1_071_673 nanoseconds. - Weight::from_parts(1_317_464_000, 417969) + // Measured: `18393` + // Estimated: `417985` + // Minimum execution time: 1_162_074 nanoseconds. + Weight::from_parts(1_508_734_000, 417985) .saturating_add(T::DbWeight::get().reads(131)) .saturating_add(T::DbWeight::get().writes(65)) } diff --git a/zrml/prediction-markets/Cargo.toml b/zrml/prediction-markets/Cargo.toml index 4ed6dbf1a..a2a8121cb 100644 --- a/zrml/prediction-markets/Cargo.toml +++ b/zrml/prediction-markets/Cargo.toml @@ -97,4 +97,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-prediction-markets" -version = "0.5.1" +version = "0.5.2" diff --git a/zrml/prediction-markets/runtime-api/Cargo.toml b/zrml/prediction-markets/runtime-api/Cargo.toml index 8f45d3fe3..16d8f1b48 100644 --- a/zrml/prediction-markets/runtime-api/Cargo.toml +++ b/zrml/prediction-markets/runtime-api/Cargo.toml @@ -15,4 +15,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-prediction-markets-runtime-api" -version = "0.5.1" +version = "0.5.2" diff --git a/zrml/prediction-markets/src/weights.rs b/zrml/prediction-markets/src/weights.rs index 347037171..5ac4c5a91 100644 --- a/zrml/prediction-markets/src/weights.rs +++ b/zrml/prediction-markets/src/weights.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for zrml_prediction_markets //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-03`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -90,25 +90,23 @@ pub trait WeightInfoZeitgeist { pub struct WeightInfo(PhantomData); impl WeightInfoZeitgeist for WeightInfo { /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: PredictionMarkets MarketIdsPerCloseTimeFrame (r:1 w:1) /// Proof: PredictionMarkets MarketIdsPerCloseTimeFrame (max_values: None, max_size: Some(1050), added: 3525, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// The range of component `c` is `[0, 63]`. - fn admin_move_market_to_closed(c: u32) -> Weight { - // Proof Size summary in bytes: - // Measured: `710 + c * (16 ±0)` - // Estimated: `7179` - // Minimum execution time: 47_250 nanoseconds. - Weight::from_parts(63_849_475, 7179) - // Standard Error: 9_012 - .saturating_add(Weight::from_parts(10_759, 0).saturating_mul(c.into())) + fn admin_move_market_to_closed(_c: u32) -> Weight { + // Proof Size summary in bytes: + // Measured: `726 + c * (16 ±0)` + // Estimated: `7195` + // Minimum execution time: 47_010 nanoseconds. + Weight::from_parts(62_466_368, 7195) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: PredictionMarkets MarketIdsPerReportBlock (r:1 w:1) /// Proof: PredictionMarkets MarketIdsPerReportBlock (max_values: None, max_size: Some(1042), added: 3517, mode: MaxEncodedLen) /// Storage: Balances Reserves (r:1 w:1) @@ -116,17 +114,17 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `r` is `[0, 63]`. fn admin_move_market_to_resolved_scalar_reported(r: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `756 + r * (16 ±0)` - // Estimated: `10392` - // Minimum execution time: 83_631 nanoseconds. - Weight::from_parts(111_750_174, 10392) - // Standard Error: 16_010 - .saturating_add(Weight::from_parts(7_363, 0).saturating_mul(r.into())) + // Measured: `772 + r * (16 ±0)` + // Estimated: `10408` + // Minimum execution time: 84_500 nanoseconds. + Weight::from_parts(116_294_372, 10408) + // Standard Error: 15_139 + .saturating_add(Weight::from_parts(22_900, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: PredictionMarkets MarketIdsPerReportBlock (r:1 w:1) /// Proof: PredictionMarkets MarketIdsPerReportBlock (max_values: None, max_size: Some(1042), added: 3517, mode: MaxEncodedLen) /// Storage: Balances Reserves (r:1 w:1) @@ -142,17 +140,17 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `r` is `[0, 63]`. fn admin_move_market_to_resolved_categorical_reported(r: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `17727 + r * (16 ±0)` - // Estimated: `419992` - // Minimum execution time: 996_774 nanoseconds. - Weight::from_parts(1_253_764_093, 419992) - // Standard Error: 164_323 - .saturating_add(Weight::from_parts(604_611, 0).saturating_mul(r.into())) + // Measured: `17743 + r * (16 ±0)` + // Estimated: `420008` + // Minimum execution time: 977_573 nanoseconds. + Weight::from_parts(1_233_328_742, 420008) + // Standard Error: 144_771 + .saturating_add(Weight::from_parts(164_049, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(131)) .saturating_add(T::DbWeight::get().writes(67)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Authorized AuthorizedOutcomeReports (r:1 w:1) /// Proof: Authorized AuthorizedOutcomeReports (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) /// Storage: PredictionMarkets MarketIdsPerDisputeBlock (r:1 w:1) @@ -164,19 +162,17 @@ impl WeightInfoZeitgeist for WeightInfo { /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen) /// The range of component `r` is `[0, 63]`. - fn admin_move_market_to_resolved_scalar_disputed(r: u32) -> Weight { - // Proof Size summary in bytes: - // Measured: `1315 + r * (16 ±0)` - // Estimated: `22118` - // Minimum execution time: 139_421 nanoseconds. - Weight::from_parts(190_036_224, 22118) - // Standard Error: 19_184 - .saturating_add(Weight::from_parts(41_486, 0).saturating_mul(r.into())) + fn admin_move_market_to_resolved_scalar_disputed(_r: u32) -> Weight { + // Proof Size summary in bytes: + // Measured: `1369 + r * (16 ±0)` + // Estimated: `22134` + // Minimum execution time: 141_201 nanoseconds. + Weight::from_parts(193_086_493, 22134) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Authorized AuthorizedOutcomeReports (r:1 w:1) /// Proof: Authorized AuthorizedOutcomeReports (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) /// Storage: PredictionMarkets MarketIdsPerDisputeBlock (r:1 w:1) @@ -196,19 +192,17 @@ impl WeightInfoZeitgeist for WeightInfo { /// Storage: AssetRouter IndestructibleAssets (r:1 w:0) /// Proof: AssetRouter IndestructibleAssets (max_values: Some(1), max_size: Some(38914), added: 39409, mode: MaxEncodedLen) /// The range of component `r` is `[0, 63]`. - fn admin_move_market_to_resolved_categorical_disputed(r: u32) -> Weight { - // Proof Size summary in bytes: - // Measured: `18271 + r * (16 ±0)` - // Estimated: `431718` - // Minimum execution time: 1_052_053 nanoseconds. - Weight::from_parts(1_313_394_041, 431718) - // Standard Error: 188_704 - .saturating_add(Weight::from_parts(948_538, 0).saturating_mul(r.into())) + fn admin_move_market_to_resolved_categorical_disputed(_r: u32) -> Weight { + // Proof Size summary in bytes: + // Measured: `18325 + r * (16 ±0)` + // Estimated: `431734` + // Minimum execution time: 1_027_543 nanoseconds. + Weight::from_parts(1_303_716_166, 431734) .saturating_add(T::DbWeight::get().reads(135)) .saturating_add(T::DbWeight::get().writes(70)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: PredictionMarkets MarketIdsForEdit (r:1 w:0) /// Proof: PredictionMarkets MarketIdsForEdit (max_values: None, max_size: Some(1050), added: 3525, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:64 w:64) @@ -217,31 +211,31 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen) fn approve_market() -> Weight { // Proof Size summary in bytes: - // Measured: `656` - // Estimated: `183200` - // Minimum execution time: 679_353 nanoseconds. - Weight::from_parts(823_633_000, 183200) + // Measured: `672` + // Estimated: `183216` + // Minimum execution time: 578_002 nanoseconds. + Weight::from_parts(751_902_000, 183216) .saturating_add(T::DbWeight::get().reads(67)) .saturating_add(T::DbWeight::get().writes(66)) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: PredictionMarkets MarketIdsForEdit (r:1 w:1) /// Proof: PredictionMarkets MarketIdsForEdit (max_values: None, max_size: Some(1050), added: 3525, mode: MaxEncodedLen) /// The range of component `r` is `[0, 1024]`. fn request_edit(r: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `519` - // Estimated: `6676` - // Minimum execution time: 27_010 nanoseconds. - Weight::from_parts(36_741_877, 6676) - // Standard Error: 165 - .saturating_add(Weight::from_parts(2_868, 0).saturating_mul(r.into())) + // Measured: `535` + // Estimated: `6692` + // Minimum execution time: 26_710 nanoseconds. + Weight::from_parts(35_866_931, 6692) + // Standard Error: 339 + .saturating_add(Weight::from_parts(1_624, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:64 w:64) @@ -251,12 +245,12 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `a` is `[2, 64]`. fn buy_complete_set(a: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `579 + a * (265 ±0)` - // Estimated: `5758 + a * (5292 ±0)` - // Minimum execution time: 118_580 nanoseconds. - Weight::from_parts(100_857_699, 5758) - // Standard Error: 149_885 - .saturating_add(Weight::from_parts(26_242_412, 0).saturating_mul(a.into())) + // Measured: `595 + a * (265 ±0)` + // Estimated: `5774 + a * (5292 ±0)` + // Minimum execution time: 116_930 nanoseconds. + Weight::from_parts(94_849_694, 5774) + // Standard Error: 124_185 + .saturating_add(Weight::from_parts(24_826_280, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -274,21 +268,23 @@ impl WeightInfoZeitgeist for WeightInfo { /// Storage: PredictionMarkets MarketIdsPerCloseTimeFrame (r:1 w:1) /// Proof: PredictionMarkets MarketIdsPerCloseTimeFrame (max_values: None, max_size: Some(1050), added: 3525, mode: MaxEncodedLen) /// Storage: MarketCommons Markets (r:0 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// The range of component `m` is `[0, 63]`. - fn create_market(_m: u32) -> Weight { + fn create_market(m: u32) -> Weight { // Proof Size summary in bytes: // Measured: `316 + m * (16 ±0)` // Estimated: `181063` - // Minimum execution time: 576_702 nanoseconds. - Weight::from_parts(777_228_969, 181063) + // Minimum execution time: 580_722 nanoseconds. + Weight::from_parts(746_949_580, 181063) + // Standard Error: 134_673 + .saturating_add(Weight::from_parts(95_879, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(68)) .saturating_add(T::DbWeight::get().writes(68)) } /// Storage: PredictionMarkets MarketIdsForEdit (r:1 w:1) /// Proof: PredictionMarkets MarketIdsForEdit (max_values: None, max_size: Some(1050), added: 3525, mode: MaxEncodedLen) /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: PredictionMarkets MarketIdsPerCloseTimeFrame (r:1 w:1) /// Proof: PredictionMarkets MarketIdsPerCloseTimeFrame (max_values: None, max_size: Some(1050), added: 3525, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) @@ -296,17 +292,17 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `m` is `[0, 63]`. fn edit_market(m: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `735 + m * (16 ±0)` - // Estimated: `10704` - // Minimum execution time: 52_190 nanoseconds. - Weight::from_parts(72_438_596, 10704) - // Standard Error: 6_888 - .saturating_add(Weight::from_parts(33_164, 0).saturating_mul(m.into())) + // Measured: `751 + m * (16 ±0)` + // Estimated: `10720` + // Minimum execution time: 56_321 nanoseconds. + Weight::from_parts(74_197_986, 10720) + // Standard Error: 12_078 + .saturating_add(Weight::from_parts(99_545, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: GlobalDisputes GlobalDisputesInfo (r:1 w:1) /// Proof: GlobalDisputes GlobalDisputesInfo (max_values: None, max_size: Some(396), added: 2871, mode: MaxEncodedLen) /// Storage: Court MarketIdToCourtId (r:1 w:0) @@ -329,47 +325,47 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `n` is `[1, 64]`. fn start_global_dispute(m: u32, n: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `9968 + m * (16 ±0)` - // Estimated: `353715` - // Minimum execution time: 327_541 nanoseconds. - Weight::from_parts(404_778_118, 353715) - // Standard Error: 47_222 - .saturating_add(Weight::from_parts(110_944, 0).saturating_mul(m.into())) - // Standard Error: 47_222 - .saturating_add(Weight::from_parts(219_329, 0).saturating_mul(n.into())) + // Measured: `10022 + m * (16 ±0)` + // Estimated: `353731` + // Minimum execution time: 320_101 nanoseconds. + Weight::from_parts(392_505_353, 353731) + // Standard Error: 43_508 + .saturating_add(Weight::from_parts(186_891, 0).saturating_mul(m.into())) + // Standard Error: 43_508 + .saturating_add(Weight::from_parts(73_177, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(40)) .saturating_add(T::DbWeight::get().writes(36)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Balances Reserves (r:1 w:1) /// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen) fn dispute_authorized() -> Weight { // Proof Size summary in bytes: - // Measured: `626` - // Estimated: `6875` - // Minimum execution time: 59_450 nanoseconds. - Weight::from_parts(60_560_000, 6875) + // Measured: `642` + // Estimated: `6891` + // Minimum execution time: 44_220 nanoseconds. + Weight::from_parts(59_390_000, 6891) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Balances Reserves (r:1 w:1) /// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen) /// Storage: PredictionMarkets MarketIdsForEdit (r:0 w:1) /// Proof: PredictionMarkets MarketIdsForEdit (max_values: None, max_size: Some(1050), added: 3525, mode: MaxEncodedLen) fn handle_expired_advised_market() -> Weight { // Proof Size summary in bytes: - // Measured: `539` - // Estimated: `6875` - // Minimum execution time: 77_200 nanoseconds. - Weight::from_parts(78_441_000, 6875) + // Measured: `555` + // Estimated: `6891` + // Minimum execution time: 77_490 nanoseconds. + Weight::from_parts(79_210_000, 6891) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Balances Reserves (r:1 w:1) /// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen) /// Storage: AssetRouter DestroyAssets (r:1 w:1) @@ -382,15 +378,15 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: AssetRouter IndestructibleAssets (max_values: Some(1), max_size: Some(38914), added: 39409, mode: MaxEncodedLen) fn internal_resolve_categorical_reported() -> Weight { // Proof Size summary in bytes: - // Measured: `17597` - // Estimated: `416475` - // Minimum execution time: 1_134_744 nanoseconds. - Weight::from_parts(1_181_404_000, 416475) + // Measured: `17613` + // Estimated: `416491` + // Minimum execution time: 994_903 nanoseconds. + Weight::from_parts(1_206_524_000, 416491) .saturating_add(T::DbWeight::get().reads(130)) .saturating_add(T::DbWeight::get().writes(66)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Balances Reserves (r:1 w:1) /// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen) /// Storage: GlobalDisputes GlobalDisputesInfo (r:1 w:0) @@ -407,28 +403,28 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: AssetRouter IndestructibleAssets (max_values: Some(1), max_size: Some(38914), added: 39409, mode: MaxEncodedLen) fn internal_resolve_categorical_disputed() -> Weight { // Proof Size summary in bytes: - // Measured: `17885` - // Estimated: `421870` - // Minimum execution time: 1_201_865 nanoseconds. - Weight::from_parts(1_235_994_000, 421870) + // Measured: `17939` + // Estimated: `421886` + // Minimum execution time: 1_024_403 nanoseconds. + Weight::from_parts(1_238_704_000, 421886) .saturating_add(T::DbWeight::get().reads(132)) .saturating_add(T::DbWeight::get().writes(67)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Balances Reserves (r:1 w:1) /// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen) fn internal_resolve_scalar_reported() -> Weight { // Proof Size summary in bytes: - // Measured: `626` - // Estimated: `6875` - // Minimum execution time: 72_421 nanoseconds. - Weight::from_parts(82_500_000, 6875) + // Measured: `642` + // Estimated: `6891` + // Minimum execution time: 68_250 nanoseconds. + Weight::from_parts(83_570_000, 6891) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Balances Reserves (r:1 w:1) /// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen) /// Storage: GlobalDisputes GlobalDisputesInfo (r:1 w:0) @@ -437,10 +433,10 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: Authorized AuthorizedOutcomeReports (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) fn internal_resolve_scalar_disputed() -> Weight { // Proof Size summary in bytes: - // Measured: `929` - // Estimated: `12270` - // Minimum execution time: 142_191 nanoseconds. - Weight::from_parts(144_871_000, 12270) + // Measured: `983` + // Estimated: `12286` + // Minimum execution time: 118_200 nanoseconds. + Weight::from_parts(144_091_000, 12286) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -460,13 +456,13 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `79` // Estimated: `15090` - // Minimum execution time: 33_970 nanoseconds. - Weight::from_parts(34_581_000, 15090) + // Minimum execution time: 27_990 nanoseconds. + Weight::from_parts(34_200_000, 15090) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:1 w:1) /// Proof: MarketAssets Asset (max_values: None, max_size: Some(225), added: 2700, mode: MaxEncodedLen) /// Storage: MarketAssets Account (r:1 w:1) @@ -481,15 +477,15 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: AssetRouter IndestructibleAssets (max_values: Some(1), max_size: Some(38914), added: 39409, mode: MaxEncodedLen) fn redeem_shares_categorical() -> Weight { // Proof Size summary in bytes: - // Measured: `3894` - // Estimated: `94434` - // Minimum execution time: 185_791 nanoseconds. - Weight::from_parts(214_441_000, 94434) + // Measured: `3910` + // Estimated: `94450` + // Minimum execution time: 163_190 nanoseconds. + Weight::from_parts(168_670_000, 94450) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:2 w:2) /// Proof: MarketAssets Asset (max_values: None, max_size: Some(225), added: 2700, mode: MaxEncodedLen) /// Storage: MarketAssets Account (r:2 w:2) @@ -504,15 +500,15 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: AssetRouter IndestructibleAssets (max_values: Some(1), max_size: Some(38914), added: 39409, mode: MaxEncodedLen) fn redeem_shares_scalar() -> Weight { // Proof Size summary in bytes: - // Measured: `1734` - // Estimated: `102244` - // Minimum execution time: 245_571 nanoseconds. - Weight::from_parts(250_341_000, 102244) + // Measured: `1750` + // Estimated: `102260` + // Minimum execution time: 174_740 nanoseconds. + Weight::from_parts(235_220_000, 102260) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: PredictionMarkets MarketIdsPerCloseTimeFrame (r:1 w:1) /// Proof: PredictionMarkets MarketIdsPerCloseTimeFrame (max_values: None, max_size: Some(1050), added: 3525, mode: MaxEncodedLen) /// Storage: Balances Reserves (r:1 w:1) @@ -521,35 +517,39 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: PredictionMarkets MarketIdsForEdit (max_values: None, max_size: Some(1050), added: 3525, mode: MaxEncodedLen) /// The range of component `c` is `[0, 63]`. /// The range of component `r` is `[0, 1024]`. - fn reject_market(_c: u32, r: u32) -> Weight { - // Proof Size summary in bytes: - // Measured: `643 + c * (16 ±0)` - // Estimated: `10400` - // Minimum execution time: 88_151 nanoseconds. - Weight::from_parts(118_972_881, 10400) - // Standard Error: 602 - .saturating_add(Weight::from_parts(1_996, 0).saturating_mul(r.into())) + fn reject_market(c: u32, r: u32) -> Weight { + // Proof Size summary in bytes: + // Measured: `659 + c * (16 ±0)` + // Estimated: `10416` + // Minimum execution time: 87_590 nanoseconds. + Weight::from_parts(116_270_405, 10416) + // Standard Error: 10_421 + .saturating_add(Weight::from_parts(33_746, 0).saturating_mul(c.into())) + // Standard Error: 645 + .saturating_add(Weight::from_parts(2_262, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: PredictionMarkets MarketIdsPerReportBlock (r:1 w:1) /// Proof: PredictionMarkets MarketIdsPerReportBlock (max_values: None, max_size: Some(1042), added: 3517, mode: MaxEncodedLen) /// The range of component `m` is `[0, 63]`. - fn report_market_with_dispute_mechanism(_m: u32) -> Weight { - // Proof Size summary in bytes: - // Measured: `716` - // Estimated: `7171` - // Minimum execution time: 44_540 nanoseconds. - Weight::from_parts(60_937_854, 7171) + fn report_market_with_dispute_mechanism(m: u32) -> Weight { + // Proof Size summary in bytes: + // Measured: `732` + // Estimated: `7187` + // Minimum execution time: 42_990 nanoseconds. + Weight::from_parts(56_207_943, 7187) + // Standard Error: 7_812 + .saturating_add(Weight::from_parts(6_290, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Balances Reserves (r:1 w:1) /// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen) /// Storage: AssetRouter DestroyAssets (r:1 w:1) @@ -562,15 +562,15 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: AssetRouter IndestructibleAssets (max_values: Some(1), max_size: Some(38914), added: 39409, mode: MaxEncodedLen) fn report_trusted_market() -> Weight { // Proof Size summary in bytes: - // Measured: `1353` - // Estimated: `98177` - // Minimum execution time: 146_371 nanoseconds. - Weight::from_parts(181_000_000, 98177) + // Measured: `1369` + // Estimated: `98193` + // Minimum execution time: 146_430 nanoseconds. + Weight::from_parts(179_401_000, 98193) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: MarketCommons Markets (r:1 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(132), added: 2607, mode: MaxEncodedLen) /// Storage: MarketAssets Asset (r:64 w:64) @@ -580,12 +580,12 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `a` is `[2, 64]`. fn sell_complete_set(a: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `740 + a * (373 ±0)` - // Estimated: `5758 + a * (5292 ±0)` - // Minimum execution time: 133_330 nanoseconds. - Weight::from_parts(100_646_347, 5758) - // Standard Error: 167_067 - .saturating_add(Weight::from_parts(43_468_521, 0).saturating_mul(a.into())) + // Measured: `756 + a * (373 ±0)` + // Estimated: `5774 + a * (5292 ±0)` + // Minimum execution time: 147_940 nanoseconds. + Weight::from_parts(89_827_511, 5774) + // Standard Error: 219_441 + .saturating_add(Weight::from_parts(42_430_954, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -595,72 +595,74 @@ impl WeightInfoZeitgeist for WeightInfo { /// Storage: PredictionMarkets MarketIdsPerCloseBlock (r:1 w:1) /// Proof: PredictionMarkets MarketIdsPerCloseBlock (max_values: None, max_size: Some(1050), added: 3525, mode: MaxEncodedLen) /// Storage: MarketCommons Markets (r:62 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: PredictionMarkets MarketIdsPerCloseTimeFrame (r:1 w:1) /// Proof: PredictionMarkets MarketIdsPerCloseTimeFrame (max_values: None, max_size: Some(1050), added: 3525, mode: MaxEncodedLen) /// The range of component `b` is `[1, 31]`. /// The range of component `f` is `[1, 31]`. fn market_status_manager(b: u32, f: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `2539 + b * (329 ±0) + f * (331 ±0)` - // Estimated: `7050 + b * (3151 ±0) + f * (3151 ±0)` - // Minimum execution time: 210_711 nanoseconds. - Weight::from_parts(102_221_855, 7050) - // Standard Error: 79_794 - .saturating_add(Weight::from_parts(5_103_531, 0).saturating_mul(b.into())) - // Standard Error: 79_794 - .saturating_add(Weight::from_parts(5_234_515, 0).saturating_mul(f.into())) + // Measured: `2539 + b * (345 ±0) + f * (347 ±0)` + // Estimated: `7050 + b * (3167 ±0) + f * (3167 ±0)` + // Minimum execution time: 232_361 nanoseconds. + Weight::from_parts(89_001_117, 7050) + // Standard Error: 82_419 + .saturating_add(Weight::from_parts(6_613_776, 0).saturating_mul(b.into())) + // Standard Error: 82_419 + .saturating_add(Weight::from_parts(6_927_874, 0).saturating_mul(f.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(f.into()))) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_parts(0, 3151).saturating_mul(b.into())) - .saturating_add(Weight::from_parts(0, 3151).saturating_mul(f.into())) + .saturating_add(Weight::from_parts(0, 3167).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 3167).saturating_mul(f.into())) } /// Storage: PredictionMarkets MarketIdsPerReportBlock (r:1 w:1) /// Proof: PredictionMarkets MarketIdsPerReportBlock (max_values: None, max_size: Some(1042), added: 3517, mode: MaxEncodedLen) /// Storage: MarketCommons Markets (r:62 w:0) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: PredictionMarkets MarketIdsPerDisputeBlock (r:1 w:1) /// Proof: PredictionMarkets MarketIdsPerDisputeBlock (max_values: None, max_size: Some(1042), added: 3517, mode: MaxEncodedLen) /// The range of component `r` is `[1, 31]`. /// The range of component `d` is `[1, 31]`. fn market_resolution_manager(r: u32, d: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `2483 + r * (329 ±0) + d * (331 ±0)` - // Estimated: `7034 + r * (3151 ±0) + d * (3151 ±0)` - // Minimum execution time: 209_690 nanoseconds. - Weight::from_parts(102_910_714, 7034) - // Standard Error: 72_408 - .saturating_add(Weight::from_parts(4_899_994, 0).saturating_mul(r.into())) - // Standard Error: 72_408 - .saturating_add(Weight::from_parts(5_244_218, 0).saturating_mul(d.into())) + // Measured: `2483 + r * (345 ±0) + d * (347 ±0)` + // Estimated: `7034 + r * (3167 ±0) + d * (3167 ±0)` + // Minimum execution time: 232_451 nanoseconds. + Weight::from_parts(84_083_353, 7034) + // Standard Error: 70_931 + .saturating_add(Weight::from_parts(6_584_415, 0).saturating_mul(r.into())) + // Standard Error: 70_931 + .saturating_add(Weight::from_parts(6_864_391, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(d.into()))) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_parts(0, 3151).saturating_mul(r.into())) - .saturating_add(Weight::from_parts(0, 3151).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(0, 3167).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 3167).saturating_mul(d.into())) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: PredictionMarkets MarketIdsPerCloseTimeFrame (r:2 w:2) /// Proof: PredictionMarkets MarketIdsPerCloseTimeFrame (max_values: None, max_size: Some(1050), added: 3525, mode: MaxEncodedLen) /// The range of component `o` is `[0, 63]`. /// The range of component `n` is `[0, 63]`. - fn schedule_early_close_as_authority(_o: u32, _n: u32) -> Weight { - // Proof Size summary in bytes: - // Measured: `747 + o * (16 ±0)` - // Estimated: `10704` - // Minimum execution time: 55_601 nanoseconds. - Weight::from_parts(76_590_619, 10704) + fn schedule_early_close_as_authority(o: u32, _n: u32) -> Weight { + // Proof Size summary in bytes: + // Measured: `763 + o * (16 ±0)` + // Estimated: `10720` + // Minimum execution time: 53_380 nanoseconds. + Weight::from_parts(69_829_159, 10720) + // Standard Error: 9_438 + .saturating_add(Weight::from_parts(58_622, 0).saturating_mul(o.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: Balances Reserves (r:1 w:1) @@ -669,21 +671,17 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: PredictionMarkets MarketIdsPerCloseTimeFrame (max_values: None, max_size: Some(1050), added: 3525, mode: MaxEncodedLen) /// The range of component `o` is `[0, 63]`. /// The range of component `n` is `[0, 63]`. - fn schedule_early_close_after_dispute(o: u32, n: u32) -> Weight { - // Proof Size summary in bytes: - // Measured: `970 + o * (16 ±0)` - // Estimated: `14428` - // Minimum execution time: 98_981 nanoseconds. - Weight::from_parts(126_721_146, 14428) - // Standard Error: 13_607 - .saturating_add(Weight::from_parts(30_521, 0).saturating_mul(o.into())) - // Standard Error: 13_607 - .saturating_add(Weight::from_parts(28_877, 0).saturating_mul(n.into())) + fn schedule_early_close_after_dispute(_o: u32, _n: u32) -> Weight { + // Proof Size summary in bytes: + // Measured: `986 + o * (16 ±0)` + // Estimated: `14444` + // Minimum execution time: 98_240 nanoseconds. + Weight::from_parts(129_586_211, 14444) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: Balances Reserves (r:1 w:1) @@ -694,19 +692,19 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `n` is `[0, 63]`. fn schedule_early_close_as_market_creator(o: u32, n: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `808 + o * (16 ±0)` - // Estimated: `14428` - // Minimum execution time: 77_570 nanoseconds. - Weight::from_parts(100_832_075, 14428) - // Standard Error: 12_194 - .saturating_add(Weight::from_parts(44_636, 0).saturating_mul(o.into())) - // Standard Error: 12_194 - .saturating_add(Weight::from_parts(33_153, 0).saturating_mul(n.into())) + // Measured: `824 + o * (16 ±0)` + // Estimated: `14444` + // Minimum execution time: 75_620 nanoseconds. + Weight::from_parts(92_020_605, 14444) + // Standard Error: 13_677 + .saturating_add(Weight::from_parts(115_579, 0).saturating_mul(o.into())) + // Standard Error: 13_677 + .saturating_add(Weight::from_parts(28_959, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: Balances Reserves (r:1 w:1) @@ -715,64 +713,60 @@ impl WeightInfoZeitgeist for WeightInfo { /// Proof: PredictionMarkets MarketIdsPerCloseTimeFrame (max_values: None, max_size: Some(1050), added: 3525, mode: MaxEncodedLen) /// The range of component `o` is `[0, 63]`. /// The range of component `n` is `[0, 63]`. - fn dispute_early_close(_o: u32, _n: u32) -> Weight { - // Proof Size summary in bytes: - // Measured: `924 + o * (16 ±0) + n * (16 ±0)` - // Estimated: `14428` - // Minimum execution time: 73_970 nanoseconds. - Weight::from_parts(98_470_964, 14428) + fn dispute_early_close(_o: u32, n: u32) -> Weight { + // Proof Size summary in bytes: + // Measured: `940 + o * (16 ±0) + n * (16 ±0)` + // Estimated: `14444` + // Minimum execution time: 72_551 nanoseconds. + Weight::from_parts(96_247_822, 14444) + // Standard Error: 11_213 + .saturating_add(Weight::from_parts(22_013, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: PredictionMarkets MarketIdsPerCloseTimeFrame (r:2 w:2) /// Proof: PredictionMarkets MarketIdsPerCloseTimeFrame (max_values: None, max_size: Some(1050), added: 3525, mode: MaxEncodedLen) /// The range of component `o` is `[0, 63]`. /// The range of component `n` is `[0, 63]`. - fn reject_early_close_after_authority(o: u32, n: u32) -> Weight { - // Proof Size summary in bytes: - // Measured: `814 + o * (16 ±0) + n * (16 ±0)` - // Estimated: `10704` - // Minimum execution time: 57_970 nanoseconds. - Weight::from_parts(74_720_000, 10704) - // Standard Error: 8_681 - .saturating_add(Weight::from_parts(14_141, 0).saturating_mul(o.into())) - // Standard Error: 8_681 - .saturating_add(Weight::from_parts(36_011, 0).saturating_mul(n.into())) + fn reject_early_close_after_authority(_o: u32, _n: u32) -> Weight { + // Proof Size summary in bytes: + // Measured: `830 + o * (16 ±0) + n * (16 ±0)` + // Estimated: `10720` + // Minimum execution time: 57_031 nanoseconds. + Weight::from_parts(75_086_876, 10720) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Balances Reserves (r:1 w:1) /// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen) fn reject_early_close_after_dispute() -> Weight { // Proof Size summary in bytes: - // Measured: `672` - // Estimated: `6875` - // Minimum execution time: 78_830 nanoseconds. - Weight::from_parts(98_340_000, 6875) + // Measured: `688` + // Estimated: `6891` + // Minimum execution time: 69_480 nanoseconds. + Weight::from_parts(88_480_000, 6891) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: PredictionMarkets MarketIdsPerCloseTimeFrame (r:1 w:1) /// Proof: PredictionMarkets MarketIdsPerCloseTimeFrame (max_values: None, max_size: Some(1050), added: 3525, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// The range of component `c` is `[0, 63]`. - fn close_trusted_market(c: u32) -> Weight { - // Proof Size summary in bytes: - // Measured: `709 + c * (16 ±0)` - // Estimated: `7179` - // Minimum execution time: 47_820 nanoseconds. - Weight::from_parts(64_357_268, 7179) - // Standard Error: 9_534 - .saturating_add(Weight::from_parts(26_319, 0).saturating_mul(c.into())) + fn close_trusted_market(_c: u32) -> Weight { + // Proof Size summary in bytes: + // Measured: `725 + c * (16 ±0)` + // Estimated: `7195` + // Minimum execution time: 47_610 nanoseconds. + Weight::from_parts(61_392_473, 7195) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -791,21 +785,19 @@ impl WeightInfoZeitgeist for WeightInfo { /// Storage: MarketAssets Account (r:128 w:128) /// Proof: MarketAssets Account (max_values: None, max_size: Some(117), added: 2592, mode: MaxEncodedLen) /// Storage: NeoSwaps Pools (r:1 w:1) - /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144745), added: 147220, mode: MaxEncodedLen) + /// Proof: NeoSwaps Pools (max_values: None, max_size: Some(144746), added: 147221, mode: MaxEncodedLen) /// Storage: MarketCommons Markets (r:0 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// The range of component `m` is `[0, 63]`. /// The range of component `n` is `[2, 64]`. - fn create_market_and_deploy_pool(m: u32, n: u32) -> Weight { + fn create_market_and_deploy_pool(_m: u32, n: u32) -> Weight { // Proof Size summary in bytes: // Measured: `371 + m * (16 ±0)` - // Estimated: `160697 + n * (7884 ±0)` - // Minimum execution time: 338_041 nanoseconds. - Weight::from_parts(197_998_117, 160697) - // Standard Error: 318_827 - .saturating_add(Weight::from_parts(276_212, 0).saturating_mul(m.into())) - // Standard Error: 323_603 - .saturating_add(Weight::from_parts(78_585_831, 0).saturating_mul(n.into())) + // Estimated: `160698 + n * (7884 ±0)` + // Minimum execution time: 320_281 nanoseconds. + Weight::from_parts(232_994_984, 160698) + // Standard Error: 231_500 + .saturating_add(Weight::from_parts(73_326_774, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(7)) @@ -813,7 +805,7 @@ impl WeightInfoZeitgeist for WeightInfo { .saturating_add(Weight::from_parts(0, 7884).saturating_mul(n.into())) } /// Storage: MarketCommons Markets (r:1 w:1) - /// Proof: MarketCommons Markets (max_values: None, max_size: Some(676), added: 3151, mode: MaxEncodedLen) + /// Proof: MarketCommons Markets (max_values: None, max_size: Some(692), added: 3167, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: PredictionMarkets MarketIdsPerCloseTimeFrame (r:1 w:1) @@ -821,12 +813,12 @@ impl WeightInfoZeitgeist for WeightInfo { /// The range of component `o` is `[1, 63]`. fn manually_close_market(o: u32) -> Weight { // Proof Size summary in bytes: - // Measured: `694 + o * (16 ±0)` - // Estimated: `7179` - // Minimum execution time: 45_920 nanoseconds. - Weight::from_parts(59_505_796, 7179) - // Standard Error: 8_380 - .saturating_add(Weight::from_parts(91_386, 0).saturating_mul(o.into())) + // Measured: `710 + o * (16 ±0)` + // Estimated: `7195` + // Minimum execution time: 45_710 nanoseconds. + Weight::from_parts(57_406_653, 7195) + // Standard Error: 9_276 + .saturating_add(Weight::from_parts(73_233, 0).saturating_mul(o.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/zrml/rikiddo/Cargo.toml b/zrml/rikiddo/Cargo.toml index 939d36555..64947e298 100644 --- a/zrml/rikiddo/Cargo.toml +++ b/zrml/rikiddo/Cargo.toml @@ -44,4 +44,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-rikiddo" -version = "0.5.1" +version = "0.5.2" diff --git a/zrml/simple-disputes/Cargo.toml b/zrml/simple-disputes/Cargo.toml index eae55f2b6..75265192f 100644 --- a/zrml/simple-disputes/Cargo.toml +++ b/zrml/simple-disputes/Cargo.toml @@ -42,4 +42,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-simple-disputes" -version = "0.5.1" +version = "0.5.2" diff --git a/zrml/styx/Cargo.toml b/zrml/styx/Cargo.toml index 3ced7ab45..22c701802 100644 --- a/zrml/styx/Cargo.toml +++ b/zrml/styx/Cargo.toml @@ -37,4 +37,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-styx" -version = "0.5.1" +version = "0.5.2" diff --git a/zrml/styx/src/weights.rs b/zrml/styx/src/weights.rs index 6c6b96cd3..d2e6fefb4 100644 --- a/zrml/styx/src/weights.rs +++ b/zrml/styx/src/weights.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for zrml_styx //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-03`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -64,8 +64,8 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3034` - // Minimum execution time: 36_730 nanoseconds. - Weight::from_parts(44_890_000, 3034) + // Minimum execution time: 42_280 nanoseconds. + Weight::from_parts(43_340_000, 3034) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -75,7 +75,7 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_550 nanoseconds. - Weight::from_parts(15_310_000, 0).saturating_add(T::DbWeight::get().writes(1)) + // Minimum execution time: 13_360 nanoseconds. + Weight::from_parts(14_110_000, 0).saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/zrml/swaps/Cargo.toml b/zrml/swaps/Cargo.toml index 731eff48c..2437f503c 100644 --- a/zrml/swaps/Cargo.toml +++ b/zrml/swaps/Cargo.toml @@ -65,4 +65,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-swaps" -version = "0.5.1" +version = "0.5.2" diff --git a/zrml/swaps/rpc/Cargo.toml b/zrml/swaps/rpc/Cargo.toml index 571d50239..178f5ddd5 100644 --- a/zrml/swaps/rpc/Cargo.toml +++ b/zrml/swaps/rpc/Cargo.toml @@ -11,4 +11,4 @@ zrml-swaps-runtime-api = { workspace = true, features = ["default"] } authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-swaps-rpc" -version = "0.5.1" +version = "0.5.2" diff --git a/zrml/swaps/runtime-api/Cargo.toml b/zrml/swaps/runtime-api/Cargo.toml index dc81c9673..cd99f4a9d 100644 --- a/zrml/swaps/runtime-api/Cargo.toml +++ b/zrml/swaps/runtime-api/Cargo.toml @@ -18,4 +18,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-swaps-runtime-api" -version = "0.5.1" +version = "0.5.2" diff --git a/zrml/swaps/src/weights.rs b/zrml/swaps/src/weights.rs index ba8ad9dd0..4e923b1d0 100644 --- a/zrml/swaps/src/weights.rs +++ b/zrml/swaps/src/weights.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for zrml_swaps //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: `2024-04-03`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: `2024-04-15`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor` //! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` @@ -80,10 +80,10 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `957 + a * (176 ±0)` // Estimated: `16477 + a * (7896 ±0)` - // Minimum execution time: 212_291 nanoseconds. - Weight::from_parts(108_353_402, 16477) - // Standard Error: 213_768 - .saturating_add(Weight::from_parts(50_584_386, 0).saturating_mul(a.into())) + // Minimum execution time: 162_820 nanoseconds. + Weight::from_parts(122_679_185, 16477) + // Standard Error: 178_424 + .saturating_add(Weight::from_parts(47_099_181, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -104,8 +104,8 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `5655` // Estimated: `24373` - // Minimum execution time: 157_101 nanoseconds. - Weight::from_parts(177_350_000, 24373) + // Minimum execution time: 127_140 nanoseconds. + Weight::from_parts(156_601_000, 24373) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -123,8 +123,8 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `5655` // Estimated: `24373` - // Minimum execution time: 134_961 nanoseconds. - Weight::from_parts(182_710_000, 24373) + // Minimum execution time: 127_670 nanoseconds. + Weight::from_parts(155_520_000, 24373) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -141,10 +141,10 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `835 + a * (289 ±0)` // Estimated: `13870 + a * (7896 ±0)` - // Minimum execution time: 129_831 nanoseconds. - Weight::from_parts(83_781_491, 13870) - // Standard Error: 84_833 - .saturating_add(Weight::from_parts(33_723_406, 0).saturating_mul(a.into())) + // Minimum execution time: 115_110 nanoseconds. + Weight::from_parts(79_330_150, 13870) + // Standard Error: 110_208 + .saturating_add(Weight::from_parts(32_859_066, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -163,8 +163,8 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `6338` // Estimated: `21766` - // Minimum execution time: 119_171 nanoseconds. - Weight::from_parts(145_031_000, 21766) + // Minimum execution time: 111_461 nanoseconds. + Weight::from_parts(138_571_000, 21766) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -180,8 +180,8 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `6338` // Estimated: `21766` - // Minimum execution time: 115_000 nanoseconds. - Weight::from_parts(140_411_000, 21766) + // Minimum execution time: 107_820 nanoseconds. + Weight::from_parts(131_030_000, 21766) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -197,8 +197,8 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `5253` // Estimated: `24453` - // Minimum execution time: 198_321 nanoseconds. - Weight::from_parts(228_400_000, 24453) + // Minimum execution time: 179_090 nanoseconds. + Weight::from_parts(219_440_000, 24453) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -214,8 +214,8 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `5253` // Estimated: `24453` - // Minimum execution time: 184_061 nanoseconds. - Weight::from_parts(224_081_000, 24453) + // Minimum execution time: 180_160 nanoseconds. + Weight::from_parts(218_621_000, 24453) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -226,10 +226,10 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `168 + a * (54 ±0)` // Estimated: `6054` - // Minimum execution time: 17_870 nanoseconds. - Weight::from_parts(24_566_312, 6054) - // Standard Error: 5_890 - .saturating_add(Weight::from_parts(395_707, 0).saturating_mul(a.into())) + // Minimum execution time: 18_010 nanoseconds. + Weight::from_parts(24_025_251, 6054) + // Standard Error: 5_601 + .saturating_add(Weight::from_parts(344_175, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -240,10 +240,10 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `168 + a * (54 ±0)` // Estimated: `6054` - // Minimum execution time: 15_760 nanoseconds. - Weight::from_parts(21_399_592, 6054) - // Standard Error: 3_489 - .saturating_add(Weight::from_parts(236_945, 0).saturating_mul(a.into())) + // Minimum execution time: 15_560 nanoseconds. + Weight::from_parts(21_271_791, 6054) + // Standard Error: 4_190 + .saturating_add(Weight::from_parts(199_418, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -262,10 +262,10 @@ impl WeightInfoZeitgeist for WeightInfo { // Proof Size summary in bytes: // Measured: `678 + a * (214 ±0)` // Estimated: `8661 + a * (7816 ±0)` - // Minimum execution time: 106_500 nanoseconds. - Weight::from_parts(81_841_801, 8661) - // Standard Error: 112_540 - .saturating_add(Weight::from_parts(29_966_214, 0).saturating_mul(a.into())) + // Minimum execution time: 96_981 nanoseconds. + Weight::from_parts(68_984_475, 8661) + // Standard Error: 122_585 + .saturating_add(Weight::from_parts(29_342_794, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(2))