From 8f6b9de7f1a44117f4e3c6e2217cc0c7d8ec24d3 Mon Sep 17 00:00:00 2001 From: Alexander Kalankhodzhaev Date: Tue, 1 Aug 2023 11:16:25 +0700 Subject: [PATCH] Regenerate weights for 0.9.42 (#252) Regenerate weights after upgrade to 0.9.42 --- runtime/trappist/src/weights/block_weights.rs | 27 +- .../src/weights/cumulus_pallet_xcmp_queue.rs | 31 +- .../trappist/src/weights/extrinsic_weights.rs | 27 +- runtime/trappist/src/weights/frame_system.rs | 82 +- .../src/weights/pallet_asset_registry.rs | 31 +- runtime/trappist/src/weights/pallet_assets.rs | 177 +- .../trappist/src/weights/pallet_balances.rs | 72 +- .../src/weights/pallet_collator_selection.rs | 101 +- .../trappist/src/weights/pallet_collective.rs | 227 +-- .../trappist/src/weights/pallet_contracts.rs | 1538 ++++++++++------- .../trappist/src/weights/pallet_democracy.rs | 221 +-- runtime/trappist/src/weights/pallet_dex.rs | 47 +- .../trappist/src/weights/pallet_identity.rs | 223 ++- .../src/weights/pallet_lockdown_mode.rs | 31 +- .../trappist/src/weights/pallet_multisig.rs | 99 +- .../trappist/src/weights/pallet_preimage.rs | 83 +- .../trappist/src/weights/pallet_scheduler.rs | 112 +- .../trappist/src/weights/pallet_session.rs | 31 +- .../trappist/src/weights/pallet_timestamp.rs | 31 +- .../trappist/src/weights/pallet_treasury.rs | 70 +- .../trappist/src/weights/pallet_uniques.rs | 164 +- .../trappist/src/weights/pallet_utility.rs | 61 +- .../weights/trappist_runtime_benchmarks.rs | 35 +- .../xcm/pallet_xcm_benchmarks_fungible.rs | 51 +- .../xcm/pallet_xcm_benchmarks_generic.rs | 143 +- 25 files changed, 2086 insertions(+), 1629 deletions(-) diff --git a/runtime/trappist/src/weights/block_weights.rs b/runtime/trappist/src/weights/block_weights.rs index ca151705..7de25042 100644 --- a/runtime/trappist/src/weights/block_weights.rs +++ b/runtime/trappist/src/weights/block_weights.rs @@ -16,8 +16,8 @@ // limitations under the License. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-29 (Y/M/D) -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` +//! DATE: 2023-07-31 (Y/M/D) +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Trappist Development` //! WARMUPS: `10`, REPEAT: `100` @@ -25,13 +25,14 @@ //! WEIGHT-METRIC: `Average`, WEIGHT-MUL: `1.0`, WEIGHT-ADD: `0` // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // overhead -// --chain -// dev +// --chain=trappist-dev // --wasm-execution=compiled // --weight-path=./runtime/trappist/src/weights/ +// --warmup=10 +// --repeat=100 // --header=./templates/file_header.txt use sp_core::parameter_types; @@ -42,17 +43,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 3_490_993, 5_306_621 - /// Average: 3_667_302 - /// Median: 3_600_336 - /// Std-Dev: 279090.04 + /// Min, Max: 403_034, 435_336 + /// Average: 413_496 + /// Median: 412_857 + /// Std-Dev: 6812.66 /// /// Percentiles nanoseconds: - /// 99th: 5_240_475 - /// 95th: 3_991_545 - /// 75th: 3_643_374 + /// 99th: 434_374 + /// 95th: 425_095 + /// 75th: 416_714 pub const BlockExecutionWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(3_667_302), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(413_496), 0); } #[cfg(test)] diff --git a/runtime/trappist/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/trappist/src/weights/cumulus_pallet_xcmp_queue.rs index 382fe1c0..dfe61e7d 100644 --- a/runtime/trappist/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/trappist/src/weights/cumulus_pallet_xcmp_queue.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `cumulus_pallet_xcmp_queue` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=cumulus_pallet_xcmp_queue +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -55,8 +56,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `76` // Estimated: `1561` - // Minimum execution time: 116_175_000 picoseconds. - Weight::from_parts(116_175_000, 0) + // Minimum execution time: 3_763_000 picoseconds. + Weight::from_parts(4_038_000, 0) .saturating_add(Weight::from_parts(0, 1561)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -67,8 +68,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `76` // Estimated: `1561` - // Minimum execution time: 104_904_000 picoseconds. - Weight::from_parts(104_904_000, 0) + // Minimum execution time: 3_805_000 picoseconds. + Weight::from_parts(3_997_000, 0) .saturating_add(Weight::from_parts(0, 1561)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/trappist/src/weights/extrinsic_weights.rs b/runtime/trappist/src/weights/extrinsic_weights.rs index 76cc2cb1..41122cc5 100644 --- a/runtime/trappist/src/weights/extrinsic_weights.rs +++ b/runtime/trappist/src/weights/extrinsic_weights.rs @@ -16,8 +16,8 @@ // limitations under the License. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-29 (Y/M/D) -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` +//! DATE: 2023-07-31 (Y/M/D) +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Trappist Development` //! WARMUPS: `10`, REPEAT: `100` @@ -25,13 +25,14 @@ //! WEIGHT-METRIC: `Average`, WEIGHT-MUL: `1.0`, WEIGHT-ADD: `0` // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // overhead -// --chain -// dev +// --chain=trappist-dev // --wasm-execution=compiled // --weight-path=./runtime/trappist/src/weights/ +// --warmup=10 +// --repeat=100 // --header=./templates/file_header.txt use sp_core::parameter_types; @@ -42,17 +43,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 113_785, 116_329 - /// Average: 114_781 - /// Median: 114_738 - /// Std-Dev: 450.29 + /// Min, Max: 132_923, 135_653 + /// Average: 133_542 + /// Median: 133_415 + /// Std-Dev: 504.8 /// /// Percentiles nanoseconds: - /// 99th: 115_717 - /// 95th: 115_522 - /// 75th: 115_050 + /// 99th: 135_409 + /// 95th: 134_462 + /// 75th: 133_698 pub const ExtrinsicBaseWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(114_781), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(133_542), 0); } #[cfg(test)] diff --git a/runtime/trappist/src/weights/frame_system.rs b/runtime/trappist/src/weights/frame_system.rs index 74da0276..84c2f560 100644 --- a/runtime/trappist/src/weights/frame_system.rs +++ b/runtime/trappist/src/weights/frame_system.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=frame_system +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -50,22 +51,26 @@ use core::marker::PhantomData; pub struct WeightInfo(PhantomData); impl frame_system::WeightInfo for WeightInfo { /// The range of component `b` is `[0, 3932160]`. - fn remark(_b: u32, ) -> Weight { + fn remark(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 66_355_000 picoseconds. - Weight::from_parts(1_290_674_000, 0) + // Minimum execution time: 793_000 picoseconds. + Weight::from_parts(141_666_957, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(189, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. - fn remark_with_event(_b: u32, ) -> Weight { + fn remark_with_event(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 169_503_000 picoseconds. - Weight::from_parts(189_916_069_000, 0) + // Minimum execution time: 2_783_000 picoseconds. + Weight::from_parts(129_832_222, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 9 + .saturating_add(Weight::from_parts(1_180, 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) @@ -75,8 +80,8 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 163_328_000 picoseconds. - Weight::from_parts(163_328_000, 0) + // Minimum execution time: 1_711_000 picoseconds. + Weight::from_parts(1_831_000, 0) .saturating_add(Weight::from_parts(0, 1485)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -84,38 +89,45 @@ impl frame_system::WeightInfo for WeightInfo { /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `i` is `[0, 1000]`. - fn set_storage(_i: u32, ) -> Weight { + fn set_storage(i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_442_000 picoseconds. - Weight::from_parts(10_009_258_000, 0) + // Minimum execution time: 726_000 picoseconds. + Weight::from_parts(818_000, 0) .saturating_add(Weight::from_parts(0, 0)) - .saturating_add(T::DbWeight::get().writes(1000)) + // Standard Error: 1_662 + .saturating_add(Weight::from_parts(480_881, 0).saturating_mul(i.into())) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `i` is `[0, 1000]`. - fn kill_storage(_i: u32, ) -> Weight { + fn kill_storage(i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 71_131_000 picoseconds. - Weight::from_parts(6_122_677_000, 0) + // Minimum execution time: 754_000 picoseconds. + Weight::from_parts(791_000, 0) .saturating_add(Weight::from_parts(0, 0)) - .saturating_add(T::DbWeight::get().writes(1000)) + // Standard Error: 990 + .saturating_add(Weight::from_parts(429_701, 0).saturating_mul(i.into())) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `p` is `[0, 1000]`. - fn kill_prefix(_p: u32, ) -> Weight { + fn kill_prefix(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `55 + p * (69 ±0)` - // Estimated: `69676` - // Minimum execution time: 109_232_000 picoseconds. - Weight::from_parts(10_845_636_000, 0) - .saturating_add(Weight::from_parts(0, 69676)) - .saturating_add(T::DbWeight::get().reads(1000)) - .saturating_add(T::DbWeight::get().writes(1000)) + // Measured: `83 + p * (69 ±0)` + // Estimated: `89 + p * (70 ±0)` + // Minimum execution time: 1_983_000 picoseconds. + Weight::from_parts(2_061_000, 0) + .saturating_add(Weight::from_parts(0, 89)) + // Standard Error: 1_558 + .saturating_add(Weight::from_parts(1_159_341, 0).saturating_mul(p.into())) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) + .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) } } diff --git a/runtime/trappist/src/weights/pallet_asset_registry.rs b/runtime/trappist/src/weights/pallet_asset_registry.rs index 644d5f93..c196ce9a 100644 --- a/runtime/trappist/src/weights/pallet_asset_registry.rs +++ b/runtime/trappist/src/weights/pallet_asset_registry.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `pallet_asset_registry` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_asset_registry +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -59,8 +60,8 @@ impl pallet_asset_registry::WeightInfo for WeightInfo pallet_asset_registry::WeightInfo for WeightInfo pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `145` // Estimated: `3675` - // Minimum execution time: 451_873_000 picoseconds. - Weight::from_parts(451_873_000, 0) + // Minimum execution time: 12_542_000 picoseconds. + Weight::from_parts(12_980_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -69,8 +70,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3675` - // Minimum execution time: 205_523_000 picoseconds. - Weight::from_parts(205_523_000, 0) + // Minimum execution time: 6_143_000 picoseconds. + Weight::from_parts(6_449_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -81,8 +82,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 175_000_000 picoseconds. - Weight::from_parts(175_000_000, 0) + // Minimum execution time: 6_726_000 picoseconds. + Weight::from_parts(6_993_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -94,30 +95,40 @@ impl pallet_assets::WeightInfo for WeightInfo { /// Storage: System Account (r:1000 w:1000) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `c` is `[0, 1000]`. - fn destroy_accounts(_c: u32, ) -> Weight { + fn destroy_accounts(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `280 + c * (208 ±0)` - // Estimated: `2603990` - // Minimum execution time: 247_428_000 picoseconds. - Weight::from_parts(182_078_142_000, 0) - .saturating_add(Weight::from_parts(0, 2603990)) - .saturating_add(T::DbWeight::get().reads(2002)) - .saturating_add(T::DbWeight::get().writes(2001)) + // Measured: `0 + c * (208 ±0)` + // Estimated: `3675 + c * (2603 ±0)` + // Minimum execution time: 9_387_000 picoseconds. + Weight::from_parts(9_648_000, 0) + .saturating_add(Weight::from_parts(0, 3675)) + // Standard Error: 11_295 + .saturating_add(Weight::from_parts(9_277_243, 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)) + .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(c.into()))) + .saturating_add(Weight::from_parts(0, 2603).saturating_mul(c.into())) } /// Storage: Assets Asset (r:1 w:1) /// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen) /// Storage: Assets Approvals (r:1001 w:1000) /// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen) /// The range of component `a` is `[0, 1000]`. - fn destroy_approvals(_a: u32, ) -> Weight { + fn destroy_approvals(a: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `314 + a * (86 ±0)` - // Estimated: `2626613` - // Minimum execution time: 240_291_000 picoseconds. - Weight::from_parts(245_281_187_000, 0) - .saturating_add(Weight::from_parts(0, 2626613)) - .saturating_add(T::DbWeight::get().reads(1002)) - .saturating_add(T::DbWeight::get().writes(1001)) + // Measured: `451 + a * (86 ±0)` + // Estimated: `3675 + a * (2623 ±0)` + // Minimum execution time: 9_065_000 picoseconds. + Weight::from_parts(9_244_000, 0) + .saturating_add(Weight::from_parts(0, 3675)) + // Standard Error: 6_959 + .saturating_add(Weight::from_parts(8_066_114, 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)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into()))) + .saturating_add(Weight::from_parts(0, 2623).saturating_mul(a.into())) } /// Storage: Assets Asset (r:1 w:1) /// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen) @@ -127,8 +138,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 200_928_000 picoseconds. - Weight::from_parts(200_928_000, 0) + // Minimum execution time: 7_781_000 picoseconds. + Weight::from_parts(8_160_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -141,8 +152,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 338_534_000 picoseconds. - Weight::from_parts(338_534_000, 0) + // Minimum execution time: 11_993_000 picoseconds. + Weight::from_parts(12_430_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -155,8 +166,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 469_885_000 picoseconds. - Weight::from_parts(469_885_000, 0) + // Minimum execution time: 15_219_000 picoseconds. + Weight::from_parts(15_710_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -171,8 +182,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `440` // Estimated: `6144` - // Minimum execution time: 627_332_000 picoseconds. - Weight::from_parts(627_332_000, 0) + // Minimum execution time: 21_073_000 picoseconds. + Weight::from_parts(21_478_000, 0) .saturating_add(Weight::from_parts(0, 6144)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -187,8 +198,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `440` // Estimated: `6144` - // Minimum execution time: 551_169_000 picoseconds. - Weight::from_parts(551_169_000, 0) + // Minimum execution time: 18_626_000 picoseconds. + Weight::from_parts(19_398_000, 0) .saturating_add(Weight::from_parts(0, 6144)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -203,8 +214,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `440` // Estimated: `6144` - // Minimum execution time: 635_166_000 picoseconds. - Weight::from_parts(635_166_000, 0) + // Minimum execution time: 20_919_000 picoseconds. + Weight::from_parts(21_435_000, 0) .saturating_add(Weight::from_parts(0, 6144)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -217,8 +228,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 228_485_000 picoseconds. - Weight::from_parts(228_485_000, 0) + // Minimum execution time: 9_194_000 picoseconds. + Weight::from_parts(9_610_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -231,8 +242,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 233_739_000 picoseconds. - Weight::from_parts(233_739_000, 0) + // Minimum execution time: 9_104_000 picoseconds. + Weight::from_parts(9_423_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -243,8 +254,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 170_708_000 picoseconds. - Weight::from_parts(170_708_000, 0) + // Minimum execution time: 6_558_000 picoseconds. + Weight::from_parts(6_737_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -255,8 +266,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 172_946_000 picoseconds. - Weight::from_parts(172_946_000, 0) + // Minimum execution time: 6_532_000 picoseconds. + Weight::from_parts(6_783_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -269,8 +280,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 203_181_000 picoseconds. - Weight::from_parts(203_181_000, 0) + // Minimum execution time: 7_801_000 picoseconds. + Weight::from_parts(8_212_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -281,8 +292,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 175_961_000 picoseconds. - Weight::from_parts(175_961_000, 0) + // Minimum execution time: 7_188_000 picoseconds. + Weight::from_parts(7_522_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -293,15 +304,13 @@ impl pallet_assets::WeightInfo for WeightInfo { /// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn set_metadata(_n: u32, s: u32, ) -> Weight { + fn set_metadata(_n: u32, _s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 376_603_000 picoseconds. - Weight::from_parts(404_609_500, 0) + // Minimum execution time: 12_044_000 picoseconds. + Weight::from_parts(12_737_311, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 398_389 - .saturating_add(Weight::from_parts(147_910, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -313,8 +322,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `444` // Estimated: `3675` - // Minimum execution time: 393_204_000 picoseconds. - Weight::from_parts(393_204_000, 0) + // Minimum execution time: 12_977_000 picoseconds. + Weight::from_parts(13_573_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -329,13 +338,13 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `119` // Estimated: `3675` - // Minimum execution time: 197_467_000 picoseconds. - Weight::from_parts(195_200_500, 0) + // Minimum execution time: 7_324_000 picoseconds. + Weight::from_parts(7_690_391, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 64_380 - .saturating_add(Weight::from_parts(58_050, 0).saturating_mul(n.into())) - // Standard Error: 64_380 - .saturating_add(Weight::from_parts(45_330, 0).saturating_mul(s.into())) + // Standard Error: 279 + .saturating_add(Weight::from_parts(1_561, 0).saturating_mul(n.into())) + // Standard Error: 279 + .saturating_add(Weight::from_parts(949, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -347,8 +356,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `444` // Estimated: `3675` - // Minimum execution time: 380_069_000 picoseconds. - Weight::from_parts(380_069_000, 0) + // Minimum execution time: 13_043_000 picoseconds. + Weight::from_parts(13_370_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -359,8 +368,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 170_841_000 picoseconds. - Weight::from_parts(170_841_000, 0) + // Minimum execution time: 7_278_000 picoseconds. + Weight::from_parts(7_620_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -373,8 +382,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 437_287_000 picoseconds. - Weight::from_parts(437_287_000, 0) + // Minimum execution time: 13_633_000 picoseconds. + Weight::from_parts(13_999_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -391,8 +400,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `610` // Estimated: `6144` - // Minimum execution time: 894_322_000 picoseconds. - Weight::from_parts(894_322_000, 0) + // Minimum execution time: 29_414_000 picoseconds. + Weight::from_parts(30_100_000, 0) .saturating_add(Weight::from_parts(0, 6144)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -405,8 +414,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `484` // Estimated: `3675` - // Minimum execution time: 472_338_000 picoseconds. - Weight::from_parts(472_338_000, 0) + // Minimum execution time: 15_873_000 picoseconds. + Weight::from_parts(16_323_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -419,8 +428,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `484` // Estimated: `3675` - // Minimum execution time: 474_063_000 picoseconds. - Weight::from_parts(474_063_000, 0) + // Minimum execution time: 16_224_000 picoseconds. + Weight::from_parts(16_768_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -431,8 +440,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 218_419_000 picoseconds. - Weight::from_parts(218_419_000, 0) + // Minimum execution time: 7_454_000 picoseconds. + Weight::from_parts(7_665_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/trappist/src/weights/pallet_balances.rs b/runtime/trappist/src/weights/pallet_balances.rs index e1eafb21..a01e18ac 100644 --- a/runtime/trappist/src/weights/pallet_balances.rs +++ b/runtime/trappist/src/weights/pallet_balances.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_balances +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -55,8 +56,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 1_070_490_000 picoseconds. - Weight::from_parts(1_070_490_000, 0) + // Minimum execution time: 20_663_000 picoseconds. + Weight::from_parts(21_064_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -67,8 +68,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 801_042_000 picoseconds. - Weight::from_parts(801_042_000, 0) + // Minimum execution time: 15_801_000 picoseconds. + Weight::from_parts(16_106_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -79,8 +80,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 314_782_000 picoseconds. - Weight::from_parts(314_782_000, 0) + // Minimum execution time: 8_024_000 picoseconds. + Weight::from_parts(8_654_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -91,8 +92,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 467_994_000 picoseconds. - Weight::from_parts(467_994_000, 0) + // Minimum execution time: 10_435_000 picoseconds. + Weight::from_parts(10_742_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -103,8 +104,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `103` // Estimated: `6196` - // Minimum execution time: 1_166_007_000 picoseconds. - Weight::from_parts(1_166_007_000, 0) + // Minimum execution time: 23_823_000 picoseconds. + Weight::from_parts(24_375_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -115,8 +116,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 1_028_320_000 picoseconds. - Weight::from_parts(1_028_320_000, 0) + // Minimum execution time: 19_633_000 picoseconds. + Weight::from_parts(20_298_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -127,23 +128,26 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 379_568_000 picoseconds. - Weight::from_parts(379_568_000, 0) + // Minimum execution time: 8_559_000 picoseconds. + Weight::from_parts(8_860_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } - /// Storage: System Account (r:1000 w:1000) + /// Storage: System Account (r:999 w:999) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `u` is `[1, 1000]`. - fn upgrade_accounts(_u: u32, ) -> Weight { + fn upgrade_accounts(u: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0 + u * (135 ±0)` - // Estimated: `2603990` - // Minimum execution time: 380_415_000 picoseconds. - Weight::from_parts(276_902_661_000, 0) - .saturating_add(Weight::from_parts(0, 2603990)) - .saturating_add(T::DbWeight::get().reads(1000)) - .saturating_add(T::DbWeight::get().writes(1000)) + // Measured: `0 + u * (136 ±0)` + // Estimated: `990 + u * (2603 ±0)` + // Minimum execution time: 8_280_000 picoseconds. + Weight::from_parts(8_548_000, 0) + .saturating_add(Weight::from_parts(0, 990)) + // Standard Error: 13_062 + .saturating_add(Weight::from_parts(7_707_527, 0).saturating_mul(u.into())) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into()))) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into()))) + .saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into())) } } diff --git a/runtime/trappist/src/weights/pallet_collator_selection.rs b/runtime/trappist/src/weights/pallet_collator_selection.rs index 619d198d..0e905710 100644 --- a/runtime/trappist/src/weights/pallet_collator_selection.rs +++ b/runtime/trappist/src/weights/pallet_collator_selection.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `pallet_collator_selection` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_collator_selection +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -54,15 +55,18 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// Storage: CollatorSelection Invulnerables (r:0 w:1) /// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) /// The range of component `b` is `[1, 100]`. - fn set_invulnerables(_b: u32, ) -> Weight { + fn set_invulnerables(b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `197 + b * (78 ±0)` - // Estimated: `256570` - // Minimum execution time: 260_567_000 picoseconds. - Weight::from_parts(5_114_123_000, 0) - .saturating_add(Weight::from_parts(0, 256570)) - .saturating_add(T::DbWeight::get().reads(100)) + // Measured: `214 + b * (78 ±0)` + // Estimated: `1203 + b * (2554 ±0)` + // Minimum execution time: 7_910_000 picoseconds. + Weight::from_parts(5_911_034, 0) + .saturating_add(Weight::from_parts(0, 1203)) + // Standard Error: 3_105 + .saturating_add(Weight::from_parts(2_146_146, 0).saturating_mul(b.into())) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) + .saturating_add(Weight::from_parts(0, 2554).saturating_mul(b.into())) } /// Storage: CollatorSelection DesiredCandidates (r:0 w:1) /// Proof: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -70,8 +74,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 146_593_000 picoseconds. - Weight::from_parts(146_593_000, 0) + // Minimum execution time: 2_816_000 picoseconds. + Weight::from_parts(2_965_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -81,8 +85,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 157_943_000 picoseconds. - Weight::from_parts(157_943_000, 0) + // Minimum execution time: 2_684_000 picoseconds. + Weight::from_parts(2_853_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -99,28 +103,33 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1) /// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) /// The range of component `c` is `[1, 999]`. - fn register_as_candidate(_c: u32, ) -> Weight { + fn register_as_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `530 + c * (48 ±0)` - // Estimated: `52916` - // Minimum execution time: 693_582_000 picoseconds. - Weight::from_parts(924_554_000, 0) - .saturating_add(Weight::from_parts(0, 52916)) + // Measured: `1104 + c * (48 ±0)` + // Estimated: `49487 + c * (49 ±0)` + // Minimum execution time: 21_118_000 picoseconds. + Weight::from_parts(26_394_582, 0) + .saturating_add(Weight::from_parts(0, 49487)) + // Standard Error: 1_000 + .saturating_add(Weight::from_parts(72_740, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) + .saturating_add(Weight::from_parts(0, 49).saturating_mul(c.into())) } /// Storage: CollatorSelection Candidates (r:1 w:1) /// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen) /// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1) /// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) /// The range of component `c` is `[1, 1000]`. - fn leave_intent(_c: u32, ) -> Weight { + fn leave_intent(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `211 + c * (48 ±0)` + // Measured: `447 + c * (48 ±0)` // Estimated: `49487` - // Minimum execution time: 484_232_000 picoseconds. - Weight::from_parts(815_861_000, 0) + // Minimum execution time: 13_364_000 picoseconds. + Weight::from_parts(20_322_027, 0) .saturating_add(Weight::from_parts(0, 49487)) + // Standard Error: 956 + .saturating_add(Weight::from_parts(69_680, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -132,38 +141,40 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) fn note_author() -> Weight { // Proof Size summary in bytes: - // Measured: `140` + // Measured: `141` // Estimated: `6196` - // Minimum execution time: 1_040_904_000 picoseconds. - Weight::from_parts(1_040_904_000, 0) + // Minimum execution time: 19_569_000 picoseconds. + Weight::from_parts(19_973_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: CollatorSelection Candidates (r:1 w:0) /// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen) - /// Storage: CollatorSelection LastAuthoredBlock (r:1000 w:0) + /// Storage: CollatorSelection LastAuthoredBlock (r:999 w:0) /// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) /// Storage: CollatorSelection Invulnerables (r:1 w:0) /// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) /// Storage: System BlockWeight (r:1 w:1) /// Proof: System BlockWeight (max_values: Some(1), max_size: Some(48), added: 543, mode: MaxEncodedLen) - /// Storage: System Account (r:1 w:1) + /// Storage: System Account (r:999 w:999) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `r` is `[1, 1000]`. /// The range of component `c` is `[1, 1000]`. - fn new_session(_r: u32, c: u32, ) -> Weight { + fn new_session(r: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `992 + c * (97 ±0)` - // Estimated: `49487 + c * (2519 ±0)` - // Minimum execution time: 289_627_000 picoseconds. - Weight::from_parts(2_209_679_700, 0) + // Measured: `22759 + c * (97 ±0) + r * (116 ±0)` + // Estimated: `49487 + c * (2519 ±0) + r * (2603 ±0)` + // Minimum execution time: 9_250_000 picoseconds. + Weight::from_parts(9_495_000, 0) .saturating_add(Weight::from_parts(0, 49487)) - // Standard Error: 126_521 - .saturating_add(Weight::from_parts(50_227_579, 0).saturating_mul(c.into())) + // Standard Error: 475_376 + .saturating_add(Weight::from_parts(17_685_329, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) - .saturating_add(T::DbWeight::get().writes(4)) + .saturating_add(T::DbWeight::get().writes(1)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) .saturating_add(Weight::from_parts(0, 2519).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 2603).saturating_mul(r.into())) } } diff --git a/runtime/trappist/src/weights/pallet_collective.rs b/runtime/trappist/src/weights/pallet_collective.rs index bc1d2752..7a26f062 100644 --- a/runtime/trappist/src/weights/pallet_collective.rs +++ b/runtime/trappist/src/weights/pallet_collective.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_collective +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -62,23 +63,21 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[0, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0 + m * (3224 ±0) + p * (3191 ±0)` - // Estimated: `1514 + m * (2854 ±0) + p * (2854 ±0)` - // Minimum execution time: 165_176_000 picoseconds. - Weight::from_parts(165_176_000, 0) - .saturating_add(Weight::from_parts(0, 1514)) - // Standard Error: 10_743_413 - .saturating_add(Weight::from_parts(28_294_411, 0).saturating_mul(m.into())) - // Standard Error: 10_743_413 - .saturating_add(Weight::from_parts(27_949_241, 0).saturating_mul(p.into())) + // Measured: `0 + m * (3232 ±0) + p * (3190 ±0)` + // Estimated: `15691 + m * (1967 ±23) + p * (4332 ±23)` + // Minimum execution time: 10_409_000 picoseconds. + Weight::from_parts(10_514_000, 0) + .saturating_add(Weight::from_parts(0, 15691)) + // Standard Error: 36_387 + .saturating_add(Weight::from_parts(2_481_294, 0).saturating_mul(m.into())) + // Standard Error: 36_387 + .saturating_add(Weight::from_parts(5_094_777, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(m.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_parts(0, 2854).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 2854).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 1967).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 4332).saturating_mul(p.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -88,15 +87,15 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `131 + m * (32 ±0)` - // Estimated: `1617 + m * (32 ±0)` - // Minimum execution time: 272_496_000 picoseconds. - Weight::from_parts(268_528_038, 0) - .saturating_add(Weight::from_parts(0, 1617)) - // Standard Error: 6_586 - .saturating_add(Weight::from_parts(31_203, 0).saturating_mul(b.into())) - // Standard Error: 67_996 - .saturating_add(Weight::from_parts(39_055, 0).saturating_mul(m.into())) + // Measured: `132 + m * (32 ±0)` + // Estimated: `1618 + m * (32 ±0)` + // Minimum execution time: 10_952_000 picoseconds. + Weight::from_parts(10_457_490, 0) + .saturating_add(Weight::from_parts(0, 1618)) + // Standard Error: 20 + .saturating_add(Weight::from_parts(945, 0).saturating_mul(b.into())) + // Standard Error: 210 + .saturating_add(Weight::from_parts(11_752, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -110,15 +109,15 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `131 + m * (32 ±0)` - // Estimated: `3597 + m * (32 ±0)` - // Minimum execution time: 315_696_000 picoseconds. - Weight::from_parts(305_481_727, 0) - .saturating_add(Weight::from_parts(0, 3597)) - // Standard Error: 1_032 - .saturating_add(Weight::from_parts(28_348, 0).saturating_mul(b.into())) - // Standard Error: 10_654 - .saturating_add(Weight::from_parts(101_575, 0).saturating_mul(m.into())) + // Measured: `132 + m * (32 ±0)` + // Estimated: `3598 + m * (32 ±0)` + // Minimum execution time: 12_170_000 picoseconds. + Weight::from_parts(11_382_836, 0) + .saturating_add(Weight::from_parts(0, 3598)) + // Standard Error: 21 + .saturating_add(Weight::from_parts(1_134, 0).saturating_mul(b.into())) + // Standard Error: 220 + .saturating_add(Weight::from_parts(25_676, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -137,34 +136,39 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0 + m * (32 ±0) + p * (39 ±0)` - // Estimated: `3432 + m * (32 ±0) + p * (39 ±0)` - // Minimum execution time: 374_298_000 picoseconds. - Weight::from_parts(344_038_763, 0) - .saturating_add(Weight::from_parts(0, 3432)) - // Standard Error: 6_729 - .saturating_add(Weight::from_parts(31_398, 0).saturating_mul(b.into())) - // Standard Error: 69_468 - .saturating_add(Weight::from_parts(1_582_276, 0).saturating_mul(p.into())) + // Measured: `322 + m * (32 ±0) + p * (36 ±0)` + // Estimated: `3714 + m * (33 ±0) + p * (36 ±0)` + // Minimum execution time: 12_963_000 picoseconds. + Weight::from_parts(11_537_309, 0) + .saturating_add(Weight::from_parts(0, 3714)) + // Standard Error: 83 + .saturating_add(Weight::from_parts(2_214, 0).saturating_mul(b.into())) + // Standard Error: 871 + .saturating_add(Weight::from_parts(28_968, 0).saturating_mul(m.into())) + // Standard Error: 860 + .saturating_add(Weight::from_parts(103_935, 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, 32).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 39).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 33).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) /// The range of component `m` is `[5, 100]`. - fn vote(_m: u32, ) -> Weight { + fn vote(m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `770 + m * (64 ±0)` - // Estimated: `10638` - // Minimum execution time: 253_818_000 picoseconds. - Weight::from_parts(265_933_000, 0) - .saturating_add(Weight::from_parts(0, 10638)) + // Measured: `771 + m * (64 ±0)` + // Estimated: `4235 + m * (64 ±0)` + // Minimum execution time: 16_499_000 picoseconds. + Weight::from_parts(17_282_055, 0) + .saturating_add(Weight::from_parts(0, 4235)) + // Standard Error: 878 + .saturating_add(Weight::from_parts(34_846, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -178,19 +182,19 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `144 + m * (64 ±0) + p * (38 ±0)` - // Estimated: `3609 + m * (64 ±0) + p * (39 ±0)` - // Minimum execution time: 350_248_000 picoseconds. - Weight::from_parts(323_749_197, 0) - .saturating_add(Weight::from_parts(0, 3609)) - // Standard Error: 141_550 - .saturating_add(Weight::from_parts(248_036, 0).saturating_mul(m.into())) - // Standard Error: 137_260 - .saturating_add(Weight::from_parts(1_695_156, 0).saturating_mul(p.into())) + // Measured: `360 + m * (64 ±0) + p * (36 ±0)` + // Estimated: `3805 + m * (65 ±0) + p * (36 ±0)` + // Minimum execution time: 15_120_000 picoseconds. + Weight::from_parts(14_597_865, 0) + .saturating_add(Weight::from_parts(0, 3805)) + // Standard Error: 795 + .saturating_add(Weight::from_parts(31_229, 0).saturating_mul(m.into())) + // Standard Error: 776 + .saturating_add(Weight::from_parts(99_723, 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, 64).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 39).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -207,18 +211,22 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `459 + m * (64 ±0) + p * (44 ±0)` - // Estimated: `3924 + b * (1 ±0) + m * (64 ±0) + p * (45 ±0)` - // Minimum execution time: 539_460_000 picoseconds. - Weight::from_parts(592_577_530, 0) - .saturating_add(Weight::from_parts(0, 3924)) - // Standard Error: 131_124 - .saturating_add(Weight::from_parts(1_764_151, 0).saturating_mul(p.into())) + // Measured: `762 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` + // Estimated: `4079 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` + // Minimum execution time: 24_216_000 picoseconds. + Weight::from_parts(25_074_277, 0) + .saturating_add(Weight::from_parts(0, 4079)) + // Standard Error: 198 + .saturating_add(Weight::from_parts(2_559, 0).saturating_mul(b.into())) + // Standard Error: 2_092 + .saturating_add(Weight::from_parts(136, 0).saturating_mul(m.into())) + // Standard Error: 2_040 + .saturating_add(Weight::from_parts(158_790, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) - .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 45).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 66).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 40).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -234,17 +242,19 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `164 + m * (64 ±0) + p * (38 ±0)` - // Estimated: `3629 + m * (64 ±0) + p * (39 ±0)` - // Minimum execution time: 346_842_000 picoseconds. - Weight::from_parts(361_531_914, 0) - .saturating_add(Weight::from_parts(0, 3629)) - // Standard Error: 93_801 - .saturating_add(Weight::from_parts(1_656_439, 0).saturating_mul(p.into())) + // Measured: `380 + m * (64 ±0) + p * (36 ±0)` + // Estimated: `3825 + m * (65 ±0) + p * (36 ±0)` + // Minimum execution time: 17_126_000 picoseconds. + Weight::from_parts(15_657_120, 0) + .saturating_add(Weight::from_parts(0, 3825)) + // Standard Error: 763 + .saturating_add(Weight::from_parts(35_512, 0).saturating_mul(m.into())) + // Standard Error: 744 + .saturating_add(Weight::from_parts(104_260, 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, 64).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 39).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -263,22 +273,22 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `479 + m * (64 ±0) + p * (44 ±0)` - // Estimated: `3944 + b * (1 ±0) + m * (64 ±0) + p * (45 ±0)` - // Minimum execution time: 555_835_000 picoseconds. - Weight::from_parts(536_085_853, 0) - .saturating_add(Weight::from_parts(0, 3944)) - // Standard Error: 10_672 - .saturating_add(Weight::from_parts(3_617, 0).saturating_mul(b.into())) - // Standard Error: 113_616 - .saturating_add(Weight::from_parts(139_295, 0).saturating_mul(m.into())) - // Standard Error: 110_173 - .saturating_add(Weight::from_parts(2_115_063, 0).saturating_mul(p.into())) + // Measured: `782 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` + // Estimated: `4099 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` + // Minimum execution time: 25_359_000 picoseconds. + Weight::from_parts(26_217_562, 0) + .saturating_add(Weight::from_parts(0, 4099)) + // Standard Error: 157 + .saturating_add(Weight::from_parts(2_489, 0).saturating_mul(b.into())) + // Standard Error: 1_659 + .saturating_add(Weight::from_parts(22_498, 0).saturating_mul(m.into())) + // Standard Error: 1_618 + .saturating_add(Weight::from_parts(154_589, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) - .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 45).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 66).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 40).saturating_mul(p.into())) } /// Storage: Council Proposals (r:1 w:1) /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) @@ -287,14 +297,17 @@ impl pallet_collective::WeightInfo for WeightInfo { /// Storage: Council ProposalOf (r:0 w:1) /// Proof Skipped: Council ProposalOf (max_values: None, max_size: None, mode: Measured) /// The range of component `p` is `[1, 100]`. - fn disapprove_proposal(_p: u32, ) -> Weight { + fn disapprove_proposal(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `187 + p * (32 ±0)` - // Estimated: `4875` - // Minimum execution time: 236_591_000 picoseconds. - Weight::from_parts(352_436_000, 0) - .saturating_add(Weight::from_parts(0, 4875)) + // Measured: `189 + p * (32 ±0)` + // Estimated: `1674 + p * (32 ±0)` + // Minimum execution time: 7_998_000 picoseconds. + Weight::from_parts(8_604_222, 0) + .saturating_add(Weight::from_parts(0, 1674)) + // Standard Error: 656 + .saturating_add(Weight::from_parts(80_829, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) } } diff --git a/runtime/trappist/src/weights/pallet_contracts.rs b/runtime/trappist/src/weights/pallet_contracts.rs index 6327bd8c..11c5701f 100644 --- a/runtime/trappist/src/weights/pallet_contracts.rs +++ b/runtime/trappist/src/weights/pallet_contracts.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `pallet_contracts` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_contracts +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -55,38 +56,42 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `76` // Estimated: `1561` - // Minimum execution time: 61_677_000 picoseconds. - Weight::from_parts(61_677_000, 0) + // Minimum execution time: 2_437_000 picoseconds. + Weight::from_parts(2_601_000, 0) .saturating_add(Weight::from_parts(0, 1561)) .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: Measured) /// The range of component `k` is `[0, 1024]`. - fn on_initialize_per_trie_key(_k: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `328 + k * (69 ±0)` - // Estimated: `71605` - // Minimum execution time: 246_654_000 picoseconds. - Weight::from_parts(9_069_287_000, 0) - .saturating_add(Weight::from_parts(0, 71605)) - .saturating_add(T::DbWeight::get().reads(1026)) - .saturating_add(T::DbWeight::get().writes(1026)) + fn on_initialize_per_trie_key(k: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `246` + // Estimated: `246` + // Minimum execution time: 3_648_000 picoseconds. + Weight::from_parts(5_683_911, 0) + .saturating_add(Weight::from_parts(0, 246)) + // Standard Error: 104 + .saturating_add(Weight::from_parts(3_402, 0).saturating_mul(k.into())) + .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Contracts PristineCode (r:1 w:0) /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) /// Storage: Contracts CodeStorage (r:0 w:1) /// Proof: Contracts CodeStorage (max_values: None, max_size: Some(126001), added: 128476, mode: Measured) /// The range of component `c` is `[0, 61717]`. - fn reinstrument(_c: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `273` - // Estimated: `65390` - // Minimum execution time: 291_865_000 picoseconds. - Weight::from_parts(3_712_065_000, 0) - .saturating_add(Weight::from_parts(0, 65390)) + fn reinstrument(c: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `205 + c * (1 ±0)` + // Estimated: `3675 + c * (1 ±0)` + // Minimum execution time: 10_931_000 picoseconds. + Weight::from_parts(11_347_000, 0) + .saturating_add(Weight::from_parts(0, 3675)) + // Standard Error: 16 + .saturating_add(Weight::from_parts(29_351, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(c.into())) } /// Storage: Contracts ContractInfoOf (r:1 w:1) /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) @@ -99,15 +104,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `c` is `[0, 125952]`. - fn call_with_code_per_byte(_c: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `676` - // Estimated: `132541` - // Minimum execution time: 3_347_560_000 picoseconds. - Weight::from_parts(6_764_700_000, 0) - .saturating_add(Weight::from_parts(0, 132541)) + fn call_with_code_per_byte(c: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `611 + c * (1 ±0)` + // Estimated: `6558 + c * (1 ±0)` + // Minimum execution time: 89_803_000 picoseconds. + Weight::from_parts(47_171_900, 0) + .saturating_add(Weight::from_parts(0, 6558)) + // Standard Error: 98 + .saturating_add(Weight::from_parts(22_580, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(c.into())) } /// Storage: Contracts OwnerInfoOf (r:1 w:1) /// Proof: Contracts OwnerInfoOf (max_values: None, max_size: Some(88), added: 2563, mode: Measured) @@ -130,17 +138,17 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// The range of component `s` is `[0, 1048576]`. fn instantiate_with_code(c: u32, i: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `204` - // Estimated: `8619` - // Minimum execution time: 63_274_090_000 picoseconds. - Weight::from_parts(12_676_156_703, 0) - .saturating_add(Weight::from_parts(0, 8619)) - // Standard Error: 132_166 - .saturating_add(Weight::from_parts(82_016, 0).saturating_mul(c.into())) - // Standard Error: 7_779 - .saturating_add(Weight::from_parts(43_426, 0).saturating_mul(i.into())) - // Standard Error: 7_779 - .saturating_add(Weight::from_parts(46_993, 0).saturating_mul(s.into())) + // Measured: `152` + // Estimated: `8557` + // Minimum execution time: 3_074_454_000 picoseconds. + Weight::from_parts(3_134_521_000, 0) + .saturating_add(Weight::from_parts(0, 8557)) + // Standard Error: 485 + .saturating_add(Weight::from_parts(33_237, 0).saturating_mul(c.into())) + // Standard Error: 28 + .saturating_add(Weight::from_parts(281, 0).saturating_mul(i.into())) + // Standard Error: 28 + .saturating_add(Weight::from_parts(345, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(10)) } @@ -162,15 +170,15 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// The range of component `s` is `[0, 1048576]`. fn instantiate(i: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `467` - // Estimated: `6407` - // Minimum execution time: 51_713_962_000 picoseconds. - Weight::from_parts(3_284_028_000, 0) - .saturating_add(Weight::from_parts(0, 6407)) - // Standard Error: 5_838 - .saturating_add(Weight::from_parts(49_194, 0).saturating_mul(i.into())) - // Standard Error: 5_838 - .saturating_add(Weight::from_parts(46_186, 0).saturating_mul(s.into())) + // Measured: `364` + // Estimated: `6308` + // Minimum execution time: 1_594_789_000 picoseconds. + Weight::from_parts(1_603_304_000, 0) + .saturating_add(Weight::from_parts(0, 6308)) + // Standard Error: 20 + .saturating_add(Weight::from_parts(527, 0).saturating_mul(i.into())) + // Standard Error: 20 + .saturating_add(Weight::from_parts(547, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -188,8 +196,8 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `693` // Estimated: `6633` - // Minimum execution time: 2_179_830_000 picoseconds. - Weight::from_parts(2_179_830_000, 0) + // Minimum execution time: 86_139_000 picoseconds. + Weight::from_parts(94_041_000, 0) .saturating_add(Weight::from_parts(0, 6633)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) @@ -203,13 +211,15 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: Contracts PristineCode (r:0 w:1) /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) /// The range of component `c` is `[0, 61717]`. - fn upload_code(_c: u32, ) -> Weight { + fn upload_code(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3541` - // Minimum execution time: 2_228_292_000 picoseconds. - Weight::from_parts(12_291_830_000, 0) + // Minimum execution time: 80_325_000 picoseconds. + Weight::from_parts(84_320_017, 0) .saturating_add(Weight::from_parts(0, 3541)) + // Standard Error: 114 + .saturating_add(Weight::from_parts(50_998, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -225,8 +235,8 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `220` // Estimated: `3685` - // Minimum execution time: 487_964_000 picoseconds. - Weight::from_parts(487_964_000, 0) + // Minimum execution time: 15_120_000 picoseconds. + Weight::from_parts(15_803_000, 0) .saturating_add(Weight::from_parts(0, 3685)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -241,8 +251,8 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `537` // Estimated: `8952` - // Minimum execution time: 455_917_000 picoseconds. - Weight::from_parts(455_917_000, 0) + // Minimum execution time: 18_490_000 picoseconds. + Weight::from_parts(19_555_000, 0) .saturating_add(Weight::from_parts(0, 8952)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) @@ -258,15 +268,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_caller(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `713 + r * (6 ±0)` - // Estimated: `16255` - // Minimum execution time: 1_786_630_000 picoseconds. - Weight::from_parts(7_049_952_000, 0) - .saturating_add(Weight::from_parts(0, 16255)) + fn seal_caller(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `715 + r * (6 ±0)` + // Estimated: `6656 + r * (6 ±0)` + // Minimum execution time: 89_880_000 picoseconds. + Weight::from_parts(101_545_540, 0) + .saturating_add(Weight::from_parts(0, 6656)) + // Standard Error: 419 + .saturating_add(Weight::from_parts(126_942, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -279,15 +292,19 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_is_contract(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `714 + r * (240 ±0)` - // Estimated: `4348408` - // Minimum execution time: 1_784_451_000 picoseconds. - Weight::from_parts(60_624_883_000, 0) - .saturating_add(Weight::from_parts(0, 4348408)) - .saturating_add(T::DbWeight::get().reads(1606)) + fn seal_is_contract(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `773 + r * (240 ±0)` + // Estimated: `6677 + r * (2715 ±0)` + // Minimum execution time: 78_996_000 picoseconds. + Weight::from_parts(83_914_000, 0) + .saturating_add(Weight::from_parts(0, 6677)) + // Standard Error: 5_951 + .saturating_add(Weight::from_parts(2_890_115, 0).saturating_mul(r.into())) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 2715).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -300,15 +317,19 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_code_hash(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `723 + r * (244 ±0)` - // Estimated: `4354858` - // Minimum execution time: 1_859_971_000 picoseconds. - Weight::from_parts(75_974_726_000, 0) - .saturating_add(Weight::from_parts(0, 4354858)) - .saturating_add(T::DbWeight::get().reads(1606)) + fn seal_code_hash(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `765 + r * (244 ±0)` + // Estimated: `6681 + r * (2719 ±0)` + // Minimum execution time: 91_561_000 picoseconds. + Weight::from_parts(95_686_000, 0) + .saturating_add(Weight::from_parts(0, 6681)) + // Standard Error: 5_929 + .saturating_add(Weight::from_parts(3_255_123, 0).saturating_mul(r.into())) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 2719).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -321,15 +342,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_own_code_hash(_r: u32, ) -> Weight { + fn seal_own_code_hash(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `720 + r * (6 ±0)` - // Estimated: `16262` - // Minimum execution time: 1_737_514_000 picoseconds. - Weight::from_parts(9_352_138_000, 0) - .saturating_add(Weight::from_parts(0, 16262)) + // Measured: `722 + r * (6 ±0)` + // Estimated: `6664 + r * (6 ±0)` + // Minimum execution time: 93_927_000 picoseconds. + Weight::from_parts(101_302_636, 0) + .saturating_add(Weight::from_parts(0, 6664)) + // Standard Error: 318 + .saturating_add(Weight::from_parts(140_940, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -342,15 +366,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_caller_is_origin(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `710 + r * (3 ±0)` - // Estimated: `11452` - // Minimum execution time: 1_671_473_000 picoseconds. - Weight::from_parts(1_958_537_000, 0) - .saturating_add(Weight::from_parts(0, 11452)) + fn seal_caller_is_origin(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `712 + r * (3 ±0)` + // Estimated: `6657 + r * (3 ±0)` + // Minimum execution time: 76_658_000 picoseconds. + Weight::from_parts(85_932_661, 0) + .saturating_add(Weight::from_parts(0, 6657)) + // Standard Error: 303 + .saturating_add(Weight::from_parts(99_673, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -363,15 +390,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_address(_r: u32, ) -> Weight { + fn seal_address(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `714 + r * (6 ±0)` - // Estimated: `16256` - // Minimum execution time: 1_790_968_000 picoseconds. - Weight::from_parts(6_654_563_000, 0) - .saturating_add(Weight::from_parts(0, 16256)) + // Measured: `716 + r * (6 ±0)` + // Estimated: `6658 + r * (6 ±0)` + // Minimum execution time: 91_191_000 picoseconds. + Weight::from_parts(103_292_506, 0) + .saturating_add(Weight::from_parts(0, 6658)) + // Standard Error: 370 + .saturating_add(Weight::from_parts(125_390, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -384,15 +414,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_gas_left(_r: u32, ) -> Weight { + fn seal_gas_left(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `710 + r * (6 ±0)` - // Estimated: `16252` - // Minimum execution time: 1_779_314_000 picoseconds. - Weight::from_parts(6_706_108_000, 0) - .saturating_add(Weight::from_parts(0, 16252)) + // Measured: `712 + r * (6 ±0)` + // Estimated: `6653 + r * (6 ±0)` + // Minimum execution time: 96_296_000 picoseconds. + Weight::from_parts(107_632_572, 0) + .saturating_add(Weight::from_parts(0, 6653)) + // Standard Error: 404 + .saturating_add(Weight::from_parts(157_526, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) } /// Storage: System Account (r:2 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -405,15 +438,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_balance(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `714 + r * (6 ±0)` - // Estimated: `16359` - // Minimum execution time: 1_750_302_000 picoseconds. - Weight::from_parts(44_199_587_000, 0) - .saturating_add(Weight::from_parts(0, 16359)) + fn seal_balance(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `819 + r * (6 ±0)` + // Estimated: `6760 + r * (6 ±0)` + // Minimum execution time: 94_138_000 picoseconds. + Weight::from_parts(108_343_684, 0) + .saturating_add(Weight::from_parts(0, 6760)) + // Standard Error: 571 + .saturating_add(Weight::from_parts(595_824, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -426,15 +462,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_value_transferred(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `761 + r * (5 ±0)` - // Estimated: `16266` - // Minimum execution time: 2_117_763_000 picoseconds. - Weight::from_parts(6_711_057_000, 0) - .saturating_add(Weight::from_parts(0, 16266)) + fn seal_value_transferred(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `726 + r * (6 ±0)` + // Estimated: `6675 + r * (6 ±0)` + // Minimum execution time: 90_637_000 picoseconds. + Weight::from_parts(103_851_561, 0) + .saturating_add(Weight::from_parts(0, 6675)) + // Standard Error: 414 + .saturating_add(Weight::from_parts(123_658, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -447,15 +486,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_minimum_balance(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `722 + r * (6 ±0)` - // Estimated: `16264` - // Minimum execution time: 1_759_232_000 picoseconds. - Weight::from_parts(6_645_204_000, 0) - .saturating_add(Weight::from_parts(0, 16264)) + fn seal_minimum_balance(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `724 + r * (6 ±0)` + // Estimated: `6673 + r * (6 ±0)` + // Minimum execution time: 94_120_000 picoseconds. + Weight::from_parts(108_663_839, 0) + .saturating_add(Weight::from_parts(0, 6673)) + // Standard Error: 402 + .saturating_add(Weight::from_parts(120_732, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -468,15 +510,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_block_number(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `719 + r * (6 ±0)` - // Estimated: `16261` - // Minimum execution time: 2_009_914_000 picoseconds. - Weight::from_parts(6_581_156_000, 0) - .saturating_add(Weight::from_parts(0, 16261)) + fn seal_block_number(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `721 + r * (6 ±0)` + // Estimated: `6671 + r * (6 ±0)` + // Minimum execution time: 95_154_000 picoseconds. + Weight::from_parts(109_238_562, 0) + .saturating_add(Weight::from_parts(0, 6671)) + // Standard Error: 379 + .saturating_add(Weight::from_parts(116_826, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -489,15 +534,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_now(_r: u32, ) -> Weight { + fn seal_now(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `710 + r * (6 ±0)` - // Estimated: `16252` - // Minimum execution time: 1_835_017_000 picoseconds. - Weight::from_parts(6_757_411_000, 0) - .saturating_add(Weight::from_parts(0, 16252)) + // Measured: `712 + r * (6 ±0)` + // Estimated: `6657 + r * (6 ±0)` + // Minimum execution time: 94_082_000 picoseconds. + Weight::from_parts(105_524_077, 0) + .saturating_add(Weight::from_parts(0, 6657)) + // Standard Error: 312 + .saturating_add(Weight::from_parts(120_338, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -512,15 +560,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_weight_to_fee(_r: u32, ) -> Weight { + fn seal_weight_to_fee(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `717 + r * (14 ±0)` - // Estimated: `29106` - // Minimum execution time: 1_821_209_000 picoseconds. - Weight::from_parts(23_066_467_000, 0) - .saturating_add(Weight::from_parts(0, 29106)) + // Measured: `723 + r * (14 ±0)` + // Estimated: `6660 + r * (14 ±0)` + // Minimum execution time: 90_315_000 picoseconds. + Weight::from_parts(122_555_441, 0) + .saturating_add(Weight::from_parts(0, 6660)) + // Standard Error: 1_811 + .saturating_add(Weight::from_parts(568_644, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 14).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -533,15 +584,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_gas(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `677 + r * (4 ±0)` - // Estimated: `13056` - // Minimum execution time: 1_649_432_000 picoseconds. - Weight::from_parts(1_835_878_000, 0) - .saturating_add(Weight::from_parts(0, 13056)) + fn seal_gas(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `679 + r * (4 ±0)` + // Estimated: `6621 + r * (4 ±0)` + // Minimum execution time: 72_732_000 picoseconds. + Weight::from_parts(80_967_958, 0) + .saturating_add(Weight::from_parts(0, 6621)) + // Standard Error: 308 + .saturating_add(Weight::from_parts(95_683, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -554,15 +608,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_input(_r: u32, ) -> Weight { + fn seal_input(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `712 + r * (6 ±0)` - // Estimated: `16254` - // Minimum execution time: 1_775_950_000 picoseconds. - Weight::from_parts(4_284_830_000, 0) - .saturating_add(Weight::from_parts(0, 16254)) + // Measured: `714 + r * (6 ±0)` + // Estimated: `6658 + r * (6 ±0)` + // Minimum execution time: 97_257_000 picoseconds. + Weight::from_parts(108_697_114, 0) + .saturating_add(Weight::from_parts(0, 6658)) + // Standard Error: 422 + .saturating_add(Weight::from_parts(115_149, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -575,13 +632,15 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `n` is `[0, 1048576]`. - fn seal_input_per_byte(_n: u32, ) -> Weight { + fn seal_input_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `718` // Estimated: `6658` - // Minimum execution time: 1_865_449_000 picoseconds. - Weight::from_parts(2_836_780_000, 0) + // Minimum execution time: 98_659_000 picoseconds. + Weight::from_parts(146_454_656, 0) .saturating_add(Weight::from_parts(0, 6658)) + // Standard Error: 3 + .saturating_add(Weight::from_parts(724, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -596,15 +655,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1]`. - fn seal_return(_r: u32, ) -> Weight { + fn seal_return(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `702 + r * (45 ±0)` - // Estimated: `6687` - // Minimum execution time: 1_818_717_000 picoseconds. - Weight::from_parts(1_893_147_000, 0) - .saturating_add(Weight::from_parts(0, 6687)) + // Estimated: `6642 + r * (45 ±0)` + // Minimum execution time: 89_053_000 picoseconds. + Weight::from_parts(97_402_375, 0) + .saturating_add(Weight::from_parts(0, 6642)) + // Standard Error: 669_939 + .saturating_add(Weight::from_parts(1_676_924, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 45).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -617,13 +679,15 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `n` is `[0, 1048576]`. - fn seal_return_per_byte(_n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `747` - // Estimated: `6687` - // Minimum execution time: 1_860_495_000 picoseconds. - Weight::from_parts(2_119_739_000, 0) - .saturating_add(Weight::from_parts(0, 6687)) + fn seal_return_per_byte(n: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `712` + // Estimated: `6665` + // Minimum execution time: 91_636_000 picoseconds. + Weight::from_parts(104_459_183, 0) + .saturating_add(Weight::from_parts(0, 6665)) + // Standard Error: 0 + .saturating_add(Weight::from_parts(524, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -644,15 +708,20 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: Contracts DeletionQueue (r:0 w:1) /// Proof: Contracts DeletionQueue (max_values: None, max_size: Some(142), added: 2617, mode: Measured) /// The range of component `r` is `[0, 1]`. - fn seal_terminate(_r: u32, ) -> Weight { + fn seal_terminate(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `744 + r * (305 ±0)` - // Estimated: `11939` - // Minimum execution time: 1_857_435_000 picoseconds. - Weight::from_parts(3_879_630_000, 0) - .saturating_add(Weight::from_parts(0, 11939)) - .saturating_add(T::DbWeight::get().reads(12)) - .saturating_add(T::DbWeight::get().writes(11)) + // Estimated: `6684 + r * (7730 ±0)` + // Minimum execution time: 92_772_000 picoseconds. + Weight::from_parts(102_337_275, 0) + .saturating_add(Weight::from_parts(0, 6684)) + // Standard Error: 707_864 + .saturating_add(Weight::from_parts(71_251_724, 0).saturating_mul(r.into())) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(r.into()))) + .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(T::DbWeight::get().writes((8_u64).saturating_mul(r.into()))) + .saturating_add(Weight::from_parts(0, 7730).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -667,15 +736,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_random(_r: u32, ) -> Weight { + fn seal_random(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `715 + r * (10 ±0)` - // Estimated: `22663` - // Minimum execution time: 1_832_583_000 picoseconds. - Weight::from_parts(44_425_590_000, 0) - .saturating_add(Weight::from_parts(0, 22663)) + // Measured: `723 + r * (10 ±0)` + // Estimated: `6669 + r * (10 ±0)` + // Minimum execution time: 95_012_000 picoseconds. + Weight::from_parts(107_620_352, 0) + .saturating_add(Weight::from_parts(0, 6669)) + // Standard Error: 709 + .saturating_add(Weight::from_parts(716_054, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 10).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -688,15 +760,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_deposit_event(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `710 + r * (10 ±0)` - // Estimated: `22652` - // Minimum execution time: 1_699_798_000 picoseconds. - Weight::from_parts(80_692_218_000, 0) - .saturating_add(Weight::from_parts(0, 22652)) + fn seal_deposit_event(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `712 + r * (10 ±0)` + // Estimated: `6657 + r * (10 ±0)` + // Minimum execution time: 77_414_000 picoseconds. + Weight::from_parts(90_912_606, 0) + .saturating_add(Weight::from_parts(0, 6657)) + // Standard Error: 1_200 + .saturating_add(Weight::from_parts(1_361_433, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 10).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -710,15 +785,17 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `t` is `[0, 4]`. /// The range of component `n` is `[0, 16384]`. - fn seal_deposit_event_per_topic_and_byte(t: u32, _n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `729 + t * (32 ±0)` - // Estimated: `6669 + t * (2508 ±0)` - // Minimum execution time: 1_961_122_000 picoseconds. - Weight::from_parts(2_065_863_499, 0) - .saturating_add(Weight::from_parts(0, 6669)) - // Standard Error: 38_938_450 - .saturating_add(Weight::from_parts(26_183_125, 0).saturating_mul(t.into())) + fn seal_deposit_event_per_topic_and_byte(t: u32, n: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `731 + t * (32 ±0)` + // Estimated: `6678 + t * (2508 ±0)` + // Minimum execution time: 100_042_000 picoseconds. + Weight::from_parts(103_216_307, 0) + .saturating_add(Weight::from_parts(0, 6678)) + // Standard Error: 169_565 + .saturating_add(Weight::from_parts(1_769_832, 0).saturating_mul(t.into())) + // Standard Error: 47 + .saturating_add(Weight::from_parts(904, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -736,15 +813,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_debug_message(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `709 + r * (7 ±0)` - // Estimated: `17851` - // Minimum execution time: 1_680_803_000 picoseconds. - Weight::from_parts(2_060_390_000, 0) - .saturating_add(Weight::from_parts(0, 17851)) + fn seal_debug_message(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `711 + r * (7 ±0)` + // Estimated: `6655 + r * (7 ±0)` + // Minimum execution time: 87_445_000 picoseconds. + Weight::from_parts(99_262_053, 0) + .saturating_add(Weight::from_parts(0, 6655)) + // Standard Error: 320 + .saturating_add(Weight::from_parts(144_003, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 7).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) @@ -757,158 +837,200 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `i` is `[0, 1048576]`. - fn seal_debug_message_per_byte(_i: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `125660` - // Estimated: `131603` - // Minimum execution time: 1_981_057_000 picoseconds. - Weight::from_parts(3_210_793_000, 0) - .saturating_add(Weight::from_parts(0, 131603)) + fn seal_debug_message_per_byte(i: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `125662` + // Estimated: `131604` + // Minimum execution time: 233_883_000 picoseconds. + Weight::from_parts(132_043_540, 0) + .saturating_add(Weight::from_parts(0, 131604)) + // Standard Error: 9 + .saturating_add(Weight::from_parts(1_147, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 800]`. - fn seal_set_storage(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `749 + r * (292 ±0)` - // Estimated: `234844` - // Minimum execution time: 1_932_351_000 picoseconds. - Weight::from_parts(54_726_782_000, 0) - .saturating_add(Weight::from_parts(0, 234844)) - .saturating_add(T::DbWeight::get().reads(806)) - .saturating_add(T::DbWeight::get().writes(803)) + fn seal_set_storage(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `784 + r * (292 ±0)` + // Estimated: `782 + r * (293 ±0)` + // Minimum execution time: 80_815_000 picoseconds. + Weight::from_parts(83_854_000, 0) + .saturating_add(Weight::from_parts(0, 782)) + // Standard Error: 8_334 + .saturating_add(Weight::from_parts(5_651_297, 0).saturating_mul(r.into())) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) + .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) + .saturating_add(Weight::from_parts(0, 293).saturating_mul(r.into())) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `n` is `[0, 16384]`. - fn seal_set_storage_per_new_byte(_n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1104` - // Estimated: `1246` - // Minimum execution time: 2_050_562_000 picoseconds. - Weight::from_parts(2_567_183_000, 0) - .saturating_add(Weight::from_parts(0, 1246)) + fn seal_set_storage_per_new_byte(n: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `1207` + // Estimated: `1199` + // Minimum execution time: 107_755_000 picoseconds. + Weight::from_parts(135_315_367, 0) + .saturating_add(Weight::from_parts(0, 1199)) + // Standard Error: 45 + .saturating_add(Weight::from_parts(672, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `n` is `[0, 16384]`. - fn seal_set_storage_per_old_byte(_n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1104 + n * (1 ±0)` - // Estimated: `17493` - // Minimum execution time: 2_095_857_000 picoseconds. - Weight::from_parts(2_142_858_000, 0) - .saturating_add(Weight::from_parts(0, 17493)) + fn seal_set_storage_per_old_byte(n: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `1107 + n * (1 ±0)` + // Estimated: `1107 + n * (1 ±0)` + // Minimum execution time: 106_488_000 picoseconds. + Weight::from_parts(115_082_208, 0) + .saturating_add(Weight::from_parts(0, 1107)) + // Standard Error: 30 + .saturating_add(Weight::from_parts(578, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 800]`. - fn seal_clear_storage(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `712 + r * (288 ±0)` - // Estimated: `231644` - // Minimum execution time: 1_871_789_000 picoseconds. - Weight::from_parts(54_208_704_000, 0) - .saturating_add(Weight::from_parts(0, 231644)) - .saturating_add(T::DbWeight::get().reads(806)) - .saturating_add(T::DbWeight::get().writes(803)) + fn seal_clear_storage(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `781 + r * (288 ±0)` + // Estimated: `785 + r * (289 ±0)` + // Minimum execution time: 93_414_000 picoseconds. + Weight::from_parts(97_042_000, 0) + .saturating_add(Weight::from_parts(0, 785)) + // Standard Error: 9_033 + .saturating_add(Weight::from_parts(5_593_235, 0).saturating_mul(r.into())) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) + .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) + .saturating_add(Weight::from_parts(0, 289).saturating_mul(r.into())) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `n` is `[0, 16384]`. - fn seal_clear_storage_per_byte(_n: u32, ) -> Weight { + fn seal_clear_storage_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1100 + n * (1 ±0)` - // Estimated: `17489` - // Minimum execution time: 1_975_283_000 picoseconds. - Weight::from_parts(2_066_827_000, 0) - .saturating_add(Weight::from_parts(0, 17489)) + // Measured: `1103 + n * (1 ±0)` + // Estimated: `1103 + n * (1 ±0)` + // Minimum execution time: 107_674_000 picoseconds. + Weight::from_parts(116_086_255, 0) + .saturating_add(Weight::from_parts(0, 1103)) + // Standard Error: 29 + .saturating_add(Weight::from_parts(458, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 800]`. - fn seal_get_storage(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `721 + r * (296 ±0)` - // Estimated: `238055` - // Minimum execution time: 1_783_095_000 picoseconds. - Weight::from_parts(47_557_699_000, 0) - .saturating_add(Weight::from_parts(0, 238055)) - .saturating_add(T::DbWeight::get().reads(806)) + fn seal_get_storage(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `775 + r * (296 ±0)` + // Estimated: `779 + r * (297 ±0)` + // Minimum execution time: 91_101_000 picoseconds. + Weight::from_parts(35_067_852, 0) + .saturating_add(Weight::from_parts(0, 779)) + // Standard Error: 9_308 + .saturating_add(Weight::from_parts(4_624_529, 0).saturating_mul(r.into())) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 297).saturating_mul(r.into())) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `n` is `[0, 16384]`. - fn seal_get_storage_per_byte(_n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1116 + n * (1 ±0)` - // Estimated: `17505` - // Minimum execution time: 2_009_412_000 picoseconds. - Weight::from_parts(2_049_066_000, 0) - .saturating_add(Weight::from_parts(0, 17505)) + fn seal_get_storage_per_byte(n: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `1119 + n * (1 ±0)` + // Estimated: `1119 + n * (1 ±0)` + // Minimum execution time: 104_348_000 picoseconds. + Weight::from_parts(113_258_940, 0) + .saturating_add(Weight::from_parts(0, 1119)) + // Standard Error: 29 + .saturating_add(Weight::from_parts(832, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 800]`. - fn seal_contains_storage(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `752 + r * (288 ±0)` - // Estimated: `231647` - // Minimum execution time: 1_827_669_000 picoseconds. - Weight::from_parts(45_033_735_000, 0) - .saturating_add(Weight::from_parts(0, 231647)) - .saturating_add(T::DbWeight::get().reads(806)) + fn seal_contains_storage(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `795 + r * (288 ±0)` + // Estimated: `797 + r * (289 ±0)` + // Minimum execution time: 78_411_000 picoseconds. + Weight::from_parts(12_808_587, 0) + .saturating_add(Weight::from_parts(0, 797)) + // Standard Error: 9_762 + .saturating_add(Weight::from_parts(4_553_330, 0).saturating_mul(r.into())) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 289).saturating_mul(r.into())) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `n` is `[0, 16384]`. - fn seal_contains_storage_per_byte(_n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1103 + n * (1 ±0)` - // Estimated: `17492` - // Minimum execution time: 1_902_355_000 picoseconds. - Weight::from_parts(1_977_400_000, 0) - .saturating_add(Weight::from_parts(0, 17492)) + fn seal_contains_storage_per_byte(n: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `1106 + n * (1 ±0)` + // Estimated: `1106 + n * (1 ±0)` + // Minimum execution time: 101_725_000 picoseconds. + Weight::from_parts(112_438_744, 0) + .saturating_add(Weight::from_parts(0, 1106)) + // Standard Error: 30 + .saturating_add(Weight::from_parts(309, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 800]`. - fn seal_take_storage(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `722 + r * (296 ±0)` - // Estimated: `238056` - // Minimum execution time: 1_737_481_000 picoseconds. - Weight::from_parts(54_235_791_000, 0) - .saturating_add(Weight::from_parts(0, 238056)) - .saturating_add(T::DbWeight::get().reads(806)) - .saturating_add(T::DbWeight::get().writes(803)) + fn seal_take_storage(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `768 + r * (296 ±0)` + // Estimated: `776 + r * (297 ±0)` + // Minimum execution time: 91_295_000 picoseconds. + Weight::from_parts(22_065_137, 0) + .saturating_add(Weight::from_parts(0, 776)) + // Standard Error: 14_965 + .saturating_add(Weight::from_parts(5_824_359, 0).saturating_mul(r.into())) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) + .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) + .saturating_add(Weight::from_parts(0, 297).saturating_mul(r.into())) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `n` is `[0, 16384]`. - fn seal_take_storage_per_byte(_n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1117 + n * (1 ±0)` - // Estimated: `17506` - // Minimum execution time: 1_933_451_000 picoseconds. - Weight::from_parts(2_011_980_000, 0) - .saturating_add(Weight::from_parts(0, 17506)) + fn seal_take_storage_per_byte(n: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `1120 + n * (1 ±0)` + // Estimated: `1120 + n * (1 ±0)` + // Minimum execution time: 106_398_000 picoseconds. + Weight::from_parts(116_227_447, 0) + .saturating_add(Weight::from_parts(0, 1120)) + // Standard Error: 25 + .saturating_add(Weight::from_parts(592, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) } /// Storage: System Account (r:1602 w:1601) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -921,15 +1043,20 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_transfer(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `735 + r * (45 ±0)` - // Estimated: `4038739` - // Minimum execution time: 1_828_243_000 picoseconds. - Weight::from_parts(1_040_835_495_000, 0) - .saturating_add(Weight::from_parts(0, 4038739)) - .saturating_add(T::DbWeight::get().reads(1607)) - .saturating_add(T::DbWeight::get().writes(1604)) + fn seal_transfer(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `831 + r * (45 ±0)` + // Estimated: `6787 + r * (2520 ±0)` + // Minimum execution time: 90_492_000 picoseconds. + Weight::from_parts(97_131_000, 0) + .saturating_add(Weight::from_parts(0, 6787)) + // Standard Error: 10_565 + .saturating_add(Weight::from_parts(15_025_698, 0).saturating_mul(r.into())) + .saturating_add(T::DbWeight::get().reads(7)) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) + .saturating_add(T::DbWeight::get().writes(4)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -942,15 +1069,20 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:802 w:802) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 800]`. - fn seal_call(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `737 + r * (277 ±0)` - // Estimated: `2208357` - // Minimum execution time: 1_880_605_000 picoseconds. - Weight::from_parts(1_205_431_832_000, 0) - .saturating_add(Weight::from_parts(0, 2208357)) - .saturating_add(T::DbWeight::get().reads(1607)) - .saturating_add(T::DbWeight::get().writes(1603)) + fn seal_call(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `1074 + r * (276 ±0)` + // Estimated: `6983 + r * (2752 ±0)` + // Minimum execution time: 92_194_000 picoseconds. + Weight::from_parts(97_483_000, 0) + .saturating_add(Weight::from_parts(0, 6983)) + // Standard Error: 96_732 + .saturating_add(Weight::from_parts(61_747_063, 0).saturating_mul(r.into())) + .saturating_add(T::DbWeight::get().reads(7)) + .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into()))) + .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(r.into()))) + .saturating_add(Weight::from_parts(0, 2752).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -963,15 +1095,20 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:737 w:737) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 800]`. - fn seal_delegate_call(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `721 + r * (495 ±0)` - // Estimated: `2222381` - // Minimum execution time: 1_834_671_000 picoseconds. - Weight::from_parts(1_156_432_949_000, 0) - .saturating_add(Weight::from_parts(0, 2222381)) - .saturating_add(T::DbWeight::get().reads(1476)) - .saturating_add(T::DbWeight::get().writes(738)) + fn seal_delegate_call(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `0 + r * (502 ±0)` + // Estimated: `6661 + r * (2572 ±10)` + // Minimum execution time: 80_160_000 picoseconds. + Weight::from_parts(84_360_000, 0) + .saturating_add(Weight::from_parts(0, 6661)) + // Standard Error: 113_657 + .saturating_add(Weight::from_parts(57_683_331, 0).saturating_mul(r.into())) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into()))) + .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) + .saturating_add(Weight::from_parts(0, 2572).saturating_mul(r.into())) } /// Storage: System Account (r:3 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -989,13 +1126,13 @@ impl pallet_contracts::weights::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1088 + t * (204 ±0)` // Estimated: `9503 + t * (5154 ±0)` - // Minimum execution time: 3_620_775_000 picoseconds. - Weight::from_parts(2_958_902_000, 0) + // Minimum execution time: 179_366_000 picoseconds. + Weight::from_parts(184_440_886, 0) .saturating_add(Weight::from_parts(0, 9503)) - // Standard Error: 189_366_846 - .saturating_add(Weight::from_parts(661_872_999, 0).saturating_mul(t.into())) - // Standard Error: 180 - .saturating_add(Weight::from_parts(1_384, 0).saturating_mul(c.into())) + // Standard Error: 1_787_081 + .saturating_add(Weight::from_parts(43_497_132, 0).saturating_mul(t.into())) + // Standard Error: 2 + .saturating_add(Weight::from_parts(510, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(5)) @@ -1017,15 +1154,20 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:802 w:802) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[1, 800]`. - fn seal_instantiate(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `873 + r * (254 ±0)` - // Estimated: `4170072` - // Minimum execution time: 5_559_296_000 picoseconds. - Weight::from_parts(2_695_787_278_000, 0) - .saturating_add(Weight::from_parts(0, 4170072)) - .saturating_add(T::DbWeight::get().reads(4808)) - .saturating_add(T::DbWeight::get().writes(4006)) + fn seal_instantiate(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `884 + r * (254 ±0)` + // Estimated: `6703 + r * (5204 ±0)` + // Minimum execution time: 220_709_000 picoseconds. + Weight::from_parts(235_403_000, 0) + .saturating_add(Weight::from_parts(0, 6703)) + // Standard Error: 361_151 + .saturating_add(Weight::from_parts(130_694_192, 0).saturating_mul(r.into())) + .saturating_add(T::DbWeight::get().reads(8)) + .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(r.into()))) + .saturating_add(T::DbWeight::get().writes(6)) + .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(r.into()))) + .saturating_add(Weight::from_parts(0, 5204).saturating_mul(r.into())) } /// Storage: System Account (r:4 w:4) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1046,22 +1188,20 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// The range of component `s` is `[0, 983040]`. fn seal_instantiate_per_transfer_input_salt_byte(t: u32, i: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `924 + t * (88 ±0)` - // Estimated: `9339 + t * (2563 ±0)` - // Minimum execution time: 45_369_073_000 picoseconds. - Weight::from_parts(4_726_906_333, 0) - .saturating_add(Weight::from_parts(0, 9339)) - // Standard Error: 155_897_949 - .saturating_add(Weight::from_parts(436_907_333, 0).saturating_mul(t.into())) - // Standard Error: 158 - .saturating_add(Weight::from_parts(40_898, 0).saturating_mul(i.into())) - // Standard Error: 158 - .saturating_add(Weight::from_parts(41_221, 0).saturating_mul(s.into())) + // Measured: `1054 + t * (88 ±0)` + // Estimated: `9444 + t * (2568 ±2)` + // Minimum execution time: 1_729_616_000 picoseconds. + Weight::from_parts(434_352_086, 0) + .saturating_add(Weight::from_parts(0, 9444)) + // Standard Error: 7 + .saturating_add(Weight::from_parts(1_380, 0).saturating_mul(i.into())) + // Standard Error: 7 + .saturating_add(Weight::from_parts(1_354, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(10)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(t.into()))) - .saturating_add(Weight::from_parts(0, 2563).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 2568).saturating_mul(t.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1074,15 +1214,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_hash_sha2_256(_r: u32, ) -> Weight { + fn seal_hash_sha2_256(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `709 + r * (8 ±0)` - // Estimated: `19451` - // Minimum execution time: 1_640_294_000 picoseconds. - Weight::from_parts(9_622_144_000, 0) - .saturating_add(Weight::from_parts(0, 19451)) + // Measured: `711 + r * (8 ±0)` + // Estimated: `6652 + r * (8 ±0)` + // Minimum execution time: 89_756_000 picoseconds. + Weight::from_parts(102_852_028, 0) + .saturating_add(Weight::from_parts(0, 6652)) + // Standard Error: 1_080 + .saturating_add(Weight::from_parts(212_576, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1095,13 +1238,15 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `n` is `[0, 1048576]`. - fn seal_hash_sha2_256_per_byte(_n: u32, ) -> Weight { + fn seal_hash_sha2_256_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `717` - // Estimated: `6660` - // Minimum execution time: 1_675_867_000 picoseconds. - Weight::from_parts(12_688_782_000, 0) - .saturating_add(Weight::from_parts(0, 6660)) + // Measured: `719` + // Estimated: `6659` + // Minimum execution time: 85_954_000 picoseconds. + Weight::from_parts(101_364_023, 0) + .saturating_add(Weight::from_parts(0, 6659)) + // Standard Error: 0 + .saturating_add(Weight::from_parts(1_300, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1116,15 +1261,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_hash_keccak_256(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `711 + r * (8 ±0)` - // Estimated: `19453` - // Minimum execution time: 1_660_629_000 picoseconds. - Weight::from_parts(44_532_777_000, 0) - .saturating_add(Weight::from_parts(0, 19453)) + fn seal_hash_keccak_256(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `713 + r * (8 ±0)` + // Estimated: `6655 + r * (8 ±0)` + // Minimum execution time: 90_640_000 picoseconds. + Weight::from_parts(101_701_633, 0) + .saturating_add(Weight::from_parts(0, 6655)) + // Standard Error: 781 + .saturating_add(Weight::from_parts(578_114, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1137,13 +1285,15 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `n` is `[0, 1048576]`. - fn seal_hash_keccak_256_per_byte(_n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `719` - // Estimated: `6662` - // Minimum execution time: 1_676_528_000 picoseconds. - Weight::from_parts(166_927_066_000, 0) - .saturating_add(Weight::from_parts(0, 6662)) + fn seal_hash_keccak_256_per_byte(n: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `721` + // Estimated: `6663` + // Minimum execution time: 86_653_000 picoseconds. + Weight::from_parts(107_646_376, 0) + .saturating_add(Weight::from_parts(0, 6663)) + // Standard Error: 1 + .saturating_add(Weight::from_parts(3_560, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1158,15 +1308,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_hash_blake2_256(_r: u32, ) -> Weight { + fn seal_hash_blake2_256(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `711 + r * (8 ±0)` - // Estimated: `19453` - // Minimum execution time: 1_644_803_000 picoseconds. - Weight::from_parts(13_540_375_000, 0) - .saturating_add(Weight::from_parts(0, 19453)) + // Measured: `713 + r * (8 ±0)` + // Estimated: `6658 + r * (8 ±0)` + // Minimum execution time: 93_965_000 picoseconds. + Weight::from_parts(103_917_069, 0) + .saturating_add(Weight::from_parts(0, 6658)) + // Standard Error: 364 + .saturating_add(Weight::from_parts(263_972, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1179,13 +1332,15 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `n` is `[0, 1048576]`. - fn seal_hash_blake2_256_per_byte(_n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `719` - // Estimated: `6662` - // Minimum execution time: 1_713_914_000 picoseconds. - Weight::from_parts(44_570_582_000, 0) - .saturating_add(Weight::from_parts(0, 6662)) + fn seal_hash_blake2_256_per_byte(n: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `721` + // Estimated: `6667` + // Minimum execution time: 94_592_000 picoseconds. + Weight::from_parts(103_444_955, 0) + .saturating_add(Weight::from_parts(0, 6667)) + // Standard Error: 0 + .saturating_add(Weight::from_parts(1_421, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1200,15 +1355,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_hash_blake2_128(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `711 + r * (8 ±0)` - // Estimated: `19453` - // Minimum execution time: 1_629_259_000 picoseconds. - Weight::from_parts(13_780_351_000, 0) - .saturating_add(Weight::from_parts(0, 19453)) + fn seal_hash_blake2_128(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `713 + r * (8 ±0)` + // Estimated: `6659 + r * (8 ±0)` + // Minimum execution time: 78_034_000 picoseconds. + Weight::from_parts(91_453_676, 0) + .saturating_add(Weight::from_parts(0, 6659)) + // Standard Error: 1_066 + .saturating_add(Weight::from_parts(280_437, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1221,13 +1379,15 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `n` is `[0, 1048576]`. - fn seal_hash_blake2_128_per_byte(_n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `719` - // Estimated: `6662` - // Minimum execution time: 1_743_405_000 picoseconds. - Weight::from_parts(43_782_273_000, 0) - .saturating_add(Weight::from_parts(0, 6662)) + fn seal_hash_blake2_128_per_byte(n: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `721` + // Estimated: `6661` + // Minimum execution time: 85_022_000 picoseconds. + Weight::from_parts(101_925_624, 0) + .saturating_add(Weight::from_parts(0, 6661)) + // Standard Error: 1 + .saturating_add(Weight::from_parts(1_432, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1242,15 +1402,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `n` is `[0, 125697]`. - fn seal_sr25519_verify_per_byte(_n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `836 + n * (1 ±0)` - // Estimated: `132483` - // Minimum execution time: 2_078_052_000 picoseconds. - Weight::from_parts(18_274_407_000, 0) - .saturating_add(Weight::from_parts(0, 132483)) + fn seal_sr25519_verify_per_byte(n: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `846 + n * (1 ±0)` + // Estimated: `6783 + n * (1 ±0)` + // Minimum execution time: 158_612_000 picoseconds. + Weight::from_parts(163_306_916, 0) + .saturating_add(Weight::from_parts(0, 6783)) + // Standard Error: 12 + .saturating_add(Weight::from_parts(6_003, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1263,15 +1426,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 160]`. - fn seal_sr25519_verify(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `768 + r * (111 ±0)` - // Estimated: `24589` - // Minimum execution time: 1_715_214_000 picoseconds. - Weight::from_parts(42_538_173_000, 0) - .saturating_add(Weight::from_parts(0, 24589)) + fn seal_sr25519_verify(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `657 + r * (112 ±0)` + // Estimated: `6600 + r * (112 ±0)` + // Minimum execution time: 89_752_000 picoseconds. + Weight::from_parts(135_476_401, 0) + .saturating_add(Weight::from_parts(0, 6600)) + // Standard Error: 9_915 + .saturating_add(Weight::from_parts(55_308_632, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 112).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1284,15 +1450,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 160]`. - fn seal_ecdsa_recover(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `755 + r * (77 ±0)` - // Estimated: `19052` - // Minimum execution time: 1_672_151_000 picoseconds. - Weight::from_parts(19_744_687_000, 0) - .saturating_add(Weight::from_parts(0, 19052)) + fn seal_ecdsa_recover(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `756 + r * (76 ±0)` + // Estimated: `6651 + r * (77 ±0)` + // Minimum execution time: 97_570_000 picoseconds. + Weight::from_parts(147_862_648, 0) + .saturating_add(Weight::from_parts(0, 6651)) + // Standard Error: 14_020 + .saturating_add(Weight::from_parts(45_529_828, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 77).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1305,15 +1474,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 160]`. - fn seal_ecdsa_to_eth_address(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `724 + r * (42 ±0)` - // Estimated: `13386` - // Minimum execution time: 1_604_392_000 picoseconds. - Weight::from_parts(7_048_195_000, 0) - .saturating_add(Weight::from_parts(0, 13386)) + fn seal_ecdsa_to_eth_address(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `726 + r * (42 ±0)` + // Estimated: `6665 + r * (42 ±0)` + // Minimum execution time: 79_106_000 picoseconds. + Weight::from_parts(115_110_380, 0) + .saturating_add(Weight::from_parts(0, 6665)) + // Standard Error: 7_703 + .saturating_add(Weight::from_parts(7_179_823, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 42).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1328,15 +1500,20 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:1538 w:1538) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_set_code_hash(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `716 + r * (958 ±0)` - // Estimated: `5341841` - // Minimum execution time: 1_653_100_000 picoseconds. - Weight::from_parts(416_220_128_000, 0) - .saturating_add(Weight::from_parts(0, 5341841)) - .saturating_add(T::DbWeight::get().reads(4613)) - .saturating_add(T::DbWeight::get().writes(3075)) + fn seal_set_code_hash(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `0 + r * (964 ±0)` + // Estimated: `8124 + r * (3090 ±7)` + // Minimum execution time: 92_083_000 picoseconds. + Weight::from_parts(97_366_000, 0) + .saturating_add(Weight::from_parts(0, 8124)) + // Standard Error: 50_016 + .saturating_add(Weight::from_parts(13_825_814, 0).saturating_mul(r.into())) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) + .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(r.into()))) + .saturating_add(Weight::from_parts(0, 3090).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1349,15 +1526,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_reentrance_count(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `705 + r * (3 ±0)` - // Estimated: `11447` - // Minimum execution time: 1_580_870_000 picoseconds. - Weight::from_parts(1_795_078_000, 0) - .saturating_add(Weight::from_parts(0, 11447)) + fn seal_reentrance_count(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `707 + r * (3 ±0)` + // Estimated: `6657 + r * (3 ±0)` + // Minimum execution time: 76_697_000 picoseconds. + Weight::from_parts(86_076_512, 0) + .saturating_add(Weight::from_parts(0, 6657)) + // Standard Error: 321 + .saturating_add(Weight::from_parts(100_112, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1370,15 +1550,18 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_account_reentrance_count(_r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `722 + r * (40 ±0)` - // Estimated: `70827` - // Minimum execution time: 1_590_018_000 picoseconds. - Weight::from_parts(2_305_079_000, 0) - .saturating_add(Weight::from_parts(0, 70827)) + fn seal_account_reentrance_count(r: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `1909 + r * (39 ±0)` + // Estimated: `7739 + r * (40 ±0)` + // Minimum execution time: 80_033_000 picoseconds. + Weight::from_parts(167_786_361, 0) + .saturating_add(Weight::from_parts(0, 7739)) + // Standard Error: 2_776 + .saturating_add(Weight::from_parts(312_345, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1393,473 +1576,578 @@ impl pallet_contracts::weights::WeightInfo for WeightIn /// Storage: System EventTopics (r:2 w:2) /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 1600]`. - fn seal_instantiation_nonce(_r: u32, ) -> Weight { + fn seal_instantiation_nonce(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `708 + r * (3 ±0)` - // Estimated: `11450` - // Minimum execution time: 1_566_457_000 picoseconds. - Weight::from_parts(1_838_086_000, 0) - .saturating_add(Weight::from_parts(0, 11450)) + // Measured: `710 + r * (3 ±0)` + // Estimated: `6657 + r * (3 ±0)` + // Minimum execution time: 76_829_000 picoseconds. + Weight::from_parts(87_224_849, 0) + .saturating_add(Weight::from_parts(0, 6657)) + // Standard Error: 241 + .saturating_add(Weight::from_parts(100_185, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) + .saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64const(_r: u32, ) -> Weight { + fn instr_i64const(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 24_927_000 picoseconds. - Weight::from_parts(35_770_000, 0) + // Minimum execution time: 434_000 picoseconds. + Weight::from_parts(592_271, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 3 + .saturating_add(Weight::from_parts(1_638, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64load(_r: u32, ) -> Weight { + fn instr_i64load(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 23_754_000 picoseconds. - Weight::from_parts(75_031_000, 0) + // Minimum execution time: 861_000 picoseconds. + Weight::from_parts(105_469_128, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 634 + .saturating_add(Weight::from_parts(11_580, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64store(_r: u32, ) -> Weight { + fn instr_i64store(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 23_805_000 picoseconds. - Weight::from_parts(54_809_000, 0) + // Minimum execution time: 830_000 picoseconds. + Weight::from_parts(182_133_292, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 1_153 + .saturating_add(Weight::from_parts(24_202, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_select(_r: u32, ) -> Weight { + fn instr_select(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 21_786_000 picoseconds. - Weight::from_parts(52_180_000, 0) + // Minimum execution time: 417_000 picoseconds. + Weight::from_parts(812_370, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(4_333, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_if(_r: u32, ) -> Weight { + fn instr_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_640_000 picoseconds. - Weight::from_parts(79_642_000, 0) + // Minimum execution time: 423_000 picoseconds. + Weight::from_parts(452_000, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 9 + .saturating_add(Weight::from_parts(9_682, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_br(_r: u32, ) -> Weight { + fn instr_br(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_366_000 picoseconds. - Weight::from_parts(55_651_000, 0) + // Minimum execution time: 412_000 picoseconds. + Weight::from_parts(396_128, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 13 + .saturating_add(Weight::from_parts(5_199, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_br_if(_r: u32, ) -> Weight { + fn instr_br_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_197_000 picoseconds. - Weight::from_parts(64_878_000, 0) + // Minimum execution time: 415_000 picoseconds. + Weight::from_parts(426_000, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 13 + .saturating_add(Weight::from_parts(6_245, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_br_table(_r: u32, ) -> Weight { + fn instr_br_table(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_924_000 picoseconds. - Weight::from_parts(109_626_000, 0) + // Minimum execution time: 401_000 picoseconds. + Weight::from_parts(415_000, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 36 + .saturating_add(Weight::from_parts(10_835, 0).saturating_mul(r.into())) } /// The range of component `e` is `[1, 256]`. - fn instr_br_table_per_entry(_e: u32, ) -> Weight { + fn instr_br_table_per_entry(e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_298_000 picoseconds. - Weight::from_parts(24_790_000, 0) + // Minimum execution time: 415_000 picoseconds. + Weight::from_parts(497_045, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 19 + .saturating_add(Weight::from_parts(109, 0).saturating_mul(e.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_call(_r: u32, ) -> Weight { + fn instr_call(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 21_755_000 picoseconds. - Weight::from_parts(78_904_000, 0) + // Minimum execution time: 405_000 picoseconds. + Weight::from_parts(667_173, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 16 + .saturating_add(Weight::from_parts(11_727, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_call_indirect(_r: u32, ) -> Weight { + fn instr_call_indirect(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 26_211_000 picoseconds. - Weight::from_parts(119_006_000, 0) + // Minimum execution time: 572_000 picoseconds. + Weight::from_parts(1_119_459, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 7 + .saturating_add(Weight::from_parts(17_037, 0).saturating_mul(r.into())) } /// The range of component `l` is `[0, 1024]`. - fn instr_call_per_local(_l: u32, ) -> Weight { + fn instr_call_per_local(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_471_000 picoseconds. - Weight::from_parts(29_058_000, 0) + // Minimum execution time: 430_000 picoseconds. + Weight::from_parts(532_759, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 6 + .saturating_add(Weight::from_parts(269, 0).saturating_mul(l.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_local_get(_r: u32, ) -> Weight { + fn instr_local_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 26_806_000 picoseconds. - Weight::from_parts(39_418_000, 0) + // Minimum execution time: 680_000 picoseconds. + Weight::from_parts(933_638, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(1_308, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_local_set(_r: u32, ) -> Weight { + fn instr_local_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 27_263_000 picoseconds. - Weight::from_parts(37_967_000, 0) + // Minimum execution time: 692_000 picoseconds. + Weight::from_parts(918_258, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 5 + .saturating_add(Weight::from_parts(1_939, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_local_tee(_r: u32, ) -> Weight { + fn instr_local_tee(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 26_366_000 picoseconds. - Weight::from_parts(43_656_000, 0) + // Minimum execution time: 667_000 picoseconds. + Weight::from_parts(937_448, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(2_530, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_global_get(_r: u32, ) -> Weight { + fn instr_global_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 23_511_000 picoseconds. - Weight::from_parts(57_207_000, 0) + // Minimum execution time: 440_000 picoseconds. + Weight::from_parts(763_399, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(4_056, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_global_set(_r: u32, ) -> Weight { + fn instr_global_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 24_413_000 picoseconds. - Weight::from_parts(65_874_000, 0) + // Minimum execution time: 444_000 picoseconds. + Weight::from_parts(739_488, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 6 + .saturating_add(Weight::from_parts(4_330, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_memory_current(_r: u32, ) -> Weight { + fn instr_memory_current(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 23_771_000 picoseconds. - Weight::from_parts(37_180_000, 0) + // Minimum execution time: 702_000 picoseconds. + Weight::from_parts(878_985, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 3 + .saturating_add(Weight::from_parts(2_037, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 16]`. - fn instr_memory_grow(_r: u32, ) -> Weight { + fn instr_memory_grow(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_921_000 picoseconds. - Weight::from_parts(491_247_000, 0) + // Minimum execution time: 405_000 picoseconds. + Weight::from_parts(427_000, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 6_534 + .saturating_add(Weight::from_parts(1_565_696, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64clz(_r: u32, ) -> Weight { + fn instr_i64clz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 24_049_000 picoseconds. - Weight::from_parts(37_801_000, 0) + // Minimum execution time: 409_000 picoseconds. + Weight::from_parts(715_679, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(2_258, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64ctz(_r: u32, ) -> Weight { + fn instr_i64ctz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_397_000 picoseconds. - Weight::from_parts(37_973_000, 0) + // Minimum execution time: 433_000 picoseconds. + Weight::from_parts(668_424, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 3 + .saturating_add(Weight::from_parts(2_552, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64popcnt(_r: u32, ) -> Weight { + fn instr_i64popcnt(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_651_000 picoseconds. - Weight::from_parts(42_104_000, 0) + // Minimum execution time: 417_000 picoseconds. + Weight::from_parts(647_502, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 5 + .saturating_add(Weight::from_parts(2_889, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64eqz(_r: u32, ) -> Weight { + fn instr_i64eqz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_197_000 picoseconds. - Weight::from_parts(46_599_000, 0) + // Minimum execution time: 423_000 picoseconds. + Weight::from_parts(721_493, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(2_489, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64extendsi32(_r: u32, ) -> Weight { + fn instr_i64extendsi32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_261_000 picoseconds. - Weight::from_parts(44_770_000, 0) + // Minimum execution time: 440_000 picoseconds. + Weight::from_parts(706_281, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(2_192, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64extendui32(_r: u32, ) -> Weight { + fn instr_i64extendui32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 24_266_000 picoseconds. - Weight::from_parts(39_907_000, 0) + // Minimum execution time: 421_000 picoseconds. + Weight::from_parts(705_691, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 3 + .saturating_add(Weight::from_parts(2_178, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i32wrapi64(_r: u32, ) -> Weight { + fn instr_i32wrapi64(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_279_000 picoseconds. - Weight::from_parts(39_693_000, 0) + // Minimum execution time: 395_000 picoseconds. + Weight::from_parts(690_074, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 3 + .saturating_add(Weight::from_parts(2_209, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64eq(_r: u32, ) -> Weight { + fn instr_i64eq(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_545_000 picoseconds. - Weight::from_parts(47_671_000, 0) + // Minimum execution time: 442_000 picoseconds. + Weight::from_parts(721_370, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 3 + .saturating_add(Weight::from_parts(3_137, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64ne(_r: u32, ) -> Weight { + fn instr_i64ne(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_341_000 picoseconds. - Weight::from_parts(42_944_000, 0) + // Minimum execution time: 430_000 picoseconds. + Weight::from_parts(738_735, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(3_120, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64lts(_r: u32, ) -> Weight { + fn instr_i64lts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_491_000 picoseconds. - Weight::from_parts(49_394_000, 0) + // Minimum execution time: 428_000 picoseconds. + Weight::from_parts(771_415, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(3_386, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64ltu(_r: u32, ) -> Weight { + fn instr_i64ltu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_343_000 picoseconds. - Weight::from_parts(54_692_000, 0) + // Minimum execution time: 433_000 picoseconds. + Weight::from_parts(693_796, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(3_420, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64gts(_r: u32, ) -> Weight { + fn instr_i64gts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_689_000 picoseconds. - Weight::from_parts(47_880_000, 0) + // Minimum execution time: 423_000 picoseconds. + Weight::from_parts(738_180, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(3_129, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64gtu(_r: u32, ) -> Weight { + fn instr_i64gtu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_589_000 picoseconds. - Weight::from_parts(43_732_000, 0) + // Minimum execution time: 381_000 picoseconds. + Weight::from_parts(724_485, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(3_138, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64les(_r: u32, ) -> Weight { + fn instr_i64les(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_195_000 picoseconds. - Weight::from_parts(43_100_000, 0) + // Minimum execution time: 389_000 picoseconds. + Weight::from_parts(757_692, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(3_414, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64leu(_r: u32, ) -> Weight { + fn instr_i64leu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_693_000 picoseconds. - Weight::from_parts(49_203_000, 0) + // Minimum execution time: 401_000 picoseconds. + Weight::from_parts(767_911, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(3_402, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64ges(_r: u32, ) -> Weight { + fn instr_i64ges(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_572_000 picoseconds. - Weight::from_parts(45_760_000, 0) + // Minimum execution time: 410_000 picoseconds. + Weight::from_parts(747_207, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(3_137, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64geu(_r: u32, ) -> Weight { + fn instr_i64geu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_275_000 picoseconds. - Weight::from_parts(43_155_000, 0) + // Minimum execution time: 409_000 picoseconds. + Weight::from_parts(673_541, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(3_140, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64add(_r: u32, ) -> Weight { + fn instr_i64add(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_331_000 picoseconds. - Weight::from_parts(54_133_000, 0) + // Minimum execution time: 404_000 picoseconds. + Weight::from_parts(706_593, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 3 + .saturating_add(Weight::from_parts(3_168, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64sub(_r: u32, ) -> Weight { + fn instr_i64sub(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_743_000 picoseconds. - Weight::from_parts(44_794_000, 0) + // Minimum execution time: 397_000 picoseconds. + Weight::from_parts(756_089, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 5 + .saturating_add(Weight::from_parts(3_151, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64mul(_r: u32, ) -> Weight { + fn instr_i64mul(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 23_045_000 picoseconds. - Weight::from_parts(42_869_000, 0) + // Minimum execution time: 411_000 picoseconds. + Weight::from_parts(681_278, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 5 + .saturating_add(Weight::from_parts(3_460, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64divs(_r: u32, ) -> Weight { + fn instr_i64divs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_303_000 picoseconds. - Weight::from_parts(53_196_000, 0) + // Minimum execution time: 416_000 picoseconds. + Weight::from_parts(762_984, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(3_987, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64divu(_r: u32, ) -> Weight { + fn instr_i64divu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_816_000 picoseconds. - Weight::from_parts(45_880_000, 0) + // Minimum execution time: 423_000 picoseconds. + Weight::from_parts(704_622, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 3 + .saturating_add(Weight::from_parts(3_466, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64rems(_r: u32, ) -> Weight { + fn instr_i64rems(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_187_000 picoseconds. - Weight::from_parts(48_033_000, 0) + // Minimum execution time: 417_000 picoseconds. + Weight::from_parts(671_694, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(3_494, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64remu(_r: u32, ) -> Weight { + fn instr_i64remu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 21_959_000 picoseconds. - Weight::from_parts(51_385_000, 0) + // Minimum execution time: 411_000 picoseconds. + Weight::from_parts(734_412, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 3 + .saturating_add(Weight::from_parts(3_448, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64and(_r: u32, ) -> Weight { + fn instr_i64and(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_499_000 picoseconds. - Weight::from_parts(46_910_000, 0) + // Minimum execution time: 410_000 picoseconds. + Weight::from_parts(695_870, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(3_142, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64or(_r: u32, ) -> Weight { + fn instr_i64or(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_158_000 picoseconds. - Weight::from_parts(41_940_000, 0) + // Minimum execution time: 418_000 picoseconds. + Weight::from_parts(723_423, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(3_137, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64xor(_r: u32, ) -> Weight { + fn instr_i64xor(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_159_000 picoseconds. - Weight::from_parts(47_878_000, 0) + // Minimum execution time: 447_000 picoseconds. + Weight::from_parts(769_429, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 4 + .saturating_add(Weight::from_parts(3_132, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64shl(_r: u32, ) -> Weight { + fn instr_i64shl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 21_979_000 picoseconds. - Weight::from_parts(44_050_000, 0) + // Minimum execution time: 390_000 picoseconds. + Weight::from_parts(587_754, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 11 + .saturating_add(Weight::from_parts(3_362, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64shrs(_r: u32, ) -> Weight { + fn instr_i64shrs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 24_551_000 picoseconds. - Weight::from_parts(47_713_000, 0) + // Minimum execution time: 373_000 picoseconds. + Weight::from_parts(624_131, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 14 + .saturating_add(Weight::from_parts(3_352, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64shru(_r: u32, ) -> Weight { + fn instr_i64shru(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_398_000 picoseconds. - Weight::from_parts(46_782_000, 0) + // Minimum execution time: 430_000 picoseconds. + Weight::from_parts(682_558, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 10 + .saturating_add(Weight::from_parts(3_315, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64rotl(_r: u32, ) -> Weight { + fn instr_i64rotl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_506_000 picoseconds. - Weight::from_parts(67_901_000, 0) + // Minimum execution time: 411_000 picoseconds. + Weight::from_parts(789_202, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 10 + .saturating_add(Weight::from_parts(3_224, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. - fn instr_i64rotr(_r: u32, ) -> Weight { + fn instr_i64rotr(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_538_000 picoseconds. - Weight::from_parts(52_165_000, 0) + // Minimum execution time: 416_000 picoseconds. + Weight::from_parts(755_413, 0) .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 11 + .saturating_add(Weight::from_parts(3_273, 0).saturating_mul(r.into())) } } diff --git a/runtime/trappist/src/weights/pallet_democracy.rs b/runtime/trappist/src/weights/pallet_democracy.rs index 3578a8b0..c151ae56 100644 --- a/runtime/trappist/src/weights/pallet_democracy.rs +++ b/runtime/trappist/src/weights/pallet_democracy.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `pallet_democracy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_democracy +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -61,8 +62,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4768` // Estimated: `18187` - // Minimum execution time: 541_800_000 picoseconds. - Weight::from_parts(541_800_000, 0) + // Minimum execution time: 25_638_000 picoseconds. + Weight::from_parts(26_201_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -73,8 +74,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3523` // Estimated: `6695` - // Minimum execution time: 494_617_000 picoseconds. - Weight::from_parts(494_617_000, 0) + // Minimum execution time: 21_344_000 picoseconds. + Weight::from_parts(21_861_000, 0) .saturating_add(Weight::from_parts(0, 6695)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -91,8 +92,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3399` // Estimated: `7260` - // Minimum execution time: 546_343_000 picoseconds. - Weight::from_parts(546_343_000, 0) + // Minimum execution time: 34_525_000 picoseconds. + Weight::from_parts(35_700_000, 0) .saturating_add(Weight::from_parts(0, 7260)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -109,8 +110,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3421` // Estimated: `7260` - // Minimum execution time: 598_204_000 picoseconds. - Weight::from_parts(598_204_000, 0) + // Minimum execution time: 36_330_000 picoseconds. + Weight::from_parts(37_294_000, 0) .saturating_add(Weight::from_parts(0, 7260)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -125,8 +126,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `333` // Estimated: `3666` - // Minimum execution time: 392_538_000 picoseconds. - Weight::from_parts(392_538_000, 0) + // Minimum execution time: 14_087_000 picoseconds. + Weight::from_parts(14_709_000, 0) .saturating_add(Weight::from_parts(0, 3666)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -149,8 +150,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6216` // Estimated: `18187` - // Minimum execution time: 1_198_950_000 picoseconds. - Weight::from_parts(1_198_950_000, 0) + // Minimum execution time: 63_567_000 picoseconds. + Weight::from_parts(66_380_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) @@ -163,8 +164,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3383` // Estimated: `6703` - // Minimum execution time: 191_197_000 picoseconds. - Weight::from_parts(191_197_000, 0) + // Minimum execution time: 8_877_000 picoseconds. + Weight::from_parts(9_234_000, 0) .saturating_add(Weight::from_parts(0, 6703)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -175,8 +176,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_710_000 picoseconds. - Weight::from_parts(64_710_000, 0) + // Minimum execution time: 1_207_000 picoseconds. + Weight::from_parts(1_291_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -186,8 +187,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_216_000 picoseconds. - Weight::from_parts(62_216_000, 0) + // Minimum execution time: 1_243_000 picoseconds. + Weight::from_parts(1_354_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -203,8 +204,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `253` // Estimated: `3518` - // Minimum execution time: 376_047_000 picoseconds. - Weight::from_parts(376_047_000, 0) + // Minimum execution time: 14_056_000 picoseconds. + Weight::from_parts(14_587_000, 0) .saturating_add(Weight::from_parts(0, 3518)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(5)) @@ -219,8 +220,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3486` // Estimated: `6703` - // Minimum execution time: 383_351_000 picoseconds. - Weight::from_parts(383_351_000, 0) + // Minimum execution time: 16_979_000 picoseconds. + Weight::from_parts(17_410_000, 0) .saturating_add(Weight::from_parts(0, 6703)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -237,8 +238,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6127` // Estimated: `18187` - // Minimum execution time: 996_518_000 picoseconds. - Weight::from_parts(996_518_000, 0) + // Minimum execution time: 50_653_000 picoseconds. + Weight::from_parts(51_974_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -251,8 +252,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `238` // Estimated: `3518` - // Minimum execution time: 291_596_000 picoseconds. - Weight::from_parts(291_596_000, 0) + // Minimum execution time: 10_891_000 picoseconds. + Weight::from_parts(11_173_000, 0) .saturating_add(Weight::from_parts(0, 3518)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -264,15 +265,19 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// Storage: Democracy ReferendumInfoOf (r:99 w:0) /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. - fn on_initialize_base(_r: u32, ) -> Weight { + fn on_initialize_base(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `150 + r * (87 ±0)` - // Estimated: `265914` - // Minimum execution time: 112_645_000 picoseconds. - Weight::from_parts(3_089_583_000, 0) - .saturating_add(Weight::from_parts(0, 265914)) - .saturating_add(T::DbWeight::get().reads(101)) + // Measured: `211 + r * (86 ±0)` + // Estimated: `1489 + r * (2676 ±0)` + // Minimum execution time: 5_174_000 picoseconds. + Weight::from_parts(3_995_898, 0) + .saturating_add(Weight::from_parts(0, 1489)) + // Standard Error: 6_282 + .saturating_add(Weight::from_parts(2_223_156, 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)) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy LowestUnbaked (r:1 w:1) /// Proof: Democracy LowestUnbaked (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -287,15 +292,19 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// Storage: Democracy ReferendumInfoOf (r:99 w:0) /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. - fn on_initialize_base_with_launch_period(_r: u32, ) -> Weight { + fn on_initialize_base_with_launch_period(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `150 + r * (87 ±0)` - // Estimated: `265914` - // Minimum execution time: 163_106_000 picoseconds. - Weight::from_parts(3_141_957_000, 0) - .saturating_add(Weight::from_parts(0, 265914)) - .saturating_add(T::DbWeight::get().reads(104)) + // Measured: `211 + r * (86 ±0)` + // Estimated: `18187 + r * (2676 ±0)` + // Minimum execution time: 6_622_000 picoseconds. + Weight::from_parts(5_898_481, 0) + .saturating_add(Weight::from_parts(0, 18187)) + // Standard Error: 6_149 + .saturating_add(Weight::from_parts(2_251_212, 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)) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy VotingOf (r:3 w:3) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) @@ -306,30 +315,40 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// Storage: Balances Freezes (r:1 w:0) /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. - fn delegate(_r: u32, ) -> Weight { + fn delegate(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `587 + r * (110 ±0)` - // Estimated: `265914` - // Minimum execution time: 519_077_000 picoseconds. - Weight::from_parts(4_243_723_000, 0) - .saturating_add(Weight::from_parts(0, 265914)) - .saturating_add(T::DbWeight::get().reads(104)) - .saturating_add(T::DbWeight::get().writes(103)) + // Measured: `763 + r * (108 ±0)` + // Estimated: `19800 + r * (2676 ±0)` + // Minimum execution time: 22_162_000 picoseconds. + Weight::from_parts(26_039_116, 0) + .saturating_add(Weight::from_parts(0, 19800)) + // Standard Error: 8_704 + .saturating_add(Weight::from_parts(2_990_025, 0).saturating_mul(r.into())) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) + .saturating_add(T::DbWeight::get().writes(4)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy VotingOf (r:2 w:2) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) /// Storage: Democracy ReferendumInfoOf (r:99 w:99) /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. - fn undelegate(_r: u32, ) -> Weight { + fn undelegate(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `425 + r * (109 ±0)` - // Estimated: `265914` - // Minimum execution time: 268_369_000 picoseconds. - Weight::from_parts(3_873_320_000, 0) - .saturating_add(Weight::from_parts(0, 265914)) - .saturating_add(T::DbWeight::get().reads(101)) - .saturating_add(T::DbWeight::get().writes(101)) + // Measured: `460 + r * (108 ±0)` + // Estimated: `13530 + r * (2676 ±0)` + // Minimum execution time: 12_712_000 picoseconds. + Weight::from_parts(11_414_348, 0) + .saturating_add(Weight::from_parts(0, 13530)) + // Standard Error: 6_142 + .saturating_add(Weight::from_parts(2_987_599, 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)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy PublicProps (r:0 w:1) /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) @@ -337,8 +356,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 56_466_000 picoseconds. - Weight::from_parts(56_466_000, 0) + // Minimum execution time: 1_163_000 picoseconds. + Weight::from_parts(1_311_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -351,13 +370,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, 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: `253 + r * (2 ±0)` + // Measured: `455` // Estimated: `7260` - // Minimum execution time: 346_998_000 picoseconds. - Weight::from_parts(491_249_000, 0) + // Minimum execution time: 12_020_000 picoseconds. + Weight::from_parts(20_832_197, 0) .saturating_add(Weight::from_parts(0, 7260)) + // Standard Error: 2_472 + .saturating_add(Weight::from_parts(81_677, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -370,13 +391,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. - fn unlock_set(_r: u32, ) -> Weight { + fn unlock_set(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `455 + r * (22 ±0)` + // Measured: `456 + r * (22 ±0)` // Estimated: `7260` - // Minimum execution time: 475_763_000 picoseconds. - Weight::from_parts(482_464_000, 0) + // Minimum execution time: 18_071_000 picoseconds. + Weight::from_parts(20_459_124, 0) .saturating_add(Weight::from_parts(0, 7260)) + // Standard Error: 1_601 + .saturating_add(Weight::from_parts(102_617, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -385,13 +408,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// Storage: Democracy VotingOf (r:1 w:1) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) /// The range of component `r` is `[1, 100]`. - fn remove_vote(_r: u32, ) -> Weight { + fn remove_vote(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `379 + r * (28 ±0)` + // Measured: `695 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 190_922_000 picoseconds. - Weight::from_parts(226_196_000, 0) + // Minimum execution time: 9_845_000 picoseconds. + Weight::from_parts(12_447_224, 0) .saturating_add(Weight::from_parts(0, 7260)) + // Standard Error: 1_222 + .saturating_add(Weight::from_parts(112_369, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -400,13 +425,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// Storage: Democracy VotingOf (r:1 w:1) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) /// The range of component `r` is `[1, 100]`. - fn remove_other_vote(_r: u32, ) -> Weight { + fn remove_other_vote(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `379 + r * (28 ±0)` + // Measured: `695 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 188_123_000 picoseconds. - Weight::from_parts(227_639_000, 0) + // Minimum execution time: 10_258_000 picoseconds. + Weight::from_parts(13_195_698, 0) .saturating_add(Weight::from_parts(0, 7260)) + // Standard Error: 1_636 + .saturating_add(Weight::from_parts(102_060, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -420,8 +447,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `323` // Estimated: `3556` - // Minimum execution time: 255_258_000 picoseconds. - Weight::from_parts(255_258_000, 0) + // Minimum execution time: 11_569_000 picoseconds. + Weight::from_parts(11_987_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -434,8 +461,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `253` // Estimated: `3518` - // Minimum execution time: 225_876_000 picoseconds. - Weight::from_parts(225_876_000, 0) + // Minimum execution time: 10_170_000 picoseconds. + Weight::from_parts(10_501_000, 0) .saturating_add(Weight::from_parts(0, 3518)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -450,8 +477,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4855` // Estimated: `18187` - // Minimum execution time: 417_713_000 picoseconds. - Weight::from_parts(417_713_000, 0) + // Minimum execution time: 27_222_000 picoseconds. + Weight::from_parts(28_867_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -464,8 +491,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4789` // Estimated: `18187` - // Minimum execution time: 380_198_000 picoseconds. - Weight::from_parts(380_198_000, 0) + // Minimum execution time: 22_590_000 picoseconds. + Weight::from_parts(23_197_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -478,8 +505,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 220_940_000 picoseconds. - Weight::from_parts(220_940_000, 0) + // Minimum execution time: 7_968_000 picoseconds. + Weight::from_parts(8_333_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -492,8 +519,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `269` // Estimated: `3666` - // Minimum execution time: 256_999_000 picoseconds. - Weight::from_parts(256_999_000, 0) + // Minimum execution time: 11_208_000 picoseconds. + Weight::from_parts(11_817_000, 0) .saturating_add(Weight::from_parts(0, 3666)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/trappist/src/weights/pallet_dex.rs b/runtime/trappist/src/weights/pallet_dex.rs index 82cf3cc9..443f12e4 100644 --- a/runtime/trappist/src/weights/pallet_dex.rs +++ b/runtime/trappist/src/weights/pallet_dex.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `pallet_dex` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_dex +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -61,8 +62,8 @@ impl pallet_dex::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `464` // Estimated: `8721` - // Minimum execution time: 1_795_905_000 picoseconds. - Weight::from_parts(1_795_905_000, 0) + // Minimum execution time: 52_413_000 picoseconds. + Weight::from_parts(53_335_000, 0) .saturating_add(Weight::from_parts(0, 8721)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) @@ -79,8 +80,8 @@ impl pallet_dex::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1040` // Estimated: `8721` - // Minimum execution time: 1_640_308_000 picoseconds. - Weight::from_parts(1_640_308_000, 0) + // Minimum execution time: 55_986_000 picoseconds. + Weight::from_parts(57_735_000, 0) .saturating_add(Weight::from_parts(0, 8721)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) @@ -97,8 +98,8 @@ impl pallet_dex::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1040` // Estimated: `8721` - // Minimum execution time: 1_754_135_000 picoseconds. - Weight::from_parts(1_754_135_000, 0) + // Minimum execution time: 59_149_000 picoseconds. + Weight::from_parts(60_785_000, 0) .saturating_add(Weight::from_parts(0, 8721)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) @@ -115,8 +116,8 @@ impl pallet_dex::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `797` // Estimated: `6144` - // Minimum execution time: 1_300_532_000 picoseconds. - Weight::from_parts(1_300_532_000, 0) + // Minimum execution time: 45_649_000 picoseconds. + Weight::from_parts(46_765_000, 0) .saturating_add(Weight::from_parts(0, 6144)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -133,8 +134,8 @@ impl pallet_dex::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `797` // Estimated: `6144` - // Minimum execution time: 1_371_756_000 picoseconds. - Weight::from_parts(1_371_756_000, 0) + // Minimum execution time: 45_938_000 picoseconds. + Weight::from_parts(46_896_000, 0) .saturating_add(Weight::from_parts(0, 6144)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -149,8 +150,8 @@ impl pallet_dex::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1217` // Estimated: `11298` - // Minimum execution time: 1_484_490_000 picoseconds. - Weight::from_parts(1_484_490_000, 0) + // Minimum execution time: 54_715_000 picoseconds. + Weight::from_parts(55_968_000, 0) .saturating_add(Weight::from_parts(0, 11298)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(8)) diff --git a/runtime/trappist/src/weights/pallet_identity.rs b/runtime/trappist/src/weights/pallet_identity.rs index 77104851..016065b1 100644 --- a/runtime/trappist/src/weights/pallet_identity.rs +++ b/runtime/trappist/src/weights/pallet_identity.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `pallet_identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_identity +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -52,13 +53,15 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Identity Registrars (r:1 w:1) /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen) /// The range of component `r` is `[1, 19]`. - fn add_registrar(_r: u32, ) -> Weight { + fn add_registrar(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `30 + r * (57 ±0)` + // Measured: `32 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 180_124_000 picoseconds. - Weight::from_parts(186_114_000, 0) + // Minimum execution time: 6_465_000 picoseconds. + Weight::from_parts(7_056_079, 0) .saturating_add(Weight::from_parts(0, 2626)) + // Standard Error: 1_019 + .saturating_add(Weight::from_parts(49_712, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -70,13 +73,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `442 + r * (5 ±0)` // Estimated: `11003` - // Minimum execution time: 410_514_000 picoseconds. - Weight::from_parts(393_791_368, 0) + // Minimum execution time: 13_883_000 picoseconds. + Weight::from_parts(12_580_365, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 566_881 - .saturating_add(Weight::from_parts(836_131, 0).saturating_mul(r.into())) - // Standard Error: 107_707 - .saturating_add(Weight::from_parts(5_436_905, 0).saturating_mul(x.into())) + // Standard Error: 3_065 + .saturating_add(Weight::from_parts(76_445, 0).saturating_mul(r.into())) + // Standard Error: 598 + .saturating_add(Weight::from_parts(101_500, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -87,15 +90,20 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Identity SuperOf (r:100 w:100) /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn set_subs_new(_s: u32, ) -> Weight { + fn set_subs_new(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `101` - // Estimated: `259890` - // Minimum execution time: 134_625_000 picoseconds. - Weight::from_parts(5_162_761_000, 0) - .saturating_add(Weight::from_parts(0, 259890)) - .saturating_add(T::DbWeight::get().reads(102)) - .saturating_add(T::DbWeight::get().writes(101)) + // Estimated: `11003 + s * (2589 ±0)` + // Minimum execution time: 4_540_000 picoseconds. + Weight::from_parts(9_710_412, 0) + .saturating_add(Weight::from_parts(0, 11003)) + // Standard Error: 1_959 + .saturating_add(Weight::from_parts(1_405_916, 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)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) + .saturating_add(Weight::from_parts(0, 2589).saturating_mul(s.into())) } /// Storage: Identity IdentityOf (r:1 w:0) /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) @@ -104,15 +112,18 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Identity SuperOf (r:0 w:100) /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen) /// The range of component `p` is `[0, 100]`. - fn set_subs_old(_p: u32, ) -> Weight { + fn set_subs_old(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `101 + p * (32 ±0)` + // Measured: `194 + p * (32 ±0)` // Estimated: `11003` - // Minimum execution time: 136_649_000 picoseconds. - Weight::from_parts(2_277_354_000, 0) + // Minimum execution time: 4_578_000 picoseconds. + Weight::from_parts(9_942_307, 0) .saturating_add(Weight::from_parts(0, 11003)) + // Standard Error: 1_627 + .saturating_add(Weight::from_parts(695_764, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(101)) + .saturating_add(T::DbWeight::get().writes(1)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) } /// Storage: Identity SubsOf (r:1 w:1) /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen) @@ -125,19 +136,19 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `x` is `[0, 100]`. fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `376 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` + // Measured: `469 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 712_218_000 picoseconds. - Weight::from_parts(234_600_736, 0) + // Minimum execution time: 23_588_000 picoseconds. + Weight::from_parts(13_995_371, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 8_344_766 - .saturating_add(Weight::from_parts(4_266_929, 0).saturating_mul(r.into())) - // Standard Error: 1_585_505 - .saturating_add(Weight::from_parts(20_544_856, 0).saturating_mul(s.into())) - // Standard Error: 1_585_505 - .saturating_add(Weight::from_parts(3_922_786, 0).saturating_mul(x.into())) + // Standard Error: 5_070 + .saturating_add(Weight::from_parts(110_212, 0).saturating_mul(r.into())) + // Standard Error: 990 + .saturating_add(Weight::from_parts(693_185, 0).saturating_mul(s.into())) + // Standard Error: 990 + .saturating_add(Weight::from_parts(102_971, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(1)) + .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) } /// Storage: Identity Registrars (r:1 w:0) @@ -146,15 +157,17 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. - fn request_judgement(_r: u32, x: u32, ) -> Weight { + fn request_judgement(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `364 + r * (57 ±0) + x * (66 ±0)` + // Measured: `367 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 439_684_000 picoseconds. - Weight::from_parts(446_662_421, 0) + // Minimum execution time: 14_798_000 picoseconds. + Weight::from_parts(13_834_972, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 32_172 - .saturating_add(Weight::from_parts(5_249_875, 0).saturating_mul(x.into())) + // Standard Error: 3_155 + .saturating_add(Weight::from_parts(48_127, 0).saturating_mul(r.into())) + // Standard Error: 615 + .saturating_add(Weight::from_parts(128_563, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -164,54 +177,60 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `x` is `[0, 100]`. fn cancel_request(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `396 + x * (66 ±0)` + // Measured: `398 + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 397_401_000 picoseconds. - Weight::from_parts(392_720_473, 0) + // Minimum execution time: 12_839_000 picoseconds. + Weight::from_parts(12_145_396, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 566_152 - .saturating_add(Weight::from_parts(234_026, 0).saturating_mul(r.into())) - // Standard Error: 107_569 - .saturating_add(Weight::from_parts(5_219_925, 0).saturating_mul(x.into())) + // Standard Error: 3_095 + .saturating_add(Weight::from_parts(27_406, 0).saturating_mul(r.into())) + // Standard Error: 604 + .saturating_add(Weight::from_parts(125_414, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Identity Registrars (r:1 w:1) /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen) /// The range of component `r` is `[1, 19]`. - fn set_fee(_r: u32, ) -> Weight { + fn set_fee(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 111_217_000 picoseconds. - Weight::from_parts(116_262_000, 0) + // Minimum execution time: 4_641_000 picoseconds. + Weight::from_parts(4_936_315, 0) .saturating_add(Weight::from_parts(0, 2626)) + // Standard Error: 789 + .saturating_add(Weight::from_parts(48_462, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Identity Registrars (r:1 w:1) /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen) /// The range of component `r` is `[1, 19]`. - fn set_account_id(_r: u32, ) -> Weight { + fn set_account_id(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 101_344_000 picoseconds. - Weight::from_parts(111_356_000, 0) + // Minimum execution time: 3_860_000 picoseconds. + Weight::from_parts(4_241_791, 0) .saturating_add(Weight::from_parts(0, 2626)) + // Standard Error: 739 + .saturating_add(Weight::from_parts(39_131, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Identity Registrars (r:1 w:1) /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen) /// The range of component `r` is `[1, 19]`. - fn set_fields(_r: u32, ) -> Weight { + fn set_fields(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 105_174_000 picoseconds. - Weight::from_parts(105_658_000, 0) + // Minimum execution time: 3_761_000 picoseconds. + Weight::from_parts(4_164_249, 0) .saturating_add(Weight::from_parts(0, 2626)) + // Standard Error: 864 + .saturating_add(Weight::from_parts(41_434, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -221,15 +240,17 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) /// The range of component `r` is `[1, 19]`. /// The range of component `x` is `[0, 100]`. - fn provide_judgement(_r: u32, x: u32, ) -> Weight { + fn provide_judgement(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `443 + r * (57 ±0) + x * (66 ±0)` + // Measured: `445 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 273_449_000 picoseconds. - Weight::from_parts(299_137_000, 0) + // Minimum execution time: 11_064_000 picoseconds. + Weight::from_parts(9_656_027, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 127_513 - .saturating_add(Weight::from_parts(10_459_660, 0).saturating_mul(x.into())) + // Standard Error: 3_561 + .saturating_add(Weight::from_parts(64_735, 0).saturating_mul(r.into())) + // Standard Error: 658 + .saturating_add(Weight::from_parts(219_742, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -244,19 +265,21 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. - 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: `514 + r * (6 ±0) + s * (32 ±0) + x * (66 ±0)` + // Measured: `643 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 718_870_000 picoseconds. - Weight::from_parts(581_685_421, 0) + // Minimum execution time: 28_714_000 picoseconds. + Weight::from_parts(17_089_957, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 29_300 - .saturating_add(Weight::from_parts(19_705_053, 0).saturating_mul(s.into())) - // Standard Error: 29_300 - .saturating_add(Weight::from_parts(1_505_463, 0).saturating_mul(x.into())) + // Standard Error: 6_044 + .saturating_add(Weight::from_parts(123_584, 0).saturating_mul(r.into())) + // Standard Error: 1_180 + .saturating_add(Weight::from_parts(720_987, 0).saturating_mul(s.into())) + // Standard Error: 1_180 + .saturating_add(Weight::from_parts(111_906, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) - .saturating_add(T::DbWeight::get().writes(2)) + .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) } /// Storage: Identity IdentityOf (r:1 w:0) @@ -266,13 +289,15 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Identity SubsOf (r:1 w:1) /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen) /// The range of component `s` is `[0, 99]`. - fn add_sub(_s: u32, ) -> Weight { + fn add_sub(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `101 + s * (39 ±0)` + // Measured: `475 + s * (36 ±0)` // Estimated: `11003` - // Minimum execution time: 397_691_000 picoseconds. - Weight::from_parts(476_146_000, 0) + // Minimum execution time: 12_228_000 picoseconds. + Weight::from_parts(15_592_797, 0) .saturating_add(Weight::from_parts(0, 11003)) + // Standard Error: 888 + .saturating_add(Weight::from_parts(66_536, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -281,13 +306,15 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Identity SuperOf (r:1 w:1) /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen) /// The range of component `s` is `[1, 100]`. - fn rename_sub(_s: u32, ) -> Weight { + fn rename_sub(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `269 + s * (5 ±0)` + // Measured: `591 + s * (3 ±0)` // Estimated: `11003` - // Minimum execution time: 172_477_000 picoseconds. - Weight::from_parts(202_180_000, 0) + // Minimum execution time: 6_931_000 picoseconds. + Weight::from_parts(8_477_909, 0) .saturating_add(Weight::from_parts(0, 11003)) + // Standard Error: 403 + .saturating_add(Weight::from_parts(30_571, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -298,13 +325,15 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Identity SubsOf (r:1 w:1) /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen) /// The range of component `s` is `[1, 100]`. - fn remove_sub(_s: u32, ) -> Weight { + fn remove_sub(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `316 + s * (37 ±0)` + // Measured: `638 + s * (35 ±0)` // Estimated: `11003` - // Minimum execution time: 426_455_000 picoseconds. - Weight::from_parts(458_496_000, 0) + // Minimum execution time: 15_267_000 picoseconds. + Weight::from_parts(17_488_588, 0) .saturating_add(Weight::from_parts(0, 11003)) + // Standard Error: 651 + .saturating_add(Weight::from_parts(58_981, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -315,13 +344,15 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `s` is `[0, 99]`. - fn quit_sub(_s: u32, ) -> Weight { + fn quit_sub(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `397 + s * (38 ±0)` + // Measured: `667 + s * (37 ±0)` // Estimated: `6723` - // Minimum execution time: 341_732_000 picoseconds. - Weight::from_parts(344_206_000, 0) + // Minimum execution time: 13_638_000 picoseconds. + Weight::from_parts(14_766_476, 0) .saturating_add(Weight::from_parts(0, 6723)) + // Standard Error: 483 + .saturating_add(Weight::from_parts(62_607, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/trappist/src/weights/pallet_lockdown_mode.rs b/runtime/trappist/src/weights/pallet_lockdown_mode.rs index 293684ce..073ae94c 100644 --- a/runtime/trappist/src/weights/pallet_lockdown_mode.rs +++ b/runtime/trappist/src/weights/pallet_lockdown_mode.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `pallet_lockdown_mode` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_lockdown_mode +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -57,8 +58,8 @@ impl pallet_lockdown_mode::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 205_966_000 picoseconds. - Weight::from_parts(205_966_000, 0) + // Minimum execution time: 7_142_000 picoseconds. + Weight::from_parts(7_570_000, 0) .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -71,8 +72,8 @@ impl pallet_lockdown_mode::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 208_962_000 picoseconds. - Weight::from_parts(208_962_000, 0) + // Minimum execution time: 7_259_000 picoseconds. + Weight::from_parts(7_595_000, 0) .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/trappist/src/weights/pallet_multisig.rs b/runtime/trappist/src/weights/pallet_multisig.rs index d455cf87..125be739 100644 --- a/runtime/trappist/src/weights/pallet_multisig.rs +++ b/runtime/trappist/src/weights/pallet_multisig.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_multisig +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -52,13 +53,15 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// Storage: LockdownMode LockdownModeStatus (r:1 w:0) /// Proof: LockdownMode LockdownModeStatus (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen) /// The range of component `z` is `[0, 10000]`. - fn as_multi_threshold_1(_z: u32, ) -> Weight { + fn as_multi_threshold_1(z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 301_437_000 picoseconds. - Weight::from_parts(323_490_000, 0) + // Minimum execution time: 12_263_000 picoseconds. + Weight::from_parts(12_816_408, 0) .saturating_add(Weight::from_parts(0, 1486)) + // Standard Error: 3 + .saturating_add(Weight::from_parts(79, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Multisig Multisigs (r:1 w:1) @@ -67,15 +70,15 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `210 + s * (2 ±0)` + // Measured: `262 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 627_613_000 picoseconds. - Weight::from_parts(492_869_632, 0) + // Minimum execution time: 23_365_000 picoseconds. + Weight::from_parts(14_822_562, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 240_693 - .saturating_add(Weight::from_parts(1_347_433, 0).saturating_mul(s.into())) - // Standard Error: 2_358 - .saturating_add(Weight::from_parts(38_427, 0).saturating_mul(z.into())) + // Standard Error: 462 + .saturating_add(Weight::from_parts(93_027, 0).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(974, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -87,13 +90,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `282` // Estimated: `6811` - // Minimum execution time: 436_152_000 picoseconds. - Weight::from_parts(305_372_618, 0) + // Minimum execution time: 17_073_000 picoseconds. + Weight::from_parts(9_945_081, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 94_512 - .saturating_add(Weight::from_parts(1_307_793, 0).saturating_mul(s.into())) - // Standard Error: 916 - .saturating_add(Weight::from_parts(33_985, 0).saturating_mul(z.into())) + // Standard Error: 432 + .saturating_add(Weight::from_parts(77_883, 0).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(978, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -107,54 +110,60 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `453 + s * (34 ±0)` + // Measured: `485 + s * (33 ±0)` // Estimated: `6811` - // Minimum execution time: 687_898_000 picoseconds. - Weight::from_parts(537_939_836, 0) + // Minimum execution time: 30_433_000 picoseconds. + Weight::from_parts(20_086_705, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 237_343 - .saturating_add(Weight::from_parts(1_499_581, 0).saturating_mul(s.into())) - // Standard Error: 2_325 - .saturating_add(Weight::from_parts(38_651, 0).saturating_mul(z.into())) + // Standard Error: 771 + .saturating_add(Weight::from_parts(129_757, 0).saturating_mul(s.into())) + // Standard Error: 7 + .saturating_add(Weight::from_parts(1_068, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: Multisig Multisigs (r:1 w:1) /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. - fn approve_as_multi_create(_s: u32, ) -> Weight { + fn approve_as_multi_create(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `210 + s * (2 ±0)` + // Measured: `263 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 473_705_000 picoseconds. - Weight::from_parts(595_548_000, 0) + // Minimum execution time: 14_532_000 picoseconds. + Weight::from_parts(14_524_133, 0) .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 595 + .saturating_add(Weight::from_parts(90_349, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Multisig Multisigs (r:1 w:1) /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. - fn approve_as_multi_approve(_s: u32, ) -> Weight { + fn approve_as_multi_approve(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `282` // Estimated: `6811` - // Minimum execution time: 241_756_000 picoseconds. - Weight::from_parts(415_324_000, 0) + // Minimum execution time: 9_745_000 picoseconds. + Weight::from_parts(9_788_586, 0) .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 609 + .saturating_add(Weight::from_parts(77_739, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Multisig Multisigs (r:1 w:1) /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. - fn cancel_as_multi(_s: u32, ) -> Weight { + fn cancel_as_multi(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `417 + s * (2 ±0)` + // Measured: `454 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 446_507_000 picoseconds. - Weight::from_parts(576_998_000, 0) + // Minimum execution time: 16_100_000 picoseconds. + Weight::from_parts(16_691_262, 0) .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 540 + .saturating_add(Weight::from_parts(84_266, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/trappist/src/weights/pallet_preimage.rs b/runtime/trappist/src/weights/pallet_preimage.rs index d452089c..f04eee53 100644 --- a/runtime/trappist/src/weights/pallet_preimage.rs +++ b/runtime/trappist/src/weights/pallet_preimage.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_preimage +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -54,13 +55,15 @@ impl pallet_preimage::WeightInfo for WeightInfo { /// Storage: Preimage PreimageFor (r:0 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) /// The range of component `s` is `[0, 4194304]`. - fn note_preimage(_s: u32, ) -> Weight { + fn note_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3556` - // Minimum execution time: 456_631_000 picoseconds. - Weight::from_parts(162_618_917_000, 0) + // Minimum execution time: 13_268_000 picoseconds. + Weight::from_parts(107_972_337, 0) .saturating_add(Weight::from_parts(0, 3556)) + // Standard Error: 8 + .saturating_add(Weight::from_parts(1_317, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -69,13 +72,15 @@ impl pallet_preimage::WeightInfo for WeightInfo { /// Storage: Preimage PreimageFor (r:0 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) /// The range of component `s` is `[0, 4194304]`. - fn note_requested_preimage(_s: u32, ) -> Weight { + fn note_requested_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 216_805_000 picoseconds. - Weight::from_parts(163_338_251_000, 0) + // Minimum execution time: 8_688_000 picoseconds. + Weight::from_parts(54_065_212, 0) .saturating_add(Weight::from_parts(0, 3556)) + // Standard Error: 8 + .saturating_add(Weight::from_parts(1_357, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -84,13 +89,15 @@ impl pallet_preimage::WeightInfo for WeightInfo { /// Storage: Preimage PreimageFor (r:0 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) /// The range of component `s` is `[0, 4194304]`. - fn note_no_deposit_preimage(_s: u32, ) -> Weight { + fn note_no_deposit_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 214_017_000 picoseconds. - Weight::from_parts(163_440_794_000, 0) + // Minimum execution time: 8_334_000 picoseconds. + Weight::from_parts(18_377_847, 0) .saturating_add(Weight::from_parts(0, 3556)) + // Standard Error: 10 + .saturating_add(Weight::from_parts(1_405, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -102,8 +109,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `289` // Estimated: `3556` - // Minimum execution time: 473_809_000 picoseconds. - Weight::from_parts(473_809_000, 0) + // Minimum execution time: 20_646_000 picoseconds. + Weight::from_parts(23_086_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -116,8 +123,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 278_160_000 picoseconds. - Weight::from_parts(278_160_000, 0) + // Minimum execution time: 14_415_000 picoseconds. + Weight::from_parts(16_194_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -128,8 +135,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `188` // Estimated: `3556` - // Minimum execution time: 250_150_000 picoseconds. - Weight::from_parts(250_150_000, 0) + // Minimum execution time: 13_207_000 picoseconds. + Weight::from_parts(14_234_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -140,8 +147,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 177_905_000 picoseconds. - Weight::from_parts(177_905_000, 0) + // Minimum execution time: 9_260_000 picoseconds. + Weight::from_parts(10_120_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -152,8 +159,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3556` - // Minimum execution time: 222_904_000 picoseconds. - Weight::from_parts(222_904_000, 0) + // Minimum execution time: 7_873_000 picoseconds. + Weight::from_parts(8_414_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -164,8 +171,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 143_759_000 picoseconds. - Weight::from_parts(143_759_000, 0) + // Minimum execution time: 6_092_000 picoseconds. + Weight::from_parts(7_085_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -178,8 +185,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 265_006_000 picoseconds. - Weight::from_parts(265_006_000, 0) + // Minimum execution time: 19_719_000 picoseconds. + Weight::from_parts(22_337_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -190,8 +197,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 140_851_000 picoseconds. - Weight::from_parts(140_851_000, 0) + // Minimum execution time: 5_787_000 picoseconds. + Weight::from_parts(6_097_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -202,8 +209,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 150_830_000 picoseconds. - Weight::from_parts(150_830_000, 0) + // Minimum execution time: 5_652_000 picoseconds. + Weight::from_parts(5_947_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/trappist/src/weights/pallet_scheduler.rs b/runtime/trappist/src/weights/pallet_scheduler.rs index 03b5f845..e03b9a86 100644 --- a/runtime/trappist/src/weights/pallet_scheduler.rs +++ b/runtime/trappist/src/weights/pallet_scheduler.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_scheduler +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -55,8 +56,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `31` // Estimated: `1489` - // Minimum execution time: 67_711_000 picoseconds. - Weight::from_parts(67_711_000, 0) + // Minimum execution time: 2_294_000 picoseconds. + Weight::from_parts(2_392_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -64,13 +65,15 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(398862), added: 401337, mode: MaxEncodedLen) /// The range of component `s` is `[0, 512]`. - fn service_agenda_base(_s: u32, ) -> Weight { + fn service_agenda_base(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4 + s * (177 ±0)` + // Measured: `81 + s * (177 ±0)` // Estimated: `402327` - // Minimum execution time: 66_872_000 picoseconds. - Weight::from_parts(1_146_974_000, 0) + // Minimum execution time: 1_474_000 picoseconds. + Weight::from_parts(3_032_586, 0) .saturating_add(Weight::from_parts(0, 402327)) + // Standard Error: 1_153 + .saturating_add(Weight::from_parts(244_859, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -78,8 +81,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 77_006_000 picoseconds. - Weight::from_parts(77_006_000, 0) + // Minimum execution time: 1_832_000 picoseconds. + Weight::from_parts(1_896_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Preimage PreimageFor (r:1 w:1) @@ -87,15 +90,18 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// Storage: Preimage StatusFor (r:1 w:1) /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// The range of component `s` is `[128, 4194304]`. - fn service_task_fetched(_s: u32, ) -> Weight { + fn service_task_fetched(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `172 + s * (1 ±0)` - // Estimated: `4197945` - // Minimum execution time: 252_000_000 picoseconds. - Weight::from_parts(5_930_656_000, 0) - .saturating_add(Weight::from_parts(0, 4197945)) + // Measured: `179 + s * (1 ±0)` + // Estimated: `3644 + s * (1 ±0)` + // Minimum execution time: 10_097_000 picoseconds. + Weight::from_parts(30_173_202, 0) + .saturating_add(Weight::from_parts(0, 3644)) + // Standard Error: 13 + .saturating_add(Weight::from_parts(920, 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())) } /// Storage: Scheduler Lookup (r:0 w:1) /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) @@ -103,8 +109,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 94_728_000 picoseconds. - Weight::from_parts(94_728_000, 0) + // Minimum execution time: 2_127_000 picoseconds. + Weight::from_parts(2_269_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -112,8 +118,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 74_294_000 picoseconds. - Weight::from_parts(74_294_000, 0) + // Minimum execution time: 1_870_000 picoseconds. + Weight::from_parts(1_976_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: LockdownMode LockdownModeStatus (r:1 w:0) @@ -122,8 +128,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 110_875_000 picoseconds. - Weight::from_parts(110_875_000, 0) + // Minimum execution time: 4_335_000 picoseconds. + Weight::from_parts(4_406_000, 0) .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -131,20 +137,22 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 52_336_000 picoseconds. - Weight::from_parts(52_336_000, 0) + // Minimum execution time: 805_000 picoseconds. + Weight::from_parts(904_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(398862), added: 401337, mode: MaxEncodedLen) /// The range of component `s` is `[0, 511]`. - fn schedule(_s: u32, ) -> Weight { + fn schedule(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4 + s * (177 ±0)` + // Measured: `81 + s * (177 ±0)` // Estimated: `402327` - // Minimum execution time: 187_231_000 picoseconds. - Weight::from_parts(1_343_319_000, 0) + // Minimum execution time: 4_968_000 picoseconds. + Weight::from_parts(5_696_469, 0) .saturating_add(Weight::from_parts(0, 402327)) + // Standard Error: 2_174 + .saturating_add(Weight::from_parts(277_337, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -153,13 +161,15 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// Storage: Scheduler Lookup (r:0 w:1) /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// The range of component `s` is `[1, 512]`. - fn cancel(_s: u32, ) -> Weight { + fn cancel(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `77 + s * (177 ±0)` + // Measured: `81 + s * (177 ±0)` // Estimated: `402327` - // Minimum execution time: 239_754_000 picoseconds. - Weight::from_parts(2_235_672_000, 0) + // Minimum execution time: 8_076_000 picoseconds. + Weight::from_parts(11_303_566, 0) .saturating_add(Weight::from_parts(0, 402327)) + // Standard Error: 2_063 + .saturating_add(Weight::from_parts(399_428, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -168,13 +178,15 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(398862), added: 401337, mode: MaxEncodedLen) /// The range of component `s` is `[0, 511]`. - fn schedule_named(_s: u32, ) -> Weight { + fn schedule_named(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4 + s * (179 ±0)` + // Measured: `596 + s * (178 ±0)` // Estimated: `402327` - // Minimum execution time: 218_648_000 picoseconds. - Weight::from_parts(1_358_818_000, 0) + // Minimum execution time: 6_088_000 picoseconds. + Weight::from_parts(7_912_774, 0) .saturating_add(Weight::from_parts(0, 402327)) + // Standard Error: 1_879 + .saturating_add(Weight::from_parts(274_190, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -183,13 +195,15 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(398862), added: 401337, mode: MaxEncodedLen) /// The range of component `s` is `[1, 512]`. - fn cancel_named(_s: u32, ) -> Weight { + fn cancel_named(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `111 + s * (179 ±0)` + // Measured: `709 + s * (177 ±0)` // Estimated: `402327` - // Minimum execution time: 250_233_000 picoseconds. - Weight::from_parts(2_275_481_000, 0) + // Minimum execution time: 9_666_000 picoseconds. + Weight::from_parts(10_523_829, 0) .saturating_add(Weight::from_parts(0, 402327)) + // Standard Error: 1_711 + .saturating_add(Weight::from_parts(412_597, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/trappist/src/weights/pallet_session.rs b/runtime/trappist/src/weights/pallet_session.rs index bcea5c81..ab3b780e 100644 --- a/runtime/trappist/src/weights/pallet_session.rs +++ b/runtime/trappist/src/weights/pallet_session.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `pallet_session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_session +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -57,8 +58,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `297` // Estimated: `3762` - // Minimum execution time: 331_584_000 picoseconds. - Weight::from_parts(331_584_000, 0) + // Minimum execution time: 7_899_000 picoseconds. + Weight::from_parts(8_343_000, 0) .saturating_add(Weight::from_parts(0, 3762)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -71,8 +72,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `279` // Estimated: `3744` - // Minimum execution time: 232_926_000 picoseconds. - Weight::from_parts(232_926_000, 0) + // Minimum execution time: 6_398_000 picoseconds. + Weight::from_parts(6_786_000, 0) .saturating_add(Weight::from_parts(0, 3744)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/trappist/src/weights/pallet_timestamp.rs b/runtime/trappist/src/weights/pallet_timestamp.rs index 0842266e..52788bf0 100644 --- a/runtime/trappist/src/weights/pallet_timestamp.rs +++ b/runtime/trappist/src/weights/pallet_timestamp.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_timestamp +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -57,8 +58,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `190` // Estimated: `1493` - // Minimum execution time: 214_060_000 picoseconds. - Weight::from_parts(214_060_000, 0) + // Minimum execution time: 6_158_000 picoseconds. + Weight::from_parts(6_419_000, 0) .saturating_add(Weight::from_parts(0, 1493)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -67,8 +68,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `128` // Estimated: `0` - // Minimum execution time: 91_572_000 picoseconds. - Weight::from_parts(91_572_000, 0) + // Minimum execution time: 3_819_000 picoseconds. + Weight::from_parts(3_952_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/trappist/src/weights/pallet_treasury.rs b/runtime/trappist/src/weights/pallet_treasury.rs index 254b1078..a98ea4e7 100644 --- a/runtime/trappist/src/weights/pallet_treasury.rs +++ b/runtime/trappist/src/weights/pallet_treasury.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_treasury +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -53,8 +54,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_203_000 picoseconds. - Weight::from_parts(7_203_000, 0) + // Minimum execution time: 44_000 picoseconds. + Weight::from_parts(54_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Treasury ProposalCount (r:1 w:1) @@ -65,8 +66,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `107` // Estimated: `1489` - // Minimum execution time: 371_299_000 picoseconds. - Weight::from_parts(371_299_000, 0) + // Minimum execution time: 12_190_000 picoseconds. + Weight::from_parts(12_686_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -79,8 +80,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `368` // Estimated: `6196` - // Minimum execution time: 576_560_000 picoseconds. - Weight::from_parts(576_560_000, 0) + // Minimum execution time: 19_663_000 picoseconds. + Weight::from_parts(20_191_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -90,13 +91,15 @@ impl pallet_treasury::WeightInfo for WeightInfo { /// Storage: Treasury Approvals (r:1 w:1) /// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen) /// The range of component `p` is `[0, 99]`. - fn approve_proposal(_p: u32, ) -> Weight { + fn approve_proposal(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `97 + p * (11 ±0)` + // Measured: `433 + p * (8 ±0)` // Estimated: `3573` - // Minimum execution time: 147_257_000 picoseconds. - Weight::from_parts(185_794_000, 0) + // Minimum execution time: 5_122_000 picoseconds. + Weight::from_parts(7_105_763, 0) .saturating_add(Weight::from_parts(0, 3573)) + // Standard Error: 863 + .saturating_add(Weight::from_parts(74_666, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -106,8 +109,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `90` // Estimated: `1887` - // Minimum execution time: 105_862_000 picoseconds. - Weight::from_parts(105_862_000, 0) + // Minimum execution time: 3_703_000 picoseconds. + Weight::from_parts(3_879_000, 0) .saturating_add(Weight::from_parts(0, 1887)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -123,14 +126,19 @@ impl pallet_treasury::WeightInfo for WeightInfo { /// Storage: Treasury Proposals (r:100 w:100) /// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen) /// The range of component `p` is `[0, 100]`. - fn on_initialize_proposals(_p: u32, ) -> Weight { + fn on_initialize_proposals(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `109 + p * (250 ±0)` - // Estimated: `524193` - // Minimum execution time: 383_102_000 picoseconds. - Weight::from_parts(55_212_843_000, 0) - .saturating_add(Weight::from_parts(0, 524193)) - .saturating_add(T::DbWeight::get().reads(304)) - .saturating_add(T::DbWeight::get().writes(304)) + // Measured: `0 + p * (251 ±0)` + // Estimated: `3593 + p * (5206 ±0)` + // Minimum execution time: 12_306_000 picoseconds. + Weight::from_parts(2_352_558, 0) + .saturating_add(Weight::from_parts(0, 3593)) + // Standard Error: 13_090 + .saturating_add(Weight::from_parts(17_975_187, 0).saturating_mul(p.into())) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) + .saturating_add(T::DbWeight::get().writes(4)) + .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(p.into()))) + .saturating_add(Weight::from_parts(0, 5206).saturating_mul(p.into())) } } diff --git a/runtime/trappist/src/weights/pallet_uniques.rs b/runtime/trappist/src/weights/pallet_uniques.rs index 28cfe58a..a8a3818c 100644 --- a/runtime/trappist/src/weights/pallet_uniques.rs +++ b/runtime/trappist/src/weights/pallet_uniques.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `pallet_uniques` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_uniques +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -57,8 +58,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `179` // Estimated: `3643` - // Minimum execution time: 449_637_000 picoseconds. - Weight::from_parts(449_637_000, 0) + // Minimum execution time: 13_185_000 picoseconds. + Weight::from_parts(13_551_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -71,8 +72,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3643` - // Minimum execution time: 229_720_000 picoseconds. - Weight::from_parts(229_720_000, 0) + // Minimum execution time: 7_088_000 picoseconds. + Weight::from_parts(7_314_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -98,17 +99,17 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 1000]`. fn destroy(n: u32, m: u32, a: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `392 + a * (107 ±0) + m * (56 ±0) + n * (76 ±0)` - // Estimated: `3643 + a * (2840 ±0) + m * (2584 ±0) + n * (2597 ±0)` - // Minimum execution time: 17_638_525_000 picoseconds. - Weight::from_parts(17_638_525_000, 0) + // Measured: `327 + a * (107 ±0) + m * (56 ±0) + n * (76 ±0)` + // Estimated: `3643 + a * (2839 ±0) + m * (2583 ±0) + n * (2597 ±0)` + // Minimum execution time: 2_715_769_000 picoseconds. + Weight::from_parts(2_747_514_000, 0) .saturating_add(Weight::from_parts(0, 3643)) - // Standard Error: 5_065_233 - .saturating_add(Weight::from_parts(118_825_883, 0).saturating_mul(n.into())) - // Standard Error: 5_065_233 - .saturating_add(Weight::from_parts(1_817_763, 0).saturating_mul(m.into())) - // Standard Error: 5_065_233 - .saturating_add(Weight::from_parts(3_214_007, 0).saturating_mul(a.into())) + // Standard Error: 33_670 + .saturating_add(Weight::from_parts(4_510_484, 0).saturating_mul(n.into())) + // Standard Error: 33_670 + .saturating_add(Weight::from_parts(298_157, 0).saturating_mul(m.into())) + // Standard Error: 33_670 + .saturating_add(Weight::from_parts(455_816, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m.into()))) @@ -117,8 +118,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(m.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into()))) - .saturating_add(Weight::from_parts(0, 2840).saturating_mul(a.into())) - .saturating_add(Weight::from_parts(0, 2584).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 2839).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(0, 2583).saturating_mul(m.into())) .saturating_add(Weight::from_parts(0, 2597).saturating_mul(n.into())) } /// Storage: Uniques Asset (r:1 w:1) @@ -133,8 +134,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 498_612_000 picoseconds. - Weight::from_parts(498_612_000, 0) + // Minimum execution time: 15_050_000 picoseconds. + Weight::from_parts(15_535_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -151,8 +152,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `462` // Estimated: `3643` - // Minimum execution time: 546_255_000 picoseconds. - Weight::from_parts(546_255_000, 0) + // Minimum execution time: 16_724_000 picoseconds. + Weight::from_parts(17_101_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -169,8 +170,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `462` // Estimated: `3643` - // Minimum execution time: 379_733_000 picoseconds. - Weight::from_parts(379_733_000, 0) + // Minimum execution time: 12_759_000 picoseconds. + Weight::from_parts(13_280_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -180,15 +181,20 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Storage: Uniques Asset (r:5000 w:5000) /// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen) /// The range of component `i` is `[0, 5000]`. - fn redeposit(_i: u32, ) -> Weight { + fn redeposit(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `316 + i * (76 ±0)` - // Estimated: `12985990` - // Minimum execution time: 206_358_000 picoseconds. - Weight::from_parts(1_208_044_420_000, 0) - .saturating_add(Weight::from_parts(0, 12985990)) - .saturating_add(T::DbWeight::get().reads(5001)) - .saturating_add(T::DbWeight::get().writes(5001)) + // Measured: `772 + i * (76 ±0)` + // Estimated: `3643 + i * (2597 ±0)` + // Minimum execution time: 7_046_000 picoseconds. + Weight::from_parts(7_239_000, 0) + .saturating_add(Weight::from_parts(0, 3643)) + // Standard Error: 21_296 + .saturating_add(Weight::from_parts(8_787_130, 0).saturating_mul(i.into())) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) + .saturating_add(T::DbWeight::get().writes(1)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) + .saturating_add(Weight::from_parts(0, 2597).saturating_mul(i.into())) } /// Storage: Uniques Asset (r:1 w:1) /// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen) @@ -198,8 +204,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `462` // Estimated: `3643` - // Minimum execution time: 249_839_000 picoseconds. - Weight::from_parts(249_839_000, 0) + // Minimum execution time: 9_768_000 picoseconds. + Weight::from_parts(10_130_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -212,8 +218,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `462` // Estimated: `3643` - // Minimum execution time: 247_653_000 picoseconds. - Weight::from_parts(247_653_000, 0) + // Minimum execution time: 9_726_000 picoseconds. + Weight::from_parts(9_987_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -224,8 +230,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 175_714_000 picoseconds. - Weight::from_parts(175_714_000, 0) + // Minimum execution time: 6_722_000 picoseconds. + Weight::from_parts(7_094_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -236,8 +242,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 173_282_000 picoseconds. - Weight::from_parts(173_282_000, 0) + // Minimum execution time: 6_652_000 picoseconds. + Weight::from_parts(6_966_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -252,8 +258,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `390` // Estimated: `3643` - // Minimum execution time: 320_915_000 picoseconds. - Weight::from_parts(320_915_000, 0) + // Minimum execution time: 11_073_000 picoseconds. + Weight::from_parts(11_403_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -264,8 +270,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 179_451_000 picoseconds. - Weight::from_parts(179_451_000, 0) + // Minimum execution time: 7_097_000 picoseconds. + Weight::from_parts(7_317_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -278,8 +284,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 232_155_000 picoseconds. - Weight::from_parts(232_155_000, 0) + // Minimum execution time: 8_112_000 picoseconds. + Weight::from_parts(8_505_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -294,8 +300,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `514` // Estimated: `3829` - // Minimum execution time: 552_231_000 picoseconds. - Weight::from_parts(552_231_000, 0) + // Minimum execution time: 17_195_000 picoseconds. + Weight::from_parts(17_806_000, 0) .saturating_add(Weight::from_parts(0, 3829)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -310,8 +316,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `903` // Estimated: `3829` - // Minimum execution time: 499_220_000 picoseconds. - Weight::from_parts(499_220_000, 0) + // Minimum execution time: 18_543_000 picoseconds. + Weight::from_parts(19_236_000, 0) .saturating_add(Weight::from_parts(0, 3829)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -324,8 +330,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `382` // Estimated: `3643` - // Minimum execution time: 407_801_000 picoseconds. - Weight::from_parts(407_801_000, 0) + // Minimum execution time: 13_077_000 picoseconds. + Weight::from_parts(13_440_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -338,8 +344,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `514` // Estimated: `3643` - // Minimum execution time: 416_330_000 picoseconds. - Weight::from_parts(416_330_000, 0) + // Minimum execution time: 14_137_000 picoseconds. + Weight::from_parts(14_590_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -352,8 +358,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 419_916_000 picoseconds. - Weight::from_parts(419_916_000, 0) + // Minimum execution time: 12_769_000 picoseconds. + Weight::from_parts(13_337_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -366,8 +372,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `428` // Estimated: `3643` - // Minimum execution time: 403_832_000 picoseconds. - Weight::from_parts(403_832_000, 0) + // Minimum execution time: 13_464_000 picoseconds. + Weight::from_parts(13_779_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -380,8 +386,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `462` // Estimated: `3643` - // Minimum execution time: 253_671_000 picoseconds. - Weight::from_parts(253_671_000, 0) + // Minimum execution time: 9_756_000 picoseconds. + Weight::from_parts(10_154_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -394,8 +400,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `495` // Estimated: `3643` - // Minimum execution time: 245_756_000 picoseconds. - Weight::from_parts(245_756_000, 0) + // Minimum execution time: 10_051_000 picoseconds. + Weight::from_parts(10_219_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -406,8 +412,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3517` - // Minimum execution time: 211_132_000 picoseconds. - Weight::from_parts(211_132_000, 0) + // Minimum execution time: 6_312_000 picoseconds. + Weight::from_parts(6_498_000, 0) .saturating_add(Weight::from_parts(0, 3517)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -420,8 +426,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 219_733_000 picoseconds. - Weight::from_parts(219_733_000, 0) + // Minimum execution time: 7_800_000 picoseconds. + Weight::from_parts(8_096_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -434,8 +440,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `293` // Estimated: `3587` - // Minimum execution time: 233_674_000 picoseconds. - Weight::from_parts(233_674_000, 0) + // Minimum execution time: 8_012_000 picoseconds. + Weight::from_parts(8_318_000, 0) .saturating_add(Weight::from_parts(0, 3587)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -452,8 +458,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `574` // Estimated: `3643` - // Minimum execution time: 519_704_000 picoseconds. - Weight::from_parts(519_704_000, 0) + // Minimum execution time: 18_451_000 picoseconds. + Weight::from_parts(18_828_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) diff --git a/runtime/trappist/src/weights/pallet_utility.rs b/runtime/trappist/src/weights/pallet_utility.rs index 0998b3d4..3b64719a 100644 --- a/runtime/trappist/src/weights/pallet_utility.rs +++ b/runtime/trappist/src/weights/pallet_utility.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_utility +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -52,13 +53,15 @@ impl pallet_utility::WeightInfo for WeightInfo { /// Storage: LockdownMode LockdownModeStatus (r:1 w:0) /// Proof: LockdownMode LockdownModeStatus (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen) /// The range of component `c` is `[0, 1000]`. - fn batch(_c: u32, ) -> Weight { + fn batch(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0` + // Measured: `100` // Estimated: `1486` - // Minimum execution time: 117_157_000 picoseconds. - Weight::from_parts(67_240_197_000, 0) + // Minimum execution time: 2_531_000 picoseconds. + Weight::from_parts(6_095_515, 0) .saturating_add(Weight::from_parts(0, 1486)) + // Standard Error: 1_329 + .saturating_add(Weight::from_parts(2_131_337, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: LockdownMode LockdownModeStatus (r:1 w:0) @@ -67,41 +70,45 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 150_189_000 picoseconds. - Weight::from_parts(150_189_000, 0) + // Minimum execution time: 5_204_000 picoseconds. + Weight::from_parts(5_393_000, 0) .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: LockdownMode LockdownModeStatus (r:1 w:0) /// Proof: LockdownMode LockdownModeStatus (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen) /// The range of component `c` is `[0, 1000]`. - fn batch_all(_c: u32, ) -> Weight { + fn batch_all(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0` + // Measured: `100` // Estimated: `1486` - // Minimum execution time: 111_776_000 picoseconds. - Weight::from_parts(70_780_814_000, 0) + // Minimum execution time: 2_519_000 picoseconds. + Weight::from_parts(7_505_430, 0) .saturating_add(Weight::from_parts(0, 1486)) + // Standard Error: 1_380 + .saturating_add(Weight::from_parts(2_159_075, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 135_029_000 picoseconds. - Weight::from_parts(135_029_000, 0) + // Minimum execution time: 3_333_000 picoseconds. + Weight::from_parts(3_516_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: LockdownMode LockdownModeStatus (r:1 w:0) /// Proof: LockdownMode LockdownModeStatus (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen) /// The range of component `c` is `[0, 1000]`. - fn force_batch(_c: u32, ) -> Weight { + fn force_batch(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0` + // Measured: `100` // Estimated: `1486` - // Minimum execution time: 146_184_000 picoseconds. - Weight::from_parts(67_173_286_000, 0) + // Minimum execution time: 2_565_000 picoseconds. + Weight::from_parts(1_624_423, 0) .saturating_add(Weight::from_parts(0, 1486)) + // Standard Error: 1_575 + .saturating_add(Weight::from_parts(2_151_908, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) } } diff --git a/runtime/trappist/src/weights/trappist_runtime_benchmarks.rs b/runtime/trappist/src/weights/trappist_runtime_benchmarks.rs index f29536f7..d68b323f 100644 --- a/runtime/trappist/src/weights/trappist_runtime_benchmarks.rs +++ b/runtime/trappist/src/weights/trappist_runtime_benchmarks.rs @@ -18,23 +18,24 @@ //! Autogenerated weights for `trappist_runtime_benchmarks` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-28, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=trappist_runtime_benchmarks +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt // --output=./runtime/trappist/src/weights/ @@ -57,8 +58,8 @@ impl trappist_runtime_benchmarks::WeightInfo for Weight // Proof Size summary in bytes: // Measured: `131` // Estimated: `4087` - // Minimum execution time: 155_264_000 picoseconds. - Weight::from_parts(155_264_000, 0) + // Minimum execution time: 5_982_000 picoseconds. + Weight::from_parts(6_275_000, 0) .saturating_add(Weight::from_parts(0, 4087)) .saturating_add(T::DbWeight::get().reads(2)) } @@ -68,8 +69,8 @@ impl trappist_runtime_benchmarks::WeightInfo for Weight // Proof Size summary in bytes: // Measured: `42` // Estimated: `4087` - // Minimum execution time: 99_787_000 picoseconds. - Weight::from_parts(99_787_000, 0) + // Minimum execution time: 2_817_000 picoseconds. + Weight::from_parts(3_024_000, 0) .saturating_add(Weight::from_parts(0, 4087)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -77,8 +78,8 @@ impl trappist_runtime_benchmarks::WeightInfo for Weight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 15_307_000 picoseconds. - Weight::from_parts(15_307_000, 0) + // Minimum execution time: 206_000 picoseconds. + Weight::from_parts(238_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index b72714eb..0c7b7df4 100644 --- a/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -18,26 +18,27 @@ //! Autogenerated weights for `pallet_xcm_benchmarks::fungible` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-29, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --template=./templates/xcm-bench-template.hbs +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_xcm_benchmarks::fungible +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt -// --output=./runtime/trappist/src/weights/xcm/ -// --template=./templates/xcm-bench-template.hbs +// --output=./runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -56,8 +57,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `101` // Estimated: `3593` - // Minimum execution time: 383_232_000 picoseconds. - Weight::from_parts(383_232_000, 3593) + // Minimum execution time: 10_759_000 picoseconds. + Weight::from_parts(11_088_000, 3593) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -67,8 +68,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `101` // Estimated: `6196` - // Minimum execution time: 830_355_000 picoseconds. - Weight::from_parts(830_355_000, 6196) + // Minimum execution time: 19_862_000 picoseconds. + Weight::from_parts(20_404_000, 6196) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -90,8 +91,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `241` // Estimated: `6196` - // Minimum execution time: 1_085_871_000 picoseconds. - Weight::from_parts(1_085_871_000, 6196) + // Minimum execution time: 31_221_000 picoseconds. + Weight::from_parts(31_743_000, 6196) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -110,8 +111,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 369_259_000 picoseconds. - Weight::from_parts(369_259_000, 3593) + // Minimum execution time: 8_784_000 picoseconds. + Weight::from_parts(9_206_000, 3593) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -133,8 +134,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3605` - // Minimum execution time: 861_920_000 picoseconds. - Weight::from_parts(861_920_000, 3605) + // Minimum execution time: 21_589_000 picoseconds. + Weight::from_parts(21_978_000, 3605) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -160,8 +161,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `182` // Estimated: `4087` - // Minimum execution time: 852_088_000 picoseconds. - Weight::from_parts(852_088_000, 4087) + // Minimum execution time: 24_125_000 picoseconds. + Weight::from_parts(24_859_000, 4087) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) } diff --git a/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index 9867d58e..3e9d222c 100644 --- a/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -18,26 +18,27 @@ //! Autogenerated weights for `pallet_xcm_benchmarks::generic` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-07-29, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-07-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `kalan-x1x`, CPU: `12th Gen Intel(R) Core(TM) i7-12800H` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 +//! HOSTNAME: `runner-ynta1nyy-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 // Executed Command: -// target/debug/trappist-node +// ./target/production/trappist-node // benchmark // pallet -// --chain -// dev -// --execution=wasm +// --template=./templates/xcm-bench-template.hbs +// --chain=trappist-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=pallet_xcm_benchmarks::generic +// --extrinsic=* // --wasm-execution=compiled -// --pallet -// * -// --extrinsic -// * // --header=./templates/file_header.txt -// --output=./runtime/trappist/src/weights/xcm/ -// --template=./templates/xcm-bench-template.hbs +// --output=./runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_generic.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -66,8 +67,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3605` - // Minimum execution time: 856_332_000 picoseconds. - Weight::from_parts(856_332_000, 3605) + // Minimum execution time: 71_945_000 picoseconds. + Weight::from_parts(73_131_000, 3605) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -75,8 +76,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 55_534_000 picoseconds. - Weight::from_parts(55_534_000, 0) + // Minimum execution time: 1_245_000 picoseconds. + Weight::from_parts(1_350_000, 0) } /// Storage: PolkadotXcm Queries (r:1 w:0) /// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured) @@ -84,8 +85,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `32` // Estimated: `3497` - // Minimum execution time: 180_604_000 picoseconds. - Weight::from_parts(180_604_000, 3497) + // Minimum execution time: 4_680_000 picoseconds. + Weight::from_parts(4_839_000, 3497) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: LockdownMode LockdownModeStatus (r:1 w:0) @@ -94,51 +95,51 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 246_273_000 picoseconds. - Weight::from_parts(246_273_000, 1486) + // Minimum execution time: 7_575_000 picoseconds. + Weight::from_parts(7_896_000, 1486) .saturating_add(T::DbWeight::get().reads(1)) } pub(crate) fn refund_surplus() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 54_071_000 picoseconds. - Weight::from_parts(54_071_000, 0) + // Minimum execution time: 1_320_000 picoseconds. + Weight::from_parts(1_398_000, 0) } pub(crate) fn set_error_handler() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 46_607_000 picoseconds. - Weight::from_parts(46_607_000, 0) + // Minimum execution time: 736_000 picoseconds. + Weight::from_parts(792_000, 0) } pub(crate) fn set_appendix() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 46_596_000 picoseconds. - Weight::from_parts(46_596_000, 0) + // Minimum execution time: 744_000 picoseconds. + Weight::from_parts(786_000, 0) } pub(crate) fn clear_error() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 44_831_000 picoseconds. - Weight::from_parts(44_831_000, 0) + // Minimum execution time: 743_000 picoseconds. + Weight::from_parts(775_000, 0) } pub(crate) fn descend_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_233_000 picoseconds. - Weight::from_parts(58_233_000, 0) + // Minimum execution time: 842_000 picoseconds. + Weight::from_parts(901_000, 0) } pub(crate) fn clear_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 49_751_000 picoseconds. - Weight::from_parts(49_751_000, 0) + // Minimum execution time: 715_000 picoseconds. + Weight::from_parts(757_000, 0) } /// Storage: ParachainInfo ParachainId (r:1 w:0) /// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -156,8 +157,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3605` - // Minimum execution time: 340_464_000 picoseconds. - Weight::from_parts(340_464_000, 3605) + // Minimum execution time: 12_795_000 picoseconds. + Weight::from_parts(13_292_000, 3605) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -167,8 +168,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `90` // Estimated: `3555` - // Minimum execution time: 243_127_000 picoseconds. - Weight::from_parts(243_127_000, 3555) + // Minimum execution time: 7_332_000 picoseconds. + Weight::from_parts(7_456_000, 3555) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -176,8 +177,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 45_021_000 picoseconds. - Weight::from_parts(45_021_000, 0) + // Minimum execution time: 700_000 picoseconds. + Weight::from_parts(785_000, 0) } /// Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1) /// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured) @@ -195,8 +196,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `108` // Estimated: `3573` - // Minimum execution time: 478_973_000 picoseconds. - Weight::from_parts(478_973_000, 3573) + // Minimum execution time: 12_807_000 picoseconds. + Weight::from_parts(13_269_000, 3573) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -206,8 +207,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 85_644_000 picoseconds. - Weight::from_parts(85_644_000, 0) + // Minimum execution time: 1_322_000 picoseconds. + Weight::from_parts(1_369_000, 0) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: ParachainInfo ParachainId (r:1 w:0) @@ -226,8 +227,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3605` - // Minimum execution time: 877_942_000 picoseconds. - Weight::from_parts(877_942_000, 3605) + // Minimum execution time: 68_870_000 picoseconds. + Weight::from_parts(70_464_000, 3605) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -235,36 +236,36 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 180_294_000 picoseconds. - Weight::from_parts(180_294_000, 0) + // Minimum execution time: 17_608_000 picoseconds. + Weight::from_parts(17_820_000, 0) } pub(crate) fn expect_asset() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 63_477_000 picoseconds. - Weight::from_parts(63_477_000, 0) + // Minimum execution time: 4_859_000 picoseconds. + Weight::from_parts(4_954_000, 0) } pub(crate) fn expect_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 46_824_000 picoseconds. - Weight::from_parts(46_824_000, 0) + // Minimum execution time: 723_000 picoseconds. + Weight::from_parts(756_000, 0) } pub(crate) fn expect_error() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 46_149_000 picoseconds. - Weight::from_parts(46_149_000, 0) + // Minimum execution time: 715_000 picoseconds. + Weight::from_parts(750_000, 0) } pub(crate) fn expect_transact_status() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 63_441_000 picoseconds. - Weight::from_parts(63_441_000, 0) + // Minimum execution time: 715_000 picoseconds. + Weight::from_parts(771_000, 0) } /// Storage: ParachainInfo ParachainId (r:1 w:0) /// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -282,8 +283,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3605` - // Minimum execution time: 409_380_000 picoseconds. - Weight::from_parts(409_380_000, 3605) + // Minimum execution time: 13_434_000 picoseconds. + Weight::from_parts(13_813_000, 3605) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -291,8 +292,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 101_493_000 picoseconds. - Weight::from_parts(101_493_000, 0) + // Minimum execution time: 1_365_000 picoseconds. + Weight::from_parts(1_466_000, 0) } /// Storage: ParachainInfo ParachainId (r:1 w:0) /// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -310,8 +311,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3605` - // Minimum execution time: 365_686_000 picoseconds. - Weight::from_parts(365_686_000, 3605) + // Minimum execution time: 12_777_000 picoseconds. + Weight::from_parts(13_025_000, 3605) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -319,35 +320,35 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 46_893_000 picoseconds. - Weight::from_parts(46_893_000, 0) + // Minimum execution time: 722_000 picoseconds. + Weight::from_parts(763_000, 0) } pub(crate) fn set_topic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 45_753_000 picoseconds. - Weight::from_parts(45_753_000, 0) + // Minimum execution time: 699_000 picoseconds. + Weight::from_parts(758_000, 0) } pub(crate) fn clear_topic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 46_321_000 picoseconds. - Weight::from_parts(46_321_000, 0) + // Minimum execution time: 721_000 picoseconds. + Weight::from_parts(775_000, 0) } pub(crate) fn set_fees_mode() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 48_307_000 picoseconds. - Weight::from_parts(48_307_000, 0) + // Minimum execution time: 715_000 picoseconds. + Weight::from_parts(765_000, 0) } pub(crate) fn unpaid_execution() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 48_367_000 picoseconds. - Weight::from_parts(48_367_000, 0) + // Minimum execution time: 740_000 picoseconds. + Weight::from_parts(813_000, 0) } }