From 77673d541334756b0a4b2c98054edb6f35399e1d Mon Sep 17 00:00:00 2001 From: alvicsam Date: Thu, 5 Jan 2023 14:32:55 +0100 Subject: [PATCH 1/5] [DO NOT MERGE] test new vm runner for weights 2 --- scripts/ci/gitlab/pipeline/weights.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/gitlab/pipeline/weights.yml b/scripts/ci/gitlab/pipeline/weights.yml index ed2e2594b432..1d6080cf4c0d 100644 --- a/scripts/ci/gitlab/pipeline/weights.yml +++ b/scripts/ci/gitlab/pipeline/weights.yml @@ -20,7 +20,7 @@ update_polkadot_weights: &update-weights - git diff -P > ${RUNTIME}_weights_${CI_COMMIT_SHORT_SHA}.patch # uses the "shell" executors tags: - - weights + - weights-vm update_kusama_weights: <<: *update-weights From 1d18332f993bfa803ab2462c01ca66e5e7c1d8a8 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Thu, 5 Jan 2023 14:52:09 +0100 Subject: [PATCH 2/5] add image --- scripts/ci/gitlab/pipeline/weights.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/gitlab/pipeline/weights.yml b/scripts/ci/gitlab/pipeline/weights.yml index 1d6080cf4c0d..5a0c2a3059e5 100644 --- a/scripts/ci/gitlab/pipeline/weights.yml +++ b/scripts/ci/gitlab/pipeline/weights.yml @@ -10,6 +10,7 @@ update_polkadot_weights: &update-weights stage: weights timeout: 1d when: manual + image: $CI_IMAGE variables: RUNTIME: polkadot artifacts: From ecbedc6582bc93cdfe8f2914b6a87131787211c3 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Fri, 20 Jan 2023 13:45:32 +0100 Subject: [PATCH 3/5] fix merge conflict --- runtime/kusama/src/weights/pallet_xcm.rs | 72 +++++++++---------- .../src/weights/runtime_parachains_ump.rs | 30 ++++---- runtime/polkadot/src/weights/pallet_xcm.rs | 68 +++++++++--------- .../src/weights/runtime_parachains_ump.rs | 30 ++++---- runtime/rococo/src/weights/pallet_xcm.rs | 72 +++++++++---------- .../src/weights/runtime_parachains_ump.rs | 30 ++++---- runtime/westend/src/weights/pallet_xcm.rs | 68 +++++++++--------- .../src/weights/runtime_parachains_ump.rs | 30 ++++---- 8 files changed, 192 insertions(+), 208 deletions(-) diff --git a/runtime/kusama/src/weights/pallet_xcm.rs b/runtime/kusama/src/weights/pallet_xcm.rs index fc7d75768aff..c0297ae8a6be 100644 --- a/runtime/kusama/src/weights/pallet_xcm.rs +++ b/runtime/kusama/src/weights/pallet_xcm.rs @@ -16,23 +16,21 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-12-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-19, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: -// /home/benchbot/cargo_target_dir/production/polkadot +// ./target/production/polkadot // benchmark // pallet +// --chain=kusama-dev // --steps=50 // --repeat=20 +// --pallet=pallet_xcm // --extrinsic=* // --execution=wasm // --wasm-execution=compiled -// --heap-pages=4096 -// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/polkadot/.git/.artifacts/bench.json -// --pallet=pallet_xcm -// --chain=kusama-dev // --header=./file_header.txt // --output=./runtime/kusama/src/weights/ @@ -52,33 +50,33 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn send() -> Weight { - // Minimum execution time: 36_474 nanoseconds. - Weight::from_ref_time(37_030_000) + // Minimum execution time: 38_170 nanoseconds. + Weight::from_ref_time(39_462_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } fn teleport_assets() -> Weight { - // Minimum execution time: 28_147 nanoseconds. - Weight::from_ref_time(28_836_000) + // Minimum execution time: 27_920 nanoseconds. + Weight::from_ref_time(28_597_000) } fn reserve_transfer_assets() -> Weight { - // Minimum execution time: 28_469 nanoseconds. - Weight::from_ref_time(29_002_000) + // Minimum execution time: 27_122 nanoseconds. + Weight::from_ref_time(27_872_000) } fn execute() -> Weight { - // Minimum execution time: 15_637 nanoseconds. - Weight::from_ref_time(15_880_000) + // Minimum execution time: 15_494 nanoseconds. + Weight::from_ref_time(15_956_000) } // Storage: XcmPallet SupportedVersion (r:0 w:1) fn force_xcm_version() -> Weight { - // Minimum execution time: 15_330 nanoseconds. - Weight::from_ref_time(15_817_000) + // Minimum execution time: 15_319 nanoseconds. + Weight::from_ref_time(15_695_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet SafeXcmVersion (r:0 w:1) fn force_default_xcm_version() -> Weight { - // Minimum execution time: 4_104 nanoseconds. - Weight::from_ref_time(4_365_000) + // Minimum execution time: 4_081 nanoseconds. + Weight::from_ref_time(4_308_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -90,8 +88,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_subscribe_version_notify() -> Weight { - // Minimum execution time: 42_177 nanoseconds. - Weight::from_ref_time(42_657_000) + // Minimum execution time: 42_016 nanoseconds. + Weight::from_ref_time(43_224_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -103,29 +101,29 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_unsubscribe_version_notify() -> Weight { - // Minimum execution time: 45_481 nanoseconds. - Weight::from_ref_time(45_960_000) + // Minimum execution time: 45_629 nanoseconds. + Weight::from_ref_time(46_776_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: XcmPallet SupportedVersion (r:4 w:2) fn migrate_supported_version() -> Weight { - // Minimum execution time: 14_899 nanoseconds. - Weight::from_ref_time(15_452_000) + // Minimum execution time: 15_666 nanoseconds. + Weight::from_ref_time(16_400_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifiers (r:4 w:2) fn migrate_version_notifiers() -> Weight { - // Minimum execution time: 14_759 nanoseconds. - Weight::from_ref_time(15_176_000) + // Minimum execution time: 15_683 nanoseconds. + Weight::from_ref_time(16_246_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifyTargets (r:5 w:0) fn already_notified_target() -> Weight { - // Minimum execution time: 17_022 nanoseconds. - Weight::from_ref_time(17_468_000) + // Minimum execution time: 18_350 nanoseconds. + Weight::from_ref_time(18_957_000) .saturating_add(T::DbWeight::get().reads(5)) } // Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -135,21 +133,21 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn notify_current_targets() -> Weight { - // Minimum execution time: 37_810 nanoseconds. - Weight::from_ref_time(38_198_000) + // Minimum execution time: 37_750 nanoseconds. + Weight::from_ref_time(39_042_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: XcmPallet VersionNotifyTargets (r:3 w:0) fn notify_target_migration_fail() -> Weight { - // Minimum execution time: 7_440 nanoseconds. - Weight::from_ref_time(7_659_000) + // Minimum execution time: 8_115 nanoseconds. + Weight::from_ref_time(8_414_000) .saturating_add(T::DbWeight::get().reads(3)) } // Storage: XcmPallet VersionNotifyTargets (r:4 w:2) fn migrate_version_notify_targets() -> Weight { - // Minimum execution time: 14_975 nanoseconds. - Weight::from_ref_time(15_479_000) + // Minimum execution time: 16_101 nanoseconds. + Weight::from_ref_time(16_477_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -160,8 +158,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn migrate_and_notify_old_targets() -> Weight { - // Minimum execution time: 43_328 nanoseconds. - Weight::from_ref_time(44_054_000) + // Minimum execution time: 43_838 nanoseconds. + Weight::from_ref_time(45_093_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_ump.rs b/runtime/kusama/src/weights/runtime_parachains_ump.rs index bbdc0a9b5d8f..0d252622a2fd 100644 --- a/runtime/kusama/src/weights/runtime_parachains_ump.rs +++ b/runtime/kusama/src/weights/runtime_parachains_ump.rs @@ -16,25 +16,23 @@ //! Autogenerated weights for `runtime_parachains::ump` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: -// /home/benchbot/cargo_target_dir/production/polkadot +// ./target/production/polkadot // benchmark // pallet +// --chain=kusama-dev // --steps=50 // --repeat=20 +// --pallet=runtime_parachains::ump // --extrinsic=* // --execution=wasm // --wasm-execution=compiled -// --heap-pages=4096 -// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/polkadot/.git/.artifacts/bench.json -// --pallet=runtime_parachains::ump -// --chain=kusama-dev // --header=./file_header.txt -// --output=./runtime/kusama/src/weights/ +// --output=./runtime/kusama/src/weights/runtime_parachains_ump.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -48,26 +46,26 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::ump::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 51200]`. fn process_upward_message(s: u32, ) -> Weight { - // Minimum execution time: 10_393 nanoseconds. - Weight::from_ref_time(2_845_995) - // Standard Error: 21 - .saturating_add(Weight::from_ref_time(2_016).saturating_mul(s.into())) + // Minimum execution time: 10_960 nanoseconds. + Weight::from_ref_time(2_561_819) + // Standard Error: 16 + .saturating_add(Weight::from_ref_time(2_389).saturating_mul(s.into())) } // Storage: Ump NeedsDispatch (r:1 w:1) // Storage: Ump NextDispatchRoundStartWith (r:1 w:1) // Storage: Ump RelayDispatchQueues (r:0 w:1) // Storage: Ump RelayDispatchQueueSize (r:0 w:1) fn clean_ump_after_outgoing() -> Weight { - // Minimum execution time: 9_686 nanoseconds. - Weight::from_ref_time(9_920_000) + // Minimum execution time: 9_367 nanoseconds. + Weight::from_ref_time(9_683_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Ump Overweight (r:1 w:1) // Storage: Ump CounterForOverweight (r:1 w:1) fn service_overweight() -> Weight { - // Minimum execution time: 28_502 nanoseconds. - Weight::from_ref_time(28_900_000) + // Minimum execution time: 29_842 nanoseconds. + Weight::from_ref_time(30_766_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/src/weights/pallet_xcm.rs b/runtime/polkadot/src/weights/pallet_xcm.rs index cc1cca28068d..a1707b9a5352 100644 --- a/runtime/polkadot/src/weights/pallet_xcm.rs +++ b/runtime/polkadot/src/weights/pallet_xcm.rs @@ -16,23 +16,21 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-12-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-19, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: -// /home/benchbot/cargo_target_dir/production/polkadot +// ./target/production/polkadot // benchmark // pallet +// --chain=polkadot-dev // --steps=50 // --repeat=20 +// --pallet=pallet_xcm // --extrinsic=* // --execution=wasm // --wasm-execution=compiled -// --heap-pages=4096 -// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/polkadot/.git/.artifacts/bench.json -// --pallet=pallet_xcm -// --chain=polkadot-dev // --header=./file_header.txt // --output=./runtime/polkadot/src/weights/ @@ -53,18 +51,18 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn send() -> Weight { - // Minimum execution time: 35_717 nanoseconds. - Weight::from_ref_time(36_278_000) + // Minimum execution time: 36_836 nanoseconds. + Weight::from_ref_time(37_875_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } fn teleport_assets() -> Weight { - // Minimum execution time: 28_865 nanoseconds. - Weight::from_ref_time(29_336_000) + // Minimum execution time: 30_705 nanoseconds. + Weight::from_ref_time(31_552_000) } fn reserve_transfer_assets() -> Weight { - // Minimum execution time: 27_531 nanoseconds. - Weight::from_ref_time(28_248_000) + // Minimum execution time: 29_372 nanoseconds. + Weight::from_ref_time(29_662_000) } // Storage: Benchmark Override (r:0 w:0) fn execute() -> Weight { @@ -73,14 +71,14 @@ impl pallet_xcm::WeightInfo for WeightInfo { } // Storage: XcmPallet SupportedVersion (r:0 w:1) fn force_xcm_version() -> Weight { - // Minimum execution time: 15_205 nanoseconds. - Weight::from_ref_time(15_526_000) + // Minimum execution time: 15_536 nanoseconds. + Weight::from_ref_time(15_916_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet SafeXcmVersion (r:0 w:1) fn force_default_xcm_version() -> Weight { - // Minimum execution time: 4_336 nanoseconds. - Weight::from_ref_time(4_518_000) + // Minimum execution time: 4_121 nanoseconds. + Weight::from_ref_time(4_398_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -93,8 +91,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_subscribe_version_notify() -> Weight { - // Minimum execution time: 41_446 nanoseconds. - Weight::from_ref_time(42_152_000) + // Minimum execution time: 42_352 nanoseconds. + Weight::from_ref_time(43_174_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -107,29 +105,29 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_unsubscribe_version_notify() -> Weight { - // Minimum execution time: 44_944 nanoseconds. - Weight::from_ref_time(45_519_000) + // Minimum execution time: 45_231 nanoseconds. + Weight::from_ref_time(48_467_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: XcmPallet SupportedVersion (r:4 w:2) fn migrate_supported_version() -> Weight { - // Minimum execution time: 15_254 nanoseconds. - Weight::from_ref_time(15_491_000) + // Minimum execution time: 15_806 nanoseconds. + Weight::from_ref_time(16_263_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifiers (r:4 w:2) fn migrate_version_notifiers() -> Weight { - // Minimum execution time: 15_083 nanoseconds. - Weight::from_ref_time(15_298_000) + // Minimum execution time: 15_617 nanoseconds. + Weight::from_ref_time(16_077_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifyTargets (r:5 w:0) fn already_notified_target() -> Weight { - // Minimum execution time: 17_889 nanoseconds. - Weight::from_ref_time(18_144_000) + // Minimum execution time: 18_741 nanoseconds. + Weight::from_ref_time(19_269_000) .saturating_add(T::DbWeight::get().reads(5)) } // Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -140,21 +138,21 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn notify_current_targets() -> Weight { - // Minimum execution time: 37_255 nanoseconds. - Weight::from_ref_time(37_893_000) + // Minimum execution time: 38_065 nanoseconds. + Weight::from_ref_time(38_753_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: XcmPallet VersionNotifyTargets (r:3 w:0) fn notify_target_migration_fail() -> Weight { - // Minimum execution time: 7_884 nanoseconds. - Weight::from_ref_time(8_111_000) + // Minimum execution time: 8_239 nanoseconds. + Weight::from_ref_time(8_461_000) .saturating_add(T::DbWeight::get().reads(3)) } // Storage: XcmPallet VersionNotifyTargets (r:4 w:2) fn migrate_version_notify_targets() -> Weight { - // Minimum execution time: 15_853 nanoseconds. - Weight::from_ref_time(16_220_000) + // Minimum execution time: 15_998 nanoseconds. + Weight::from_ref_time(16_410_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -166,8 +164,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn migrate_and_notify_old_targets() -> Weight { - // Minimum execution time: 43_836 nanoseconds. - Weight::from_ref_time(44_836_000) + // Minimum execution time: 44_143 nanoseconds. + Weight::from_ref_time(45_818_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_ump.rs b/runtime/polkadot/src/weights/runtime_parachains_ump.rs index 8f1eb2d54749..cb1d85a918d0 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_ump.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_ump.rs @@ -16,25 +16,23 @@ //! Autogenerated weights for `runtime_parachains::ump` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: -// /home/benchbot/cargo_target_dir/production/polkadot +// ./target/production/polkadot // benchmark // pallet +// --chain=polkadot-dev // --steps=50 // --repeat=20 +// --pallet=runtime_parachains::ump // --extrinsic=* // --execution=wasm // --wasm-execution=compiled -// --heap-pages=4096 -// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/polkadot/.git/.artifacts/bench.json -// --pallet=runtime_parachains::ump -// --chain=polkadot-dev // --header=./file_header.txt -// --output=./runtime/polkadot/src/weights/ +// --output=./runtime/polkadot/src/weights/runtime_parachains_ump.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -48,26 +46,26 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::ump::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 51200]`. fn process_upward_message(s: u32, ) -> Weight { - // Minimum execution time: 10_291 nanoseconds. - Weight::from_ref_time(4_272_368) - // Standard Error: 12 - .saturating_add(Weight::from_ref_time(1_872).saturating_mul(s.into())) + // Minimum execution time: 11_067 nanoseconds. + Weight::from_ref_time(2_891_873) + // Standard Error: 17 + .saturating_add(Weight::from_ref_time(2_340).saturating_mul(s.into())) } // Storage: Ump NeedsDispatch (r:1 w:1) // Storage: Ump NextDispatchRoundStartWith (r:1 w:1) // Storage: Ump RelayDispatchQueues (r:0 w:1) // Storage: Ump RelayDispatchQueueSize (r:0 w:1) fn clean_ump_after_outgoing() -> Weight { - // Minimum execution time: 9_837 nanoseconds. - Weight::from_ref_time(9_951_000) + // Minimum execution time: 9_353 nanoseconds. + Weight::from_ref_time(9_678_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Ump Overweight (r:1 w:1) // Storage: Ump CounterForOverweight (r:1 w:1) fn service_overweight() -> Weight { - // Minimum execution time: 29_540 nanoseconds. - Weight::from_ref_time(29_889_000) + // Minimum execution time: 29_670 nanoseconds. + Weight::from_ref_time(30_209_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/pallet_xcm.rs b/runtime/rococo/src/weights/pallet_xcm.rs index 7534c87cb6de..d1d185534352 100644 --- a/runtime/rococo/src/weights/pallet_xcm.rs +++ b/runtime/rococo/src/weights/pallet_xcm.rs @@ -16,23 +16,21 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-12-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-19, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: -// /home/benchbot/cargo_target_dir/production/polkadot +// ./target/production/polkadot // benchmark // pallet +// --chain=rococo-dev // --steps=50 // --repeat=20 +// --pallet=pallet_xcm // --extrinsic=* // --execution=wasm // --wasm-execution=compiled -// --heap-pages=4096 -// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/polkadot/.git/.artifacts/bench.json -// --pallet=pallet_xcm -// --chain=rococo-dev // --header=./file_header.txt // --output=./runtime/rococo/src/weights/ @@ -53,33 +51,33 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn send() -> Weight { - // Minimum execution time: 36_707 nanoseconds. - Weight::from_ref_time(37_718_000) + // Minimum execution time: 37_764 nanoseconds. + Weight::from_ref_time(38_958_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } fn teleport_assets() -> Weight { - // Minimum execution time: 28_720 nanoseconds. - Weight::from_ref_time(29_098_000) + // Minimum execution time: 27_668 nanoseconds. + Weight::from_ref_time(28_418_000) } fn reserve_transfer_assets() -> Weight { - // Minimum execution time: 27_702 nanoseconds. - Weight::from_ref_time(28_517_000) + // Minimum execution time: 27_057 nanoseconds. + Weight::from_ref_time(27_863_000) } fn execute() -> Weight { - // Minimum execution time: 14_527 nanoseconds. - Weight::from_ref_time(14_823_000) + // Minimum execution time: 14_981 nanoseconds. + Weight::from_ref_time(15_371_000) } // Storage: XcmPallet SupportedVersion (r:0 w:1) fn force_xcm_version() -> Weight { - // Minimum execution time: 16_306 nanoseconds. - Weight::from_ref_time(16_619_000) + // Minimum execution time: 15_001 nanoseconds. + Weight::from_ref_time(15_617_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet SafeXcmVersion (r:0 w:1) fn force_default_xcm_version() -> Weight { - // Minimum execution time: 4_911 nanoseconds. - Weight::from_ref_time(5_080_000) + // Minimum execution time: 4_548 nanoseconds. + Weight::from_ref_time(4_856_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -92,8 +90,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_subscribe_version_notify() -> Weight { - // Minimum execution time: 48_258 nanoseconds. - Weight::from_ref_time(49_130_000) + // Minimum execution time: 42_357 nanoseconds. + Weight::from_ref_time(43_375_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -106,29 +104,29 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_unsubscribe_version_notify() -> Weight { - // Minimum execution time: 52_381 nanoseconds. - Weight::from_ref_time(53_183_000) + // Minimum execution time: 45_953 nanoseconds. + Weight::from_ref_time(47_885_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: XcmPallet SupportedVersion (r:4 w:2) fn migrate_supported_version() -> Weight { - // Minimum execution time: 16_915 nanoseconds. - Weight::from_ref_time(17_479_000) + // Minimum execution time: 15_354 nanoseconds. + Weight::from_ref_time(16_058_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifiers (r:4 w:2) fn migrate_version_notifiers() -> Weight { - // Minimum execution time: 17_012 nanoseconds. - Weight::from_ref_time(17_319_000) + // Minimum execution time: 15_591 nanoseconds. + Weight::from_ref_time(16_102_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifyTargets (r:5 w:0) fn already_notified_target() -> Weight { - // Minimum execution time: 19_489 nanoseconds. - Weight::from_ref_time(19_995_000) + // Minimum execution time: 19_961 nanoseconds. + Weight::from_ref_time(20_854_000) .saturating_add(T::DbWeight::get().reads(5)) } // Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -139,21 +137,21 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn notify_current_targets() -> Weight { - // Minimum execution time: 43_334 nanoseconds. - Weight::from_ref_time(43_983_000) + // Minimum execution time: 38_298 nanoseconds. + Weight::from_ref_time(39_403_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: XcmPallet VersionNotifyTargets (r:3 w:0) fn notify_target_migration_fail() -> Weight { - // Minimum execution time: 8_627 nanoseconds. - Weight::from_ref_time(8_860_000) + // Minimum execution time: 8_729 nanoseconds. + Weight::from_ref_time(9_003_000) .saturating_add(T::DbWeight::get().reads(3)) } // Storage: XcmPallet VersionNotifyTargets (r:4 w:2) fn migrate_version_notify_targets() -> Weight { - // Minimum execution time: 17_679 nanoseconds. - Weight::from_ref_time(18_042_000) + // Minimum execution time: 16_485 nanoseconds. + Weight::from_ref_time(16_971_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -165,8 +163,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn migrate_and_notify_old_targets() -> Weight { - // Minimum execution time: 45_445 nanoseconds. - Weight::from_ref_time(48_369_000) + // Minimum execution time: 45_021 nanoseconds. + Weight::from_ref_time(46_538_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_ump.rs b/runtime/rococo/src/weights/runtime_parachains_ump.rs index 734554e8aa3a..3d916dadbd4f 100644 --- a/runtime/rococo/src/weights/runtime_parachains_ump.rs +++ b/runtime/rococo/src/weights/runtime_parachains_ump.rs @@ -16,25 +16,23 @@ //! Autogenerated weights for `runtime_parachains::ump` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-19, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: -// /home/benchbot/cargo_target_dir/production/polkadot +// ./target/production/polkadot // benchmark // pallet +// --chain=rococo-dev // --steps=50 // --repeat=20 +// --pallet=runtime_parachains::ump // --extrinsic=* // --execution=wasm // --wasm-execution=compiled -// --heap-pages=4096 -// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/polkadot/.git/.artifacts/bench.json -// --pallet=runtime_parachains::ump -// --chain=rococo-dev // --header=./file_header.txt -// --output=./runtime/rococo/src/weights/ +// --output=./runtime/rococo/src/weights/runtime_parachains_ump.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -48,26 +46,26 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::ump::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 51200]`. fn process_upward_message(s: u32, ) -> Weight { - // Minimum execution time: 10_224 nanoseconds. - Weight::from_ref_time(4_699_572) - // Standard Error: 11 - .saturating_add(Weight::from_ref_time(1_907).saturating_mul(s.into())) + // Minimum execution time: 10_706 nanoseconds. + Weight::from_ref_time(1_719_566) + // Standard Error: 17 + .saturating_add(Weight::from_ref_time(2_379).saturating_mul(s.into())) } // Storage: Ump NeedsDispatch (r:1 w:1) // Storage: Ump NextDispatchRoundStartWith (r:1 w:1) // Storage: Ump RelayDispatchQueues (r:0 w:1) // Storage: Ump RelayDispatchQueueSize (r:0 w:1) fn clean_ump_after_outgoing() -> Weight { - // Minimum execution time: 9_180 nanoseconds. - Weight::from_ref_time(9_354_000) + // Minimum execution time: 8_641 nanoseconds. + Weight::from_ref_time(8_882_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Ump Overweight (r:1 w:1) // Storage: Ump CounterForOverweight (r:1 w:1) fn service_overweight() -> Weight { - // Minimum execution time: 28_704 nanoseconds. - Weight::from_ref_time(29_057_000) + // Minimum execution time: 29_839 nanoseconds. + Weight::from_ref_time(30_520_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/westend/src/weights/pallet_xcm.rs b/runtime/westend/src/weights/pallet_xcm.rs index 50478ed21f1b..1a243e90ee49 100644 --- a/runtime/westend/src/weights/pallet_xcm.rs +++ b/runtime/westend/src/weights/pallet_xcm.rs @@ -16,23 +16,21 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-12-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-19, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: -// /home/benchbot/cargo_target_dir/production/polkadot +// ./target/production/polkadot // benchmark // pallet +// --chain=westend-dev // --steps=50 // --repeat=20 +// --pallet=pallet_xcm // --extrinsic=* // --execution=wasm // --wasm-execution=compiled -// --heap-pages=4096 -// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/polkadot/.git/.artifacts/bench.json -// --pallet=pallet_xcm -// --chain=westend-dev // --header=./file_header.txt // --output=./runtime/westend/src/weights/ @@ -52,18 +50,18 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn send() -> Weight { - // Minimum execution time: 36_453 nanoseconds. - Weight::from_ref_time(37_511_000) + // Minimum execution time: 37_219 nanoseconds. + Weight::from_ref_time(38_217_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } fn teleport_assets() -> Weight { - // Minimum execution time: 28_144 nanoseconds. - Weight::from_ref_time(28_952_000) + // Minimum execution time: 28_277 nanoseconds. + Weight::from_ref_time(28_970_000) } fn reserve_transfer_assets() -> Weight { - // Minimum execution time: 28_245 nanoseconds. - Weight::from_ref_time(28_710_000) + // Minimum execution time: 27_462 nanoseconds. + Weight::from_ref_time(28_092_000) } // Storage: Benchmark Override (r:0 w:0) fn execute() -> Weight { @@ -72,14 +70,14 @@ impl pallet_xcm::WeightInfo for WeightInfo { } // Storage: XcmPallet SupportedVersion (r:0 w:1) fn force_xcm_version() -> Weight { - // Minimum execution time: 15_350 nanoseconds. - Weight::from_ref_time(15_829_000) + // Minimum execution time: 15_324 nanoseconds. + Weight::from_ref_time(15_712_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet SafeXcmVersion (r:0 w:1) fn force_default_xcm_version() -> Weight { - // Minimum execution time: 4_482 nanoseconds. - Weight::from_ref_time(4_588_000) + // Minimum execution time: 4_570 nanoseconds. + Weight::from_ref_time(4_788_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -91,8 +89,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_subscribe_version_notify() -> Weight { - // Minimum execution time: 41_818 nanoseconds. - Weight::from_ref_time(42_824_000) + // Minimum execution time: 41_690 nanoseconds. + Weight::from_ref_time(42_788_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -104,29 +102,29 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_unsubscribe_version_notify() -> Weight { - // Minimum execution time: 45_488 nanoseconds. - Weight::from_ref_time(46_295_000) + // Minimum execution time: 45_028 nanoseconds. + Weight::from_ref_time(46_657_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: XcmPallet SupportedVersion (r:4 w:2) fn migrate_supported_version() -> Weight { - // Minimum execution time: 14_614 nanoseconds. - Weight::from_ref_time(14_829_000) + // Minimum execution time: 15_198 nanoseconds. + Weight::from_ref_time(15_838_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifiers (r:4 w:2) fn migrate_version_notifiers() -> Weight { - // Minimum execution time: 14_724 nanoseconds. - Weight::from_ref_time(14_915_000) + // Minimum execution time: 15_069 nanoseconds. + Weight::from_ref_time(15_788_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifyTargets (r:5 w:0) fn already_notified_target() -> Weight { - // Minimum execution time: 16_814 nanoseconds. - Weight::from_ref_time(17_007_000) + // Minimum execution time: 18_283 nanoseconds. + Weight::from_ref_time(18_681_000) .saturating_add(T::DbWeight::get().reads(5)) } // Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -136,21 +134,21 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn notify_current_targets() -> Weight { - // Minimum execution time: 37_273 nanoseconds. - Weight::from_ref_time(37_869_000) + // Minimum execution time: 37_844 nanoseconds. + Weight::from_ref_time(39_083_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: XcmPallet VersionNotifyTargets (r:3 w:0) fn notify_target_migration_fail() -> Weight { - // Minimum execution time: 7_517 nanoseconds. - Weight::from_ref_time(7_682_000) + // Minimum execution time: 8_122 nanoseconds. + Weight::from_ref_time(8_376_000) .saturating_add(T::DbWeight::get().reads(3)) } // Storage: XcmPallet VersionNotifyTargets (r:4 w:2) fn migrate_version_notify_targets() -> Weight { - // Minimum execution time: 15_088 nanoseconds. - Weight::from_ref_time(15_464_000) + // Minimum execution time: 15_532 nanoseconds. + Weight::from_ref_time(16_085_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -161,8 +159,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn migrate_and_notify_old_targets() -> Weight { - // Minimum execution time: 42_829 nanoseconds. - Weight::from_ref_time(43_814_000) + // Minimum execution time: 44_494 nanoseconds. + Weight::from_ref_time(45_337_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/westend/src/weights/runtime_parachains_ump.rs b/runtime/westend/src/weights/runtime_parachains_ump.rs index 6f42ca36e287..05aad1d9a6d4 100644 --- a/runtime/westend/src/weights/runtime_parachains_ump.rs +++ b/runtime/westend/src/weights/runtime_parachains_ump.rs @@ -16,25 +16,23 @@ //! Autogenerated weights for `runtime_parachains::ump` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-19, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: -// /home/benchbot/cargo_target_dir/production/polkadot +// ./target/production/polkadot // benchmark // pallet +// --chain=westend-dev // --steps=50 // --repeat=20 +// --pallet=runtime_parachains::ump // --extrinsic=* // --execution=wasm // --wasm-execution=compiled -// --heap-pages=4096 -// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/polkadot/.git/.artifacts/bench.json -// --pallet=runtime_parachains::ump -// --chain=westend-dev // --header=./file_header.txt -// --output=./runtime/westend/src/weights/ +// --output=./runtime/westend/src/weights/runtime_parachains_ump.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -48,26 +46,26 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::ump::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 51200]`. fn process_upward_message(s: u32, ) -> Weight { - // Minimum execution time: 10_155 nanoseconds. - Weight::from_ref_time(4_325_532) - // Standard Error: 11 - .saturating_add(Weight::from_ref_time(1_926).saturating_mul(s.into())) + // Minimum execution time: 11_013 nanoseconds. + Weight::from_ref_time(2_207_919) + // Standard Error: 17 + .saturating_add(Weight::from_ref_time(2_438).saturating_mul(s.into())) } // Storage: Ump NeedsDispatch (r:1 w:1) // Storage: Ump NextDispatchRoundStartWith (r:1 w:1) // Storage: Ump RelayDispatchQueues (r:0 w:1) // Storage: Ump RelayDispatchQueueSize (r:0 w:1) fn clean_ump_after_outgoing() -> Weight { - // Minimum execution time: 9_674 nanoseconds. - Weight::from_ref_time(9_964_000) + // Minimum execution time: 9_032 nanoseconds. + Weight::from_ref_time(9_556_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Ump Overweight (r:1 w:1) // Storage: Ump CounterForOverweight (r:1 w:1) fn service_overweight() -> Weight { - // Minimum execution time: 29_605 nanoseconds. - Weight::from_ref_time(30_173_000) + // Minimum execution time: 30_250 nanoseconds. + Weight::from_ref_time(31_098_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } From c0cf41391107166c86833ea4113142834da7128d Mon Sep 17 00:00:00 2001 From: alvicsam Date: Mon, 23 Jan 2023 10:39:14 +0100 Subject: [PATCH 4/5] apply weights --- .../constants/src/weights/block_weights.rs | 20 +- .../src/weights/extrinsic_weights.rs | 20 +- .../weights/frame_benchmarking_baseline.rs | 50 ++--- .../frame_election_provider_support.rs | 28 +-- runtime/kusama/src/weights/frame_system.rs | 46 ++--- .../kusama/src/weights/pallet_bags_list.rs | 16 +- ...allet_balances_nis_counterpart_balances.rs | 32 +-- runtime/kusama/src/weights/pallet_bounties.rs | 56 +++--- .../src/weights/pallet_child_bounties.rs | 40 ++-- .../src/weights/pallet_collective_council.rs | 128 ++++++------ .../pallet_collective_technical_committee.rs | 128 ++++++------ .../src/weights/pallet_conviction_voting.rs | 40 ++-- .../kusama/src/weights/pallet_democracy.rs | 124 ++++++------ .../pallet_election_provider_multi_phase.rs | 72 +++---- .../src/weights/pallet_elections_phragmen.rs | 80 ++++---- .../kusama/src/weights/pallet_fast_unstake.rs | 28 +-- runtime/kusama/src/weights/pallet_identity.rs | 164 +++++++-------- .../kusama/src/weights/pallet_im_online.rs | 16 +- runtime/kusama/src/weights/pallet_indices.rs | 24 +-- .../kusama/src/weights/pallet_membership.rs | 60 +++--- runtime/kusama/src/weights/pallet_multisig.rs | 70 +++---- runtime/kusama/src/weights/pallet_nis.rs | 85 ++++---- .../src/weights/pallet_nomination_pools.rs | 84 ++++---- runtime/kusama/src/weights/pallet_preimage.rs | 64 +++--- runtime/kusama/src/weights/pallet_proxy.rs | 100 +++++----- .../src/weights/pallet_ranked_collective.rs | 44 ++-- .../pallet_referenda_fellowship_referenda.rs | 116 +++++------ .../src/weights/pallet_referenda_referenda.rs | 116 +++++------ .../kusama/src/weights/pallet_scheduler.rs | 76 +++---- runtime/kusama/src/weights/pallet_session.rs | 12 +- runtime/kusama/src/weights/pallet_staking.rs | 188 +++++++++--------- .../kusama/src/weights/pallet_timestamp.rs | 12 +- runtime/kusama/src/weights/pallet_tips.rs | 52 ++--- runtime/kusama/src/weights/pallet_treasury.rs | 36 ++-- runtime/kusama/src/weights/pallet_utility.rs | 36 ++-- runtime/kusama/src/weights/pallet_vesting.rs | 100 +++++----- .../kusama/src/weights/pallet_whitelist.rs | 26 +-- runtime/kusama/src/weights/pallet_xcm.rs | 62 +++--- .../src/weights/runtime_common_auctions.rs | 20 +- .../src/weights/runtime_common_claims.rs | 24 +-- .../src/weights/runtime_common_crowdloan.rs | 48 ++--- .../weights/runtime_common_paras_registrar.rs | 38 ++-- .../src/weights/runtime_common_slots.rs | 28 +-- .../runtime_parachains_configuration.rs | 24 +-- .../weights/runtime_parachains_disputes.rs | 8 +- .../src/weights/runtime_parachains_hrmp.rs | 72 +++---- .../weights/runtime_parachains_initializer.rs | 12 +- .../src/weights/runtime_parachains_paras.rs | 87 ++++---- .../runtime_parachains_paras_inherent.rs | 28 +-- .../src/weights/runtime_parachains_ump.rs | 16 +- .../constants/src/weights/block_weights.rs | 20 +- .../src/weights/extrinsic_weights.rs | 20 +- .../weights/frame_benchmarking_baseline.rs | 52 ++--- .../frame_election_provider_support.rs | 28 +-- runtime/polkadot/src/weights/frame_system.rs | 46 ++--- .../polkadot/src/weights/pallet_bags_list.rs | 16 +- .../polkadot/src/weights/pallet_balances.rs | 32 +-- .../polkadot/src/weights/pallet_bounties.rs | 96 ++++++--- .../src/weights/pallet_child_bounties.rs | 89 +++++++-- .../src/weights/pallet_collective_council.rs | 128 ++++++------ .../pallet_collective_technical_committee.rs | 128 ++++++------ .../polkadot/src/weights/pallet_democracy.rs | 124 ++++++------ .../pallet_election_provider_multi_phase.rs | 76 +++---- .../src/weights/pallet_elections_phragmen.rs | 80 ++++---- .../src/weights/pallet_fast_unstake.rs | 28 +-- .../polkadot/src/weights/pallet_identity.rs | 164 +++++++-------- .../polkadot/src/weights/pallet_im_online.rs | 16 +- .../polkadot/src/weights/pallet_indices.rs | 24 +-- .../polkadot/src/weights/pallet_membership.rs | 60 +++--- .../polkadot/src/weights/pallet_multisig.rs | 72 +++---- .../src/weights/pallet_nomination_pools.rs | 84 ++++---- .../polkadot/src/weights/pallet_preimage.rs | 64 +++--- runtime/polkadot/src/weights/pallet_proxy.rs | 100 +++++----- .../polkadot/src/weights/pallet_scheduler.rs | 76 +++---- .../polkadot/src/weights/pallet_session.rs | 12 +- .../polkadot/src/weights/pallet_staking.rs | 188 +++++++++--------- .../polkadot/src/weights/pallet_timestamp.rs | 12 +- runtime/polkadot/src/weights/pallet_tips.rs | 50 ++--- .../polkadot/src/weights/pallet_treasury.rs | 41 ++-- .../polkadot/src/weights/pallet_utility.rs | 36 ++-- .../polkadot/src/weights/pallet_vesting.rs | 100 +++++----- runtime/polkadot/src/weights/pallet_xcm.rs | 56 +++--- .../src/weights/runtime_common_auctions.rs | 20 +- .../src/weights/runtime_common_claims.rs | 24 +-- .../src/weights/runtime_common_crowdloan.rs | 48 ++--- .../weights/runtime_common_paras_registrar.rs | 38 ++-- .../src/weights/runtime_common_slots.rs | 28 +-- .../runtime_parachains_configuration.rs | 24 +-- .../weights/runtime_parachains_disputes.rs | 8 +- .../src/weights/runtime_parachains_hrmp.rs | 72 +++---- .../weights/runtime_parachains_initializer.rs | 12 +- .../src/weights/runtime_parachains_paras.rs | 87 ++++---- .../runtime_parachains_paras_inherent.rs | 28 +-- .../src/weights/runtime_parachains_ump.rs | 18 +- .../constants/src/weights/block_weights.rs | 20 +- .../src/weights/extrinsic_weights.rs | 20 +- .../weights/frame_benchmarking_baseline.rs | 52 ++--- runtime/rococo/src/weights/frame_system.rs | 46 ++--- ...allet_balances_nis_counterpart_balances.rs | 32 +-- runtime/rococo/src/weights/pallet_bounties.rs | 18 +- .../src/weights/pallet_child_bounties.rs | 4 +- .../src/weights/pallet_collective_council.rs | 128 ++++++------ .../pallet_collective_technical_committee.rs | 128 ++++++------ .../rococo/src/weights/pallet_democracy.rs | 124 ++++++------ .../src/weights/pallet_elections_phragmen.rs | 80 ++++---- runtime/rococo/src/weights/pallet_identity.rs | 162 ++++++++------- .../rococo/src/weights/pallet_im_online.rs | 16 +- runtime/rococo/src/weights/pallet_indices.rs | 24 +-- .../rococo/src/weights/pallet_membership.rs | 60 +++--- runtime/rococo/src/weights/pallet_multisig.rs | 72 +++---- runtime/rococo/src/weights/pallet_nis.rs | 85 ++++---- runtime/rococo/src/weights/pallet_preimage.rs | 64 +++--- runtime/rococo/src/weights/pallet_proxy.rs | 100 +++++----- .../rococo/src/weights/pallet_scheduler.rs | 76 +++---- .../rococo/src/weights/pallet_timestamp.rs | 12 +- runtime/rococo/src/weights/pallet_tips.rs | 52 ++--- runtime/rococo/src/weights/pallet_treasury.rs | 34 ++-- runtime/rococo/src/weights/pallet_utility.rs | 36 ++-- runtime/rococo/src/weights/pallet_vesting.rs | 100 +++++----- runtime/rococo/src/weights/pallet_xcm.rs | 62 +++--- .../src/weights/runtime_common_auctions.rs | 20 +- .../src/weights/runtime_common_claims.rs | 24 +-- .../src/weights/runtime_common_crowdloan.rs | 48 ++--- .../weights/runtime_common_paras_registrar.rs | 40 ++-- .../src/weights/runtime_common_slots.rs | 28 +-- .../runtime_parachains_configuration.rs | 24 +-- .../weights/runtime_parachains_disputes.rs | 8 +- .../src/weights/runtime_parachains_hrmp.rs | 72 +++---- .../weights/runtime_parachains_initializer.rs | 12 +- .../src/weights/runtime_parachains_paras.rs | 87 ++++---- .../src/weights/runtime_parachains_ump.rs | 18 +- .../constants/src/weights/block_weights.rs | 20 +- .../src/weights/extrinsic_weights.rs | 20 +- .../frame_election_provider_support.rs | 28 +-- runtime/westend/src/weights/frame_system.rs | 46 ++--- .../westend/src/weights/pallet_bags_list.rs | 16 +- .../westend/src/weights/pallet_balances.rs | 32 +-- .../pallet_election_provider_multi_phase.rs | 72 +++---- .../src/weights/pallet_fast_unstake.rs | 28 +-- .../westend/src/weights/pallet_identity.rs | 164 +++++++-------- .../westend/src/weights/pallet_im_online.rs | 16 +- runtime/westend/src/weights/pallet_indices.rs | 24 +-- .../westend/src/weights/pallet_multisig.rs | 72 +++---- .../src/weights/pallet_nomination_pools.rs | 84 ++++---- .../westend/src/weights/pallet_preimage.rs | 64 +++--- runtime/westend/src/weights/pallet_proxy.rs | 100 +++++----- .../westend/src/weights/pallet_scheduler.rs | 74 +++---- runtime/westend/src/weights/pallet_session.rs | 12 +- runtime/westend/src/weights/pallet_staking.rs | 188 +++++++++--------- .../westend/src/weights/pallet_timestamp.rs | 12 +- runtime/westend/src/weights/pallet_utility.rs | 36 ++-- runtime/westend/src/weights/pallet_vesting.rs | 100 +++++----- runtime/westend/src/weights/pallet_xcm.rs | 58 +++--- .../src/weights/runtime_common_auctions.rs | 20 +- .../src/weights/runtime_common_crowdloan.rs | 48 ++--- .../weights/runtime_common_paras_registrar.rs | 38 ++-- .../src/weights/runtime_common_slots.rs | 28 +-- .../runtime_parachains_configuration.rs | 24 +-- .../weights/runtime_parachains_disputes.rs | 8 +- .../runtime_parachains_disputes_slashing.rs | 12 +- .../src/weights/runtime_parachains_hrmp.rs | 72 +++---- .../weights/runtime_parachains_initializer.rs | 12 +- .../src/weights/runtime_parachains_paras.rs | 85 ++++---- .../runtime_parachains_paras_inherent.rs | 28 +-- .../src/weights/runtime_parachains_ump.rs | 18 +- 165 files changed, 4541 insertions(+), 4487 deletions(-) diff --git a/runtime/kusama/constants/src/weights/block_weights.rs b/runtime/kusama/constants/src/weights/block_weights.rs index e222cd21213f..a9954f939b42 100644 --- a/runtime/kusama/constants/src/weights/block_weights.rs +++ b/runtime/kusama/constants/src/weights/block_weights.rs @@ -14,8 +14,8 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11 (Y/M/D) -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21 (Y/M/D) +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development` //! WARMUPS: `10`, REPEAT: `100` @@ -42,17 +42,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 8_872_656, 9_367_064 - /// Average: 9_022_244 - /// Median: 9_011_014 - /// Std-Dev: 77136.86 + /// Min, Max: 11_076_799, 11_903_350 + /// Average: 11_208_741 + /// Median: 11_169_717 + /// Std-Dev: 123480.46 /// /// Percentiles nanoseconds: - /// 99th: 9_180_045 - /// 95th: 9_153_403 - /// 75th: 9_060_940 + /// 99th: 11_762_846 + /// 95th: 11_394_199 + /// 75th: 11_250_528 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(9_022_244)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(11_208_741)); } #[cfg(test)] diff --git a/runtime/kusama/constants/src/weights/extrinsic_weights.rs b/runtime/kusama/constants/src/weights/extrinsic_weights.rs index 02959f76066c..d83712b08478 100644 --- a/runtime/kusama/constants/src/weights/extrinsic_weights.rs +++ b/runtime/kusama/constants/src/weights/extrinsic_weights.rs @@ -14,8 +14,8 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11 (Y/M/D) -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21 (Y/M/D) +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development` //! WARMUPS: `10`, REPEAT: `100` @@ -42,17 +42,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 94_526, 96_991 - /// Average: 95_108 - /// Median: 95_054 - /// Std-Dev: 353.12 + /// Min, Max: 109_581, 114_518 + /// Average: 110_380 + /// Median: 110_197 + /// Std-Dev: 705.53 /// /// Percentiles nanoseconds: - /// 99th: 96_446 - /// 95th: 95_798 - /// 75th: 95_212 + /// 99th: 112_755 + /// 95th: 111_370 + /// 75th: 110_617 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(95_108)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(110_380)); } #[cfg(test)] diff --git a/runtime/kusama/src/weights/frame_benchmarking_baseline.rs b/runtime/kusama/src/weights/frame_benchmarking_baseline.rs index 14848b25bd5f..acf8f6a40254 100644 --- a/runtime/kusama/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/kusama/src/weights/frame_benchmarking_baseline.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_benchmarking::baseline` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -46,54 +46,54 @@ pub struct WeightInfo(PhantomData); impl frame_benchmarking::baseline::WeightInfo for WeightInfo { /// The range of component `i` is `[0, 1000000]`. fn addition(_i: u32, ) -> Weight { - // Minimum execution time: 99 nanoseconds. - Weight::from_ref_time(132_705) + // Minimum execution time: 110 nanoseconds. + Weight::from_ref_time(142_773) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { - // Minimum execution time: 102 nanoseconds. - Weight::from_ref_time(136_587) + // Minimum execution time: 113 nanoseconds. + Weight::from_ref_time(137_727) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { - // Minimum execution time: 117 nanoseconds. - Weight::from_ref_time(144_223) + // Minimum execution time: 112 nanoseconds. + Weight::from_ref_time(144_066) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { - // Minimum execution time: 101 nanoseconds. - Weight::from_ref_time(128_859) + // Minimum execution time: 110 nanoseconds. + Weight::from_ref_time(141_690) } /// The range of component `i` is `[0, 100]`. fn hashing(i: u32, ) -> Weight { - // Minimum execution time: 20_008_796 nanoseconds. - Weight::from_ref_time(20_231_830_334) - // Standard Error: 222_061 - .saturating_add(Weight::from_ref_time(414_640).saturating_mul(i.into())) + // Minimum execution time: 24_256_790 nanoseconds. + Weight::from_ref_time(24_302_551_365) + // Standard Error: 81_534 + .saturating_add(Weight::from_ref_time(170_611).saturating_mul(i.into())) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { // Minimum execution time: 142 nanoseconds. - Weight::from_ref_time(156_000) - // Standard Error: 19_463 - .saturating_add(Weight::from_ref_time(47_363_986).saturating_mul(i.into())) + Weight::from_ref_time(2_101_973) + // Standard Error: 7_278 + .saturating_add(Weight::from_ref_time(55_518_896).saturating_mul(i.into())) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn storage_read(i: u32, ) -> Weight { - // Minimum execution time: 124 nanoseconds. - Weight::from_ref_time(133_000) - // Standard Error: 3_395 - .saturating_add(Weight::from_ref_time(1_924_310).saturating_mul(i.into())) + // Minimum execution time: 116 nanoseconds. + Weight::from_ref_time(127_000) + // Standard Error: 4_181 + .saturating_add(Weight::from_ref_time(2_431_069).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn storage_write(i: u32, ) -> Weight { - // Minimum execution time: 108 nanoseconds. - Weight::from_ref_time(115_000) - // Standard Error: 831 - .saturating_add(Weight::from_ref_time(334_597).saturating_mul(i.into())) + // Minimum execution time: 125 nanoseconds. + Weight::from_ref_time(143_000) + // Standard Error: 936 + .saturating_add(Weight::from_ref_time(395_414).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } } diff --git a/runtime/kusama/src/weights/frame_election_provider_support.rs b/runtime/kusama/src/weights/frame_election_provider_support.rs index bb77a65764c1..398fcb23e62b 100644 --- a/runtime/kusama/src/weights/frame_election_provider_support.rs +++ b/runtime/kusama/src/weights/frame_election_provider_support.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_election_provider_support` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -48,22 +48,22 @@ impl frame_election_provider_support::WeightInfo for We /// The range of component `t` is `[500, 1000]`. /// The range of component `d` is `[5, 16]`. fn phragmen(v: u32, _t: u32, d: u32, ) -> Weight { - // Minimum execution time: 5_575_729 nanoseconds. - Weight::from_ref_time(5_635_611_000) - // Standard Error: 137_628 - .saturating_add(Weight::from_ref_time(5_613_642).saturating_mul(v.into())) - // Standard Error: 14_070_666 - .saturating_add(Weight::from_ref_time(1_547_260_145).saturating_mul(d.into())) + // Minimum execution time: 5_726_238 nanoseconds. + Weight::from_ref_time(5_790_216_000) + // Standard Error: 138_931 + .saturating_add(Weight::from_ref_time(5_618_414).saturating_mul(v.into())) + // Standard Error: 14_203_885 + .saturating_add(Weight::from_ref_time(1_491_183_409).saturating_mul(d.into())) } /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. /// The range of component `d` is `[5, 16]`. fn phragmms(v: u32, _t: u32, d: u32, ) -> Weight { - // Minimum execution time: 4_382_327 nanoseconds. - Weight::from_ref_time(4_421_862_000) - // Standard Error: 146_518 - .saturating_add(Weight::from_ref_time(5_556_127).saturating_mul(v.into())) - // Standard Error: 14_979_514 - .saturating_add(Weight::from_ref_time(1_762_291_888).saturating_mul(d.into())) + // Minimum execution time: 4_057_773 nanoseconds. + Weight::from_ref_time(4_165_595_000) + // Standard Error: 126_180 + .saturating_add(Weight::from_ref_time(4_843_071).saturating_mul(v.into())) + // Standard Error: 12_900_236 + .saturating_add(Weight::from_ref_time(1_456_649_717).saturating_mul(d.into())) } } diff --git a/runtime/kusama/src/weights/frame_system.rs b/runtime/kusama/src/weights/frame_system.rs index f11628fb7cef..c180b5a0b3f8 100644 --- a/runtime/kusama/src/weights/frame_system.rs +++ b/runtime/kusama/src/weights/frame_system.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -46,51 +46,51 @@ pub struct WeightInfo(PhantomData); impl frame_system::WeightInfo for WeightInfo { /// The range of component `b` is `[0, 3932160]`. fn remark(b: u32, ) -> Weight { - // Minimum execution time: 3_354 nanoseconds. - Weight::from_ref_time(3_423_000) + // Minimum execution time: 3_524 nanoseconds. + Weight::from_ref_time(3_631_000) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(412).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(478).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { - // Minimum execution time: 12_040 nanoseconds. - Weight::from_ref_time(12_231_000) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_769).saturating_mul(b.into())) + // Minimum execution time: 13_282 nanoseconds. + Weight::from_ref_time(126_018_024) + // Standard Error: 4 + .saturating_add(Weight::from_ref_time(1_937).saturating_mul(b.into())) } // Storage: System Digest (r:1 w:1) // Storage: unknown [0x3a686561707061676573] (r:0 w:1) fn set_heap_pages() -> Weight { - // Minimum execution time: 8_135 nanoseconds. - Weight::from_ref_time(8_306_000) + // Minimum execution time: 8_269 nanoseconds. + Weight::from_ref_time(8_664_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn set_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_380 nanoseconds. - Weight::from_ref_time(3_431_000) - // Standard Error: 2_049 - .saturating_add(Weight::from_ref_time(621_323).saturating_mul(i.into())) + // Minimum execution time: 3_629 nanoseconds. + Weight::from_ref_time(3_704_000) + // Standard Error: 2_180 + .saturating_add(Weight::from_ref_time(691_914).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn kill_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_352 nanoseconds. - Weight::from_ref_time(3_440_000) - // Standard Error: 1_087 - .saturating_add(Weight::from_ref_time(452_199).saturating_mul(i.into())) + // Minimum execution time: 3_655 nanoseconds. + Weight::from_ref_time(3_728_000) + // Standard Error: 1_020 + .saturating_add(Weight::from_ref_time(519_840).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { - // Minimum execution time: 4_688 nanoseconds. - Weight::from_ref_time(4_799_000) - // Standard Error: 1_287 - .saturating_add(Weight::from_ref_time(973_968).saturating_mul(p.into())) + // Minimum execution time: 5_230 nanoseconds. + Weight::from_ref_time(5_371_000) + // Standard Error: 1_354 + .saturating_add(Weight::from_ref_time(1_179_795).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) } } diff --git a/runtime/kusama/src/weights/pallet_bags_list.rs b/runtime/kusama/src/weights/pallet_bags_list.rs index b05815ae69d1..57cd893d229d 100644 --- a/runtime/kusama/src/weights/pallet_bags_list.rs +++ b/runtime/kusama/src/weights/pallet_bags_list.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_bags_list` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -49,8 +49,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList ListNodes (r:4 w:4) // Storage: VoterList ListBags (r:1 w:1) fn rebag_non_terminal() -> Weight { - // Minimum execution time: 61_115 nanoseconds. - Weight::from_ref_time(61_942_000) + // Minimum execution time: 63_598 nanoseconds. + Weight::from_ref_time(65_643_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -59,8 +59,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn rebag_terminal() -> Weight { - // Minimum execution time: 61_773 nanoseconds. - Weight::from_ref_time(62_467_000) + // Minimum execution time: 63_777 nanoseconds. + Weight::from_ref_time(66_843_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -70,8 +70,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList CounterForListNodes (r:1 w:1) // Storage: VoterList ListBags (r:1 w:1) fn put_in_front_of() -> Weight { - // Minimum execution time: 60_847 nanoseconds. - Weight::from_ref_time(61_824_000) + // Minimum execution time: 62_987 nanoseconds. + Weight::from_ref_time(64_198_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(6)) } diff --git a/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs b/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs index 28fb331f47c0..ce4c048fdf55 100644 --- a/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs +++ b/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -48,24 +48,24 @@ impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn transfer() -> Weight { - // Minimum execution time: 43_709 nanoseconds. - Weight::from_ref_time(44_814_000) + // Minimum execution time: 46_661 nanoseconds. + Weight::from_ref_time(47_602_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: NisCounterpartBalances Account (r:2 w:2) // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { - // Minimum execution time: 30_922 nanoseconds. - Weight::from_ref_time(31_412_000) + // Minimum execution time: 32_700 nanoseconds. + Weight::from_ref_time(33_789_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: NisCounterpartBalances Account (r:1 w:1) // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn set_balance_creating() -> Weight { - // Minimum execution time: 21_870 nanoseconds. - Weight::from_ref_time(22_367_000) + // Minimum execution time: 21_657 nanoseconds. + Weight::from_ref_time(22_227_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -73,8 +73,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn set_balance_killing() -> Weight { - // Minimum execution time: 29_018 nanoseconds. - Weight::from_ref_time(29_444_000) + // Minimum execution time: 30_054 nanoseconds. + Weight::from_ref_time(30_888_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -82,23 +82,23 @@ impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:2 w:2) // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn force_transfer() -> Weight { - // Minimum execution time: 41_960 nanoseconds. - Weight::from_ref_time(43_872_000) + // Minimum execution time: 45_249 nanoseconds. + Weight::from_ref_time(46_230_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: NisCounterpartBalances Account (r:2 w:2) // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { - // Minimum execution time: 39_721 nanoseconds. - Weight::from_ref_time(40_854_000) + // Minimum execution time: 41_851 nanoseconds. + Weight::from_ref_time(43_108_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: NisCounterpartBalances Account (r:1 w:1) fn force_unreserve() -> Weight { - // Minimum execution time: 20_092 nanoseconds. - Weight::from_ref_time(20_746_000) + // Minimum execution time: 20_008 nanoseconds. + Weight::from_ref_time(20_670_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_bounties.rs b/runtime/kusama/src/weights/pallet_bounties.rs index b126a661bf3d..eddc6d06d055 100644 --- a/runtime/kusama/src/weights/pallet_bounties.rs +++ b/runtime/kusama/src/weights/pallet_bounties.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_bounties` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -50,49 +50,49 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: Bounties Bounties (r:0 w:1) /// The range of component `d` is `[0, 16384]`. fn propose_bounty(d: u32, ) -> Weight { - // Minimum execution time: 28_818 nanoseconds. - Weight::from_ref_time(30_093_500) - // Standard Error: 9 - .saturating_add(Weight::from_ref_time(807).saturating_mul(d.into())) + // Minimum execution time: 28_834 nanoseconds. + Weight::from_ref_time(30_581_480) + // Standard Error: 12 + .saturating_add(Weight::from_ref_time(864).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Bounties Bounties (r:1 w:1) // Storage: Bounties BountyApprovals (r:1 w:1) fn approve_bounty() -> Weight { - // Minimum execution time: 11_841 nanoseconds. - Weight::from_ref_time(12_229_000) + // Minimum execution time: 11_034 nanoseconds. + Weight::from_ref_time(11_531_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Bounties Bounties (r:1 w:1) fn propose_curator() -> Weight { - // Minimum execution time: 11_645 nanoseconds. - Weight::from_ref_time(11_858_000) + // Minimum execution time: 10_238 nanoseconds. + Weight::from_ref_time(10_801_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Bounties Bounties (r:1 w:1) // Storage: System Account (r:1 w:1) fn unassign_curator() -> Weight { - // Minimum execution time: 40_710 nanoseconds. - Weight::from_ref_time(42_010_000) + // Minimum execution time: 40_905 nanoseconds. + Weight::from_ref_time(43_061_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Bounties Bounties (r:1 w:1) // Storage: System Account (r:1 w:1) fn accept_curator() -> Weight { - // Minimum execution time: 28_883 nanoseconds. - Weight::from_ref_time(29_564_000) + // Minimum execution time: 28_080 nanoseconds. + Weight::from_ref_time(28_957_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Bounties Bounties (r:1 w:1) // Storage: ChildBounties ParentChildBounties (r:1 w:0) fn award_bounty() -> Weight { - // Minimum execution time: 25_090 nanoseconds. - Weight::from_ref_time(25_543_000) + // Minimum execution time: 24_289 nanoseconds. + Weight::from_ref_time(25_111_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -101,8 +101,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: ChildBounties ChildrenCuratorFees (r:1 w:1) // Storage: Bounties BountyDescriptions (r:0 w:1) fn claim_bounty() -> Weight { - // Minimum execution time: 68_883 nanoseconds. - Weight::from_ref_time(69_767_000) + // Minimum execution time: 74_407 nanoseconds. + Weight::from_ref_time(76_533_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -111,8 +111,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: Bounties BountyDescriptions (r:0 w:1) fn close_bounty_proposed() -> Weight { - // Minimum execution time: 44_136 nanoseconds. - Weight::from_ref_time(45_046_000) + // Minimum execution time: 45_911 nanoseconds. + Weight::from_ref_time(47_335_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -121,15 +121,15 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: System Account (r:2 w:2) // Storage: Bounties BountyDescriptions (r:0 w:1) fn close_bounty_active() -> Weight { - // Minimum execution time: 53_422 nanoseconds. - Weight::from_ref_time(54_641_000) + // Minimum execution time: 55_282 nanoseconds. + Weight::from_ref_time(56_698_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Bounties Bounties (r:1 w:1) fn extend_bounty_expiry() -> Weight { - // Minimum execution time: 21_770 nanoseconds. - Weight::from_ref_time(22_320_000) + // Minimum execution time: 20_817 nanoseconds. + Weight::from_ref_time(21_854_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -138,10 +138,10 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: System Account (r:4 w:4) /// The range of component `b` is `[0, 100]`. fn spend_funds(b: u32, ) -> Weight { - // Minimum execution time: 6_996 nanoseconds. - Weight::from_ref_time(10_276_596) - // Standard Error: 25_600 - .saturating_add(Weight::from_ref_time(25_215_669).saturating_mul(b.into())) + // Minimum execution time: 7_227 nanoseconds. + Weight::from_ref_time(16_136_455) + // Standard Error: 11_509 + .saturating_add(Weight::from_ref_time(30_153_672).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/kusama/src/weights/pallet_child_bounties.rs b/runtime/kusama/src/weights/pallet_child_bounties.rs index d34481d164cf..a3fa290e971e 100644 --- a/runtime/kusama/src/weights/pallet_child_bounties.rs +++ b/runtime/kusama/src/weights/pallet_child_bounties.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_child_bounties` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -52,10 +52,10 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 52_643 nanoseconds. - Weight::from_ref_time(53_541_568) - // Standard Error: 12 - .saturating_add(Weight::from_ref_time(794).saturating_mul(d.into())) + // Minimum execution time: 54_457 nanoseconds. + Weight::from_ref_time(56_599_317) + // Standard Error: 13 + .saturating_add(Weight::from_ref_time(860).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -63,8 +63,8 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 19_663 nanoseconds. - Weight::from_ref_time(20_099_000) + // Minimum execution time: 18_663 nanoseconds. + Weight::from_ref_time(19_537_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -72,8 +72,8 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 33_998 nanoseconds. - Weight::from_ref_time(34_461_000) + // Minimum execution time: 34_676 nanoseconds. + Weight::from_ref_time(36_042_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -81,16 +81,16 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 45_611 nanoseconds. - Weight::from_ref_time(46_248_000) + // Minimum execution time: 47_401 nanoseconds. + Weight::from_ref_time(48_662_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Bounties Bounties (r:1 w:0) // Storage: ChildBounties ChildBounties (r:1 w:1) fn award_child_bounty() -> Weight { - // Minimum execution time: 28_253 nanoseconds. - Weight::from_ref_time(28_531_000) + // Minimum execution time: 28_189 nanoseconds. + Weight::from_ref_time(29_306_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -99,8 +99,8 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 68_029 nanoseconds. - Weight::from_ref_time(68_950_000) + // Minimum execution time: 73_329 nanoseconds. + Weight::from_ref_time(74_843_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -111,8 +111,8 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 51_114 nanoseconds. - Weight::from_ref_time(52_192_000) + // Minimum execution time: 54_454 nanoseconds. + Weight::from_ref_time(56_388_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -123,8 +123,8 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 61_337 nanoseconds. - Weight::from_ref_time(62_394_000) + // Minimum execution time: 66_200 nanoseconds. + Weight::from_ref_time(67_211_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/kusama/src/weights/pallet_collective_council.rs b/runtime/kusama/src/weights/pallet_collective_council.rs index 4708c47ff751..e1e35b03d910 100644 --- a/runtime/kusama/src/weights/pallet_collective_council.rs +++ b/runtime/kusama/src/weights/pallet_collective_council.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -55,12 +55,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 100]`. /// The range of component `p` is `[0, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { - // Minimum execution time: 16_856 nanoseconds. - Weight::from_ref_time(17_075_000) - // Standard Error: 48_653 - .saturating_add(Weight::from_ref_time(5_587_258).saturating_mul(m.into())) - // Standard Error: 48_653 - .saturating_add(Weight::from_ref_time(7_634_546).saturating_mul(p.into())) + // Minimum execution time: 16_901 nanoseconds. + Weight::from_ref_time(17_340_000) + // Standard Error: 46_134 + .saturating_add(Weight::from_ref_time(5_195_175).saturating_mul(m.into())) + // Standard Error: 46_134 + .saturating_add(Weight::from_ref_time(8_045_675).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -72,12 +72,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 19_862 nanoseconds. - Weight::from_ref_time(19_545_547) - // Standard Error: 24 - .saturating_add(Weight::from_ref_time(1_742).saturating_mul(b.into())) - // Standard Error: 256 - .saturating_add(Weight::from_ref_time(13_090).saturating_mul(m.into())) + // Minimum execution time: 20_588 nanoseconds. + Weight::from_ref_time(19_930_157) + // Standard Error: 22 + .saturating_add(Weight::from_ref_time(2_063).saturating_mul(b.into())) + // Standard Error: 230 + .saturating_add(Weight::from_ref_time(14_799).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: Council Members (r:1 w:0) @@ -87,12 +87,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 22_349 nanoseconds. - Weight::from_ref_time(21_968_020) - // Standard Error: 31 - .saturating_add(Weight::from_ref_time(1_639).saturating_mul(b.into())) - // Standard Error: 328 - .saturating_add(Weight::from_ref_time(19_134).saturating_mul(m.into())) + // Minimum execution time: 23_207 nanoseconds. + Weight::from_ref_time(22_017_586) + // Standard Error: 26 + .saturating_add(Weight::from_ref_time(2_206).saturating_mul(b.into())) + // Standard Error: 277 + .saturating_add(Weight::from_ref_time(22_896).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) } // Storage: Council Members (r:1 w:0) @@ -107,14 +107,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 27_722 nanoseconds. - Weight::from_ref_time(29_381_950) - // Standard Error: 71 - .saturating_add(Weight::from_ref_time(2_758).saturating_mul(b.into())) - // Standard Error: 745 - .saturating_add(Weight::from_ref_time(18_974).saturating_mul(m.into())) - // Standard Error: 736 - .saturating_add(Weight::from_ref_time(107_381).saturating_mul(p.into())) + // Minimum execution time: 29_104 nanoseconds. + Weight::from_ref_time(27_197_323) + // Standard Error: 105 + .saturating_add(Weight::from_ref_time(4_627).saturating_mul(b.into())) + // Standard Error: 1_103 + .saturating_add(Weight::from_ref_time(30_149).saturating_mul(m.into())) + // Standard Error: 1_089 + .saturating_add(Weight::from_ref_time(197_296).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -123,10 +123,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[5, 100]`. /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { - // Minimum execution time: 28_909 nanoseconds. - Weight::from_ref_time(30_186_048) - // Standard Error: 541 - .saturating_add(Weight::from_ref_time(36_449).saturating_mul(m.into())) + // Minimum execution time: 34_878 nanoseconds. + Weight::from_ref_time(37_226_588) + // Standard Error: 896 + .saturating_add(Weight::from_ref_time(50_564).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -139,12 +139,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 30_055 nanoseconds. - Weight::from_ref_time(33_099_605) - // Standard Error: 546 - .saturating_add(Weight::from_ref_time(17_961).saturating_mul(m.into())) - // Standard Error: 532 - .saturating_add(Weight::from_ref_time(90_493).saturating_mul(p.into())) + // Minimum execution time: 31_048 nanoseconds. + Weight::from_ref_time(32_314_160) + // Standard Error: 870 + .saturating_add(Weight::from_ref_time(36_732).saturating_mul(m.into())) + // Standard Error: 849 + .saturating_add(Weight::from_ref_time(185_457).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -159,14 +159,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 40_485 nanoseconds. - Weight::from_ref_time(41_628_932) - // Standard Error: 61 - .saturating_add(Weight::from_ref_time(2_000).saturating_mul(b.into())) - // Standard Error: 644 - .saturating_add(Weight::from_ref_time(14_831).saturating_mul(m.into())) - // Standard Error: 628 - .saturating_add(Weight::from_ref_time(111_363).saturating_mul(p.into())) + // Minimum execution time: 41_973 nanoseconds. + Weight::from_ref_time(42_660_001) + // Standard Error: 103 + .saturating_add(Weight::from_ref_time(3_251).saturating_mul(b.into())) + // Standard Error: 1_095 + .saturating_add(Weight::from_ref_time(26_874).saturating_mul(m.into())) + // Standard Error: 1_067 + .saturating_add(Weight::from_ref_time(215_546).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -180,12 +180,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 33_535 nanoseconds. - Weight::from_ref_time(35_864_940) - // Standard Error: 498 - .saturating_add(Weight::from_ref_time(19_568).saturating_mul(m.into())) - // Standard Error: 485 - .saturating_add(Weight::from_ref_time(85_200).saturating_mul(p.into())) + // Minimum execution time: 34_531 nanoseconds. + Weight::from_ref_time(34_877_016) + // Standard Error: 902 + .saturating_add(Weight::from_ref_time(42_625).saturating_mul(m.into())) + // Standard Error: 879 + .saturating_add(Weight::from_ref_time(187_743).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -201,14 +201,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 42_843 nanoseconds. - Weight::from_ref_time(44_165_033) - // Standard Error: 61 - .saturating_add(Weight::from_ref_time(2_060).saturating_mul(b.into())) - // Standard Error: 648 - .saturating_add(Weight::from_ref_time(13_211).saturating_mul(m.into())) - // Standard Error: 631 - .saturating_add(Weight::from_ref_time(111_071).saturating_mul(p.into())) + // Minimum execution time: 44_024 nanoseconds. + Weight::from_ref_time(45_250_235) + // Standard Error: 102 + .saturating_add(Weight::from_ref_time(3_397).saturating_mul(b.into())) + // Standard Error: 1_085 + .saturating_add(Weight::from_ref_time(22_278).saturating_mul(m.into())) + // Standard Error: 1_058 + .saturating_add(Weight::from_ref_time(221_134).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -218,10 +218,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { - // Minimum execution time: 19_072 nanoseconds. - Weight::from_ref_time(22_534_817) - // Standard Error: 727 - .saturating_add(Weight::from_ref_time(94_889).saturating_mul(p.into())) + // Minimum execution time: 20_055 nanoseconds. + Weight::from_ref_time(22_413_428) + // Standard Error: 918 + .saturating_add(Weight::from_ref_time(177_154).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/kusama/src/weights/pallet_collective_technical_committee.rs b/runtime/kusama/src/weights/pallet_collective_technical_committee.rs index 68e056697732..f04abe98ea69 100644 --- a/runtime/kusama/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/kusama/src/weights/pallet_collective_technical_committee.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -55,12 +55,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 100]`. /// The range of component `p` is `[0, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { - // Minimum execution time: 17_342 nanoseconds. - Weight::from_ref_time(17_564_000) - // Standard Error: 49_573 - .saturating_add(Weight::from_ref_time(5_712_587).saturating_mul(m.into())) - // Standard Error: 49_573 - .saturating_add(Weight::from_ref_time(7_832_746).saturating_mul(p.into())) + // Minimum execution time: 17_722 nanoseconds. + Weight::from_ref_time(18_025_000) + // Standard Error: 45_030 + .saturating_add(Weight::from_ref_time(4_984_272).saturating_mul(m.into())) + // Standard Error: 45_030 + .saturating_add(Weight::from_ref_time(7_964_009).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -72,12 +72,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 20_497 nanoseconds. - Weight::from_ref_time(20_033_132) - // Standard Error: 22 - .saturating_add(Weight::from_ref_time(1_704).saturating_mul(b.into())) - // Standard Error: 234 - .saturating_add(Weight::from_ref_time(13_358).saturating_mul(m.into())) + // Minimum execution time: 21_066 nanoseconds. + Weight::from_ref_time(20_484_632) + // Standard Error: 18 + .saturating_add(Weight::from_ref_time(1_996).saturating_mul(b.into())) + // Standard Error: 186 + .saturating_add(Weight::from_ref_time(13_550).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: TechnicalCommittee Members (r:1 w:0) @@ -87,12 +87,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 22_846 nanoseconds. - Weight::from_ref_time(22_541_651) - // Standard Error: 27 - .saturating_add(Weight::from_ref_time(1_620).saturating_mul(b.into())) - // Standard Error: 287 - .saturating_add(Weight::from_ref_time(17_690).saturating_mul(m.into())) + // Minimum execution time: 23_921 nanoseconds. + Weight::from_ref_time(22_858_713) + // Standard Error: 21 + .saturating_add(Weight::from_ref_time(2_039).saturating_mul(b.into())) + // Standard Error: 219 + .saturating_add(Weight::from_ref_time(18_049).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) } // Storage: TechnicalCommittee Members (r:1 w:0) @@ -107,14 +107,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 28_834 nanoseconds. - Weight::from_ref_time(30_112_596) - // Standard Error: 65 - .saturating_add(Weight::from_ref_time(3_263).saturating_mul(b.into())) - // Standard Error: 687 - .saturating_add(Weight::from_ref_time(18_198).saturating_mul(m.into())) - // Standard Error: 679 - .saturating_add(Weight::from_ref_time(114_530).saturating_mul(p.into())) + // Minimum execution time: 29_458 nanoseconds. + Weight::from_ref_time(28_647_298) + // Standard Error: 93 + .saturating_add(Weight::from_ref_time(4_595).saturating_mul(b.into())) + // Standard Error: 974 + .saturating_add(Weight::from_ref_time(25_790).saturating_mul(m.into())) + // Standard Error: 961 + .saturating_add(Weight::from_ref_time(204_753).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -123,10 +123,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[5, 100]`. /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { - // Minimum execution time: 29_717 nanoseconds. - Weight::from_ref_time(30_729_357) - // Standard Error: 485 - .saturating_add(Weight::from_ref_time(38_834).saturating_mul(m.into())) + // Minimum execution time: 35_188 nanoseconds. + Weight::from_ref_time(37_772_527) + // Standard Error: 786 + .saturating_add(Weight::from_ref_time(54_693).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -139,12 +139,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 31_899 nanoseconds. - Weight::from_ref_time(33_903_467) - // Standard Error: 449 - .saturating_add(Weight::from_ref_time(18_073).saturating_mul(m.into())) - // Standard Error: 438 - .saturating_add(Weight::from_ref_time(89_651).saturating_mul(p.into())) + // Minimum execution time: 32_475 nanoseconds. + Weight::from_ref_time(33_076_294) + // Standard Error: 805 + .saturating_add(Weight::from_ref_time(37_530).saturating_mul(m.into())) + // Standard Error: 785 + .saturating_add(Weight::from_ref_time(187_492).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -159,14 +159,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 41_512 nanoseconds. - Weight::from_ref_time(42_315_249) - // Standard Error: 56 - .saturating_add(Weight::from_ref_time(1_952).saturating_mul(b.into())) - // Standard Error: 595 - .saturating_add(Weight::from_ref_time(16_126).saturating_mul(m.into())) - // Standard Error: 580 - .saturating_add(Weight::from_ref_time(111_812).saturating_mul(p.into())) + // Minimum execution time: 42_518 nanoseconds. + Weight::from_ref_time(42_512_380) + // Standard Error: 106 + .saturating_add(Weight::from_ref_time(3_234).saturating_mul(b.into())) + // Standard Error: 1_124 + .saturating_add(Weight::from_ref_time(33_538).saturating_mul(m.into())) + // Standard Error: 1_096 + .saturating_add(Weight::from_ref_time(220_034).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -180,12 +180,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 34_438 nanoseconds. - Weight::from_ref_time(36_368_537) - // Standard Error: 468 - .saturating_add(Weight::from_ref_time(20_526).saturating_mul(m.into())) - // Standard Error: 457 - .saturating_add(Weight::from_ref_time(88_134).saturating_mul(p.into())) + // Minimum execution time: 35_982 nanoseconds. + Weight::from_ref_time(35_621_442) + // Standard Error: 830 + .saturating_add(Weight::from_ref_time(41_084).saturating_mul(m.into())) + // Standard Error: 810 + .saturating_add(Weight::from_ref_time(191_777).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -201,14 +201,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 43_212 nanoseconds. - Weight::from_ref_time(44_785_189) - // Standard Error: 55 - .saturating_add(Weight::from_ref_time(2_009).saturating_mul(b.into())) - // Standard Error: 590 - .saturating_add(Weight::from_ref_time(14_883).saturating_mul(m.into())) - // Standard Error: 575 - .saturating_add(Weight::from_ref_time(111_119).saturating_mul(p.into())) + // Minimum execution time: 45_351 nanoseconds. + Weight::from_ref_time(45_676_643) + // Standard Error: 109 + .saturating_add(Weight::from_ref_time(3_354).saturating_mul(b.into())) + // Standard Error: 1_152 + .saturating_add(Weight::from_ref_time(25_458).saturating_mul(m.into())) + // Standard Error: 1_123 + .saturating_add(Weight::from_ref_time(223_640).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -218,10 +218,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { - // Minimum execution time: 19_705 nanoseconds. - Weight::from_ref_time(23_044_539) - // Standard Error: 696 - .saturating_add(Weight::from_ref_time(96_439).saturating_mul(p.into())) + // Minimum execution time: 20_614 nanoseconds. + Weight::from_ref_time(22_874_100) + // Standard Error: 828 + .saturating_add(Weight::from_ref_time(180_309).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/kusama/src/weights/pallet_conviction_voting.rs b/runtime/kusama/src/weights/pallet_conviction_voting.rs index 3316754d4ed5..f1e8c294af7b 100644 --- a/runtime/kusama/src/weights/pallet_conviction_voting.rs +++ b/runtime/kusama/src/weights/pallet_conviction_voting.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_conviction_voting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -50,8 +50,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Storage: Balances Locks (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn vote_new() -> Weight { - // Minimum execution time: 136_956 nanoseconds. - Weight::from_ref_time(140_581_000) + // Minimum execution time: 188_780 nanoseconds. + Weight::from_ref_time(196_238_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -61,8 +61,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Storage: Balances Locks (r:1 w:1) // Storage: Scheduler Agenda (r:2 w:2) fn vote_existing() -> Weight { - // Minimum execution time: 178_892 nanoseconds. - Weight::from_ref_time(182_315_000) + // Minimum execution time: 259_434 nanoseconds. + Weight::from_ref_time(267_761_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -70,16 +70,16 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Storage: Referenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:2 w:2) fn remove_vote() -> Weight { - // Minimum execution time: 156_245 nanoseconds. - Weight::from_ref_time(159_793_000) + // Minimum execution time: 223_277 nanoseconds. + Weight::from_ref_time(227_631_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: ConvictionVoting VotingFor (r:1 w:1) // Storage: Referenda ReferendumInfoFor (r:1 w:0) fn remove_other_vote() -> Weight { - // Minimum execution time: 76_528 nanoseconds. - Weight::from_ref_time(78_713_000) + // Minimum execution time: 108_381 nanoseconds. + Weight::from_ref_time(114_876_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,10 +90,10 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Storage: Scheduler Agenda (r:2 w:2) /// The range of component `r` is `[0, 512]`. fn delegate(r: u32, ) -> Weight { - // Minimum execution time: 77_221 nanoseconds. - Weight::from_ref_time(1_228_463_979) - // Standard Error: 101_971 - .saturating_add(Weight::from_ref_time(27_481_270).saturating_mul(r.into())) + // Minimum execution time: 112_638 nanoseconds. + Weight::from_ref_time(1_788_082_076) + // Standard Error: 151_170 + .saturating_add(Weight::from_ref_time(41_114_746).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(6)) @@ -104,10 +104,10 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Storage: Scheduler Agenda (r:2 w:2) /// The range of component `r` is `[0, 512]`. fn undelegate(r: u32, ) -> Weight { - // Minimum execution time: 55_689 nanoseconds. - Weight::from_ref_time(1_198_555_543) - // Standard Error: 101_907 - .saturating_add(Weight::from_ref_time(27_486_586).saturating_mul(r.into())) + // Minimum execution time: 79_330 nanoseconds. + Weight::from_ref_time(1_826_303_856) + // Standard Error: 156_338 + .saturating_add(Weight::from_ref_time(40_600_066).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -117,8 +117,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Storage: ConvictionVoting ClassLocksFor (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn unlock() -> Weight { - // Minimum execution time: 94_867 nanoseconds. - Weight::from_ref_time(96_648_000) + // Minimum execution time: 135_681 nanoseconds. + Weight::from_ref_time(140_524_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/kusama/src/weights/pallet_democracy.rs b/runtime/kusama/src/weights/pallet_democracy.rs index a4682e96a9a9..9e9b48272730 100644 --- a/runtime/kusama/src/weights/pallet_democracy.rs +++ b/runtime/kusama/src/weights/pallet_democracy.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_democracy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -49,15 +49,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy Blacklist (r:1 w:0) // Storage: Democracy DepositOf (r:0 w:1) fn propose() -> Weight { - // Minimum execution time: 43_766 nanoseconds. - Weight::from_ref_time(44_789_000) + // Minimum execution time: 53_560 nanoseconds. + Weight::from_ref_time(55_196_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy DepositOf (r:1 w:1) fn second() -> Weight { - // Minimum execution time: 40_020 nanoseconds. - Weight::from_ref_time(42_074_000) + // Minimum execution time: 44_357 nanoseconds. + Weight::from_ref_time(46_612_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,8 +65,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_new() -> Weight { - // Minimum execution time: 50_321 nanoseconds. - Weight::from_ref_time(50_928_000) + // Minimum execution time: 58_328 nanoseconds. + Weight::from_ref_time(60_331_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -74,16 +74,16 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_existing() -> Weight { - // Minimum execution time: 50_195 nanoseconds. - Weight::from_ref_time(51_184_000) + // Minimum execution time: 57_605 nanoseconds. + Weight::from_ref_time(60_454_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Cancellations (r:1 w:1) fn emergency_cancel() -> Weight { - // Minimum execution time: 21_441 nanoseconds. - Weight::from_ref_time(21_819_000) + // Minimum execution time: 21_976 nanoseconds. + Weight::from_ref_time(22_483_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -94,45 +94,45 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Blacklist (r:0 w:1) fn blacklist() -> Weight { - // Minimum execution time: 79_334 nanoseconds. - Weight::from_ref_time(80_956_000) + // Minimum execution time: 95_642 nanoseconds. + Weight::from_ref_time(100_828_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:0) fn external_propose() -> Weight { - // Minimum execution time: 16_586 nanoseconds. - Weight::from_ref_time(16_932_000) + // Minimum execution time: 17_059 nanoseconds. + Weight::from_ref_time(17_739_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_majority() -> Weight { - // Minimum execution time: 4_679 nanoseconds. - Weight::from_ref_time(4_887_000) + // Minimum execution time: 4_499 nanoseconds. + Weight::from_ref_time(4_743_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_default() -> Weight { - // Minimum execution time: 4_554 nanoseconds. - Weight::from_ref_time(4_806_000) + // Minimum execution time: 4_569 nanoseconds. + Weight::from_ref_time(4_798_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy ReferendumCount (r:1 w:1) // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn fast_track() -> Weight { - // Minimum execution time: 20_564 nanoseconds. - Weight::from_ref_time(20_974_000) + // Minimum execution time: 22_043 nanoseconds. + Weight::from_ref_time(22_422_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:1) fn veto_external() -> Weight { - // Minimum execution time: 26_694 nanoseconds. - Weight::from_ref_time(27_189_000) + // Minimum execution time: 26_782 nanoseconds. + Weight::from_ref_time(28_010_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -140,15 +140,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy DepositOf (r:1 w:1) // Storage: System Account (r:1 w:1) fn cancel_proposal() -> Weight { - // Minimum execution time: 66_909 nanoseconds. - Weight::from_ref_time(68_127_000) + // Minimum execution time: 81_226 nanoseconds. + Weight::from_ref_time(83_081_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn cancel_referendum() -> Weight { - // Minimum execution time: 13_513 nanoseconds. - Weight::from_ref_time(13_848_000) + // Minimum execution time: 13_970 nanoseconds. + Weight::from_ref_time(14_467_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy LowestUnbaked (r:1 w:1) @@ -156,10 +156,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:0) /// The range of component `r` is `[0, 99]`. fn on_initialize_base(r: u32, ) -> Weight { - // Minimum execution time: 6_296 nanoseconds. - Weight::from_ref_time(9_156_811) - // Standard Error: 4_206 - .saturating_add(Weight::from_ref_time(2_075_070).saturating_mul(r.into())) + // Minimum execution time: 6_758 nanoseconds. + Weight::from_ref_time(6_780_354) + // Standard Error: 5_566 + .saturating_add(Weight::from_ref_time(2_554_918).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)) @@ -172,10 +172,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:0) /// The range of component `r` is `[0, 99]`. fn on_initialize_base_with_launch_period(r: u32, ) -> Weight { - // Minimum execution time: 8_549 nanoseconds. - Weight::from_ref_time(11_646_977) - // Standard Error: 3_819 - .saturating_add(Weight::from_ref_time(2_072_455).saturating_mul(r.into())) + // Minimum execution time: 9_365 nanoseconds. + Weight::from_ref_time(9_316_181) + // Standard Error: 5_725 + .saturating_add(Weight::from_ref_time(2_560_367).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)) @@ -185,10 +185,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:2) /// The range of component `r` is `[0, 99]`. fn delegate(r: u32, ) -> Weight { - // Minimum execution time: 42_820 nanoseconds. - Weight::from_ref_time(49_145_966) - // Standard Error: 5_841 - .saturating_add(Weight::from_ref_time(3_057_103).saturating_mul(r.into())) + // Minimum execution time: 43_273 nanoseconds. + Weight::from_ref_time(46_942_004) + // Standard Error: 6_760 + .saturating_add(Weight::from_ref_time(3_799_072).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -198,10 +198,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:2) /// The range of component `r` is `[0, 99]`. fn undelegate(r: u32, ) -> Weight { - // Minimum execution time: 25_555 nanoseconds. - Weight::from_ref_time(28_782_855) - // Standard Error: 5_763 - .saturating_add(Weight::from_ref_time(3_056_014).saturating_mul(r.into())) + // Minimum execution time: 25_378 nanoseconds. + Weight::from_ref_time(25_907_997) + // Standard Error: 7_489 + .saturating_add(Weight::from_ref_time(3_726_832).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)) @@ -209,8 +209,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { } // Storage: Democracy PublicProps (r:0 w:1) fn clear_public_proposals() -> Weight { - // Minimum execution time: 5_302 nanoseconds. - Weight::from_ref_time(5_415_000) + // Minimum execution time: 4_631 nanoseconds. + Weight::from_ref_time(4_930_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy VotingOf (r:1 w:1) @@ -218,10 +218,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `r` is `[0, 99]`. fn unlock_remove(r: u32, ) -> Weight { - // Minimum execution time: 25_866 nanoseconds. - Weight::from_ref_time(32_423_849) - // Standard Error: 1_483 - .saturating_add(Weight::from_ref_time(32_233).saturating_mul(r.into())) + // Minimum execution time: 25_857 nanoseconds. + Weight::from_ref_time(31_805_706) + // Standard Error: 1_771 + .saturating_add(Weight::from_ref_time(96_081).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -230,10 +230,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `r` is `[0, 99]`. fn unlock_set(r: u32, ) -> Weight { - // Minimum execution time: 30_900 nanoseconds. - Weight::from_ref_time(32_169_888) - // Standard Error: 549 - .saturating_add(Weight::from_ref_time(66_800).saturating_mul(r.into())) + // Minimum execution time: 30_657 nanoseconds. + Weight::from_ref_time(31_667_255) + // Standard Error: 1_469 + .saturating_add(Weight::from_ref_time(134_531).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -241,10 +241,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) /// The range of component `r` is `[1, 100]`. fn remove_vote(r: u32, ) -> Weight { - // Minimum execution time: 16_102 nanoseconds. - Weight::from_ref_time(19_188_005) - // Standard Error: 1_134 - .saturating_add(Weight::from_ref_time(63_688).saturating_mul(r.into())) + // Minimum execution time: 15_783 nanoseconds. + Weight::from_ref_time(17_528_316) + // Standard Error: 1_399 + .saturating_add(Weight::from_ref_time(123_411).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -252,10 +252,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) /// The range of component `r` is `[1, 100]`. fn remove_other_vote(r: u32, ) -> Weight { - // Minimum execution time: 16_231 nanoseconds. - Weight::from_ref_time(18_895_931) - // Standard Error: 905 - .saturating_add(Weight::from_ref_time(70_560).saturating_mul(r.into())) + // Minimum execution time: 15_918 nanoseconds. + Weight::from_ref_time(17_471_334) + // Standard Error: 1_295 + .saturating_add(Weight::from_ref_time(127_700).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs b/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs index 219a9bc88621..d69d3a8a1ab4 100644 --- a/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs +++ b/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_election_provider_multi_phase` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -53,38 +53,38 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: Staking ForceEra (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) fn on_initialize_nothing() -> Weight { - // Minimum execution time: 16_470 nanoseconds. - Weight::from_ref_time(16_907_000) + // Minimum execution time: 18_366 nanoseconds. + Weight::from_ref_time(18_968_000) .saturating_add(T::DbWeight::get().reads(8)) } // Storage: ElectionProviderMultiPhase Round (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:1) fn on_initialize_open_signed() -> Weight { - // Minimum execution time: 16_679 nanoseconds. - Weight::from_ref_time(17_027_000) + // Minimum execution time: 16_659 nanoseconds. + Weight::from_ref_time(17_761_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: ElectionProviderMultiPhase Round (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:1) fn on_initialize_open_unsigned() -> Weight { - // Minimum execution time: 16_814 nanoseconds. - Weight::from_ref_time(17_359_000) + // Minimum execution time: 17_424 nanoseconds. + Weight::from_ref_time(18_163_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) // Storage: ElectionProviderMultiPhase QueuedSolution (r:0 w:1) fn finalize_signed_phase_accept_solution() -> Weight { - // Minimum execution time: 29_389 nanoseconds. - Weight::from_ref_time(30_318_000) + // Minimum execution time: 31_127 nanoseconds. + Weight::from_ref_time(32_170_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: System Account (r:1 w:1) fn finalize_signed_phase_reject_solution() -> Weight { - // Minimum execution time: 23_370 nanoseconds. - Weight::from_ref_time(23_804_000) + // Minimum execution time: 24_460 nanoseconds. + Weight::from_ref_time(25_274_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -94,12 +94,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. fn create_snapshot_internal(v: u32, t: u32, ) -> Weight { - // Minimum execution time: 619_087 nanoseconds. - Weight::from_ref_time(27_737_181) - // Standard Error: 2_383 - .saturating_add(Weight::from_ref_time(548_432).saturating_mul(v.into())) - // Standard Error: 4_764 - .saturating_add(Weight::from_ref_time(81_013).saturating_mul(t.into())) + // Minimum execution time: 745_719 nanoseconds. + Weight::from_ref_time(5_896_416) + // Standard Error: 5_079 + .saturating_add(Weight::from_ref_time(716_265).saturating_mul(v.into())) + // Standard Error: 10_155 + .saturating_add(Weight::from_ref_time(90_966).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -115,10 +115,10 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `a` is `[500, 800]`. /// The range of component `d` is `[200, 400]`. fn elect_queued(a: u32, _d: u32, ) -> Weight { - // Minimum execution time: 388_320 nanoseconds. - Weight::from_ref_time(394_921_000) - // Standard Error: 8_418 - .saturating_add(Weight::from_ref_time(585_951).saturating_mul(a.into())) + // Minimum execution time: 584_450 nanoseconds. + Weight::from_ref_time(634_395_000) + // Standard Error: 9_066 + .saturating_add(Weight::from_ref_time(652_171).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -129,8 +129,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: ElectionProviderMultiPhase SignedSubmissionNextIndex (r:1 w:1) // Storage: ElectionProviderMultiPhase SignedSubmissionsMap (r:0 w:1) fn submit() -> Weight { - // Minimum execution time: 51_781 nanoseconds. - Weight::from_ref_time(52_592_000) + // Minimum execution time: 53_688 nanoseconds. + Weight::from_ref_time(56_094_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -145,11 +145,13 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `t` is `[500, 1000]`. /// The range of component `a` is `[500, 800]`. /// The range of component `d` is `[200, 400]`. - fn submit_unsigned(_v: u32, _t: u32, a: u32, _d: u32, ) -> Weight { - // Minimum execution time: 6_883_673 nanoseconds. - Weight::from_ref_time(6_913_780_000) - // Standard Error: 58_489 - .saturating_add(Weight::from_ref_time(7_045_714).saturating_mul(a.into())) + fn submit_unsigned(v: u32, _t: u32, a: u32, _d: u32, ) -> Weight { + // Minimum execution time: 8_817_598 nanoseconds. + Weight::from_ref_time(8_924_388_000) + // Standard Error: 28_977 + .saturating_add(Weight::from_ref_time(239_837).saturating_mul(v.into())) + // Standard Error: 85_871 + .saturating_add(Weight::from_ref_time(7_838_392).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,12 +164,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `a` is `[500, 800]`. /// The range of component `d` is `[200, 400]`. fn feasibility_check(v: u32, _t: u32, a: u32, _d: u32, ) -> Weight { - // Minimum execution time: 5_716_039 nanoseconds. - Weight::from_ref_time(5_777_908_000) - // Standard Error: 18_953 - .saturating_add(Weight::from_ref_time(214_561).saturating_mul(v.into())) - // Standard Error: 56_166 - .saturating_add(Weight::from_ref_time(5_251_012).saturating_mul(a.into())) + // Minimum execution time: 7_319_959 nanoseconds. + Weight::from_ref_time(7_354_546_000) + // Standard Error: 22_747 + .saturating_add(Weight::from_ref_time(279_228).saturating_mul(v.into())) + // Standard Error: 67_408 + .saturating_add(Weight::from_ref_time(6_175_390).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4)) } } diff --git a/runtime/kusama/src/weights/pallet_elections_phragmen.rs b/runtime/kusama/src/weights/pallet_elections_phragmen.rs index 61ab7034164b..8dadafcbd2d8 100644 --- a/runtime/kusama/src/weights/pallet_elections_phragmen.rs +++ b/runtime/kusama/src/weights/pallet_elections_phragmen.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_elections_phragmen` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -51,10 +51,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) /// The range of component `v` is `[1, 16]`. fn vote_equal(v: u32, ) -> Weight { - // Minimum execution time: 32_184 nanoseconds. - Weight::from_ref_time(33_524_447) - // Standard Error: 5_694 - .saturating_add(Weight::from_ref_time(175_641).saturating_mul(v.into())) + // Minimum execution time: 32_909 nanoseconds. + Weight::from_ref_time(34_244_785) + // Standard Error: 4_661 + .saturating_add(Weight::from_ref_time(189_335).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -65,10 +65,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) /// The range of component `v` is `[2, 16]`. fn vote_more(v: u32, ) -> Weight { - // Minimum execution time: 41_542 nanoseconds. - Weight::from_ref_time(43_065_521) - // Standard Error: 5_629 - .saturating_add(Weight::from_ref_time(207_494).saturating_mul(v.into())) + // Minimum execution time: 43_507 nanoseconds. + Weight::from_ref_time(44_918_108) + // Standard Error: 5_884 + .saturating_add(Weight::from_ref_time(231_361).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -79,18 +79,18 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) /// The range of component `v` is `[2, 16]`. fn vote_less(v: u32, ) -> Weight { - // Minimum execution time: 41_667 nanoseconds. - Weight::from_ref_time(43_527_907) - // Standard Error: 6_105 - .saturating_add(Weight::from_ref_time(147_625).saturating_mul(v.into())) + // Minimum execution time: 43_626 nanoseconds. + Weight::from_ref_time(45_194_507) + // Standard Error: 6_236 + .saturating_add(Weight::from_ref_time(203_725).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: PhragmenElection Voting (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn remove_voter() -> Weight { - // Minimum execution time: 41_833 nanoseconds. - Weight::from_ref_time(42_243_000) + // Minimum execution time: 42_550 nanoseconds. + Weight::from_ref_time(43_969_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -99,20 +99,20 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: PhragmenElection RunnersUp (r:1 w:0) /// The range of component `c` is `[1, 1000]`. fn submit_candidacy(c: u32, ) -> Weight { - // Minimum execution time: 36_995 nanoseconds. - Weight::from_ref_time(29_233_259) - // Standard Error: 981 - .saturating_add(Weight::from_ref_time(91_366).saturating_mul(c.into())) + // Minimum execution time: 44_893 nanoseconds. + Weight::from_ref_time(33_422_171) + // Standard Error: 1_552 + .saturating_add(Weight::from_ref_time(129_992).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: PhragmenElection Candidates (r:1 w:1) /// The range of component `c` is `[1, 1000]`. fn renounce_candidacy_candidate(c: u32, ) -> Weight { - // Minimum execution time: 32_434 nanoseconds. - Weight::from_ref_time(24_261_784) - // Standard Error: 1_005 - .saturating_add(Weight::from_ref_time(71_813).saturating_mul(c.into())) + // Minimum execution time: 39_786 nanoseconds. + Weight::from_ref_time(27_869_896) + // Standard Error: 1_620 + .saturating_add(Weight::from_ref_time(109_237).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -122,15 +122,15 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Council Proposals (r:1 w:0) // Storage: Council Members (r:0 w:1) fn renounce_candidacy_members() -> Weight { - // Minimum execution time: 44_822 nanoseconds. - Weight::from_ref_time(46_638_000) + // Minimum execution time: 54_236 nanoseconds. + Weight::from_ref_time(56_099_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: PhragmenElection RunnersUp (r:1 w:1) fn renounce_candidacy_runners_up() -> Weight { - // Minimum execution time: 34_508 nanoseconds. - Weight::from_ref_time(35_615_000) + // Minimum execution time: 41_789 nanoseconds. + Weight::from_ref_time(43_096_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -146,8 +146,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Council Proposals (r:1 w:0) // Storage: Council Members (r:0 w:1) fn remove_member_with_replacement() -> Weight { - // Minimum execution time: 60_039 nanoseconds. - Weight::from_ref_time(61_232_000) + // Minimum execution time: 72_400 nanoseconds. + Weight::from_ref_time(73_701_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -160,10 +160,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// The range of component `v` is `[5000, 10000]`. /// The range of component `d` is `[0, 5000]`. fn clean_defunct_voters(v: u32, _d: u32, ) -> Weight { - // Minimum execution time: 281_919_802 nanoseconds. - Weight::from_ref_time(282_255_830_000) - // Standard Error: 242_808 - .saturating_add(Weight::from_ref_time(35_109_040).saturating_mul(v.into())) + // Minimum execution time: 319_561_241 nanoseconds. + Weight::from_ref_time(323_488_832_000) + // Standard Error: 272_579 + .saturating_add(Weight::from_ref_time(39_094_055).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) @@ -181,12 +181,12 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// The range of component `v` is `[1, 10000]`. /// The range of component `e` is `[10000, 160000]`. fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight { - // Minimum execution time: 29_164_087 nanoseconds. - Weight::from_ref_time(29_469_711_000) - // Standard Error: 540_001 - .saturating_add(Weight::from_ref_time(45_809_718).saturating_mul(v.into())) - // Standard Error: 34_653 - .saturating_add(Weight::from_ref_time(2_347_682).saturating_mul(e.into())) + // Minimum execution time: 33_926_048 nanoseconds. + Weight::from_ref_time(34_455_221_000) + // Standard Error: 508_726 + .saturating_add(Weight::from_ref_time(44_156_777).saturating_mul(v.into())) + // Standard Error: 32_646 + .saturating_add(Weight::from_ref_time(2_168_065).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(265)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) diff --git a/runtime/kusama/src/weights/pallet_fast_unstake.rs b/runtime/kusama/src/weights/pallet_fast_unstake.rs index 1188acc5c32b..99cf4a697b24 100644 --- a/runtime/kusama/src/weights/pallet_fast_unstake.rs +++ b/runtime/kusama/src/weights/pallet_fast_unstake.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_fast_unstake` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -58,8 +58,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: Staking Ledger (r:0 w:64) // Storage: Staking Payee (r:0 w:64) fn on_idle_unstake() -> Weight { - // Minimum execution time: 2_170_504 nanoseconds. - Weight::from_ref_time(2_236_360_000) + // Minimum execution time: 2_488_058 nanoseconds. + Weight::from_ref_time(2_518_125_000) .saturating_add(T::DbWeight::get().reads(389)) .saturating_add(T::DbWeight::get().writes(321)) } @@ -73,10 +73,10 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: Staking ErasStakers (r:56 w:0) /// The range of component `x` is `[28, 3584]`. fn on_idle_check(x: u32, ) -> Weight { - // Minimum execution time: 21_967_590 nanoseconds. - Weight::from_ref_time(22_194_763_000) - // Standard Error: 528_725 - .saturating_add(Weight::from_ref_time(623_346_785).saturating_mul(x.into())) + // Minimum execution time: 25_021_775 nanoseconds. + Weight::from_ref_time(25_158_617_000) + // Standard Error: 532_692 + .saturating_add(Weight::from_ref_time(707_895_492).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(85)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(66)) @@ -96,8 +96,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: Balances Locks (r:1 w:1) // Storage: FastUnstake CounterForQueue (r:1 w:1) fn register_fast_unstake() -> Weight { - // Minimum execution time: 125_490 nanoseconds. - Weight::from_ref_time(127_722_000) + // Minimum execution time: 153_947 nanoseconds. + Weight::from_ref_time(157_260_000) .saturating_add(T::DbWeight::get().reads(15)) .saturating_add(T::DbWeight::get().writes(10)) } @@ -107,15 +107,15 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: FastUnstake Head (r:1 w:0) // Storage: FastUnstake CounterForQueue (r:1 w:1) fn deregister() -> Weight { - // Minimum execution time: 50_331 nanoseconds. - Weight::from_ref_time(51_092_000) + // Minimum execution time: 64_258 nanoseconds. + Weight::from_ref_time(66_504_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1) fn control() -> Weight { - // Minimum execution time: 4_191 nanoseconds. - Weight::from_ref_time(4_341_000) + // Minimum execution time: 4_035 nanoseconds. + Weight::from_ref_time(4_209_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/pallet_identity.rs b/runtime/kusama/src/weights/pallet_identity.rs index d0bf0917a0d1..0c5592016d94 100644 --- a/runtime/kusama/src/weights/pallet_identity.rs +++ b/runtime/kusama/src/weights/pallet_identity.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -47,10 +47,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity Registrars (r:1 w:1) /// The range of component `r` is `[1, 19]`. fn add_registrar(r: u32, ) -> Weight { - // Minimum execution time: 17_152 nanoseconds. - Weight::from_ref_time(18_443_367) - // Standard Error: 3_008 - .saturating_add(Weight::from_ref_time(155_875).saturating_mul(r.into())) + // Minimum execution time: 17_136 nanoseconds. + Weight::from_ref_time(18_425_511) + // Standard Error: 3_944 + .saturating_add(Weight::from_ref_time(145_391).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -58,12 +58,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn set_identity(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 36_778 nanoseconds. - Weight::from_ref_time(36_330_837) - // Standard Error: 3_331 - .saturating_add(Weight::from_ref_time(77_113).saturating_mul(r.into())) - // Standard Error: 650 - .saturating_add(Weight::from_ref_time(326_328).saturating_mul(x.into())) + // Minimum execution time: 37_847 nanoseconds. + Weight::from_ref_time(35_878_522) + // Standard Error: 5_287 + .saturating_add(Weight::from_ref_time(195_979).saturating_mul(r.into())) + // Standard Error: 1_031 + .saturating_add(Weight::from_ref_time(331_231).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -72,10 +72,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:2 w:2) /// The range of component `s` is `[0, 100]`. fn set_subs_new(s: u32, ) -> Weight { - // Minimum execution time: 10_059 nanoseconds. - Weight::from_ref_time(29_024_911) - // Standard Error: 5_024 - .saturating_add(Weight::from_ref_time(2_207_732).saturating_mul(s.into())) + // Minimum execution time: 9_967 nanoseconds. + Weight::from_ref_time(27_800_746) + // Standard Error: 5_156 + .saturating_add(Weight::from_ref_time(2_634_489).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)) @@ -86,10 +86,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:0 w:2) /// The range of component `p` is `[0, 100]`. fn set_subs_old(p: u32, ) -> Weight { - // Minimum execution time: 10_010 nanoseconds. - Weight::from_ref_time(29_188_321) - // Standard Error: 4_688 - .saturating_add(Weight::from_ref_time(962_805).saturating_mul(p.into())) + // Minimum execution time: 10_064 nanoseconds. + Weight::from_ref_time(27_935_229) + // Standard Error: 4_331 + .saturating_add(Weight::from_ref_time(1_172_505).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -101,14 +101,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { - // Minimum execution time: 52_785 nanoseconds. - Weight::from_ref_time(37_511_872) - // Standard Error: 5_724 - .saturating_add(Weight::from_ref_time(97_761).saturating_mul(r.into())) - // Standard Error: 1_117 - .saturating_add(Weight::from_ref_time(920_873).saturating_mul(s.into())) - // Standard Error: 1_117 - .saturating_add(Weight::from_ref_time(165_800).saturating_mul(x.into())) + // Minimum execution time: 55_132 nanoseconds. + Weight::from_ref_time(36_024_839) + // Standard Error: 9_682 + .saturating_add(Weight::from_ref_time(249_047).saturating_mul(r.into())) + // Standard Error: 1_890 + .saturating_add(Weight::from_ref_time(1_148_344).saturating_mul(s.into())) + // Standard Error: 1_890 + .saturating_add(Weight::from_ref_time(185_467).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -118,12 +118,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn request_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 38_167 nanoseconds. - Weight::from_ref_time(36_408_807) - // Standard Error: 5_669 - .saturating_add(Weight::from_ref_time(154_785).saturating_mul(r.into())) - // Standard Error: 1_106 - .saturating_add(Weight::from_ref_time(351_981).saturating_mul(x.into())) + // Minimum execution time: 37_846 nanoseconds. + Weight::from_ref_time(35_925_359) + // Standard Error: 5_252 + .saturating_add(Weight::from_ref_time(218_629).saturating_mul(r.into())) + // Standard Error: 1_024 + .saturating_add(Weight::from_ref_time(360_582).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -131,42 +131,42 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn cancel_request(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 35_364 nanoseconds. - Weight::from_ref_time(33_959_116) - // Standard Error: 4_066 - .saturating_add(Weight::from_ref_time(95_702).saturating_mul(r.into())) - // Standard Error: 793 - .saturating_add(Weight::from_ref_time(345_929).saturating_mul(x.into())) + // Minimum execution time: 34_920 nanoseconds. + Weight::from_ref_time(33_266_839) + // Standard Error: 5_512 + .saturating_add(Weight::from_ref_time(171_604).saturating_mul(r.into())) + // Standard Error: 1_075 + .saturating_add(Weight::from_ref_time(349_514).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) /// The range of component `r` is `[1, 19]`. fn set_fee(r: u32, ) -> Weight { - // Minimum execution time: 8_663 nanoseconds. - Weight::from_ref_time(9_737_079) - // Standard Error: 2_488 - .saturating_add(Weight::from_ref_time(123_571).saturating_mul(r.into())) + // Minimum execution time: 8_430 nanoseconds. + Weight::from_ref_time(9_138_351) + // Standard Error: 1_795 + .saturating_add(Weight::from_ref_time(108_472).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) /// The range of component `r` is `[1, 19]`. fn set_account_id(r: u32, ) -> Weight { - // Minimum execution time: 8_983 nanoseconds. - Weight::from_ref_time(9_919_670) - // Standard Error: 2_177 - .saturating_add(Weight::from_ref_time(121_324).saturating_mul(r.into())) + // Minimum execution time: 8_638 nanoseconds. + Weight::from_ref_time(9_405_552) + // Standard Error: 1_963 + .saturating_add(Weight::from_ref_time(97_646).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) /// The range of component `r` is `[1, 19]`. fn set_fields(r: u32, ) -> Weight { - // Minimum execution time: 8_917 nanoseconds. - Weight::from_ref_time(9_942_994) - // Standard Error: 2_685 - .saturating_add(Weight::from_ref_time(120_895).saturating_mul(r.into())) + // Minimum execution time: 8_546 nanoseconds. + Weight::from_ref_time(9_337_421) + // Standard Error: 2_015 + .saturating_add(Weight::from_ref_time(111_710).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 19]`. /// The range of component `x` is `[0, 100]`. fn provide_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 28_482 nanoseconds. - Weight::from_ref_time(27_555_133) - // Standard Error: 5_352 - .saturating_add(Weight::from_ref_time(113_219).saturating_mul(r.into())) - // Standard Error: 990 - .saturating_add(Weight::from_ref_time(583_860).saturating_mul(x.into())) + // Minimum execution time: 27_966 nanoseconds. + Weight::from_ref_time(26_680_654) + // Standard Error: 6_734 + .saturating_add(Weight::from_ref_time(191_585).saturating_mul(r.into())) + // Standard Error: 1_246 + .saturating_add(Weight::from_ref_time(604_279).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,14 +192,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// 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 { - // Minimum execution time: 64_550 nanoseconds. - Weight::from_ref_time(48_971_026) - // Standard Error: 5_893 - .saturating_add(Weight::from_ref_time(106_634).saturating_mul(r.into())) - // Standard Error: 1_150 - .saturating_add(Weight::from_ref_time(931_616).saturating_mul(s.into())) - // Standard Error: 1_150 - .saturating_add(Weight::from_ref_time(163_283).saturating_mul(x.into())) + // Minimum execution time: 69_106 nanoseconds. + Weight::from_ref_time(46_945_391) + // Standard Error: 11_630 + .saturating_add(Weight::from_ref_time(337_751).saturating_mul(r.into())) + // Standard Error: 2_271 + .saturating_add(Weight::from_ref_time(1_175_329).saturating_mul(s.into())) + // Standard Error: 2_271 + .saturating_add(Weight::from_ref_time(192_139).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -209,10 +209,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn add_sub(s: u32, ) -> Weight { - // Minimum execution time: 31_739 nanoseconds. - Weight::from_ref_time(38_608_401) - // Standard Error: 1_946 - .saturating_add(Weight::from_ref_time(76_822).saturating_mul(s.into())) + // Minimum execution time: 33_322 nanoseconds. + Weight::from_ref_time(38_627_330) + // Standard Error: 1_949 + .saturating_add(Weight::from_ref_time(127_639).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -220,10 +220,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn rename_sub(s: u32, ) -> Weight { - // Minimum execution time: 13_883 nanoseconds. - Weight::from_ref_time(16_485_217) - // Standard Error: 773 - .saturating_add(Weight::from_ref_time(27_159).saturating_mul(s.into())) + // Minimum execution time: 13_654 nanoseconds. + Weight::from_ref_time(15_213_328) + // Standard Error: 832 + .saturating_add(Weight::from_ref_time(58_362).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -232,10 +232,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn remove_sub(s: u32, ) -> Weight { - // Minimum execution time: 36_437 nanoseconds. - Weight::from_ref_time(40_441_535) - // Standard Error: 1_253 - .saturating_add(Weight::from_ref_time(62_665).saturating_mul(s.into())) + // Minimum execution time: 36_679 nanoseconds. + Weight::from_ref_time(40_188_225) + // Standard Error: 1_582 + .saturating_add(Weight::from_ref_time(117_191).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -243,10 +243,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn quit_sub(s: u32, ) -> Weight { - // Minimum execution time: 25_981 nanoseconds. - Weight::from_ref_time(29_625_120) - // Standard Error: 1_380 - .saturating_add(Weight::from_ref_time(68_779).saturating_mul(s.into())) + // Minimum execution time: 25_353 nanoseconds. + Weight::from_ref_time(28_943_659) + // Standard Error: 1_302 + .saturating_add(Weight::from_ref_time(104_563).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_im_online.rs b/runtime/kusama/src/weights/pallet_im_online.rs index 02a923d0923d..12cf3bb35142 100644 --- a/runtime/kusama/src/weights/pallet_im_online.rs +++ b/runtime/kusama/src/weights/pallet_im_online.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_im_online` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -52,12 +52,12 @@ impl pallet_im_online::WeightInfo for WeightInfo { /// The range of component `k` is `[1, 1000]`. /// The range of component `e` is `[1, 100]`. fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight { - // Minimum execution time: 98_409 nanoseconds. - Weight::from_ref_time(78_205_899) - // Standard Error: 267 - .saturating_add(Weight::from_ref_time(22_579).saturating_mul(k.into())) - // Standard Error: 2_694 - .saturating_add(Weight::from_ref_time(319_572).saturating_mul(e.into())) + // Minimum execution time: 122_686 nanoseconds. + Weight::from_ref_time(105_524_409) + // Standard Error: 490 + .saturating_add(Weight::from_ref_time(35_139).saturating_mul(k.into())) + // Standard Error: 4_940 + .saturating_add(Weight::from_ref_time(397_291).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_indices.rs b/runtime/kusama/src/weights/pallet_indices.rs index 4d5174d07313..92991729a71a 100644 --- a/runtime/kusama/src/weights/pallet_indices.rs +++ b/runtime/kusama/src/weights/pallet_indices.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_indices` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -46,38 +46,38 @@ pub struct WeightInfo(PhantomData); impl pallet_indices::WeightInfo for WeightInfo { // Storage: Indices Accounts (r:1 w:1) fn claim() -> Weight { - // Minimum execution time: 26_468 nanoseconds. - Weight::from_ref_time(26_843_000) + // Minimum execution time: 27_765 nanoseconds. + Weight::from_ref_time(28_786_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - // Minimum execution time: 32_562 nanoseconds. - Weight::from_ref_time(33_212_000) + // Minimum execution time: 34_094 nanoseconds. + Weight::from_ref_time(35_225_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Indices Accounts (r:1 w:1) fn free() -> Weight { - // Minimum execution time: 27_037 nanoseconds. - Weight::from_ref_time(27_622_000) + // Minimum execution time: 28_050 nanoseconds. + Weight::from_ref_time(28_889_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn force_transfer() -> Weight { - // Minimum execution time: 27_462 nanoseconds. - Weight::from_ref_time(28_168_000) + // Minimum execution time: 28_347 nanoseconds. + Weight::from_ref_time(28_978_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Indices Accounts (r:1 w:1) fn freeze() -> Weight { - // Minimum execution time: 32_750 nanoseconds. - Weight::from_ref_time(33_370_000) + // Minimum execution time: 33_287 nanoseconds. + Weight::from_ref_time(34_243_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_membership.rs b/runtime/kusama/src/weights/pallet_membership.rs index 76e28b194a5f..a0edd23854f9 100644 --- a/runtime/kusama/src/weights/pallet_membership.rs +++ b/runtime/kusama/src/weights/pallet_membership.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_membership` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -50,10 +50,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 99]`. fn add_member(m: u32, ) -> Weight { - // Minimum execution time: 20_575 nanoseconds. - Weight::from_ref_time(21_260_761) - // Standard Error: 485 - .saturating_add(Weight::from_ref_time(37_409).saturating_mul(m.into())) + // Minimum execution time: 20_959 nanoseconds. + Weight::from_ref_time(22_086_364) + // Standard Error: 620 + .saturating_add(Weight::from_ref_time(32_439).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -64,10 +64,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[2, 100]`. fn remove_member(m: u32, ) -> Weight { - // Minimum execution time: 23_096 nanoseconds. - Weight::from_ref_time(23_955_196) - // Standard Error: 577 - .saturating_add(Weight::from_ref_time(31_297).saturating_mul(m.into())) + // Minimum execution time: 23_297 nanoseconds. + Weight::from_ref_time(24_576_870) + // Standard Error: 568 + .saturating_add(Weight::from_ref_time(29_793).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -78,10 +78,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[2, 100]`. fn swap_member(m: u32, ) -> Weight { - // Minimum execution time: 23_244 nanoseconds. - Weight::from_ref_time(24_572_165) - // Standard Error: 1_216 - .saturating_add(Weight::from_ref_time(39_985).saturating_mul(m.into())) + // Minimum execution time: 23_757 nanoseconds. + Weight::from_ref_time(24_760_667) + // Standard Error: 647 + .saturating_add(Weight::from_ref_time(41_107).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -92,10 +92,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn reset_member(m: u32, ) -> Weight { - // Minimum execution time: 22_278 nanoseconds. - Weight::from_ref_time(23_773_492) - // Standard Error: 776 - .saturating_add(Weight::from_ref_time(154_940).saturating_mul(m.into())) + // Minimum execution time: 23_040 nanoseconds. + Weight::from_ref_time(24_159_166) + // Standard Error: 925 + .saturating_add(Weight::from_ref_time(144_275).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -106,10 +106,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn change_key(m: u32, ) -> Weight { - // Minimum execution time: 23_267 nanoseconds. - Weight::from_ref_time(24_454_632) - // Standard Error: 652 - .saturating_add(Weight::from_ref_time(45_984).saturating_mul(m.into())) + // Minimum execution time: 24_105 nanoseconds. + Weight::from_ref_time(25_351_243) + // Standard Error: 680 + .saturating_add(Weight::from_ref_time(40_146).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -118,21 +118,19 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn set_prime(m: u32, ) -> Weight { - // Minimum execution time: 8_122 nanoseconds. - Weight::from_ref_time(8_675_144) - // Standard Error: 213 - .saturating_add(Weight::from_ref_time(10_445).saturating_mul(m.into())) + // Minimum execution time: 7_664 nanoseconds. + Weight::from_ref_time(8_284_488) + // Standard Error: 236 + .saturating_add(Weight::from_ref_time(9_047).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: TechnicalMembership Prime (r:0 w:1) // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. - fn clear_prime(m: u32, ) -> Weight { - // Minimum execution time: 4_600 nanoseconds. - Weight::from_ref_time(4_924_820) - // Standard Error: 127 - .saturating_add(Weight::from_ref_time(632).saturating_mul(m.into())) + fn clear_prime(_m: u32, ) -> Weight { + // Minimum execution time: 4_333 nanoseconds. + Weight::from_ref_time(4_792_052) .saturating_add(T::DbWeight::get().writes(2)) } } diff --git a/runtime/kusama/src/weights/pallet_multisig.rs b/runtime/kusama/src/weights/pallet_multisig.rs index 213f67d3da07..9ef7d229e875 100644 --- a/runtime/kusama/src/weights/pallet_multisig.rs +++ b/runtime/kusama/src/weights/pallet_multisig.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -46,22 +46,22 @@ pub struct WeightInfo(PhantomData); impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_threshold_1(z: u32, ) -> Weight { - // Minimum execution time: 14_495 nanoseconds. - Weight::from_ref_time(14_894_910) - // Standard Error: 3 - .saturating_add(Weight::from_ref_time(542).saturating_mul(z.into())) + // Minimum execution time: 16_366 nanoseconds. + Weight::from_ref_time(17_458_988) + // Standard Error: 15 + .saturating_add(Weight::from_ref_time(624).saturating_mul(z.into())) } // Storage: Multisig Multisigs (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 44_113 nanoseconds. - Weight::from_ref_time(37_551_067) - // Standard Error: 1_426 - .saturating_add(Weight::from_ref_time(80_890).saturating_mul(s.into())) + // Minimum execution time: 50_456 nanoseconds. + Weight::from_ref_time(36_764_211) + // Standard Error: 1_415 + .saturating_add(Weight::from_ref_time(155_491).saturating_mul(s.into())) // Standard Error: 13 - .saturating_add(Weight::from_ref_time(1_496).saturating_mul(z.into())) + .saturating_add(Weight::from_ref_time(1_850).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[3, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 33_439 nanoseconds. - Weight::from_ref_time(26_597_002) - // Standard Error: 600 - .saturating_add(Weight::from_ref_time(76_395).saturating_mul(s.into())) - // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_555).saturating_mul(z.into())) + // Minimum execution time: 37_669 nanoseconds. + Weight::from_ref_time(24_645_772) + // Standard Error: 1_207 + .saturating_add(Weight::from_ref_time(145_342).saturating_mul(s.into())) + // Standard Error: 11 + .saturating_add(Weight::from_ref_time(1_884).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 48_213 nanoseconds. - Weight::from_ref_time(39_088_450) - // Standard Error: 660 - .saturating_add(Weight::from_ref_time(105_024).saturating_mul(s.into())) - // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_575).saturating_mul(z.into())) + // Minimum execution time: 55_884 nanoseconds. + Weight::from_ref_time(38_538_513) + // Standard Error: 1_277 + .saturating_add(Weight::from_ref_time(183_372).saturating_mul(s.into())) + // Standard Error: 12 + .saturating_add(Weight::from_ref_time(1_914).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -96,30 +96,30 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { - // Minimum execution time: 33_742 nanoseconds. - Weight::from_ref_time(35_686_537) - // Standard Error: 1_271 - .saturating_add(Weight::from_ref_time(85_116).saturating_mul(s.into())) + // Minimum execution time: 33_804 nanoseconds. + Weight::from_ref_time(35_452_858) + // Standard Error: 1_524 + .saturating_add(Weight::from_ref_time(154_451).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Multisig Multisigs (r:1 w:1) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { - // Minimum execution time: 23_681 nanoseconds. - Weight::from_ref_time(25_373_443) - // Standard Error: 727 - .saturating_add(Weight::from_ref_time(77_966).saturating_mul(s.into())) + // Minimum execution time: 23_239 nanoseconds. + Weight::from_ref_time(24_516_947) + // Standard Error: 1_191 + .saturating_add(Weight::from_ref_time(131_786).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) /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { - // Minimum execution time: 33_674 nanoseconds. - Weight::from_ref_time(36_131_117) - // Standard Error: 870 - .saturating_add(Weight::from_ref_time(81_902).saturating_mul(s.into())) + // Minimum execution time: 34_313 nanoseconds. + Weight::from_ref_time(35_472_386) + // Standard Error: 1_233 + .saturating_add(Weight::from_ref_time(151_266).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_nis.rs b/runtime/kusama/src/weights/pallet_nis.rs index 22c47d0ca881..0b0aba44cdfc 100644 --- a/runtime/kusama/src/weights/pallet_nis.rs +++ b/runtime/kusama/src/weights/pallet_nis.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_nis` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -45,40 +45,43 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_nis::WeightInfo for WeightInfo { // Storage: Nis Queues (r:1 w:1) + // Storage: Balances Reserves (r:1 w:1) // Storage: Nis QueueTotals (r:1 w:1) /// The range of component `l` is `[0, 999]`. fn place_bid(l: u32, ) -> Weight { - // Minimum execution time: 33_926 nanoseconds. - Weight::from_ref_time(36_379_155) - // Standard Error: 691 - .saturating_add(Weight::from_ref_time(71_498).saturating_mul(l.into())) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(2)) + // Minimum execution time: 37_780 nanoseconds. + Weight::from_ref_time(37_851_979) + // Standard Error: 1_271 + .saturating_add(Weight::from_ref_time(99_606).saturating_mul(l.into())) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Nis Queues (r:1 w:1) + // Storage: Balances Reserves (r:1 w:1) // Storage: Nis QueueTotals (r:1 w:1) fn place_bid_max() -> Weight { - // Minimum execution time: 105_722 nanoseconds. - Weight::from_ref_time(107_235_000) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(2)) + // Minimum execution time: 131_727 nanoseconds. + Weight::from_ref_time(135_467_000) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Nis Queues (r:1 w:1) // Storage: Nis QueueTotals (r:1 w:1) + // Storage: Balances Reserves (r:1 w:1) /// The range of component `l` is `[1, 1000]`. fn retract_bid(l: u32, ) -> Weight { - // Minimum execution time: 40_864 nanoseconds. - Weight::from_ref_time(37_489_142) - // Standard Error: 698 - .saturating_add(Weight::from_ref_time(60_768).saturating_mul(l.into())) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(2)) + // Minimum execution time: 46_264 nanoseconds. + Weight::from_ref_time(39_987_438) + // Standard Error: 1_185 + .saturating_add(Weight::from_ref_time(82_927).saturating_mul(l.into())) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Nis Summary (r:1 w:0) // Storage: System Account (r:1 w:1) fn fund_deficit() -> Weight { - // Minimum execution time: 41_359 nanoseconds. - Weight::from_ref_time(41_922_000) + // Minimum execution time: 43_743 nanoseconds. + Weight::from_ref_time(45_150_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -87,31 +90,31 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:0) // Storage: Balances Reserves (r:1 w:1) fn thaw_private() -> Weight { - // Minimum execution time: 84_000 nanoseconds. - Weight::from_ref_time(85_000_000) + // Minimum execution time: 57_646 nanoseconds. + Weight::from_ref_time(58_259_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Nis Receipts (r:1 w:1) // Storage: Nis Summary (r:1 w:1) - // Storage: Assets Asset (r:1 w:1) - // Storage: Assets Account (r:1 w:1) + // Storage: NisCounterpartBalances Account (r:1 w:1) + // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) // Storage: System Account (r:1 w:1) fn thaw_communal() -> Weight { - // Minimum execution time: 108_000 nanoseconds. - Weight::from_ref_time(115_000_000) + // Minimum execution time: 73_710 nanoseconds. + Weight::from_ref_time(75_420_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: Nis Receipts (r:1 w:1) // Storage: Nis Summary (r:1 w:1) // Storage: System Account (r:1 w:1) - // Storage: Assets Asset (r:1 w:1) - // Storage: Assets Account (r:1 w:1) + // Storage: NisCounterpartBalances Account (r:1 w:1) + // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) // Storage: Balances Reserves (r:1 w:1) fn privatize() -> Weight { - // Minimum execution time: 107_000 nanoseconds. - Weight::from_ref_time(110_000_000) + // Minimum execution time: 80_694 nanoseconds. + Weight::from_ref_time(83_892_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -119,11 +122,11 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: Balances Reserves (r:1 w:1) // Storage: System Account (r:1 w:1) // Storage: Nis Summary (r:1 w:1) - // Storage: Assets Asset (r:1 w:1) - // Storage: Assets Account (r:1 w:1) + // Storage: NisCounterpartBalances Account (r:1 w:1) + // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn communify() -> Weight { - // Minimum execution time: 89_000 nanoseconds. - Weight::from_ref_time(89_000_000) + // Minimum execution time: 70_940 nanoseconds. + Weight::from_ref_time(73_876_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -131,24 +134,22 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:0) // Storage: Nis QueueTotals (r:1 w:1) fn process_queues() -> Weight { - // Minimum execution time: 37_798 nanoseconds. - Weight::from_ref_time(38_855_000) + // Minimum execution time: 50_584 nanoseconds. + Weight::from_ref_time(55_042_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Nis Queues (r:1 w:1) fn process_queue() -> Weight { - // Minimum execution time: 4_130 nanoseconds. - Weight::from_ref_time(4_316_000) + // Minimum execution time: 4_445 nanoseconds. + Weight::from_ref_time(4_588_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } - // Storage: System Account (r:1 w:0) // Storage: Nis Receipts (r:0 w:1) fn process_bid() -> Weight { - // Minimum execution time: 13_335 nanoseconds. - Weight::from_ref_time(13_744_000) - .saturating_add(T::DbWeight::get().reads(1)) + // Minimum execution time: 11_503 nanoseconds. + Weight::from_ref_time(11_903_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index d94b8b6d01df..841dbb1c6f96 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_nomination_pools` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -58,8 +58,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn join() -> Weight { - // Minimum execution time: 140_836 nanoseconds. - Weight::from_ref_time(142_423_000) + // Minimum execution time: 156_630 nanoseconds. + Weight::from_ref_time(161_624_000) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -73,8 +73,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn bond_extra_transfer() -> Weight { - // Minimum execution time: 138_640 nanoseconds. - Weight::from_ref_time(142_051_000) + // Minimum execution time: 154_872 nanoseconds. + Weight::from_ref_time(160_462_000) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -88,8 +88,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListNodes (r:2 w:2) // Storage: VoterList ListBags (r:2 w:2) fn bond_extra_reward() -> Weight { - // Minimum execution time: 142_128 nanoseconds. - Weight::from_ref_time(143_514_000) + // Minimum execution time: 158_814 nanoseconds. + Weight::from_ref_time(163_593_000) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -98,8 +98,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools RewardPools (r:1 w:1) // Storage: System Account (r:1 w:1) fn claim_payout() -> Weight { - // Minimum execution time: 54_675 nanoseconds. - Weight::from_ref_time(55_259_000) + // Minimum execution time: 56_896 nanoseconds. + Weight::from_ref_time(58_906_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -118,8 +118,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools SubPoolsStorage (r:1 w:1) // Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) fn unbond() -> Weight { - // Minimum execution time: 143_235 nanoseconds. - Weight::from_ref_time(146_359_000) + // Minimum execution time: 159_434 nanoseconds. + Weight::from_ref_time(167_117_000) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(13)) } @@ -130,10 +130,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Balances Locks (r:1 w:1) /// The range of component `s` is `[0, 100]`. fn pool_withdraw_unbonded(s: u32, ) -> Weight { - // Minimum execution time: 54_065 nanoseconds. - Weight::from_ref_time(55_354_956) - // Standard Error: 853 - .saturating_add(Weight::from_ref_time(15_395).saturating_mul(s.into())) + // Minimum execution time: 56_530 nanoseconds. + Weight::from_ref_time(58_630_423) + // Standard Error: 1_867 + .saturating_add(Weight::from_ref_time(64_804).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -148,10 +148,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools CounterForPoolMembers (r:1 w:1) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { - // Minimum execution time: 95_904 nanoseconds. - Weight::from_ref_time(97_749_156) - // Standard Error: 1_617 - .saturating_add(Weight::from_ref_time(24_583).saturating_mul(s.into())) + // Minimum execution time: 102_647 nanoseconds. + Weight::from_ref_time(107_163_707) + // Standard Error: 2_350 + .saturating_add(Weight::from_ref_time(85_357).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -176,11 +176,9 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools CounterForBondedPools (r:1 w:1) // Storage: Staking Payee (r:0 w:1) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_kill(s: u32, ) -> Weight { - // Minimum execution time: 144_934 nanoseconds. - Weight::from_ref_time(146_986_596) - // Standard Error: 2_427 - .saturating_add(Weight::from_ref_time(19_993).saturating_mul(s.into())) + fn withdraw_unbonded_kill(_s: u32, ) -> Weight { + // Minimum execution time: 156_516 nanoseconds. + Weight::from_ref_time(163_996_008) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -206,8 +204,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools BondedPools (r:1 w:1) // Storage: Staking Payee (r:0 w:1) fn create() -> Weight { - // Minimum execution time: 124_988 nanoseconds. - Weight::from_ref_time(126_230_000) + // Minimum execution time: 133_953 nanoseconds. + Weight::from_ref_time(137_460_000) .saturating_add(T::DbWeight::get().reads(21)) .saturating_add(T::DbWeight::get().writes(15)) } @@ -225,10 +223,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Staking CounterForNominators (r:1 w:1) /// The range of component `n` is `[1, 24]`. fn nominate(n: u32, ) -> Weight { - // Minimum execution time: 63_443 nanoseconds. - Weight::from_ref_time(64_198_102) - // Standard Error: 4_527 - .saturating_add(Weight::from_ref_time(973_441).saturating_mul(n.into())) + // Minimum execution time: 65_343 nanoseconds. + Weight::from_ref_time(66_434_583) + // Standard Error: 6_792 + .saturating_add(Weight::from_ref_time(1_233_579).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) @@ -237,8 +235,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Staking Bonded (r:1 w:0) // Storage: Staking Ledger (r:1 w:0) fn set_state() -> Weight { - // Minimum execution time: 37_504 nanoseconds. - Weight::from_ref_time(38_307_000) + // Minimum execution time: 38_206 nanoseconds. + Weight::from_ref_time(39_394_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -247,10 +245,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools CounterForMetadata (r:1 w:1) /// The range of component `n` is `[1, 256]`. fn set_metadata(n: u32, ) -> Weight { - // Minimum execution time: 15_404 nanoseconds. - Weight::from_ref_time(15_933_695) - // Standard Error: 126 - .saturating_add(Weight::from_ref_time(1_762).saturating_mul(n.into())) + // Minimum execution time: 14_356 nanoseconds. + Weight::from_ref_time(15_333_494) + // Standard Error: 169 + .saturating_add(Weight::from_ref_time(1_505).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -260,14 +258,14 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools MinCreateBond (r:0 w:1) // Storage: NominationPools MaxPools (r:0 w:1) fn set_configs() -> Weight { - // Minimum execution time: 6_131 nanoseconds. - Weight::from_ref_time(6_357_000) + // Minimum execution time: 6_362 nanoseconds. + Weight::from_ref_time(6_712_000) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: NominationPools BondedPools (r:1 w:1) fn update_roles() -> Weight { - // Minimum execution time: 25_319 nanoseconds. - Weight::from_ref_time(25_847_000) + // Minimum execution time: 25_175 nanoseconds. + Weight::from_ref_time(26_582_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -281,8 +279,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListBags (r:1 w:1) // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill() -> Weight { - // Minimum execution time: 65_458 nanoseconds. - Weight::from_ref_time(66_062_000) + // Minimum execution time: 68_017 nanoseconds. + Weight::from_ref_time(69_420_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/kusama/src/weights/pallet_preimage.rs b/runtime/kusama/src/weights/pallet_preimage.rs index be7a51a6ee84..a1223a2d2a15 100644 --- a/runtime/kusama/src/weights/pallet_preimage.rs +++ b/runtime/kusama/src/weights/pallet_preimage.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -48,10 +48,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_preimage(s: u32, ) -> Weight { - // Minimum execution time: 29_249 nanoseconds. - Weight::from_ref_time(29_667_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_331).saturating_mul(s.into())) + // Minimum execution time: 29_429 nanoseconds. + Weight::from_ref_time(165_825_390) + // Standard Error: 10 + .saturating_add(Weight::from_ref_time(2_434).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -59,10 +59,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_requested_preimage(s: u32, ) -> Weight { - // Minimum execution time: 20_493 nanoseconds. - Weight::from_ref_time(20_712_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_328).saturating_mul(s.into())) + // Minimum execution time: 20_727 nanoseconds. + Weight::from_ref_time(136_143_369) + // Standard Error: 11 + .saturating_add(Weight::from_ref_time(2_443).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -70,76 +70,76 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_no_deposit_preimage(s: u32, ) -> Weight { - // Minimum execution time: 19_561 nanoseconds. - Weight::from_ref_time(19_890_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_326).saturating_mul(s.into())) + // Minimum execution time: 20_039 nanoseconds. + Weight::from_ref_time(134_732_545) + // Standard Error: 9 + .saturating_add(Weight::from_ref_time(2_483).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_preimage() -> Weight { - // Minimum execution time: 40_358 nanoseconds. - Weight::from_ref_time(42_231_000) + // Minimum execution time: 50_523 nanoseconds. + Weight::from_ref_time(62_952_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_no_deposit_preimage() -> Weight { - // Minimum execution time: 28_542 nanoseconds. - Weight::from_ref_time(30_123_000) + // Minimum execution time: 35_845 nanoseconds. + Weight::from_ref_time(37_757_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_preimage() -> Weight { - // Minimum execution time: 29_477 nanoseconds. - Weight::from_ref_time(30_214_000) + // Minimum execution time: 34_455 nanoseconds. + Weight::from_ref_time(39_618_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_no_deposit_preimage() -> Weight { - // Minimum execution time: 14_577 nanoseconds. - Weight::from_ref_time(15_426_000) + // Minimum execution time: 19_616 nanoseconds. + Weight::from_ref_time(22_566_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_unnoted_preimage() -> Weight { - // Minimum execution time: 17_856 nanoseconds. - Weight::from_ref_time(18_542_000) + // Minimum execution time: 24_530 nanoseconds. + Weight::from_ref_time(26_512_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_requested_preimage() -> Weight { - // Minimum execution time: 8_718 nanoseconds. - Weight::from_ref_time(8_968_000) + // Minimum execution time: 11_128 nanoseconds. + Weight::from_ref_time(11_502_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unrequest_preimage() -> Weight { - // Minimum execution time: 28_139 nanoseconds. - Weight::from_ref_time(29_250_000) + // Minimum execution time: 37_083 nanoseconds. + Weight::from_ref_time(43_829_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_unnoted_preimage() -> Weight { - // Minimum execution time: 8_513 nanoseconds. - Weight::from_ref_time(8_706_000) + // Minimum execution time: 9_557 nanoseconds. + Weight::from_ref_time(11_240_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_multi_referenced_preimage() -> Weight { - // Minimum execution time: 8_647 nanoseconds. - Weight::from_ref_time(8_798_000) + // Minimum execution time: 9_982 nanoseconds. + Weight::from_ref_time(12_149_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_proxy.rs b/runtime/kusama/src/weights/pallet_proxy.rs index a0be76dc936a..a676a99072a4 100644 --- a/runtime/kusama/src/weights/pallet_proxy.rs +++ b/runtime/kusama/src/weights/pallet_proxy.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_proxy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -47,10 +47,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:0) /// The range of component `p` is `[1, 31]`. fn proxy(p: u32, ) -> Weight { - // Minimum execution time: 20_801 nanoseconds. - Weight::from_ref_time(21_560_080) - // Standard Error: 1_302 - .saturating_add(Weight::from_ref_time(44_224).saturating_mul(p.into())) + // Minimum execution time: 20_470 nanoseconds. + Weight::from_ref_time(21_653_598) + // Standard Error: 3_145 + .saturating_add(Weight::from_ref_time(32_479).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: Proxy Proxies (r:1 w:0) @@ -59,12 +59,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn proxy_announced(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 38_685 nanoseconds. - Weight::from_ref_time(39_702_190) - // Standard Error: 3_040 - .saturating_add(Weight::from_ref_time(109_577).saturating_mul(a.into())) - // Standard Error: 3_141 - .saturating_add(Weight::from_ref_time(33_950).saturating_mul(p.into())) + // Minimum execution time: 39_560 nanoseconds. + Weight::from_ref_time(40_290_699) + // Standard Error: 3_727 + .saturating_add(Weight::from_ref_time(140_520).saturating_mul(a.into())) + // Standard Error: 3_850 + .saturating_add(Weight::from_ref_time(36_799).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -73,12 +73,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn remove_announcement(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 27_051 nanoseconds. - Weight::from_ref_time(27_757_501) - // Standard Error: 1_470 - .saturating_add(Weight::from_ref_time(125_076).saturating_mul(a.into())) - // Standard Error: 1_519 - .saturating_add(Weight::from_ref_time(11_510).saturating_mul(p.into())) + // Minimum execution time: 26_394 nanoseconds. + Weight::from_ref_time(28_125_921) + // Standard Error: 2_274 + .saturating_add(Weight::from_ref_time(131_939).saturating_mul(a.into())) + // Standard Error: 2_350 + .saturating_add(Weight::from_ref_time(21_272).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -87,12 +87,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn reject_announcement(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 26_492 nanoseconds. - Weight::from_ref_time(27_898_436) - // Standard Error: 1_648 - .saturating_add(Weight::from_ref_time(126_621).saturating_mul(a.into())) - // Standard Error: 1_703 - .saturating_add(Weight::from_ref_time(28).saturating_mul(p.into())) + // Minimum execution time: 26_994 nanoseconds. + Weight::from_ref_time(28_310_186) + // Standard Error: 2_355 + .saturating_add(Weight::from_ref_time(132_901).saturating_mul(a.into())) + // Standard Error: 2_433 + .saturating_add(Weight::from_ref_time(14_089).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -102,42 +102,42 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn announce(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 34_689 nanoseconds. - Weight::from_ref_time(35_552_710) - // Standard Error: 2_196 - .saturating_add(Weight::from_ref_time(126_812).saturating_mul(a.into())) - // Standard Error: 2_269 - .saturating_add(Weight::from_ref_time(45_635).saturating_mul(p.into())) + // Minimum execution time: 35_406 nanoseconds. + Weight::from_ref_time(37_254_550) + // Standard Error: 2_928 + .saturating_add(Weight::from_ref_time(121_535).saturating_mul(a.into())) + // Standard Error: 3_025 + .saturating_add(Weight::from_ref_time(32_460).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn add_proxy(p: u32, ) -> Weight { - // Minimum execution time: 27_974 nanoseconds. - Weight::from_ref_time(29_745_940) - // Standard Error: 2_028 - .saturating_add(Weight::from_ref_time(69_669).saturating_mul(p.into())) + // Minimum execution time: 29_321 nanoseconds. + Weight::from_ref_time(30_769_189) + // Standard Error: 2_828 + .saturating_add(Weight::from_ref_time(63_470).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxy(p: u32, ) -> Weight { - // Minimum execution time: 28_076 nanoseconds. - Weight::from_ref_time(29_852_822) - // Standard Error: 2_338 - .saturating_add(Weight::from_ref_time(83_273).saturating_mul(p.into())) + // Minimum execution time: 29_250 nanoseconds. + Weight::from_ref_time(30_954_452) + // Standard Error: 3_090 + .saturating_add(Weight::from_ref_time(69_334).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxies(p: u32, ) -> Weight { - // Minimum execution time: 24_751 nanoseconds. - Weight::from_ref_time(26_198_385) - // Standard Error: 1_915 - .saturating_add(Weight::from_ref_time(44_128).saturating_mul(p.into())) + // Minimum execution time: 25_156 nanoseconds. + Weight::from_ref_time(26_616_354) + // Standard Error: 2_615 + .saturating_add(Weight::from_ref_time(35_528).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -145,20 +145,20 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn create_pure(p: u32, ) -> Weight { - // Minimum execution time: 31_599 nanoseconds. - Weight::from_ref_time(33_127_853) - // Standard Error: 1_912 - .saturating_add(Weight::from_ref_time(15_273).saturating_mul(p.into())) + // Minimum execution time: 32_454 nanoseconds. + Weight::from_ref_time(33_851_631) + // Standard Error: 2_540 + .saturating_add(Weight::from_ref_time(25_757).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[0, 30]`. fn kill_pure(p: u32, ) -> Weight { - // Minimum execution time: 26_880 nanoseconds. - Weight::from_ref_time(27_558_719) - // Standard Error: 2_989 - .saturating_add(Weight::from_ref_time(60_878).saturating_mul(p.into())) + // Minimum execution time: 26_436 nanoseconds. + Weight::from_ref_time(27_967_434) + // Standard Error: 2_130 + .saturating_add(Weight::from_ref_time(31_810).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_ranked_collective.rs b/runtime/kusama/src/weights/pallet_ranked_collective.rs index d4def2927cd4..c48f0ca53949 100644 --- a/runtime/kusama/src/weights/pallet_ranked_collective.rs +++ b/runtime/kusama/src/weights/pallet_ranked_collective.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_ranked_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -49,8 +49,8 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Storage: FellowshipCollective IndexToId (r:0 w:1) // Storage: FellowshipCollective IdToIndex (r:0 w:1) fn add_member() -> Weight { - // Minimum execution time: 20_345 nanoseconds. - Weight::from_ref_time(21_390_000) + // Minimum execution time: 20_928 nanoseconds. + Weight::from_ref_time(22_136_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -60,10 +60,10 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Storage: FellowshipCollective IndexToId (r:1 w:1) /// The range of component `r` is `[0, 10]`. fn remove_member(r: u32, ) -> Weight { - // Minimum execution time: 31_490 nanoseconds. - Weight::from_ref_time(34_193_442) - // Standard Error: 21_069 - .saturating_add(Weight::from_ref_time(9_818_196).saturating_mul(r.into())) + // Minimum execution time: 32_218 nanoseconds. + Weight::from_ref_time(33_955_197) + // Standard Error: 18_651 + .saturating_add(Weight::from_ref_time(11_412_924).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -75,10 +75,10 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Storage: FellowshipCollective IdToIndex (r:0 w:1) /// The range of component `r` is `[0, 10]`. fn promote_member(r: u32, ) -> Weight { - // Minimum execution time: 23_185 nanoseconds. - Weight::from_ref_time(24_111_583) - // Standard Error: 5_139 - .saturating_add(Weight::from_ref_time(435_094).saturating_mul(r.into())) + // Minimum execution time: 23_499 nanoseconds. + Weight::from_ref_time(24_598_620) + // Standard Error: 6_442 + .saturating_add(Weight::from_ref_time(422_078).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -88,10 +88,10 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Storage: FellowshipCollective IndexToId (r:1 w:1) /// The range of component `r` is `[0, 10]`. fn demote_member(r: u32, ) -> Weight { - // Minimum execution time: 31_250 nanoseconds. - Weight::from_ref_time(34_534_455) - // Standard Error: 16_714 - .saturating_add(Weight::from_ref_time(572_989).saturating_mul(r.into())) + // Minimum execution time: 32_100 nanoseconds. + Weight::from_ref_time(34_727_316) + // Standard Error: 15_714 + .saturating_add(Weight::from_ref_time(763_641).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -100,8 +100,8 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Storage: FellowshipCollective Voting (r:1 w:1) // Storage: Scheduler Agenda (r:2 w:2) fn vote() -> Weight { - // Minimum execution time: 47_463 nanoseconds. - Weight::from_ref_time(48_109_000) + // Minimum execution time: 49_728 nanoseconds. + Weight::from_ref_time(51_093_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -110,10 +110,10 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Storage: FellowshipCollective Voting (r:0 w:2) /// The range of component `n` is `[0, 100]`. fn cleanup_poll(n: u32, ) -> Weight { - // Minimum execution time: 15_195 nanoseconds. - Weight::from_ref_time(19_545_466) - // Standard Error: 1_861 - .saturating_add(Weight::from_ref_time(908_694).saturating_mul(n.into())) + // Minimum execution time: 15_147 nanoseconds. + Weight::from_ref_time(17_966_117) + // Standard Error: 2_387 + .saturating_add(Weight::from_ref_time(1_170_883).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) } diff --git a/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs b/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs index 95512f7fa898..3438060cbc26 100644 --- a/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs +++ b/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_referenda` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -49,16 +49,16 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) // Storage: FellowshipReferenda ReferendumInfoFor (r:0 w:1) fn submit() -> Weight { - // Minimum execution time: 32_323 nanoseconds. - Weight::from_ref_time(32_846_000) + // Minimum execution time: 33_032 nanoseconds. + Weight::from_ref_time(34_307_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:2 w:2) fn place_decision_deposit_preparing() -> Weight { - // Minimum execution time: 49_981 nanoseconds. - Weight::from_ref_time(50_894_000) + // Minimum execution time: 53_220 nanoseconds. + Weight::from_ref_time(55_127_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -66,8 +66,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipReferenda DecidingCount (r:1 w:0) // Storage: FellowshipReferenda TrackQueue (r:1 w:1) fn place_decision_deposit_queued() -> Weight { - // Minimum execution time: 86_813 nanoseconds. - Weight::from_ref_time(89_421_000) + // Minimum execution time: 121_588 nanoseconds. + Weight::from_ref_time(126_165_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -75,8 +75,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipReferenda DecidingCount (r:1 w:0) // Storage: FellowshipReferenda TrackQueue (r:1 w:1) fn place_decision_deposit_not_queued() -> Weight { - // Minimum execution time: 85_855 nanoseconds. - Weight::from_ref_time(88_908_000) + // Minimum execution time: 117_891 nanoseconds. + Weight::from_ref_time(125_461_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -85,8 +85,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:2 w:2) fn place_decision_deposit_passing() -> Weight { - // Minimum execution time: 182_879 nanoseconds. - Weight::from_ref_time(198_825_000) + // Minimum execution time: 234_595 nanoseconds. + Weight::from_ref_time(271_437_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -94,46 +94,46 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipReferenda DecidingCount (r:1 w:1) // Storage: FellowshipCollective MemberCount (r:1 w:0) fn place_decision_deposit_failing() -> Weight { - // Minimum execution time: 44_349 nanoseconds. - Weight::from_ref_time(45_619_000) + // Minimum execution time: 45_777 nanoseconds. + Weight::from_ref_time(48_029_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1) fn refund_decision_deposit() -> Weight { - // Minimum execution time: 31_259 nanoseconds. - Weight::from_ref_time(32_116_000) + // Minimum execution time: 32_429 nanoseconds. + Weight::from_ref_time(33_391_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1) fn refund_submission_deposit() -> Weight { - // Minimum execution time: 20_520 nanoseconds. - Weight::from_ref_time(21_128_000) + // Minimum execution time: 20_638 nanoseconds. + Weight::from_ref_time(21_567_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:2 w:2) fn cancel() -> Weight { - // Minimum execution time: 39_124 nanoseconds. - Weight::from_ref_time(39_951_000) + // Minimum execution time: 41_019 nanoseconds. + Weight::from_ref_time(42_461_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:2 w:2) fn kill() -> Weight { - // Minimum execution time: 69_061 nanoseconds. - Weight::from_ref_time(70_584_000) + // Minimum execution time: 74_542 nanoseconds. + Weight::from_ref_time(76_057_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: FellowshipReferenda TrackQueue (r:1 w:0) // Storage: FellowshipReferenda DecidingCount (r:1 w:1) fn one_fewer_deciding_queue_empty() -> Weight { - // Minimum execution time: 11_350 nanoseconds. - Weight::from_ref_time(11_622_000) + // Minimum execution time: 10_762 nanoseconds. + Weight::from_ref_time(11_294_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -142,8 +142,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:2 w:2) fn one_fewer_deciding_failing() -> Weight { - // Minimum execution time: 137_619 nanoseconds. - Weight::from_ref_time(140_816_000) + // Minimum execution time: 199_865 nanoseconds. + Weight::from_ref_time(206_244_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -152,8 +152,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:2 w:2) fn one_fewer_deciding_passing() -> Weight { - // Minimum execution time: 137_547 nanoseconds. - Weight::from_ref_time(142_280_000) + // Minimum execution time: 201_755 nanoseconds. + Weight::from_ref_time(211_431_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -161,8 +161,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipReferenda TrackQueue (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:0) fn nudge_referendum_requeued_insertion() -> Weight { - // Minimum execution time: 87_802 nanoseconds. - Weight::from_ref_time(89_519_000) + // Minimum execution time: 127_768 nanoseconds. + Weight::from_ref_time(134_716_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -170,8 +170,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipReferenda TrackQueue (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:0) fn nudge_referendum_requeued_slide() -> Weight { - // Minimum execution time: 86_179 nanoseconds. - Weight::from_ref_time(89_381_000) + // Minimum execution time: 125_917 nanoseconds. + Weight::from_ref_time(135_073_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -180,8 +180,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipReferenda TrackQueue (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:0) fn nudge_referendum_queued() -> Weight { - // Minimum execution time: 89_885 nanoseconds. - Weight::from_ref_time(92_361_000) + // Minimum execution time: 131_238 nanoseconds. + Weight::from_ref_time(138_536_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -190,31 +190,31 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipReferenda TrackQueue (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:0) fn nudge_referendum_not_queued() -> Weight { - // Minimum execution time: 88_558 nanoseconds. - Weight::from_ref_time(91_873_000) + // Minimum execution time: 130_133 nanoseconds. + Weight::from_ref_time(137_848_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_no_deposit() -> Weight { - // Minimum execution time: 29_644 nanoseconds. - Weight::from_ref_time(30_107_000) + // Minimum execution time: 30_389 nanoseconds. + Weight::from_ref_time(31_292_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_preparing() -> Weight { - // Minimum execution time: 29_915 nanoseconds. - Weight::from_ref_time(30_384_000) + // Minimum execution time: 30_855 nanoseconds. + Weight::from_ref_time(31_889_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1) fn nudge_referendum_timed_out() -> Weight { - // Minimum execution time: 22_416 nanoseconds. - Weight::from_ref_time(23_004_000) + // Minimum execution time: 22_951 nanoseconds. + Weight::from_ref_time(24_004_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -223,8 +223,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_begin_deciding_failing() -> Weight { - // Minimum execution time: 40_740 nanoseconds. - Weight::from_ref_time(41_379_000) + // Minimum execution time: 43_122 nanoseconds. + Weight::from_ref_time(44_218_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -233,8 +233,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_begin_deciding_passing() -> Weight { - // Minimum execution time: 87_692 nanoseconds. - Weight::from_ref_time(91_305_000) + // Minimum execution time: 117_285 nanoseconds. + Weight::from_ref_time(126_400_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -242,8 +242,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_begin_confirming() -> Weight { - // Minimum execution time: 163_293 nanoseconds. - Weight::from_ref_time(170_568_000) + // Minimum execution time: 199_975 nanoseconds. + Weight::from_ref_time(239_441_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -251,8 +251,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_end_confirming() -> Weight { - // Minimum execution time: 151_723 nanoseconds. - Weight::from_ref_time(171_294_000) + // Minimum execution time: 200_522 nanoseconds. + Weight::from_ref_time(236_891_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -260,8 +260,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_continue_not_confirming() -> Weight { - // Minimum execution time: 161_194 nanoseconds. - Weight::from_ref_time(168_043_000) + // Minimum execution time: 189_908 nanoseconds. + Weight::from_ref_time(226_848_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -269,8 +269,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_continue_confirming() -> Weight { - // Minimum execution time: 80_864 nanoseconds. - Weight::from_ref_time(83_157_000) + // Minimum execution time: 109_733 nanoseconds. + Weight::from_ref_time(119_010_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -279,8 +279,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:2 w:2) // Storage: Scheduler Lookup (r:1 w:1) fn nudge_referendum_approved() -> Weight { - // Minimum execution time: 176_272 nanoseconds. - Weight::from_ref_time(181_738_000) + // Minimum execution time: 212_206 nanoseconds. + Weight::from_ref_time(256_597_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -288,8 +288,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_rejected() -> Weight { - // Minimum execution time: 147_935 nanoseconds. - Weight::from_ref_time(171_683_000) + // Minimum execution time: 208_092 nanoseconds. + Weight::from_ref_time(236_927_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_referenda_referenda.rs b/runtime/kusama/src/weights/pallet_referenda_referenda.rs index e6b2e6ea686d..7056580cd556 100644 --- a/runtime/kusama/src/weights/pallet_referenda_referenda.rs +++ b/runtime/kusama/src/weights/pallet_referenda_referenda.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_referenda` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -48,16 +48,16 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) // Storage: Referenda ReferendumInfoFor (r:0 w:1) fn submit() -> Weight { - // Minimum execution time: 37_439 nanoseconds. - Weight::from_ref_time(38_195_000) + // Minimum execution time: 39_200 nanoseconds. + Weight::from_ref_time(40_721_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Referenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:2 w:2) fn place_decision_deposit_preparing() -> Weight { - // Minimum execution time: 49_831 nanoseconds. - Weight::from_ref_time(51_333_000) + // Minimum execution time: 52_825 nanoseconds. + Weight::from_ref_time(55_419_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -65,8 +65,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Referenda DecidingCount (r:1 w:0) // Storage: Referenda TrackQueue (r:1 w:1) fn place_decision_deposit_queued() -> Weight { - // Minimum execution time: 50_243 nanoseconds. - Weight::from_ref_time(51_154_000) + // Minimum execution time: 59_454 nanoseconds. + Weight::from_ref_time(62_516_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -74,8 +74,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Referenda DecidingCount (r:1 w:0) // Storage: Referenda TrackQueue (r:1 w:1) fn place_decision_deposit_not_queued() -> Weight { - // Minimum execution time: 49_776 nanoseconds. - Weight::from_ref_time(50_531_000) + // Minimum execution time: 60_081 nanoseconds. + Weight::from_ref_time(64_291_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -84,8 +84,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:2 w:2) fn place_decision_deposit_passing() -> Weight { - // Minimum execution time: 63_262 nanoseconds. - Weight::from_ref_time(63_990_000) + // Minimum execution time: 67_677 nanoseconds. + Weight::from_ref_time(70_263_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -93,46 +93,46 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Referenda DecidingCount (r:1 w:1) // Storage: Balances InactiveIssuance (r:1 w:0) fn place_decision_deposit_failing() -> Weight { - // Minimum execution time: 44_360 nanoseconds. - Weight::from_ref_time(45_921_000) + // Minimum execution time: 46_050 nanoseconds. + Weight::from_ref_time(48_230_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Referenda ReferendumInfoFor (r:1 w:1) fn refund_decision_deposit() -> Weight { - // Minimum execution time: 31_193 nanoseconds. - Weight::from_ref_time(31_740_000) + // Minimum execution time: 31_851 nanoseconds. + Weight::from_ref_time(32_677_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Referenda ReferendumInfoFor (r:1 w:1) fn refund_submission_deposit() -> Weight { - // Minimum execution time: 29_877 nanoseconds. - Weight::from_ref_time(30_774_000) + // Minimum execution time: 30_929 nanoseconds. + Weight::from_ref_time(31_947_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Referenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:2 w:2) fn cancel() -> Weight { - // Minimum execution time: 38_691 nanoseconds. - Weight::from_ref_time(39_345_000) + // Minimum execution time: 40_617 nanoseconds. + Weight::from_ref_time(42_360_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Referenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:2 w:2) fn kill() -> Weight { - // Minimum execution time: 79_315 nanoseconds. - Weight::from_ref_time(81_679_000) + // Minimum execution time: 87_660 nanoseconds. + Weight::from_ref_time(89_927_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Referenda TrackQueue (r:1 w:0) // Storage: Referenda DecidingCount (r:1 w:1) fn one_fewer_deciding_queue_empty() -> Weight { - // Minimum execution time: 11_242 nanoseconds. - Weight::from_ref_time(11_584_000) + // Minimum execution time: 10_723 nanoseconds. + Weight::from_ref_time(11_217_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -141,8 +141,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:2 w:2) fn one_fewer_deciding_failing() -> Weight { - // Minimum execution time: 95_967 nanoseconds. - Weight::from_ref_time(97_154_000) + // Minimum execution time: 129_250 nanoseconds. + Weight::from_ref_time(135_509_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -151,8 +151,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:2 w:2) fn one_fewer_deciding_passing() -> Weight { - // Minimum execution time: 97_016 nanoseconds. - Weight::from_ref_time(97_895_000) + // Minimum execution time: 128_998 nanoseconds. + Weight::from_ref_time(134_158_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -160,8 +160,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Referenda TrackQueue (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:0) fn nudge_referendum_requeued_insertion() -> Weight { - // Minimum execution time: 53_685 nanoseconds. - Weight::from_ref_time(54_431_000) + // Minimum execution time: 71_209 nanoseconds. + Weight::from_ref_time(74_348_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -169,8 +169,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Referenda TrackQueue (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:0) fn nudge_referendum_requeued_slide() -> Weight { - // Minimum execution time: 53_514 nanoseconds. - Weight::from_ref_time(54_181_000) + // Minimum execution time: 71_100 nanoseconds. + Weight::from_ref_time(73_656_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -179,8 +179,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Referenda TrackQueue (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:0) fn nudge_referendum_queued() -> Weight { - // Minimum execution time: 55_599 nanoseconds. - Weight::from_ref_time(56_130_000) + // Minimum execution time: 72_143 nanoseconds. + Weight::from_ref_time(75_486_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -189,31 +189,31 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Referenda TrackQueue (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:0) fn nudge_referendum_not_queued() -> Weight { - // Minimum execution time: 55_211 nanoseconds. - Weight::from_ref_time(55_707_000) + // Minimum execution time: 72_195 nanoseconds. + Weight::from_ref_time(74_721_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Referenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_no_deposit() -> Weight { - // Minimum execution time: 28_809 nanoseconds. - Weight::from_ref_time(29_400_000) + // Minimum execution time: 29_631 nanoseconds. + Weight::from_ref_time(30_726_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Referenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_preparing() -> Weight { - // Minimum execution time: 29_314 nanoseconds. - Weight::from_ref_time(29_876_000) + // Minimum execution time: 30_068 nanoseconds. + Weight::from_ref_time(31_440_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Referenda ReferendumInfoFor (r:1 w:1) fn nudge_referendum_timed_out() -> Weight { - // Minimum execution time: 22_087 nanoseconds. - Weight::from_ref_time(22_496_000) + // Minimum execution time: 22_029 nanoseconds. + Weight::from_ref_time(23_077_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,8 +222,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_begin_deciding_failing() -> Weight { - // Minimum execution time: 41_322 nanoseconds. - Weight::from_ref_time(41_847_000) + // Minimum execution time: 42_418 nanoseconds. + Weight::from_ref_time(44_057_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -232,8 +232,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_begin_deciding_passing() -> Weight { - // Minimum execution time: 42_616 nanoseconds. - Weight::from_ref_time(43_365_000) + // Minimum execution time: 44_714 nanoseconds. + Weight::from_ref_time(46_300_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -241,8 +241,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_begin_confirming() -> Weight { - // Minimum execution time: 39_298 nanoseconds. - Weight::from_ref_time(40_047_000) + // Minimum execution time: 41_078 nanoseconds. + Weight::from_ref_time(42_352_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -250,8 +250,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_end_confirming() -> Weight { - // Minimum execution time: 40_424 nanoseconds. - Weight::from_ref_time(41_300_000) + // Minimum execution time: 42_208 nanoseconds. + Weight::from_ref_time(43_749_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -259,8 +259,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_continue_not_confirming() -> Weight { - // Minimum execution time: 37_904 nanoseconds. - Weight::from_ref_time(38_626_000) + // Minimum execution time: 38_989 nanoseconds. + Weight::from_ref_time(40_747_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -268,8 +268,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_continue_confirming() -> Weight { - // Minimum execution time: 37_323 nanoseconds. - Weight::from_ref_time(38_149_000) + // Minimum execution time: 38_133 nanoseconds. + Weight::from_ref_time(39_961_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -278,8 +278,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:2 w:2) // Storage: Scheduler Lookup (r:1 w:1) fn nudge_referendum_approved() -> Weight { - // Minimum execution time: 49_382 nanoseconds. - Weight::from_ref_time(50_865_000) + // Minimum execution time: 52_071 nanoseconds. + Weight::from_ref_time(54_256_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -287,8 +287,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_rejected() -> Weight { - // Minimum execution time: 39_760 nanoseconds. - Weight::from_ref_time(40_389_000) + // Minimum execution time: 41_547 nanoseconds. + Weight::from_ref_time(45_623_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_scheduler.rs b/runtime/kusama/src/weights/pallet_scheduler.rs index b23ce1849e42..24949697bd8b 100644 --- a/runtime/kusama/src/weights/pallet_scheduler.rs +++ b/runtime/kusama/src/weights/pallet_scheduler.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -46,61 +46,61 @@ pub struct WeightInfo(PhantomData); impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler IncompleteSince (r:1 w:1) fn service_agendas_base() -> Weight { - // Minimum execution time: 4_621 nanoseconds. - Weight::from_ref_time(4_765_000) + // Minimum execution time: 5_123 nanoseconds. + Weight::from_ref_time(5_237_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 50]`. fn service_agenda_base(s: u32, ) -> Weight { - // Minimum execution time: 4_135 nanoseconds. - Weight::from_ref_time(7_336_394) - // Standard Error: 2_453 - .saturating_add(Weight::from_ref_time(582_222).saturating_mul(s.into())) + // Minimum execution time: 4_505 nanoseconds. + Weight::from_ref_time(6_452_989) + // Standard Error: 1_584 + .saturating_add(Weight::from_ref_time(841_314).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_base() -> Weight { - // Minimum execution time: 9_811 nanoseconds. - Weight::from_ref_time(10_054_000) + // Minimum execution time: 10_666 nanoseconds. + Weight::from_ref_time(11_021_000) } // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) /// The range of component `s` is `[128, 4194304]`. fn service_task_fetched(s: u32, ) -> Weight { - // Minimum execution time: 21_438 nanoseconds. - Weight::from_ref_time(21_830_000) - // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_283).saturating_mul(s.into())) + // Minimum execution time: 22_905 nanoseconds. + Weight::from_ref_time(23_149_000) + // Standard Error: 3 + .saturating_add(Weight::from_ref_time(1_433).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Scheduler Lookup (r:0 w:1) fn service_task_named() -> Weight { - // Minimum execution time: 10_808 nanoseconds. - Weight::from_ref_time(11_078_000) + // Minimum execution time: 11_875 nanoseconds. + Weight::from_ref_time(12_182_000) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { - // Minimum execution time: 9_603 nanoseconds. - Weight::from_ref_time(9_780_000) + // Minimum execution time: 10_717 nanoseconds. + Weight::from_ref_time(11_233_000) } fn execute_dispatch_signed() -> Weight { - // Minimum execution time: 3_902 nanoseconds. - Weight::from_ref_time(4_037_000) + // Minimum execution time: 4_137 nanoseconds. + Weight::from_ref_time(4_279_000) } fn execute_dispatch_unsigned() -> Weight { - // Minimum execution time: 3_961 nanoseconds. - Weight::from_ref_time(4_095_000) + // Minimum execution time: 4_099 nanoseconds. + Weight::from_ref_time(4_258_000) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule(s: u32, ) -> Weight { - // Minimum execution time: 17_386 nanoseconds. - Weight::from_ref_time(21_554_977) - // Standard Error: 2_223 - .saturating_add(Weight::from_ref_time(586_294).saturating_mul(s.into())) + // Minimum execution time: 18_300 nanoseconds. + Weight::from_ref_time(20_834_526) + // Standard Error: 2_643 + .saturating_add(Weight::from_ref_time(882_779).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -108,10 +108,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Lookup (r:0 w:1) /// The range of component `s` is `[1, 50]`. fn cancel(s: u32, ) -> Weight { - // Minimum execution time: 21_555 nanoseconds. - Weight::from_ref_time(22_683_383) - // Standard Error: 2_069 - .saturating_add(Weight::from_ref_time(960_233).saturating_mul(s.into())) + // Minimum execution time: 22_249 nanoseconds. + Weight::from_ref_time(20_678_705) + // Standard Error: 2_947 + .saturating_add(Weight::from_ref_time(1_553_953).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,10 +119,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule_named(s: u32, ) -> Weight { - // Minimum execution time: 20_035 nanoseconds. - Weight::from_ref_time(25_184_320) - // Standard Error: 3_144 - .saturating_add(Weight::from_ref_time(608_285).saturating_mul(s.into())) + // Minimum execution time: 20_956 nanoseconds. + Weight::from_ref_time(24_068_993) + // Standard Error: 3_568 + .saturating_add(Weight::from_ref_time(938_262).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -130,10 +130,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[1, 50]`. fn cancel_named(s: u32, ) -> Weight { - // Minimum execution time: 22_177 nanoseconds. - Weight::from_ref_time(24_886_762) - // Standard Error: 2_500 - .saturating_add(Weight::from_ref_time(969_529).saturating_mul(s.into())) + // Minimum execution time: 23_200 nanoseconds. + Weight::from_ref_time(22_719_966) + // Standard Error: 3_440 + .saturating_add(Weight::from_ref_time(1_557_713).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_session.rs b/runtime/kusama/src/weights/pallet_session.rs index acce46981061..7a6bcf6294f0 100644 --- a/runtime/kusama/src/weights/pallet_session.rs +++ b/runtime/kusama/src/weights/pallet_session.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -48,8 +48,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:6 w:6) fn set_keys() -> Weight { - // Minimum execution time: 51_714 nanoseconds. - Weight::from_ref_time(53_744_000) + // Minimum execution time: 64_582 nanoseconds. + Weight::from_ref_time(66_187_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -57,8 +57,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:0 w:6) fn purge_keys() -> Weight { - // Minimum execution time: 39_217 nanoseconds. - Weight::from_ref_time(40_519_000) + // Minimum execution time: 48_875 nanoseconds. + Weight::from_ref_time(50_543_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/kusama/src/weights/pallet_staking.rs b/runtime/kusama/src/weights/pallet_staking.rs index 5a152c3626c7..28c3804e2d2e 100644 --- a/runtime/kusama/src/weights/pallet_staking.rs +++ b/runtime/kusama/src/weights/pallet_staking.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_staking` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -50,8 +50,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) // Storage: Staking Payee (r:0 w:1) fn bond() -> Weight { - // Minimum execution time: 46_225 nanoseconds. - Weight::from_ref_time(46_884_000) + // Minimum execution time: 46_430 nanoseconds. + Weight::from_ref_time(47_543_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -61,8 +61,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn bond_extra() -> Weight { - // Minimum execution time: 82_086 nanoseconds. - Weight::from_ref_time(82_789_000) + // Minimum execution time: 88_382 nanoseconds. + Weight::from_ref_time(90_500_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -76,8 +76,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking Bonded (r:1 w:0) // Storage: VoterList ListBags (r:2 w:2) fn unbond() -> Weight { - // Minimum execution time: 88_395 nanoseconds. - Weight::from_ref_time(89_030_000) + // Minimum execution time: 95_794 nanoseconds. + Weight::from_ref_time(98_615_000) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -87,10 +87,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { - // Minimum execution time: 39_108 nanoseconds. - Weight::from_ref_time(41_334_480) - // Standard Error: 2_009 - .saturating_add(Weight::from_ref_time(24_723).saturating_mul(s.into())) + // Minimum execution time: 40_525 nanoseconds. + Weight::from_ref_time(42_005_406) + // Standard Error: 1_433 + .saturating_add(Weight::from_ref_time(51_389).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -110,10 +110,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking SpanSlash (r:0 w:2) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_kill(s: u32, ) -> Weight { - // Minimum execution time: 77_055 nanoseconds. - Weight::from_ref_time(82_323_354) - // Standard Error: 2_448 - .saturating_add(Weight::from_ref_time(908_731).saturating_mul(s.into())) + // Minimum execution time: 82_230 nanoseconds. + Weight::from_ref_time(88_150_619) + // Standard Error: 2_943 + .saturating_add(Weight::from_ref_time(1_166_463).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -130,8 +130,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList CounterForListNodes (r:1 w:1) // Storage: Staking CounterForValidators (r:1 w:1) fn validate() -> Weight { - // Minimum execution time: 59_210 nanoseconds. - Weight::from_ref_time(59_693_000) + // Minimum execution time: 60_963 nanoseconds. + Weight::from_ref_time(63_962_000) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -139,10 +139,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking Nominators (r:1 w:1) /// The range of component `k` is `[1, 128]`. fn kick(k: u32, ) -> Weight { - // Minimum execution time: 33_792 nanoseconds. - Weight::from_ref_time(32_802_713) - // Standard Error: 10_559 - .saturating_add(Weight::from_ref_time(6_723_236).saturating_mul(k.into())) + // Minimum execution time: 43_086 nanoseconds. + Weight::from_ref_time(45_398_083) + // Standard Error: 7_575 + .saturating_add(Weight::from_ref_time(7_889_896).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) @@ -160,10 +160,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking CounterForNominators (r:1 w:1) /// The range of component `n` is `[1, 24]`. fn nominate(n: u32, ) -> Weight { - // Minimum execution time: 62_794 nanoseconds. - Weight::from_ref_time(62_131_011) - // Standard Error: 8_364 - .saturating_add(Weight::from_ref_time(2_489_101).saturating_mul(n.into())) + // Minimum execution time: 66_477 nanoseconds. + Weight::from_ref_time(67_697_093) + // Standard Error: 14_083 + .saturating_add(Weight::from_ref_time(3_355_472).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6)) @@ -176,58 +176,58 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:1 w:1) // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill() -> Weight { - // Minimum execution time: 58_444 nanoseconds. - Weight::from_ref_time(59_019_000) + // Minimum execution time: 61_964 nanoseconds. + Weight::from_ref_time(63_810_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking Ledger (r:1 w:0) // Storage: Staking Payee (r:0 w:1) fn set_payee() -> Weight { - // Minimum execution time: 15_296 nanoseconds. - Weight::from_ref_time(15_835_000) + // Minimum execution time: 14_697 nanoseconds. + Weight::from_ref_time(15_179_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Bonded (r:1 w:1) // Storage: Staking Ledger (r:2 w:2) fn set_controller() -> Weight { - // Minimum execution time: 21_762 nanoseconds. - Weight::from_ref_time(22_572_000) + // Minimum execution time: 21_230 nanoseconds. + Weight::from_ref_time(21_860_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Staking ValidatorCount (r:0 w:1) fn set_validator_count() -> Weight { - // Minimum execution time: 4_223 nanoseconds. - Weight::from_ref_time(4_391_000) + // Minimum execution time: 4_127 nanoseconds. + Weight::from_ref_time(4_312_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_no_eras() -> Weight { - // Minimum execution time: 16_128 nanoseconds. - Weight::from_ref_time(16_640_000) + // Minimum execution time: 16_053 nanoseconds. + Weight::from_ref_time(16_548_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_new_era() -> Weight { - // Minimum execution time: 16_147 nanoseconds. - Weight::from_ref_time(16_642_000) + // Minimum execution time: 15_706 nanoseconds. + Weight::from_ref_time(16_261_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_new_era_always() -> Weight { - // Minimum execution time: 16_033 nanoseconds. - Weight::from_ref_time(16_465_000) + // Minimum execution time: 15_637 nanoseconds. + Weight::from_ref_time(16_353_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Invulnerables (r:0 w:1) /// The range of component `v` is `[0, 1000]`. fn set_invulnerables(v: u32, ) -> Weight { - // Minimum execution time: 4_301 nanoseconds. - Weight::from_ref_time(4_818_792) - // Standard Error: 35 - .saturating_add(Weight::from_ref_time(10_479).saturating_mul(v.into())) + // Minimum execution time: 4_256 nanoseconds. + Weight::from_ref_time(4_714_663) + // Standard Error: 26 + .saturating_add(Weight::from_ref_time(9_616).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Bonded (r:1 w:1) @@ -245,10 +245,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking SpanSlash (r:0 w:2) /// The range of component `s` is `[0, 100]`. fn force_unstake(s: u32, ) -> Weight { - // Minimum execution time: 70_878 nanoseconds. - Weight::from_ref_time(75_949_648) - // Standard Error: 1_704 - .saturating_add(Weight::from_ref_time(905_705).saturating_mul(s.into())) + // Minimum execution time: 75_296 nanoseconds. + Weight::from_ref_time(81_716_670) + // Standard Error: 3_194 + .saturating_add(Weight::from_ref_time(1_135_272).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -256,10 +256,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking UnappliedSlashes (r:1 w:1) /// The range of component `s` is `[1, 1000]`. fn cancel_deferred_slash(s: u32, ) -> Weight { - // Minimum execution time: 119_251 nanoseconds. - Weight::from_ref_time(1_332_578_423) - // Standard Error: 88_242 - .saturating_add(Weight::from_ref_time(7_435_300).saturating_mul(s.into())) + // Minimum execution time: 126_250 nanoseconds. + Weight::from_ref_time(928_489_313) + // Standard Error: 57_562 + .saturating_add(Weight::from_ref_time(4_831_943).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -274,10 +274,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `n` is `[0, 512]`. fn payout_stakers_dead_controller(n: u32, ) -> Weight { - // Minimum execution time: 107_162 nanoseconds. - Weight::from_ref_time(211_839_279) - // Standard Error: 17_368 - .saturating_add(Weight::from_ref_time(21_497_225).saturating_mul(n.into())) + // Minimum execution time: 124_928 nanoseconds. + Weight::from_ref_time(220_838_027) + // Standard Error: 19_207 + .saturating_add(Weight::from_ref_time(25_915_330).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -295,10 +295,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) /// The range of component `n` is `[0, 512]`. fn payout_stakers_alive_staked(n: u32, ) -> Weight { - // Minimum execution time: 123_391 nanoseconds. - Weight::from_ref_time(67_805_421) - // Standard Error: 119_484 - .saturating_add(Weight::from_ref_time(32_012_077).saturating_mul(n.into())) + // Minimum execution time: 143_921 nanoseconds. + Weight::from_ref_time(39_715_229) + // Standard Error: 171_903 + .saturating_add(Weight::from_ref_time(38_142_189).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -312,10 +312,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:2 w:2) /// The range of component `l` is `[1, 32]`. fn rebond(l: u32, ) -> Weight { - // Minimum execution time: 81_605 nanoseconds. - Weight::from_ref_time(84_323_235) - // Standard Error: 6_874 - .saturating_add(Weight::from_ref_time(30_456).saturating_mul(l.into())) + // Minimum execution time: 86_080 nanoseconds. + Weight::from_ref_time(89_961_346) + // Standard Error: 6_384 + .saturating_add(Weight::from_ref_time(49_549).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -334,10 +334,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking SpanSlash (r:0 w:1) /// The range of component `s` is `[1, 100]`. fn reap_stash(s: u32, ) -> Weight { - // Minimum execution time: 83_047 nanoseconds. - Weight::from_ref_time(83_752_107) - // Standard Error: 2_166 - .saturating_add(Weight::from_ref_time(904_436).saturating_mul(s.into())) + // Minimum execution time: 87_327 nanoseconds. + Weight::from_ref_time(91_500_066) + // Standard Error: 3_567 + .saturating_add(Weight::from_ref_time(1_130_597).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -363,12 +363,12 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `v` is `[1, 10]`. /// The range of component `n` is `[0, 100]`. fn new_era(v: u32, n: u32, ) -> Weight { - // Minimum execution time: 426_412 nanoseconds. - Weight::from_ref_time(429_495_000) - // Standard Error: 1_771_114 - .saturating_add(Weight::from_ref_time(58_774_598).saturating_mul(v.into())) - // Standard Error: 176_481 - .saturating_add(Weight::from_ref_time(13_025_815).saturating_mul(n.into())) + // Minimum execution time: 491_518 nanoseconds. + Weight::from_ref_time(495_577_000) + // Standard Error: 1_941_831 + .saturating_add(Weight::from_ref_time(63_626_227).saturating_mul(v.into())) + // Standard Error: 193_492 + .saturating_add(Weight::from_ref_time(15_487_301).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(173)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -387,12 +387,12 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `v` is `[500, 1000]`. /// The range of component `n` is `[500, 1000]`. fn get_npos_voters(v: u32, n: u32, ) -> Weight { - // Minimum execution time: 25_376_926 nanoseconds. - Weight::from_ref_time(25_562_737_000) - // Standard Error: 572_970 - .saturating_add(Weight::from_ref_time(5_264_964).saturating_mul(v.into())) - // Standard Error: 572_970 - .saturating_add(Weight::from_ref_time(4_590_215).saturating_mul(n.into())) + // Minimum execution time: 28_638_482 nanoseconds. + Weight::from_ref_time(29_321_729_000) + // Standard Error: 635_852 + .saturating_add(Weight::from_ref_time(8_707_447).saturating_mul(v.into())) + // Standard Error: 635_852 + .saturating_add(Weight::from_ref_time(3_502_963).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(168)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -403,10 +403,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: System BlockWeight (r:1 w:1) /// The range of component `v` is `[500, 1000]`. fn get_npos_targets(v: u32, ) -> Weight { - // Minimum execution time: 3_520_129 nanoseconds. - Weight::from_ref_time(3_656_688_000) - // Standard Error: 41_807 - .saturating_add(Weight::from_ref_time(2_624_109).saturating_mul(v.into())) + // Minimum execution time: 4_260_703 nanoseconds. + Weight::from_ref_time(120_671_579) + // Standard Error: 70_717 + .saturating_add(Weight::from_ref_time(8_752_668).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -418,8 +418,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking MaxNominatorsCount (r:0 w:1) // Storage: Staking MinNominatorBond (r:0 w:1) fn set_staking_configs_all_set() -> Weight { - // Minimum execution time: 7_565 nanoseconds. - Weight::from_ref_time(7_798_000) + // Minimum execution time: 7_270 nanoseconds. + Weight::from_ref_time(7_668_000) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking MinCommission (r:0 w:1) @@ -429,8 +429,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking MaxNominatorsCount (r:0 w:1) // Storage: Staking MinNominatorBond (r:0 w:1) fn set_staking_configs_all_remove() -> Weight { - // Minimum execution time: 6_694 nanoseconds. - Weight::from_ref_time(7_029_000) + // Minimum execution time: 6_927 nanoseconds. + Weight::from_ref_time(7_313_000) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking Ledger (r:1 w:0) @@ -444,23 +444,23 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:1 w:1) // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill_other() -> Weight { - // Minimum execution time: 69_704 nanoseconds. - Weight::from_ref_time(70_564_000) + // Minimum execution time: 74_444 nanoseconds. + Weight::from_ref_time(76_811_000) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking MinCommission (r:1 w:0) // Storage: Staking Validators (r:1 w:1) fn force_apply_min_commission() -> Weight { - // Minimum execution time: 15_092 nanoseconds. - Weight::from_ref_time(15_313_000) + // Minimum execution time: 14_529 nanoseconds. + Weight::from_ref_time(14_860_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking MinCommission (r:0 w:1) fn set_min_commission() -> Weight { - // Minimum execution time: 4_296 nanoseconds. - Weight::from_ref_time(4_464_000) + // Minimum execution time: 4_356 nanoseconds. + Weight::from_ref_time(4_510_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/pallet_timestamp.rs b/runtime/kusama/src/weights/pallet_timestamp.rs index abd493ecf816..51128586b57b 100644 --- a/runtime/kusama/src/weights/pallet_timestamp.rs +++ b/runtime/kusama/src/weights/pallet_timestamp.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -47,13 +47,13 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Storage: Timestamp Now (r:1 w:1) // Storage: Babe CurrentSlot (r:1 w:0) fn set() -> Weight { - // Minimum execution time: 9_587 nanoseconds. - Weight::from_ref_time(10_142_000) + // Minimum execution time: 10_134 nanoseconds. + Weight::from_ref_time(10_398_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } fn on_finalize() -> Weight { - // Minimum execution time: 4_165 nanoseconds. - Weight::from_ref_time(4_343_000) + // Minimum execution time: 4_315 nanoseconds. + Weight::from_ref_time(4_607_000) } } diff --git a/runtime/kusama/src/weights/pallet_tips.rs b/runtime/kusama/src/weights/pallet_tips.rs index b01fafde25ab..89503f1d5d99 100644 --- a/runtime/kusama/src/weights/pallet_tips.rs +++ b/runtime/kusama/src/weights/pallet_tips.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_tips` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -48,18 +48,18 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Tips (r:1 w:1) /// The range of component `r` is `[0, 16384]`. fn report_awesome(r: u32, ) -> Weight { - // Minimum execution time: 30_506 nanoseconds. - Weight::from_ref_time(31_359_861) - // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_841).saturating_mul(r.into())) + // Minimum execution time: 30_721 nanoseconds. + Weight::from_ref_time(31_898_119) + // Standard Error: 8 + .saturating_add(Weight::from_ref_time(2_149).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Tips Tips (r:1 w:1) // Storage: Tips Reasons (r:0 w:1) fn retract_tip() -> Weight { - // Minimum execution time: 29_698 nanoseconds. - Weight::from_ref_time(30_294_000) + // Minimum execution time: 29_989 nanoseconds. + Weight::from_ref_time(31_338_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -69,12 +69,12 @@ impl pallet_tips::WeightInfo for WeightInfo { /// The range of component `r` is `[0, 16384]`. /// The range of component `t` is `[1, 19]`. fn tip_new(r: u32, t: u32, ) -> Weight { - // Minimum execution time: 22_775 nanoseconds. - Weight::from_ref_time(21_570_049) - // Standard Error: 7 - .saturating_add(Weight::from_ref_time(1_677).saturating_mul(r.into())) - // Standard Error: 6_574 - .saturating_add(Weight::from_ref_time(169_683).saturating_mul(t.into())) + // Minimum execution time: 23_087 nanoseconds. + Weight::from_ref_time(20_866_394) + // Standard Error: 9 + .saturating_add(Weight::from_ref_time(1_968).saturating_mul(r.into())) + // Standard Error: 8_037 + .saturating_add(Weight::from_ref_time(224_436).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -82,10 +82,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Tips (r:1 w:1) /// The range of component `t` is `[1, 19]`. fn tip(t: u32, ) -> Weight { - // Minimum execution time: 14_844 nanoseconds. - Weight::from_ref_time(15_277_297) - // Standard Error: 1_406 - .saturating_add(Weight::from_ref_time(155_900).saturating_mul(t.into())) + // Minimum execution time: 14_920 nanoseconds. + Weight::from_ref_time(15_655_778) + // Standard Error: 2_069 + .saturating_add(Weight::from_ref_time(131_215).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -95,10 +95,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Reasons (r:0 w:1) /// The range of component `t` is `[1, 19]`. fn close_tip(t: u32, ) -> Weight { - // Minimum execution time: 45_712 nanoseconds. - Weight::from_ref_time(47_373_418) - // Standard Error: 4_566 - .saturating_add(Weight::from_ref_time(150_657).saturating_mul(t.into())) + // Minimum execution time: 47_848 nanoseconds. + Weight::from_ref_time(49_615_292) + // Standard Error: 7_004 + .saturating_add(Weight::from_ref_time(131_866).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -106,10 +106,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Reasons (r:0 w:1) /// The range of component `t` is `[1, 19]`. fn slash_tip(t: u32, ) -> Weight { - // Minimum execution time: 19_389 nanoseconds. - Weight::from_ref_time(20_181_638) - // Standard Error: 1_498 - .saturating_add(Weight::from_ref_time(21_878).saturating_mul(t.into())) + // Minimum execution time: 19_108 nanoseconds. + Weight::from_ref_time(20_065_253) + // Standard Error: 2_016 + .saturating_add(Weight::from_ref_time(10_830).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_treasury.rs b/runtime/kusama/src/weights/pallet_treasury.rs index 011e75394104..33a9fc411a16 100644 --- a/runtime/kusama/src/weights/pallet_treasury.rs +++ b/runtime/kusama/src/weights/pallet_treasury.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -48,24 +48,24 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: Treasury Approvals (r:1 w:1) // Storage: Treasury Proposals (r:0 w:1) fn spend() -> Weight { - // Minimum execution time: 18_312 nanoseconds. - Weight::from_ref_time(18_724_000) + // Minimum execution time: 18_623 nanoseconds. + Weight::from_ref_time(19_364_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Treasury ProposalCount (r:1 w:1) // Storage: Treasury Proposals (r:0 w:1) fn propose_spend() -> Weight { - // Minimum execution time: 26_501 nanoseconds. - Weight::from_ref_time(27_087_000) + // Minimum execution time: 27_411 nanoseconds. + Weight::from_ref_time(28_237_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Treasury Proposals (r:1 w:1) // Storage: System Account (r:1 w:1) fn reject_proposal() -> Weight { - // Minimum execution time: 39_091 nanoseconds. - Weight::from_ref_time(40_005_000) + // Minimum execution time: 40_279 nanoseconds. + Weight::from_ref_time(41_382_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -73,17 +73,17 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: Treasury Approvals (r:1 w:1) /// The range of component `p` is `[0, 99]`. fn approve_proposal(p: u32, ) -> Weight { - // Minimum execution time: 10_085 nanoseconds. - Weight::from_ref_time(13_530_918) - // Standard Error: 1_076 - .saturating_add(Weight::from_ref_time(43_334).saturating_mul(p.into())) + // Minimum execution time: 9_364 nanoseconds. + Weight::from_ref_time(12_045_172) + // Standard Error: 1_273 + .saturating_add(Weight::from_ref_time(116_438).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Treasury Approvals (r:1 w:1) fn remove_approval() -> Weight { - // Minimum execution time: 8_105 nanoseconds. - Weight::from_ref_time(8_448_000) + // Minimum execution time: 8_153 nanoseconds. + Weight::from_ref_time(8_390_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -95,10 +95,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: Treasury Proposals (r:2 w:2) /// The range of component `p` is `[0, 100]`. fn on_initialize_proposals(p: u32, ) -> Weight { - // Minimum execution time: 57_239 nanoseconds. - Weight::from_ref_time(65_014_265) - // Standard Error: 23_853 - .saturating_add(Weight::from_ref_time(24_474_796).saturating_mul(p.into())) + // Minimum execution time: 61_662 nanoseconds. + Weight::from_ref_time(68_634_093) + // Standard Error: 12_228 + .saturating_add(Weight::from_ref_time(29_680_321).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(5)) diff --git a/runtime/kusama/src/weights/pallet_utility.rs b/runtime/kusama/src/weights/pallet_utility.rs index 2f22899ee834..8ca2bae209fb 100644 --- a/runtime/kusama/src/weights/pallet_utility.rs +++ b/runtime/kusama/src/weights/pallet_utility.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -46,31 +46,31 @@ pub struct WeightInfo(PhantomData); impl pallet_utility::WeightInfo for WeightInfo { /// The range of component `c` is `[0, 1000]`. fn batch(c: u32, ) -> Weight { - // Minimum execution time: 11_832 nanoseconds. - Weight::from_ref_time(12_093_978) - // Standard Error: 2_796 - .saturating_add(Weight::from_ref_time(3_505_562).saturating_mul(c.into())) + // Minimum execution time: 12_713 nanoseconds. + Weight::from_ref_time(27_100_834) + // Standard Error: 4_655 + .saturating_add(Weight::from_ref_time(4_234_684).saturating_mul(c.into())) } fn as_derivative() -> Weight { - // Minimum execution time: 5_921 nanoseconds. - Weight::from_ref_time(6_089_000) + // Minimum execution time: 6_019 nanoseconds. + Weight::from_ref_time(6_330_000) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { - // Minimum execution time: 11_850 nanoseconds. - Weight::from_ref_time(15_542_386) - // Standard Error: 2_818 - .saturating_add(Weight::from_ref_time(3_740_846).saturating_mul(c.into())) + // Minimum execution time: 12_773 nanoseconds. + Weight::from_ref_time(16_834_101) + // Standard Error: 4_430 + .saturating_add(Weight::from_ref_time(4_457_348).saturating_mul(c.into())) } fn dispatch_as() -> Weight { - // Minimum execution time: 13_655 nanoseconds. - Weight::from_ref_time(14_153_000) + // Minimum execution time: 14_734 nanoseconds. + Weight::from_ref_time(15_195_000) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { - // Minimum execution time: 11_758 nanoseconds. - Weight::from_ref_time(16_555_360) - // Standard Error: 2_634 - .saturating_add(Weight::from_ref_time(3_495_222).saturating_mul(c.into())) + // Minimum execution time: 12_595 nanoseconds. + Weight::from_ref_time(29_393_864) + // Standard Error: 4_292 + .saturating_add(Weight::from_ref_time(4_231_203).saturating_mul(c.into())) } } diff --git a/runtime/kusama/src/weights/pallet_vesting.rs b/runtime/kusama/src/weights/pallet_vesting.rs index 477238f2378f..1fd08b536a52 100644 --- a/runtime/kusama/src/weights/pallet_vesting.rs +++ b/runtime/kusama/src/weights/pallet_vesting.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_vesting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -49,12 +49,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 39_163 nanoseconds. - Weight::from_ref_time(38_106_713) - // Standard Error: 3_997 - .saturating_add(Weight::from_ref_time(50_660).saturating_mul(l.into())) - // Standard Error: 7_112 - .saturating_add(Weight::from_ref_time(74_388).saturating_mul(s.into())) + // Minimum execution time: 39_137 nanoseconds. + Weight::from_ref_time(38_536_837) + // Standard Error: 2_273 + .saturating_add(Weight::from_ref_time(46_354).saturating_mul(l.into())) + // Standard Error: 4_045 + .saturating_add(Weight::from_ref_time(93_866).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -63,12 +63,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_417 nanoseconds. - Weight::from_ref_time(38_102_624) - // Standard Error: 1_020 - .saturating_add(Weight::from_ref_time(31_848).saturating_mul(l.into())) - // Standard Error: 1_816 - .saturating_add(Weight::from_ref_time(54_186).saturating_mul(s.into())) + // Minimum execution time: 38_142 nanoseconds. + Weight::from_ref_time(38_802_258) + // Standard Error: 2_173 + .saturating_add(Weight::from_ref_time(40_489).saturating_mul(l.into())) + // Standard Error: 3_866 + .saturating_add(Weight::from_ref_time(57_663).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,12 +78,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_other_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_612 nanoseconds. - Weight::from_ref_time(37_277_540) - // Standard Error: 1_038 - .saturating_add(Weight::from_ref_time(48_913).saturating_mul(l.into())) - // Standard Error: 1_848 - .saturating_add(Weight::from_ref_time(83_692).saturating_mul(s.into())) + // Minimum execution time: 38_537 nanoseconds. + Weight::from_ref_time(37_486_696) + // Standard Error: 2_089 + .saturating_add(Weight::from_ref_time(55_363).saturating_mul(l.into())) + // Standard Error: 3_717 + .saturating_add(Weight::from_ref_time(115_851).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -93,12 +93,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_other_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_281 nanoseconds. - Weight::from_ref_time(37_604_718) - // Standard Error: 960 - .saturating_add(Weight::from_ref_time(37_709).saturating_mul(l.into())) - // Standard Error: 1_708 - .saturating_add(Weight::from_ref_time(56_054).saturating_mul(s.into())) + // Minimum execution time: 38_409 nanoseconds. + Weight::from_ref_time(38_337_191) + // Standard Error: 2_534 + .saturating_add(Weight::from_ref_time(37_977).saturating_mul(l.into())) + // Standard Error: 4_509 + .saturating_add(Weight::from_ref_time(82_696).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -108,12 +108,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. fn vested_transfer(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 52_866 nanoseconds. - Weight::from_ref_time(52_960_624) - // Standard Error: 1_706 - .saturating_add(Weight::from_ref_time(40_224).saturating_mul(l.into())) - // Standard Error: 3_035 - .saturating_add(Weight::from_ref_time(40_229).saturating_mul(s.into())) + // Minimum execution time: 54_566 nanoseconds. + Weight::from_ref_time(55_174_147) + // Standard Error: 3_118 + .saturating_add(Weight::from_ref_time(43_778).saturating_mul(l.into())) + // Standard Error: 5_549 + .saturating_add(Weight::from_ref_time(85_190).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -123,12 +123,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. fn force_vested_transfer(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 52_118 nanoseconds. - Weight::from_ref_time(52_610_076) - // Standard Error: 2_143 - .saturating_add(Weight::from_ref_time(39_389).saturating_mul(l.into())) - // Standard Error: 3_813 - .saturating_add(Weight::from_ref_time(39_238).saturating_mul(s.into())) + // Minimum execution time: 53_871 nanoseconds. + Weight::from_ref_time(55_103_916) + // Standard Error: 3_594 + .saturating_add(Weight::from_ref_time(40_534).saturating_mul(l.into())) + // Standard Error: 6_395 + .saturating_add(Weight::from_ref_time(69_070).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -138,12 +138,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 39_846 nanoseconds. - Weight::from_ref_time(38_802_475) - // Standard Error: 1_226 - .saturating_add(Weight::from_ref_time(51_348).saturating_mul(l.into())) - // Standard Error: 2_265 - .saturating_add(Weight::from_ref_time(67_887).saturating_mul(s.into())) + // Minimum execution time: 40_318 nanoseconds. + Weight::from_ref_time(40_382_614) + // Standard Error: 2_537 + .saturating_add(Weight::from_ref_time(41_284).saturating_mul(l.into())) + // Standard Error: 4_686 + .saturating_add(Weight::from_ref_time(82_683).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -153,12 +153,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 39_553 nanoseconds. - Weight::from_ref_time(38_937_442) - // Standard Error: 1_032 - .saturating_add(Weight::from_ref_time(44_523).saturating_mul(l.into())) - // Standard Error: 1_906 - .saturating_add(Weight::from_ref_time(68_244).saturating_mul(s.into())) + // Minimum execution time: 40_032 nanoseconds. + Weight::from_ref_time(39_609_985) + // Standard Error: 2_292 + .saturating_add(Weight::from_ref_time(54_405).saturating_mul(l.into())) + // Standard Error: 4_232 + .saturating_add(Weight::from_ref_time(99_886).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/kusama/src/weights/pallet_whitelist.rs b/runtime/kusama/src/weights/pallet_whitelist.rs index 910c7107e79a..6f75dbc6454f 100644 --- a/runtime/kusama/src/weights/pallet_whitelist.rs +++ b/runtime/kusama/src/weights/pallet_whitelist.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_whitelist` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -47,16 +47,16 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Storage: Whitelist WhitelistedCall (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) fn whitelist_call() -> Weight { - // Minimum execution time: 22_784 nanoseconds. - Weight::from_ref_time(23_417_000) + // Minimum execution time: 24_048 nanoseconds. + Weight::from_ref_time(24_841_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Whitelist WhitelistedCall (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) fn remove_whitelisted_call() -> Weight { - // Minimum execution time: 21_784 nanoseconds. - Weight::from_ref_time(22_469_000) + // Minimum execution time: 22_047 nanoseconds. + Weight::from_ref_time(23_020_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -65,10 +65,10 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Storage: Preimage StatusFor (r:1 w:1) /// The range of component `n` is `[1, 4194294]`. fn dispatch_whitelisted_call(n: u32, ) -> Weight { - // Minimum execution time: 31_697 nanoseconds. - Weight::from_ref_time(32_115_000) - // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_299).saturating_mul(n.into())) + // Minimum execution time: 32_194 nanoseconds. + Weight::from_ref_time(32_719_000) + // Standard Error: 11 + .saturating_add(Weight::from_ref_time(1_595).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -76,10 +76,10 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Storage: Preimage StatusFor (r:1 w:1) /// The range of component `n` is `[1, 10000]`. fn dispatch_whitelisted_call_with_preimage(n: u32, ) -> Weight { - // Minimum execution time: 24_985 nanoseconds. - Weight::from_ref_time(25_743_877) + // Minimum execution time: 25_355 nanoseconds. + Weight::from_ref_time(26_241_721) // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_588).saturating_mul(n.into())) + .saturating_add(Weight::from_ref_time(1_841).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_xcm.rs b/runtime/kusama/src/weights/pallet_xcm.rs index c0297ae8a6be..01de6d833789 100644 --- a/runtime/kusama/src/weights/pallet_xcm.rs +++ b/runtime/kusama/src/weights/pallet_xcm.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-19, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -50,33 +50,33 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn send() -> Weight { - // Minimum execution time: 38_170 nanoseconds. - Weight::from_ref_time(39_462_000) + // Minimum execution time: 38_016 nanoseconds. + Weight::from_ref_time(39_046_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } fn teleport_assets() -> Weight { - // Minimum execution time: 27_920 nanoseconds. - Weight::from_ref_time(28_597_000) + // Minimum execution time: 28_397 nanoseconds. + Weight::from_ref_time(29_147_000) } fn reserve_transfer_assets() -> Weight { - // Minimum execution time: 27_122 nanoseconds. - Weight::from_ref_time(27_872_000) + // Minimum execution time: 27_384 nanoseconds. + Weight::from_ref_time(29_308_000) } fn execute() -> Weight { - // Minimum execution time: 15_494 nanoseconds. - Weight::from_ref_time(15_956_000) + // Minimum execution time: 15_644 nanoseconds. + Weight::from_ref_time(16_253_000) } // Storage: XcmPallet SupportedVersion (r:0 w:1) fn force_xcm_version() -> Weight { - // Minimum execution time: 15_319 nanoseconds. - Weight::from_ref_time(15_695_000) + // Minimum execution time: 15_629 nanoseconds. + Weight::from_ref_time(15_921_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet SafeXcmVersion (r:0 w:1) fn force_default_xcm_version() -> Weight { - // Minimum execution time: 4_081 nanoseconds. - Weight::from_ref_time(4_308_000) + // Minimum execution time: 4_171 nanoseconds. + Weight::from_ref_time(4_349_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -88,8 +88,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_subscribe_version_notify() -> Weight { - // Minimum execution time: 42_016 nanoseconds. - Weight::from_ref_time(43_224_000) + // Minimum execution time: 42_081 nanoseconds. + Weight::from_ref_time(43_216_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -101,29 +101,29 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_unsubscribe_version_notify() -> Weight { - // Minimum execution time: 45_629 nanoseconds. - Weight::from_ref_time(46_776_000) + // Minimum execution time: 45_900 nanoseconds. + Weight::from_ref_time(47_041_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: XcmPallet SupportedVersion (r:4 w:2) fn migrate_supported_version() -> Weight { - // Minimum execution time: 15_666 nanoseconds. - Weight::from_ref_time(16_400_000) + // Minimum execution time: 16_233 nanoseconds. + Weight::from_ref_time(16_828_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifiers (r:4 w:2) fn migrate_version_notifiers() -> Weight { - // Minimum execution time: 15_683 nanoseconds. - Weight::from_ref_time(16_246_000) + // Minimum execution time: 16_116 nanoseconds. + Weight::from_ref_time(16_444_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifyTargets (r:5 w:0) fn already_notified_target() -> Weight { - // Minimum execution time: 18_350 nanoseconds. - Weight::from_ref_time(18_957_000) + // Minimum execution time: 19_009 nanoseconds. + Weight::from_ref_time(19_696_000) .saturating_add(T::DbWeight::get().reads(5)) } // Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -133,21 +133,21 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn notify_current_targets() -> Weight { - // Minimum execution time: 37_750 nanoseconds. - Weight::from_ref_time(39_042_000) + // Minimum execution time: 38_580 nanoseconds. + Weight::from_ref_time(40_073_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: XcmPallet VersionNotifyTargets (r:3 w:0) fn notify_target_migration_fail() -> Weight { - // Minimum execution time: 8_115 nanoseconds. - Weight::from_ref_time(8_414_000) + // Minimum execution time: 8_131 nanoseconds. + Weight::from_ref_time(8_448_000) .saturating_add(T::DbWeight::get().reads(3)) } // Storage: XcmPallet VersionNotifyTargets (r:4 w:2) fn migrate_version_notify_targets() -> Weight { - // Minimum execution time: 16_101 nanoseconds. - Weight::from_ref_time(16_477_000) + // Minimum execution time: 16_779 nanoseconds. + Weight::from_ref_time(17_217_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -158,8 +158,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn migrate_and_notify_old_targets() -> Weight { - // Minimum execution time: 43_838 nanoseconds. - Weight::from_ref_time(45_093_000) + // Minimum execution time: 45_150 nanoseconds. + Weight::from_ref_time(46_055_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/kusama/src/weights/runtime_common_auctions.rs b/runtime/kusama/src/weights/runtime_common_auctions.rs index d7055c927a82..f6006caaa9e4 100644 --- a/runtime/kusama/src/weights/runtime_common_auctions.rs +++ b/runtime/kusama/src/weights/runtime_common_auctions.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::auctions` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -47,8 +47,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions AuctionInfo (r:1 w:1) // Storage: Auctions AuctionCounter (r:1 w:1) fn new_auction() -> Weight { - // Minimum execution time: 16_831 nanoseconds. - Weight::from_ref_time(17_389_000) + // Minimum execution time: 18_456 nanoseconds. + Weight::from_ref_time(19_071_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -60,8 +60,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions ReservedAmounts (r:2 w:2) // Storage: System Account (r:1 w:1) fn bid() -> Weight { - // Minimum execution time: 72_130 nanoseconds. - Weight::from_ref_time(73_572_000) + // Minimum execution time: 90_717 nanoseconds. + Weight::from_ref_time(101_279_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Paras ActionsQueue (r:1 w:1) // Storage: Registrar Paras (r:1 w:1) fn on_initialize() -> Weight { - // Minimum execution time: 15_625_499 nanoseconds. - Weight::from_ref_time(15_950_054_000) + // Minimum execution time: 19_002_934 nanoseconds. + Weight::from_ref_time(19_387_911_000) .saturating_add(T::DbWeight::get().reads(3688)) .saturating_add(T::DbWeight::get().writes(3683)) } @@ -88,8 +88,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions Winning (r:0 w:3600) // Storage: Auctions AuctionInfo (r:0 w:1) fn cancel_auction() -> Weight { - // Minimum execution time: 4_619_056 nanoseconds. - Weight::from_ref_time(4_709_611_000) + // Minimum execution time: 5_763_372 nanoseconds. + Weight::from_ref_time(5_883_900_000) .saturating_add(T::DbWeight::get().reads(73)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/kusama/src/weights/runtime_common_claims.rs b/runtime/kusama/src/weights/runtime_common_claims.rs index e4233351b05b..546de41b5802 100644 --- a/runtime/kusama/src/weights/runtime_common_claims.rs +++ b/runtime/kusama/src/weights/runtime_common_claims.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::claims` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -52,8 +52,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: System Account (r:1 w:0) // Storage: Balances Locks (r:1 w:1) fn claim() -> Weight { - // Minimum execution time: 145_585 nanoseconds. - Weight::from_ref_time(147_339_000) + // Minimum execution time: 212_101 nanoseconds. + Weight::from_ref_time(227_147_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -62,8 +62,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: Claims Claims (r:0 w:1) // Storage: Claims Signing (r:0 w:1) fn mint_claim() -> Weight { - // Minimum execution time: 11_575 nanoseconds. - Weight::from_ref_time(11_943_000) + // Minimum execution time: 14_923 nanoseconds. + Weight::from_ref_time(18_441_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -75,8 +75,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: System Account (r:1 w:0) // Storage: Balances Locks (r:1 w:1) fn claim_attest() -> Weight { - // Minimum execution time: 147_561 nanoseconds. - Weight::from_ref_time(152_230_000) + // Minimum execution time: 214_198 nanoseconds. + Weight::from_ref_time(228_944_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -89,8 +89,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: System Account (r:1 w:0) // Storage: Balances Locks (r:1 w:1) fn attest() -> Weight { - // Minimum execution time: 68_437 nanoseconds. - Weight::from_ref_time(70_169_000) + // Minimum execution time: 103_514 nanoseconds. + Weight::from_ref_time(120_142_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -99,8 +99,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: Claims Signing (r:1 w:2) // Storage: Claims Preclaims (r:1 w:1) fn move_claim() -> Weight { - // Minimum execution time: 21_287 nanoseconds. - Weight::from_ref_time(22_289_000) + // Minimum execution time: 26_683 nanoseconds. + Weight::from_ref_time(31_837_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/kusama/src/weights/runtime_common_crowdloan.rs b/runtime/kusama/src/weights/runtime_common_crowdloan.rs index 07b6bfcbcf97..048be6bc26d2 100644 --- a/runtime/kusama/src/weights/runtime_common_crowdloan.rs +++ b/runtime/kusama/src/weights/runtime_common_crowdloan.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::crowdloan` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -49,8 +49,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Paras ParaLifecycles (r:1 w:0) // Storage: Crowdloan NextFundIndex (r:1 w:1) fn create() -> Weight { - // Minimum execution time: 48_057 nanoseconds. - Weight::from_ref_time(48_727_000) + // Minimum execution time: 57_956 nanoseconds. + Weight::from_ref_time(62_620_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -63,8 +63,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Crowdloan NewRaise (r:1 w:1) // Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1) fn contribute() -> Weight { - // Minimum execution time: 120_371 nanoseconds. - Weight::from_ref_time(121_594_000) + // Minimum execution time: 147_297 nanoseconds. + Weight::from_ref_time(162_105_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -73,18 +73,18 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Balances InactiveIssuance (r:1 w:1) // Storage: unknown [0xc85982571aa615c788ef9b2c16f54f25773fd439e8ee1ed2aa3ae43d48e880f0] (r:1 w:1) fn withdraw() -> Weight { - // Minimum execution time: 59_826 nanoseconds. - Weight::from_ref_time(61_442_000) + // Minimum execution time: 84_816 nanoseconds. + Weight::from_ref_time(91_315_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `k` is `[0, 1000]`. fn refund(k: u32, ) -> Weight { - // Minimum execution time: 63_151 nanoseconds. - Weight::from_ref_time(64_686_000) - // Standard Error: 13_557 - .saturating_add(Weight::from_ref_time(18_930_054).saturating_mul(k.into())) + // Minimum execution time: 69_470 nanoseconds. + Weight::from_ref_time(74_251_000) + // Standard Error: 15_862 + .saturating_add(Weight::from_ref_time(22_154_974).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -93,31 +93,31 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Crowdloan Funds (r:1 w:1) // Storage: System Account (r:1 w:1) fn dissolve() -> Weight { - // Minimum execution time: 36_575 nanoseconds. - Weight::from_ref_time(37_963_000) + // Minimum execution time: 44_634 nanoseconds. + Weight::from_ref_time(50_795_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Crowdloan Funds (r:1 w:1) fn edit() -> Weight { - // Minimum execution time: 25_171 nanoseconds. - Weight::from_ref_time(25_945_000) + // Minimum execution time: 33_894 nanoseconds. + Weight::from_ref_time(35_884_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Crowdloan Funds (r:1 w:0) // Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1) fn add_memo() -> Weight { - // Minimum execution time: 32_979 nanoseconds. - Weight::from_ref_time(33_881_000) + // Minimum execution time: 44_026 nanoseconds. + Weight::from_ref_time(47_818_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Crowdloan Funds (r:1 w:0) // Storage: Crowdloan NewRaise (r:1 w:1) fn poke() -> Weight { - // Minimum execution time: 25_110 nanoseconds. - Weight::from_ref_time(25_812_000) + // Minimum execution time: 32_263 nanoseconds. + Weight::from_ref_time(34_714_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -133,10 +133,10 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: System Account (r:2 w:2) /// The range of component `n` is `[2, 100]`. fn on_initialize(n: u32, ) -> Weight { - // Minimum execution time: 102_093 nanoseconds. - Weight::from_ref_time(11_443_657) - // Standard Error: 40_324 - .saturating_add(Weight::from_ref_time(40_500_805).saturating_mul(n.into())) + // Minimum execution time: 123_129 nanoseconds. + Weight::from_ref_time(20_854_432) + // Standard Error: 45_680 + .saturating_add(Weight::from_ref_time(48_486_249).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/kusama/src/weights/runtime_common_paras_registrar.rs b/runtime/kusama/src/weights/runtime_common_paras_registrar.rs index 50ecf5591b2f..c2dd5e78a809 100644 --- a/runtime/kusama/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/kusama/src/weights/runtime_common_paras_registrar.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::paras_registrar` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -48,8 +48,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Registrar Paras (r:1 w:1) // Storage: Paras ParaLifecycles (r:1 w:0) fn reserve() -> Weight { - // Minimum execution time: 31_722 nanoseconds. - Weight::from_ref_time(32_311_000) + // Minimum execution time: 32_986 nanoseconds. + Weight::from_ref_time(33_432_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -63,8 +63,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras CurrentCodeHash (r:0 w:1) // Storage: Paras UpcomingParasGenesis (r:0 w:1) fn register() -> Weight { - // Minimum execution time: 7_431_346 nanoseconds. - Weight::from_ref_time(7_568_877_000) + // Minimum execution time: 8_291_797 nanoseconds. + Weight::from_ref_time(8_422_175_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -78,8 +78,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras CurrentCodeHash (r:0 w:1) // Storage: Paras UpcomingParasGenesis (r:0 w:1) fn force_register() -> Weight { - // Minimum execution time: 7_394_196 nanoseconds. - Weight::from_ref_time(7_521_358_000) + // Minimum execution time: 8_287_438 nanoseconds. + Weight::from_ref_time(8_468_902_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -90,8 +90,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras ActionsQueue (r:1 w:1) // Storage: Registrar PendingSwap (r:0 w:1) fn deregister() -> Weight { - // Minimum execution time: 50_133 nanoseconds. - Weight::from_ref_time(50_834_000) + // Minimum execution time: 71_963 nanoseconds. + Weight::from_ref_time(78_918_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -103,8 +103,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Crowdloan Funds (r:2 w:2) // Storage: Slots Leases (r:2 w:2) fn swap() -> Weight { - // Minimum execution time: 45_078 nanoseconds. - Weight::from_ref_time(46_193_000) + // Minimum execution time: 63_623 nanoseconds. + Weight::from_ref_time(66_520_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -120,20 +120,20 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras FutureCodeUpgrades (r:0 w:1) /// The range of component `b` is `[1, 3145728]`. fn schedule_code_upgrade(b: u32, ) -> Weight { - // Minimum execution time: 42_266 nanoseconds. - Weight::from_ref_time(42_746_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_329).saturating_mul(b.into())) + // Minimum execution time: 44_472 nanoseconds. + Weight::from_ref_time(44_904_000) + // Standard Error: 3 + .saturating_add(Weight::from_ref_time(2_779).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } // Storage: Paras Heads (r:0 w:1) /// The range of component `b` is `[1, 1048576]`. fn set_current_head(b: u32, ) -> Weight { - // Minimum execution time: 13_670 nanoseconds. - Weight::from_ref_time(13_898_000) + // Minimum execution time: 14_221 nanoseconds. + Weight::from_ref_time(8_570_528) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(907).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(1_050).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/runtime_common_slots.rs b/runtime/kusama/src/weights/runtime_common_slots.rs index 38cad56db959..ec169ed2f05e 100644 --- a/runtime/kusama/src/weights/runtime_common_slots.rs +++ b/runtime/kusama/src/weights/runtime_common_slots.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::slots` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -47,8 +47,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 32_019 nanoseconds. - Weight::from_ref_time(32_605_000) + // Minimum execution time: 32_676 nanoseconds. + Weight::from_ref_time(33_864_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -61,12 +61,12 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 543_632 nanoseconds. - Weight::from_ref_time(549_922_000) - // Standard Error: 69_539 - .saturating_add(Weight::from_ref_time(2_286_201).saturating_mul(c.into())) - // Standard Error: 69_539 - .saturating_add(Weight::from_ref_time(12_481_379).saturating_mul(t.into())) + // Minimum execution time: 652_404 nanoseconds. + Weight::from_ref_time(661_932_000) + // Standard Error: 79_895 + .saturating_add(Weight::from_ref_time(2_433_110).saturating_mul(c.into())) + // Standard Error: 79_895 + .saturating_add(Weight::from_ref_time(16_126_116).saturating_mul(t.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().reads((3_u64).saturating_mul(t.into()))) @@ -77,8 +77,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 94_296 nanoseconds. - Weight::from_ref_time(97_468_000) + // Minimum execution time: 121_326 nanoseconds. + Weight::from_ref_time(130_035_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -88,8 +88,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 29_893 nanoseconds. - Weight::from_ref_time(30_727_000) + // Minimum execution time: 36_666 nanoseconds. + Weight::from_ref_time(38_803_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_configuration.rs b/runtime/kusama/src/weights/runtime_parachains_configuration.rs index 3fd375d474c6..28c369430910 100644 --- a/runtime/kusama/src/weights/runtime_parachains_configuration.rs +++ b/runtime/kusama/src/weights/runtime_parachains_configuration.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::configuration` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -48,8 +48,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_block_number() -> Weight { - // Minimum execution time: 11_786 nanoseconds. - Weight::from_ref_time(12_247_000) + // Minimum execution time: 12_868 nanoseconds. + Weight::from_ref_time(13_501_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -57,8 +57,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_u32() -> Weight { - // Minimum execution time: 12_097 nanoseconds. - Weight::from_ref_time(12_485_000) + // Minimum execution time: 13_107 nanoseconds. + Weight::from_ref_time(13_525_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -66,8 +66,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_option_u32() -> Weight { - // Minimum execution time: 12_294 nanoseconds. - Weight::from_ref_time(12_663_000) + // Minimum execution time: 12_990 nanoseconds. + Weight::from_ref_time(13_658_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -75,8 +75,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_weight() -> Weight { - // Minimum execution time: 11_914 nanoseconds. - Weight::from_ref_time(12_307_000) + // Minimum execution time: 12_999 nanoseconds. + Weight::from_ref_time(13_357_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -89,8 +89,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_balance() -> Weight { - // Minimum execution time: 12_118 nanoseconds. - Weight::from_ref_time(12_634_000) + // Minimum execution time: 13_025 nanoseconds. + Weight::from_ref_time(13_490_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_disputes.rs b/runtime/kusama/src/weights/runtime_parachains_disputes.rs index caa9b0d17148..87544a138033 100644 --- a/runtime/kusama/src/weights/runtime_parachains_disputes.rs +++ b/runtime/kusama/src/weights/runtime_parachains_disputes.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::disputes` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -46,8 +46,8 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::disputes::WeightInfo for WeightInfo { // Storage: ParasDisputes Frozen (r:0 w:1) fn force_unfreeze() -> Weight { - // Minimum execution time: 4_200 nanoseconds. - Weight::from_ref_time(4_360_000) + // Minimum execution time: 3_956 nanoseconds. + Weight::from_ref_time(4_178_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/runtime_parachains_hrmp.rs b/runtime/kusama/src/weights/runtime_parachains_hrmp.rs index 79de9224d23f..7b9044636244 100644 --- a/runtime/kusama/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/kusama/src/weights/runtime_parachains_hrmp.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::hrmp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -50,11 +50,11 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpEgressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1) // Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) - // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) + // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_init_open_channel() -> Weight { - // Minimum execution time: 41_559 nanoseconds. - Weight::from_ref_time(42_012_000) + // Minimum execution time: 43_893 nanoseconds. + Weight::from_ref_time(44_883_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -62,22 +62,22 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Paras ParaLifecycles (r:1 w:0) // Storage: Hrmp HrmpIngressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpAcceptedChannelRequestCount (r:1 w:1) - // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) + // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_accept_open_channel() -> Weight { - // Minimum execution time: 41_375 nanoseconds. - Weight::from_ref_time(41_683_000) + // Minimum execution time: 42_873 nanoseconds. + Weight::from_ref_time(44_088_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Hrmp HrmpChannels (r:1 w:0) // Storage: Hrmp HrmpCloseChannelRequests (r:1 w:1) // Storage: Hrmp HrmpCloseChannelRequestsList (r:1 w:1) - // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) + // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_close_channel() -> Weight { - // Minimum execution time: 37_803 nanoseconds. - Weight::from_ref_time(38_966_000) + // Minimum execution time: 39_609 nanoseconds. + Weight::from_ref_time(41_003_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -90,12 +90,12 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf /// The range of component `i` is `[0, 127]`. /// The range of component `e` is `[0, 127]`. fn force_clean_hrmp(i: u32, e: u32, ) -> Weight { - // Minimum execution time: 887_709 nanoseconds. - Weight::from_ref_time(893_096_000) - // Standard Error: 80_786 - .saturating_add(Weight::from_ref_time(2_760_828).saturating_mul(i.into())) - // Standard Error: 80_786 - .saturating_add(Weight::from_ref_time(2_839_523).saturating_mul(e.into())) + // Minimum execution time: 1_049_867 nanoseconds. + Weight::from_ref_time(1_062_229_000) + // Standard Error: 98_390 + .saturating_add(Weight::from_ref_time(3_309_672).saturating_mul(i.into())) + // Standard Error: 98_390 + .saturating_add(Weight::from_ref_time(3_269_536).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) @@ -113,10 +113,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpChannels (r:0 w:2) /// The range of component `c` is `[0, 128]`. fn force_process_hrmp_open(c: u32, ) -> Weight { - // Minimum execution time: 10_161 nanoseconds. - Weight::from_ref_time(2_805_942) - // Standard Error: 19_214 - .saturating_add(Weight::from_ref_time(16_198_878).saturating_mul(c.into())) + // Minimum execution time: 10_555 nanoseconds. + Weight::from_ref_time(2_979_446) + // Standard Error: 15_981 + .saturating_add(Weight::from_ref_time(18_680_285).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -130,10 +130,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpChannelContents (r:0 w:2) /// The range of component `c` is `[0, 128]`. fn force_process_hrmp_close(c: u32, ) -> Weight { - // Minimum execution time: 6_661 nanoseconds. - Weight::from_ref_time(6_707_000) - // Standard Error: 7_204 - .saturating_add(Weight::from_ref_time(9_879_458).saturating_mul(c.into())) + // Minimum execution time: 6_676 nanoseconds. + Weight::from_ref_time(2_851_159) + // Standard Error: 11_610 + .saturating_add(Weight::from_ref_time(11_569_347).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -144,10 +144,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1) /// The range of component `c` is `[0, 128]`. fn hrmp_cancel_open_request(c: u32, ) -> Weight { - // Minimum execution time: 25_572 nanoseconds. - Weight::from_ref_time(31_222_401) - // Standard Error: 3_850 - .saturating_add(Weight::from_ref_time(123_736).saturating_mul(c.into())) + // Minimum execution time: 25_595 nanoseconds. + Weight::from_ref_time(35_013_327) + // Standard Error: 2_779 + .saturating_add(Weight::from_ref_time(220_363).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -155,10 +155,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpOpenChannelRequests (r:2 w:2) /// The range of component `c` is `[0, 128]`. fn clean_open_channel_requests(c: u32, ) -> Weight { - // Minimum execution time: 4_728 nanoseconds. - Weight::from_ref_time(2_759_936) - // Standard Error: 3_955 - .saturating_add(Weight::from_ref_time(2_620_885).saturating_mul(c.into())) + // Minimum execution time: 4_940 nanoseconds. + Weight::from_ref_time(596_037) + // Standard Error: 4_763 + .saturating_add(Weight::from_ref_time(3_257_909).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -170,13 +170,13 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpEgressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1) // Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) - // Storage: Dmp DownwardMessageQueueHeads (r:2 w:2) // Storage: Dmp DownwardMessageQueues (r:2 w:2) + // Storage: Dmp DownwardMessageQueueHeads (r:2 w:2) // Storage: Hrmp HrmpIngressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpAcceptedChannelRequestCount (r:1 w:1) fn force_open_hrmp_channel() -> Weight { - // Minimum execution time: 54_138 nanoseconds. - Weight::from_ref_time(54_945_000) + // Minimum execution time: 56_176 nanoseconds. + Weight::from_ref_time(58_370_000) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_initializer.rs b/runtime/kusama/src/weights/runtime_parachains_initializer.rs index dbfc4ec0bd56..e6bede2e568a 100644 --- a/runtime/kusama/src/weights/runtime_parachains_initializer.rs +++ b/runtime/kusama/src/weights/runtime_parachains_initializer.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::initializer` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -47,10 +47,10 @@ impl runtime_parachains::initializer::WeightInfo for We // Storage: System Digest (r:1 w:1) /// The range of component `d` is `[0, 65536]`. fn force_approve(d: u32, ) -> Weight { - // Minimum execution time: 7_946 nanoseconds. - Weight::from_ref_time(11_012_462) - // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_323).saturating_mul(d.into())) + // Minimum execution time: 8_202 nanoseconds. + Weight::from_ref_time(8_496_000) + // Standard Error: 16 + .saturating_add(Weight::from_ref_time(2_948).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_paras.rs b/runtime/kusama/src/weights/runtime_parachains_paras.rs index 5126c15ef185..89977bc8ebe9 100644 --- a/runtime/kusama/src/weights/runtime_parachains_paras.rs +++ b/runtime/kusama/src/weights/runtime_parachains_paras.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::paras` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -52,20 +52,20 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras CodeByHash (r:0 w:1) /// The range of component `c` is `[1, 3145728]`. fn force_set_current_code(c: u32, ) -> Weight { - // Minimum execution time: 36_931 nanoseconds. - Weight::from_ref_time(37_260_000) + // Minimum execution time: 37_344 nanoseconds. + Weight::from_ref_time(37_823_000) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_311).saturating_mul(c.into())) + .saturating_add(Weight::from_ref_time(2_697).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Paras Heads (r:0 w:1) /// The range of component `s` is `[1, 1048576]`. fn force_set_current_head(s: u32, ) -> Weight { - // Minimum execution time: 13_314 nanoseconds. - Weight::from_ref_time(13_526_000) - // Standard Error: 2 - .saturating_add(Weight::from_ref_time(908).saturating_mul(s.into())) + // Minimum execution time: 13_743 nanoseconds. + Weight::from_ref_time(5_050_910) + // Standard Error: 3 + .saturating_add(Weight::from_ref_time(1_071).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Paras FutureCodeHash (r:1 w:1) @@ -80,10 +80,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras UpgradeRestrictionSignal (r:0 w:1) /// The range of component `c` is `[1, 3145728]`. fn force_schedule_code_upgrade(c: u32, ) -> Weight { - // Minimum execution time: 63_313 nanoseconds. - Weight::from_ref_time(63_713_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_333).saturating_mul(c.into())) + // Minimum execution time: 64_440 nanoseconds. + Weight::from_ref_time(44_455_201) + // Standard Error: 4 + .saturating_add(Weight::from_ref_time(2_666).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -92,18 +92,18 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) /// The range of component `s` is `[1, 1048576]`. fn force_note_new_head(s: u32, ) -> Weight { - // Minimum execution time: 19_127 nanoseconds. - Weight::from_ref_time(19_287_000) + // Minimum execution time: 19_167 nanoseconds. + Weight::from_ref_time(19_261_750) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(912).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(1_041).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras ActionsQueue (r:1 w:1) fn force_queue_action() -> Weight { - // Minimum execution time: 24_275 nanoseconds. - Weight::from_ref_time(24_771_000) + // Minimum execution time: 24_469 nanoseconds. + Weight::from_ref_time(25_322_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -111,18 +111,18 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras CodeByHash (r:1 w:1) /// The range of component `c` is `[1, 3145728]`. fn add_trusted_validation_code(c: u32, ) -> Weight { - // Minimum execution time: 9_145 nanoseconds. - Weight::from_ref_time(9_233_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_322).saturating_mul(c.into())) + // Minimum execution time: 8_854 nanoseconds. + Weight::from_ref_time(9_135_000) + // Standard Error: 3 + .saturating_add(Weight::from_ref_time(2_661).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Paras CodeByHashRefs (r:1 w:0) // Storage: Paras CodeByHash (r:0 w:1) fn poke_unused_validation_code() -> Weight { - // Minimum execution time: 7_030 nanoseconds. - Weight::from_ref_time(7_286_000) + // Minimum execution time: 7_035 nanoseconds. + Weight::from_ref_time(7_311_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -130,8 +130,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement() -> Weight { - // Minimum execution time: 93_180 nanoseconds. - Weight::from_ref_time(96_376_000) + // Minimum execution time: 128_303 nanoseconds. + Weight::from_ref_time(136_830_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -143,24 +143,19 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: System Digest (r:1 w:1) // Storage: Paras FutureCodeUpgrades (r:0 w:100) fn include_pvf_check_statement_finalize_upgrade_accept() -> Weight { - // Minimum execution time: 647_052 nanoseconds. - Weight::from_ref_time(651_007_000) + // Minimum execution time: 803_988 nanoseconds. + Weight::from_ref_time(813_615_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(104)) } // Storage: ParasShared ActiveValidatorKeys (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) - // Storage: Paras PvfActiveVoteList (r:1 w:1) - // Storage: Paras CodeByHashRefs (r:1 w:1) - // Storage: Paras CodeByHash (r:0 w:1) - // Storage: Paras UpgradeGoAheadSignal (r:0 w:100) - // Storage: Paras FutureCodeHash (r:0 w:100) fn include_pvf_check_statement_finalize_upgrade_reject() -> Weight { - // Minimum execution time: 616_470 nanoseconds. - Weight::from_ref_time(619_625_000) - .saturating_add(T::DbWeight::get().reads(5)) - .saturating_add(T::DbWeight::get().writes(204)) + // Minimum execution time: 126_775 nanoseconds. + Weight::from_ref_time(134_280_000) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(1)) } // Storage: ParasShared ActiveValidatorKeys (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) @@ -168,24 +163,18 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras PvfActiveVoteList (r:1 w:1) // Storage: Paras ActionsQueue (r:1 w:1) fn include_pvf_check_statement_finalize_onboarding_accept() -> Weight { - // Minimum execution time: 498_855 nanoseconds. - Weight::from_ref_time(504_047_000) + // Minimum execution time: 636_207 nanoseconds. + Weight::from_ref_time(653_297_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: ParasShared ActiveValidatorKeys (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) - // Storage: Paras PvfActiveVoteList (r:1 w:1) - // Storage: Paras CodeByHashRefs (r:1 w:1) - // Storage: Paras ParaLifecycles (r:0 w:100) - // Storage: Paras CodeByHash (r:0 w:1) - // Storage: Paras CurrentCodeHash (r:0 w:100) - // Storage: Paras UpcomingParasGenesis (r:0 w:100) fn include_pvf_check_statement_finalize_onboarding_reject() -> Weight { - // Minimum execution time: 681_775 nanoseconds. - Weight::from_ref_time(696_229_000) - .saturating_add(T::DbWeight::get().reads(5)) - .saturating_add(T::DbWeight::get().writes(304)) + // Minimum execution time: 122_493 nanoseconds. + Weight::from_ref_time(130_950_000) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs b/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs index e29b36996628..710c6948eb34 100644 --- a/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs +++ b/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::paras_inherent` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -76,10 +76,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) /// The range of component `v` is `[10, 200]`. fn enter_variable_disputes(v: u32, ) -> Weight { - // Minimum execution time: 763_387 nanoseconds. - Weight::from_ref_time(300_826_553) - // Standard Error: 27_892 - .saturating_add(Weight::from_ref_time(48_308_988).saturating_mul(v.into())) + // Minimum execution time: 999_322 nanoseconds. + Weight::from_ref_time(484_538_966) + // Standard Error: 19_533 + .saturating_add(Weight::from_ref_time(56_635_596).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(27)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -114,8 +114,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras Heads (r:0 w:1) // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) fn enter_bitfields() -> Weight { - // Minimum execution time: 331_547 nanoseconds. - Weight::from_ref_time(344_794_000) + // Minimum execution time: 482_579 nanoseconds. + Weight::from_ref_time(508_199_000) .saturating_add(T::DbWeight::get().reads(26)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -152,10 +152,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) /// The range of component `v` is `[101, 200]`. fn enter_backed_candidates_variable(v: u32, ) -> Weight { - // Minimum execution time: 5_611_326 nanoseconds. - Weight::from_ref_time(888_558_395) - // Standard Error: 44_447 - .saturating_add(Weight::from_ref_time(47_755_070).saturating_mul(v.into())) + // Minimum execution time: 6_784_939 nanoseconds. + Weight::from_ref_time(1_163_475_539) + // Standard Error: 25_992 + .saturating_add(Weight::from_ref_time(56_023_181).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(29)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -193,8 +193,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras Heads (r:0 w:1) // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) fn enter_backed_candidate_code_upgrade() -> Weight { - // Minimum execution time: 38_715_051 nanoseconds. - Weight::from_ref_time(39_023_320_000) + // Minimum execution time: 44_505_556 nanoseconds. + Weight::from_ref_time(45_069_141_000) .saturating_add(T::DbWeight::get().reads(31)) .saturating_add(T::DbWeight::get().writes(16)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_ump.rs b/runtime/kusama/src/weights/runtime_parachains_ump.rs index 0d252622a2fd..25eb7b3aa5c7 100644 --- a/runtime/kusama/src/weights/runtime_parachains_ump.rs +++ b/runtime/kusama/src/weights/runtime_parachains_ump.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::ump` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -46,26 +46,26 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::ump::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 51200]`. fn process_upward_message(s: u32, ) -> Weight { - // Minimum execution time: 10_960 nanoseconds. - Weight::from_ref_time(2_561_819) + // Minimum execution time: 11_027 nanoseconds. + Weight::from_ref_time(2_391_575) // Standard Error: 16 - .saturating_add(Weight::from_ref_time(2_389).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(2_351).saturating_mul(s.into())) } // Storage: Ump NeedsDispatch (r:1 w:1) // Storage: Ump NextDispatchRoundStartWith (r:1 w:1) // Storage: Ump RelayDispatchQueues (r:0 w:1) // Storage: Ump RelayDispatchQueueSize (r:0 w:1) fn clean_ump_after_outgoing() -> Weight { - // Minimum execution time: 9_367 nanoseconds. - Weight::from_ref_time(9_683_000) + // Minimum execution time: 9_387 nanoseconds. + Weight::from_ref_time(9_663_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Ump Overweight (r:1 w:1) // Storage: Ump CounterForOverweight (r:1 w:1) fn service_overweight() -> Weight { - // Minimum execution time: 29_842 nanoseconds. - Weight::from_ref_time(30_766_000) + // Minimum execution time: 29_229 nanoseconds. + Weight::from_ref_time(29_801_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/constants/src/weights/block_weights.rs b/runtime/polkadot/constants/src/weights/block_weights.rs index a27e41fe1e6f..17c360e1b592 100644 --- a/runtime/polkadot/constants/src/weights/block_weights.rs +++ b/runtime/polkadot/constants/src/weights/block_weights.rs @@ -14,8 +14,8 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11 (Y/M/D) -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21 (Y/M/D) +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development` //! WARMUPS: `10`, REPEAT: `100` @@ -42,17 +42,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 7_879_909, 8_166_198 - /// Average: 7_955_558 - /// Median: 7_930_980 - /// Std-Dev: 69710.81 + /// Min, Max: 9_778_702, 10_085_057 + /// Average: 9_861_714 + /// Median: 9_850_309 + /// Std-Dev: 53891.23 /// /// Percentiles nanoseconds: - /// 99th: 8_159_682 - /// 95th: 8_114_050 - /// 75th: 7_981_631 + /// 99th: 10_003_923 + /// 95th: 9_949_433 + /// 75th: 9_898_957 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(7_955_558)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(9_861_714)); } #[cfg(test)] diff --git a/runtime/polkadot/constants/src/weights/extrinsic_weights.rs b/runtime/polkadot/constants/src/weights/extrinsic_weights.rs index 889bd6bf7d78..e5bce999e299 100644 --- a/runtime/polkadot/constants/src/weights/extrinsic_weights.rs +++ b/runtime/polkadot/constants/src/weights/extrinsic_weights.rs @@ -14,8 +14,8 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11 (Y/M/D) -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21 (Y/M/D) +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development` //! WARMUPS: `10`, REPEAT: `100` @@ -42,17 +42,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 94_509, 95_932 - /// Average: 94_914 - /// Median: 94_825 - /// Std-Dev: 313.06 + /// Min, Max: 111_191, 112_524 + /// Average: 111_622 + /// Median: 111_590 + /// Std-Dev: 238.12 /// /// Percentiles nanoseconds: - /// 99th: 95_923 - /// 95th: 95_679 - /// 75th: 94_974 + /// 99th: 112_172 + /// 95th: 112_058 + /// 75th: 111_774 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(94_914)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(111_622)); } #[cfg(test)] diff --git a/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs b/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs index 190e9b0982ff..81f6a1245dae 100644 --- a/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_benchmarking::baseline` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -46,52 +46,54 @@ pub struct WeightInfo(PhantomData); impl frame_benchmarking::baseline::WeightInfo for WeightInfo { /// The range of component `i` is `[0, 1000000]`. fn addition(_i: u32, ) -> Weight { - // Minimum execution time: 103 nanoseconds. - Weight::from_ref_time(140_916) + // Minimum execution time: 110 nanoseconds. + Weight::from_ref_time(140_321) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { - // Minimum execution time: 103 nanoseconds. - Weight::from_ref_time(144_351) + // Minimum execution time: 110 nanoseconds. + Weight::from_ref_time(141_092) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { - // Minimum execution time: 105 nanoseconds. - Weight::from_ref_time(146_671) + // Minimum execution time: 111 nanoseconds. + Weight::from_ref_time(147_353) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { - // Minimum execution time: 101 nanoseconds. - Weight::from_ref_time(133_960) + // Minimum execution time: 108 nanoseconds. + Weight::from_ref_time(144_013) } /// The range of component `i` is `[0, 100]`. - fn hashing(_i: u32, ) -> Weight { - // Minimum execution time: 20_362_129 nanoseconds. - Weight::from_ref_time(20_578_014_049) + fn hashing(i: u32, ) -> Weight { + // Minimum execution time: 24_226_952 nanoseconds. + Weight::from_ref_time(24_311_074_213) + // Standard Error: 28_115 + .saturating_add(Weight::from_ref_time(34_080).saturating_mul(i.into())) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { - // Minimum execution time: 134 nanoseconds. - Weight::from_ref_time(73_046) - // Standard Error: 19_110 - .saturating_add(Weight::from_ref_time(47_134_085).saturating_mul(i.into())) + // Minimum execution time: 137 nanoseconds. + Weight::from_ref_time(2_154_852) + // Standard Error: 6_297 + .saturating_add(Weight::from_ref_time(55_533_920).saturating_mul(i.into())) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn storage_read(i: u32, ) -> Weight { - // Minimum execution time: 145 nanoseconds. - Weight::from_ref_time(155_000) - // Standard Error: 4_668 - .saturating_add(Weight::from_ref_time(1_972_788).saturating_mul(i.into())) + // Minimum execution time: 112 nanoseconds. + Weight::from_ref_time(118_000) + // Standard Error: 5_439 + .saturating_add(Weight::from_ref_time(2_428_135).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn storage_write(i: u32, ) -> Weight { - // Minimum execution time: 152 nanoseconds. - Weight::from_ref_time(166_000) - // Standard Error: 851 - .saturating_add(Weight::from_ref_time(337_528).saturating_mul(i.into())) + // Minimum execution time: 116 nanoseconds. + Weight::from_ref_time(121_000) + // Standard Error: 968 + .saturating_add(Weight::from_ref_time(394_484).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } } diff --git a/runtime/polkadot/src/weights/frame_election_provider_support.rs b/runtime/polkadot/src/weights/frame_election_provider_support.rs index 0c32f1edd6c4..f66ca6cfcee2 100644 --- a/runtime/polkadot/src/weights/frame_election_provider_support.rs +++ b/runtime/polkadot/src/weights/frame_election_provider_support.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_election_provider_support` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -48,22 +48,22 @@ impl frame_election_provider_support::WeightInfo for We /// The range of component `t` is `[500, 1000]`. /// The range of component `d` is `[5, 16]`. fn phragmen(v: u32, _t: u32, d: u32, ) -> Weight { - // Minimum execution time: 5_572_184 nanoseconds. - Weight::from_ref_time(5_616_944_000) - // Standard Error: 137_083 - .saturating_add(Weight::from_ref_time(5_614_012).saturating_mul(v.into())) - // Standard Error: 14_014_923 - .saturating_add(Weight::from_ref_time(1_538_990_561).saturating_mul(d.into())) + // Minimum execution time: 5_623_698 nanoseconds. + Weight::from_ref_time(5_664_667_000) + // Standard Error: 137_896 + .saturating_add(Weight::from_ref_time(5_522_201).saturating_mul(v.into())) + // Standard Error: 14_098_020 + .saturating_add(Weight::from_ref_time(1_485_930_517).saturating_mul(d.into())) } /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. /// The range of component `d` is `[5, 16]`. fn phragmms(v: u32, _t: u32, d: u32, ) -> Weight { - // Minimum execution time: 4_373_111 nanoseconds. - Weight::from_ref_time(4_393_450_000) - // Standard Error: 146_029 - .saturating_add(Weight::from_ref_time(5_530_819).saturating_mul(v.into())) - // Standard Error: 14_929_554 - .saturating_add(Weight::from_ref_time(1_771_405_493).saturating_mul(d.into())) + // Minimum execution time: 3_937_171 nanoseconds. + Weight::from_ref_time(3_988_754_000) + // Standard Error: 121_918 + .saturating_add(Weight::from_ref_time(4_660_923).saturating_mul(v.into())) + // Standard Error: 12_464_540 + .saturating_add(Weight::from_ref_time(1_436_423_310).saturating_mul(d.into())) } } diff --git a/runtime/polkadot/src/weights/frame_system.rs b/runtime/polkadot/src/weights/frame_system.rs index b71bec3e5334..0bfeeb176019 100644 --- a/runtime/polkadot/src/weights/frame_system.rs +++ b/runtime/polkadot/src/weights/frame_system.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -46,51 +46,51 @@ pub struct WeightInfo(PhantomData); impl frame_system::WeightInfo for WeightInfo { /// The range of component `b` is `[0, 3932160]`. fn remark(b: u32, ) -> Weight { - // Minimum execution time: 3_363 nanoseconds. - Weight::from_ref_time(3_505_000) + // Minimum execution time: 3_343 nanoseconds. + Weight::from_ref_time(1_434_921) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(409).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(479).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { - // Minimum execution time: 12_272 nanoseconds. - Weight::from_ref_time(12_484_000) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_760).saturating_mul(b.into())) + // Minimum execution time: 13_246 nanoseconds. + Weight::from_ref_time(110_094_391) + // Standard Error: 5 + .saturating_add(Weight::from_ref_time(1_901).saturating_mul(b.into())) } // Storage: System Digest (r:1 w:1) // Storage: unknown [0x3a686561707061676573] (r:0 w:1) fn set_heap_pages() -> Weight { - // Minimum execution time: 7_986 nanoseconds. - Weight::from_ref_time(8_301_000) + // Minimum execution time: 8_572 nanoseconds. + Weight::from_ref_time(8_937_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn set_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_433 nanoseconds. - Weight::from_ref_time(3_504_000) - // Standard Error: 2_086 - .saturating_add(Weight::from_ref_time(619_204).saturating_mul(i.into())) + // Minimum execution time: 3_545 nanoseconds. + Weight::from_ref_time(3_718_000) + // Standard Error: 2_178 + .saturating_add(Weight::from_ref_time(695_995).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn kill_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_343 nanoseconds. - Weight::from_ref_time(3_466_000) - // Standard Error: 943 - .saturating_add(Weight::from_ref_time(443_974).saturating_mul(i.into())) + // Minimum execution time: 3_502 nanoseconds. + Weight::from_ref_time(3_691_000) + // Standard Error: 895 + .saturating_add(Weight::from_ref_time(515_817).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { - // Minimum execution time: 5_026 nanoseconds. - Weight::from_ref_time(5_183_000) - // Standard Error: 1_227 - .saturating_add(Weight::from_ref_time(967_840).saturating_mul(p.into())) + // Minimum execution time: 5_192 nanoseconds. + Weight::from_ref_time(5_350_000) + // Standard Error: 1_417 + .saturating_add(Weight::from_ref_time(1_163_339).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) } } diff --git a/runtime/polkadot/src/weights/pallet_bags_list.rs b/runtime/polkadot/src/weights/pallet_bags_list.rs index 7f12734c7d21..a4a2e7bf868d 100644 --- a/runtime/polkadot/src/weights/pallet_bags_list.rs +++ b/runtime/polkadot/src/weights/pallet_bags_list.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_bags_list` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -49,8 +49,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList ListNodes (r:4 w:4) // Storage: VoterList ListBags (r:1 w:1) fn rebag_non_terminal() -> Weight { - // Minimum execution time: 62_167 nanoseconds. - Weight::from_ref_time(64_120_000) + // Minimum execution time: 64_631 nanoseconds. + Weight::from_ref_time(66_636_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -59,8 +59,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn rebag_terminal() -> Weight { - // Minimum execution time: 62_618 nanoseconds. - Weight::from_ref_time(63_497_000) + // Minimum execution time: 64_746 nanoseconds. + Weight::from_ref_time(66_806_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -70,8 +70,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList CounterForListNodes (r:1 w:1) // Storage: VoterList ListBags (r:1 w:1) fn put_in_front_of() -> Weight { - // Minimum execution time: 62_342 nanoseconds. - Weight::from_ref_time(63_136_000) + // Minimum execution time: 62_963 nanoseconds. + Weight::from_ref_time(65_649_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(6)) } diff --git a/runtime/polkadot/src/weights/pallet_balances.rs b/runtime/polkadot/src/weights/pallet_balances.rs index f2d96c378eab..c03fadbcb973 100644 --- a/runtime/polkadot/src/weights/pallet_balances.rs +++ b/runtime/polkadot/src/weights/pallet_balances.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -46,50 +46,50 @@ pub struct WeightInfo(PhantomData); impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - // Minimum execution time: 40_978 nanoseconds. - Weight::from_ref_time(41_721_000) + // Minimum execution time: 44_126 nanoseconds. + Weight::from_ref_time(44_849_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { - // Minimum execution time: 31_105 nanoseconds. - Weight::from_ref_time(31_852_000) + // Minimum execution time: 32_382 nanoseconds. + Weight::from_ref_time(33_501_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn set_balance_creating() -> Weight { - // Minimum execution time: 23_222 nanoseconds. - Weight::from_ref_time(23_720_000) + // Minimum execution time: 23_520 nanoseconds. + Weight::from_ref_time(24_153_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn set_balance_killing() -> Weight { - // Minimum execution time: 25_975 nanoseconds. - Weight::from_ref_time(26_508_000) + // Minimum execution time: 26_933 nanoseconds. + Weight::from_ref_time(27_508_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:2 w:2) fn force_transfer() -> Weight { - // Minimum execution time: 41_085 nanoseconds. - Weight::from_ref_time(41_587_000) + // Minimum execution time: 43_242 nanoseconds. + Weight::from_ref_time(45_141_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { - // Minimum execution time: 35_590 nanoseconds. - Weight::from_ref_time(36_284_000) + // Minimum execution time: 38_509 nanoseconds. + Weight::from_ref_time(39_765_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn force_unreserve() -> Weight { - // Minimum execution time: 20_796 nanoseconds. - Weight::from_ref_time(21_060_000) + // Minimum execution time: 20_820 nanoseconds. + Weight::from_ref_time(21_685_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_bounties.rs b/runtime/polkadot/src/weights/pallet_bounties.rs index 7d55ae8a370a..d33f95d21abb 100644 --- a/runtime/polkadot/src/weights/pallet_bounties.rs +++ b/runtime/polkadot/src/weights/pallet_bounties.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_bounties` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -50,59 +50,101 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: Bounties Bounties (r:0 w:1) /// The range of component `d` is `[0, 16384]`. fn propose_bounty(d: u32, ) -> Weight { - // Minimum execution time: 28_840 nanoseconds. - Weight::from_ref_time(30_503_204) - // Standard Error: 10 - .saturating_add(Weight::from_ref_time(786).saturating_mul(d.into())) + // Minimum execution time: 29_300 nanoseconds. + Weight::from_ref_time(30_705_172) + // Standard Error: 11 + .saturating_add(Weight::from_ref_time(874).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } + // Storage: Bounties Bounties (r:1 w:1) + // Storage: Bounties BountyApprovals (r:1 w:1) fn approve_bounty() -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) + // Minimum execution time: 10_968 nanoseconds. + Weight::from_ref_time(11_328_000) + .saturating_add(T::DbWeight::get().reads(2)) + .saturating_add(T::DbWeight::get().writes(2)) } + // Storage: Bounties Bounties (r:1 w:1) fn propose_curator() -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) + // Minimum execution time: 10_238 nanoseconds. + Weight::from_ref_time(10_832_000) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } + // Storage: Bounties Bounties (r:1 w:1) + // Storage: System Account (r:1 w:1) fn unassign_curator() -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) + // Minimum execution time: 41_159 nanoseconds. + Weight::from_ref_time(42_295_000) + .saturating_add(T::DbWeight::get().reads(2)) + .saturating_add(T::DbWeight::get().writes(2)) } + // Storage: Bounties Bounties (r:1 w:1) + // Storage: System Account (r:1 w:1) fn accept_curator() -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) + // Minimum execution time: 28_558 nanoseconds. + Weight::from_ref_time(30_238_000) + .saturating_add(T::DbWeight::get().reads(2)) + .saturating_add(T::DbWeight::get().writes(2)) } + // Storage: Bounties Bounties (r:1 w:1) + // Storage: ChildBounties ParentChildBounties (r:1 w:0) fn award_bounty() -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) + // Minimum execution time: 24_336 nanoseconds. + Weight::from_ref_time(24_827_000) + .saturating_add(T::DbWeight::get().reads(2)) + .saturating_add(T::DbWeight::get().writes(1)) } + // Storage: Bounties Bounties (r:1 w:1) + // Storage: System Account (r:3 w:3) + // Storage: ChildBounties ChildrenCuratorFees (r:1 w:1) + // Storage: Bounties BountyDescriptions (r:0 w:1) fn claim_bounty() -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) + // Minimum execution time: 76_568 nanoseconds. + Weight::from_ref_time(78_378_000) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Bounties Bounties (r:1 w:1) // Storage: ChildBounties ParentChildBounties (r:1 w:0) // Storage: System Account (r:1 w:1) // Storage: Bounties BountyDescriptions (r:0 w:1) fn close_bounty_proposed() -> Weight { - // Minimum execution time: 45_065 nanoseconds. - Weight::from_ref_time(45_522_000) + // Minimum execution time: 46_088 nanoseconds. + Weight::from_ref_time(47_744_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } + // Storage: Bounties Bounties (r:1 w:1) + // Storage: ChildBounties ParentChildBounties (r:1 w:0) + // Storage: System Account (r:2 w:2) + // Storage: Bounties BountyDescriptions (r:0 w:1) fn close_bounty_active() -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) + // Minimum execution time: 55_881 nanoseconds. + Weight::from_ref_time(57_073_000) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().writes(4)) } + // Storage: Bounties Bounties (r:1 w:1) fn extend_bounty_expiry() -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) + // Minimum execution time: 20_803 nanoseconds. + Weight::from_ref_time(21_969_000) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Bounties BountyApprovals (r:1 w:1) + // Storage: Bounties Bounties (r:2 w:2) + // Storage: System Account (r:4 w:4) /// The range of component `b` is `[0, 100]`. - fn spend_funds(_b: u32, ) -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(3_346_148) + fn spend_funds(b: u32, ) -> Weight { + // Minimum execution time: 7_391 nanoseconds. + Weight::from_ref_time(12_861_598) + // Standard Error: 16_051 + .saturating_add(Weight::from_ref_time(31_463_668).saturating_mul(b.into())) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into()))) + .saturating_add(T::DbWeight::get().writes(1)) + .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into()))) } } diff --git a/runtime/polkadot/src/weights/pallet_child_bounties.rs b/runtime/polkadot/src/weights/pallet_child_bounties.rs index 585d419955ee..a2cfa3f29d96 100644 --- a/runtime/polkadot/src/weights/pallet_child_bounties.rs +++ b/runtime/polkadot/src/weights/pallet_child_bounties.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_child_bounties` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -44,37 +44,88 @@ use sp_std::marker::PhantomData; /// Weight functions for `pallet_child_bounties`. pub struct WeightInfo(PhantomData); impl pallet_child_bounties::WeightInfo for WeightInfo { + // Storage: ChildBounties ParentChildBounties (r:1 w:1) + // Storage: Bounties Bounties (r:1 w:0) + // Storage: System Account (r:2 w:2) + // Storage: ChildBounties ChildBountyCount (r:1 w:1) + // Storage: ChildBounties ChildBountyDescriptions (r:0 w:1) + // Storage: ChildBounties ChildBounties (r:0 w:1) /// The range of component `d` is `[0, 16384]`. - fn add_child_bounty(_d: u32, ) -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) + fn add_child_bounty(d: u32, ) -> Weight { + // Minimum execution time: 54_713 nanoseconds. + Weight::from_ref_time(56_420_781) + // Standard Error: 9 + .saturating_add(Weight::from_ref_time(933).saturating_mul(d.into())) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(6)) } + // Storage: Bounties Bounties (r:1 w:0) + // Storage: ChildBounties ChildBounties (r:1 w:1) + // Storage: ChildBounties ChildrenCuratorFees (r:1 w:1) fn propose_curator() -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) + // Minimum execution time: 18_308 nanoseconds. + Weight::from_ref_time(19_619_000) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(2)) } + // Storage: Bounties Bounties (r:1 w:0) + // Storage: ChildBounties ChildBounties (r:1 w:1) + // Storage: System Account (r:1 w:1) fn accept_curator() -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) + // Minimum execution time: 34_715 nanoseconds. + Weight::from_ref_time(35_982_000) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(2)) } + // Storage: ChildBounties ChildBounties (r:1 w:1) + // Storage: Bounties Bounties (r:1 w:0) + // Storage: System Account (r:1 w:1) fn unassign_curator() -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) + // Minimum execution time: 47_592 nanoseconds. + Weight::from_ref_time(49_356_000) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(2)) } + // Storage: Bounties Bounties (r:1 w:0) + // Storage: ChildBounties ChildBounties (r:1 w:1) fn award_child_bounty() -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) + // Minimum execution time: 27_793 nanoseconds. + Weight::from_ref_time(29_076_000) + .saturating_add(T::DbWeight::get().reads(2)) + .saturating_add(T::DbWeight::get().writes(1)) } + // Storage: ChildBounties ChildBounties (r:1 w:1) + // Storage: System Account (r:3 w:3) + // Storage: ChildBounties ParentChildBounties (r:1 w:1) + // Storage: ChildBounties ChildBountyDescriptions (r:0 w:1) fn claim_child_bounty() -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) + // Minimum execution time: 74_696 nanoseconds. + Weight::from_ref_time(77_442_000) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(6)) } + // Storage: Bounties Bounties (r:1 w:0) + // Storage: ChildBounties ChildBounties (r:1 w:1) + // Storage: ChildBounties ChildrenCuratorFees (r:1 w:1) + // Storage: ChildBounties ParentChildBounties (r:1 w:1) + // Storage: System Account (r:2 w:2) + // Storage: ChildBounties ChildBountyDescriptions (r:0 w:1) fn close_child_bounty_added() -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) + // Minimum execution time: 54_362 nanoseconds. + Weight::from_ref_time(55_733_000) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().writes(6)) } + // Storage: Bounties Bounties (r:1 w:0) + // Storage: ChildBounties ChildBounties (r:1 w:1) + // Storage: System Account (r:3 w:3) + // Storage: ChildBounties ChildrenCuratorFees (r:1 w:1) + // Storage: ChildBounties ParentChildBounties (r:1 w:1) + // Storage: ChildBounties ChildBountyDescriptions (r:0 w:1) fn close_child_bounty_active() -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) + // Minimum execution time: 65_609 nanoseconds. + Weight::from_ref_time(67_930_000) + .saturating_add(T::DbWeight::get().reads(7)) + .saturating_add(T::DbWeight::get().writes(7)) } } diff --git a/runtime/polkadot/src/weights/pallet_collective_council.rs b/runtime/polkadot/src/weights/pallet_collective_council.rs index 3b43fe8f84fb..84278cb01cce 100644 --- a/runtime/polkadot/src/weights/pallet_collective_council.rs +++ b/runtime/polkadot/src/weights/pallet_collective_council.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -55,12 +55,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 100]`. /// The range of component `p` is `[0, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { - // Minimum execution time: 17_060 nanoseconds. - Weight::from_ref_time(17_233_000) - // Standard Error: 47_104 - .saturating_add(Weight::from_ref_time(5_422_739).saturating_mul(m.into())) - // Standard Error: 47_104 - .saturating_add(Weight::from_ref_time(7_478_441).saturating_mul(p.into())) + // Minimum execution time: 17_027 nanoseconds. + Weight::from_ref_time(17_237_000) + // Standard Error: 39_872 + .saturating_add(Weight::from_ref_time(4_371_757).saturating_mul(m.into())) + // Standard Error: 39_872 + .saturating_add(Weight::from_ref_time(7_366_772).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -72,12 +72,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 19_996 nanoseconds. - Weight::from_ref_time(19_039_617) - // Standard Error: 25 - .saturating_add(Weight::from_ref_time(2_114).saturating_mul(b.into())) - // Standard Error: 264 - .saturating_add(Weight::from_ref_time(16_251).saturating_mul(m.into())) + // Minimum execution time: 20_495 nanoseconds. + Weight::from_ref_time(20_013_801) + // Standard Error: 20 + .saturating_add(Weight::from_ref_time(2_010).saturating_mul(b.into())) + // Standard Error: 213 + .saturating_add(Weight::from_ref_time(12_650).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: Council Members (r:1 w:0) @@ -87,12 +87,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 22_212 nanoseconds. - Weight::from_ref_time(21_443_662) - // Standard Error: 24 - .saturating_add(Weight::from_ref_time(1_769).saturating_mul(b.into())) - // Standard Error: 251 - .saturating_add(Weight::from_ref_time(23_100).saturating_mul(m.into())) + // Minimum execution time: 23_410 nanoseconds. + Weight::from_ref_time(22_350_373) + // Standard Error: 23 + .saturating_add(Weight::from_ref_time(2_014).saturating_mul(b.into())) + // Standard Error: 238 + .saturating_add(Weight::from_ref_time(20_114).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) } // Storage: Council Members (r:1 w:0) @@ -107,14 +107,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 28_095 nanoseconds. - Weight::from_ref_time(29_423_700) - // Standard Error: 67 - .saturating_add(Weight::from_ref_time(2_791).saturating_mul(b.into())) - // Standard Error: 699 - .saturating_add(Weight::from_ref_time(20_889).saturating_mul(m.into())) - // Standard Error: 690 - .saturating_add(Weight::from_ref_time(106_245).saturating_mul(p.into())) + // Minimum execution time: 29_080 nanoseconds. + Weight::from_ref_time(28_004_123) + // Standard Error: 95 + .saturating_add(Weight::from_ref_time(4_045).saturating_mul(b.into())) + // Standard Error: 996 + .saturating_add(Weight::from_ref_time(28_545).saturating_mul(m.into())) + // Standard Error: 983 + .saturating_add(Weight::from_ref_time(197_425).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -123,10 +123,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[5, 100]`. /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { - // Minimum execution time: 28_991 nanoseconds. - Weight::from_ref_time(30_351_399) - // Standard Error: 530 - .saturating_add(Weight::from_ref_time(35_906).saturating_mul(m.into())) + // Minimum execution time: 34_032 nanoseconds. + Weight::from_ref_time(36_555_671) + // Standard Error: 874 + .saturating_add(Weight::from_ref_time(51_733).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -139,12 +139,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 30_581 nanoseconds. - Weight::from_ref_time(33_693_155) - // Standard Error: 539 - .saturating_add(Weight::from_ref_time(17_810).saturating_mul(m.into())) - // Standard Error: 525 - .saturating_add(Weight::from_ref_time(89_518).saturating_mul(p.into())) + // Minimum execution time: 31_111 nanoseconds. + Weight::from_ref_time(32_644_098) + // Standard Error: 814 + .saturating_add(Weight::from_ref_time(34_150).saturating_mul(m.into())) + // Standard Error: 793 + .saturating_add(Weight::from_ref_time(181_844).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -159,14 +159,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 41_046 nanoseconds. - Weight::from_ref_time(42_136_509) - // Standard Error: 59 - .saturating_add(Weight::from_ref_time(2_016).saturating_mul(b.into())) - // Standard Error: 632 - .saturating_add(Weight::from_ref_time(16_252).saturating_mul(m.into())) - // Standard Error: 616 - .saturating_add(Weight::from_ref_time(109_178).saturating_mul(p.into())) + // Minimum execution time: 42_749 nanoseconds. + Weight::from_ref_time(42_341_293) + // Standard Error: 100 + .saturating_add(Weight::from_ref_time(3_111).saturating_mul(b.into())) + // Standard Error: 1_065 + .saturating_add(Weight::from_ref_time(30_915).saturating_mul(m.into())) + // Standard Error: 1_038 + .saturating_add(Weight::from_ref_time(212_941).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -180,12 +180,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 34_229 nanoseconds. - Weight::from_ref_time(36_113_266) - // Standard Error: 503 - .saturating_add(Weight::from_ref_time(20_851).saturating_mul(m.into())) - // Standard Error: 491 - .saturating_add(Weight::from_ref_time(87_433).saturating_mul(p.into())) + // Minimum execution time: 34_280 nanoseconds. + Weight::from_ref_time(35_424_472) + // Standard Error: 947 + .saturating_add(Weight::from_ref_time(36_163).saturating_mul(m.into())) + // Standard Error: 923 + .saturating_add(Weight::from_ref_time(182_528).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -201,14 +201,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 43_246 nanoseconds. - Weight::from_ref_time(44_853_142) - // Standard Error: 60 - .saturating_add(Weight::from_ref_time(2_012).saturating_mul(b.into())) - // Standard Error: 635 - .saturating_add(Weight::from_ref_time(12_569).saturating_mul(m.into())) - // Standard Error: 619 - .saturating_add(Weight::from_ref_time(108_133).saturating_mul(p.into())) + // Minimum execution time: 44_548 nanoseconds. + Weight::from_ref_time(45_188_104) + // Standard Error: 111 + .saturating_add(Weight::from_ref_time(3_346).saturating_mul(b.into())) + // Standard Error: 1_182 + .saturating_add(Weight::from_ref_time(26_630).saturating_mul(m.into())) + // Standard Error: 1_152 + .saturating_add(Weight::from_ref_time(212_241).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -218,10 +218,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { - // Minimum execution time: 19_397 nanoseconds. - Weight::from_ref_time(22_825_461) - // Standard Error: 700 - .saturating_add(Weight::from_ref_time(95_557).saturating_mul(p.into())) + // Minimum execution time: 19_744 nanoseconds. + Weight::from_ref_time(22_634_346) + // Standard Error: 1_087 + .saturating_add(Weight::from_ref_time(172_723).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs b/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs index 31f2750497e3..279ccd20f551 100644 --- a/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -55,12 +55,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 100]`. /// The range of component `p` is `[0, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { - // Minimum execution time: 17_843 nanoseconds. - Weight::from_ref_time(17_965_000) - // Standard Error: 48_989 - .saturating_add(Weight::from_ref_time(5_657_886).saturating_mul(m.into())) - // Standard Error: 48_989 - .saturating_add(Weight::from_ref_time(7_729_433).saturating_mul(p.into())) + // Minimum execution time: 17_715 nanoseconds. + Weight::from_ref_time(17_936_000) + // Standard Error: 40_369 + .saturating_add(Weight::from_ref_time(4_410_101).saturating_mul(m.into())) + // Standard Error: 40_369 + .saturating_add(Weight::from_ref_time(7_436_216).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -72,12 +72,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 20_892 nanoseconds. - Weight::from_ref_time(19_743_204) - // Standard Error: 25 - .saturating_add(Weight::from_ref_time(2_023).saturating_mul(b.into())) - // Standard Error: 259 - .saturating_add(Weight::from_ref_time(16_697).saturating_mul(m.into())) + // Minimum execution time: 21_061 nanoseconds. + Weight::from_ref_time(20_596_606) + // Standard Error: 21 + .saturating_add(Weight::from_ref_time(1_884).saturating_mul(b.into())) + // Standard Error: 220 + .saturating_add(Weight::from_ref_time(11_979).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: TechnicalCommittee Members (r:1 w:0) @@ -87,12 +87,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 22_802 nanoseconds. - Weight::from_ref_time(22_225_305) - // Standard Error: 22 - .saturating_add(Weight::from_ref_time(1_623).saturating_mul(b.into())) - // Standard Error: 230 - .saturating_add(Weight::from_ref_time(20_096).saturating_mul(m.into())) + // Minimum execution time: 23_361 nanoseconds. + Weight::from_ref_time(22_404_733) + // Standard Error: 21 + .saturating_add(Weight::from_ref_time(2_114).saturating_mul(b.into())) + // Standard Error: 225 + .saturating_add(Weight::from_ref_time(19_709).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) } // Storage: TechnicalCommittee Members (r:1 w:0) @@ -107,14 +107,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 28_665 nanoseconds. - Weight::from_ref_time(30_442_498) - // Standard Error: 65 - .saturating_add(Weight::from_ref_time(3_080).saturating_mul(b.into())) - // Standard Error: 683 - .saturating_add(Weight::from_ref_time(18_467).saturating_mul(m.into())) - // Standard Error: 674 - .saturating_add(Weight::from_ref_time(111_919).saturating_mul(p.into())) + // Minimum execution time: 29_787 nanoseconds. + Weight::from_ref_time(28_062_329) + // Standard Error: 89 + .saturating_add(Weight::from_ref_time(4_719).saturating_mul(b.into())) + // Standard Error: 932 + .saturating_add(Weight::from_ref_time(27_336).saturating_mul(m.into())) + // Standard Error: 920 + .saturating_add(Weight::from_ref_time(203_949).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -123,10 +123,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[5, 100]`. /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { - // Minimum execution time: 29_772 nanoseconds. - Weight::from_ref_time(30_881_808) - // Standard Error: 486 - .saturating_add(Weight::from_ref_time(37_906).saturating_mul(m.into())) + // Minimum execution time: 35_050 nanoseconds. + Weight::from_ref_time(37_098_910) + // Standard Error: 720 + .saturating_add(Weight::from_ref_time(51_675).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -139,12 +139,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 32_462 nanoseconds. - Weight::from_ref_time(34_147_078) - // Standard Error: 444 - .saturating_add(Weight::from_ref_time(18_517).saturating_mul(m.into())) - // Standard Error: 433 - .saturating_add(Weight::from_ref_time(88_650).saturating_mul(p.into())) + // Minimum execution time: 32_393 nanoseconds. + Weight::from_ref_time(33_046_601) + // Standard Error: 726 + .saturating_add(Weight::from_ref_time(35_251).saturating_mul(m.into())) + // Standard Error: 708 + .saturating_add(Weight::from_ref_time(183_801).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -159,14 +159,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 42_125 nanoseconds. - Weight::from_ref_time(42_784_664) - // Standard Error: 56 - .saturating_add(Weight::from_ref_time(1_818).saturating_mul(b.into())) - // Standard Error: 601 - .saturating_add(Weight::from_ref_time(17_184).saturating_mul(m.into())) - // Standard Error: 586 - .saturating_add(Weight::from_ref_time(108_169).saturating_mul(p.into())) + // Minimum execution time: 42_399 nanoseconds. + Weight::from_ref_time(42_411_172) + // Standard Error: 101 + .saturating_add(Weight::from_ref_time(3_134).saturating_mul(b.into())) + // Standard Error: 1_077 + .saturating_add(Weight::from_ref_time(32_951).saturating_mul(m.into())) + // Standard Error: 1_050 + .saturating_add(Weight::from_ref_time(216_596).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -180,12 +180,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 34_748 nanoseconds. - Weight::from_ref_time(36_507_990) - // Standard Error: 460 - .saturating_add(Weight::from_ref_time(21_930).saturating_mul(m.into())) - // Standard Error: 448 - .saturating_add(Weight::from_ref_time(89_349).saturating_mul(p.into())) + // Minimum execution time: 34_751 nanoseconds. + Weight::from_ref_time(35_524_941) + // Standard Error: 853 + .saturating_add(Weight::from_ref_time(38_236).saturating_mul(m.into())) + // Standard Error: 832 + .saturating_add(Weight::from_ref_time(188_796).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -201,14 +201,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 43_758 nanoseconds. - Weight::from_ref_time(45_233_161) - // Standard Error: 56 - .saturating_add(Weight::from_ref_time(2_030).saturating_mul(b.into())) - // Standard Error: 594 - .saturating_add(Weight::from_ref_time(15_409).saturating_mul(m.into())) - // Standard Error: 579 - .saturating_add(Weight::from_ref_time(108_283).saturating_mul(p.into())) + // Minimum execution time: 45_717 nanoseconds. + Weight::from_ref_time(45_513_482) + // Standard Error: 106 + .saturating_add(Weight::from_ref_time(3_587).saturating_mul(b.into())) + // Standard Error: 1_127 + .saturating_add(Weight::from_ref_time(28_577).saturating_mul(m.into())) + // Standard Error: 1_098 + .saturating_add(Weight::from_ref_time(214_950).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -218,10 +218,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { - // Minimum execution time: 20_374 nanoseconds. - Weight::from_ref_time(23_458_157) - // Standard Error: 647 - .saturating_add(Weight::from_ref_time(96_365).saturating_mul(p.into())) + // Minimum execution time: 20_325 nanoseconds. + Weight::from_ref_time(22_953_837) + // Standard Error: 978 + .saturating_add(Weight::from_ref_time(171_876).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/polkadot/src/weights/pallet_democracy.rs b/runtime/polkadot/src/weights/pallet_democracy.rs index ec87a5ce6968..fc00fc8b5420 100644 --- a/runtime/polkadot/src/weights/pallet_democracy.rs +++ b/runtime/polkadot/src/weights/pallet_democracy.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_democracy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -49,15 +49,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy Blacklist (r:1 w:0) // Storage: Democracy DepositOf (r:0 w:1) fn propose() -> Weight { - // Minimum execution time: 43_738 nanoseconds. - Weight::from_ref_time(44_556_000) + // Minimum execution time: 52_759 nanoseconds. + Weight::from_ref_time(54_361_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy DepositOf (r:1 w:1) fn second() -> Weight { - // Minimum execution time: 39_426 nanoseconds. - Weight::from_ref_time(41_184_000) + // Minimum execution time: 45_677 nanoseconds. + Weight::from_ref_time(47_091_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,8 +65,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_new() -> Weight { - // Minimum execution time: 50_529 nanoseconds. - Weight::from_ref_time(51_228_000) + // Minimum execution time: 58_125 nanoseconds. + Weight::from_ref_time(59_921_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -74,16 +74,16 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_existing() -> Weight { - // Minimum execution time: 50_691 nanoseconds. - Weight::from_ref_time(51_487_000) + // Minimum execution time: 58_336 nanoseconds. + Weight::from_ref_time(61_979_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Cancellations (r:1 w:1) fn emergency_cancel() -> Weight { - // Minimum execution time: 21_172 nanoseconds. - Weight::from_ref_time(21_639_000) + // Minimum execution time: 21_676 nanoseconds. + Weight::from_ref_time(22_637_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -94,45 +94,45 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Blacklist (r:0 w:1) fn blacklist() -> Weight { - // Minimum execution time: 78_343 nanoseconds. - Weight::from_ref_time(79_539_000) + // Minimum execution time: 93_856 nanoseconds. + Weight::from_ref_time(96_432_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:0) fn external_propose() -> Weight { - // Minimum execution time: 16_401 nanoseconds. - Weight::from_ref_time(16_540_000) + // Minimum execution time: 16_856 nanoseconds. + Weight::from_ref_time(17_367_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_majority() -> Weight { - // Minimum execution time: 4_561 nanoseconds. - Weight::from_ref_time(4_737_000) + // Minimum execution time: 4_490 nanoseconds. + Weight::from_ref_time(4_820_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_default() -> Weight { - // Minimum execution time: 4_581 nanoseconds. - Weight::from_ref_time(4_755_000) + // Minimum execution time: 4_458 nanoseconds. + Weight::from_ref_time(4_763_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy ReferendumCount (r:1 w:1) // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn fast_track() -> Weight { - // Minimum execution time: 20_722 nanoseconds. - Weight::from_ref_time(21_213_000) + // Minimum execution time: 21_500 nanoseconds. + Weight::from_ref_time(22_056_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:1) fn veto_external() -> Weight { - // Minimum execution time: 26_625 nanoseconds. - Weight::from_ref_time(27_042_000) + // Minimum execution time: 27_359 nanoseconds. + Weight::from_ref_time(27_929_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -140,15 +140,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy DepositOf (r:1 w:1) // Storage: System Account (r:1 w:1) fn cancel_proposal() -> Weight { - // Minimum execution time: 66_238 nanoseconds. - Weight::from_ref_time(67_723_000) + // Minimum execution time: 80_815 nanoseconds. + Weight::from_ref_time(81_721_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn cancel_referendum() -> Weight { - // Minimum execution time: 13_466 nanoseconds. - Weight::from_ref_time(13_788_000) + // Minimum execution time: 13_864 nanoseconds. + Weight::from_ref_time(14_293_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy LowestUnbaked (r:1 w:1) @@ -156,10 +156,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:0) /// The range of component `r` is `[0, 99]`. fn on_initialize_base(r: u32, ) -> Weight { - // Minimum execution time: 6_205 nanoseconds. - Weight::from_ref_time(9_288_312) - // Standard Error: 5_188 - .saturating_add(Weight::from_ref_time(2_107_010).saturating_mul(r.into())) + // Minimum execution time: 6_625 nanoseconds. + Weight::from_ref_time(7_067_735) + // Standard Error: 5_048 + .saturating_add(Weight::from_ref_time(2_500_463).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)) @@ -172,10 +172,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:0) /// The range of component `r` is `[0, 99]`. fn on_initialize_base_with_launch_period(r: u32, ) -> Weight { - // Minimum execution time: 8_556 nanoseconds. - Weight::from_ref_time(11_671_235) - // Standard Error: 3_832 - .saturating_add(Weight::from_ref_time(2_108_636).saturating_mul(r.into())) + // Minimum execution time: 9_023 nanoseconds. + Weight::from_ref_time(9_120_910) + // Standard Error: 5_850 + .saturating_add(Weight::from_ref_time(2_522_546).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)) @@ -185,10 +185,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:2) /// The range of component `r` is `[0, 99]`. fn delegate(r: u32, ) -> Weight { - // Minimum execution time: 42_581 nanoseconds. - Weight::from_ref_time(48_409_148) - // Standard Error: 5_429 - .saturating_add(Weight::from_ref_time(3_032_252).saturating_mul(r.into())) + // Minimum execution time: 43_196 nanoseconds. + Weight::from_ref_time(48_625_476) + // Standard Error: 5_996 + .saturating_add(Weight::from_ref_time(3_741_760).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -198,10 +198,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:2) /// The range of component `r` is `[0, 99]`. fn undelegate(r: u32, ) -> Weight { - // Minimum execution time: 26_163 nanoseconds. - Weight::from_ref_time(28_577_552) - // Standard Error: 4_330 - .saturating_add(Weight::from_ref_time(3_013_080).saturating_mul(r.into())) + // Minimum execution time: 25_703 nanoseconds. + Weight::from_ref_time(26_015_442) + // Standard Error: 5_804 + .saturating_add(Weight::from_ref_time(3_721_205).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)) @@ -209,8 +209,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { } // Storage: Democracy PublicProps (r:0 w:1) fn clear_public_proposals() -> Weight { - // Minimum execution time: 5_234 nanoseconds. - Weight::from_ref_time(5_503_000) + // Minimum execution time: 4_693 nanoseconds. + Weight::from_ref_time(4_946_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy VotingOf (r:1 w:1) @@ -218,10 +218,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `r` is `[0, 99]`. fn unlock_remove(r: u32, ) -> Weight { - // Minimum execution time: 25_194 nanoseconds. - Weight::from_ref_time(32_463_021) - // Standard Error: 1_637 - .saturating_add(Weight::from_ref_time(31_497).saturating_mul(r.into())) + // Minimum execution time: 25_530 nanoseconds. + Weight::from_ref_time(31_683_524) + // Standard Error: 1_747 + .saturating_add(Weight::from_ref_time(96_899).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -230,10 +230,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `r` is `[0, 99]`. fn unlock_set(r: u32, ) -> Weight { - // Minimum execution time: 30_925 nanoseconds. - Weight::from_ref_time(31_918_005) - // Standard Error: 574 - .saturating_add(Weight::from_ref_time(70_577).saturating_mul(r.into())) + // Minimum execution time: 30_819 nanoseconds. + Weight::from_ref_time(31_410_613) + // Standard Error: 1_201 + .saturating_add(Weight::from_ref_time(134_099).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -241,10 +241,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) /// The range of component `r` is `[1, 100]`. fn remove_vote(r: u32, ) -> Weight { - // Minimum execution time: 16_023 nanoseconds. - Weight::from_ref_time(18_736_345) - // Standard Error: 934 - .saturating_add(Weight::from_ref_time(70_826).saturating_mul(r.into())) + // Minimum execution time: 15_964 nanoseconds. + Weight::from_ref_time(17_970_635) + // Standard Error: 1_435 + .saturating_add(Weight::from_ref_time(119_318).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -252,10 +252,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) /// The range of component `r` is `[1, 100]`. fn remove_other_vote(r: u32, ) -> Weight { - // Minimum execution time: 16_237 nanoseconds. - Weight::from_ref_time(18_864_555) - // Standard Error: 921 - .saturating_add(Weight::from_ref_time(71_509).saturating_mul(r.into())) + // Minimum execution time: 15_283 nanoseconds. + Weight::from_ref_time(17_468_019) + // Standard Error: 1_183 + .saturating_add(Weight::from_ref_time(125_676).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs b/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs index 0d76477aaf88..5df371c55efa 100644 --- a/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs +++ b/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_election_provider_multi_phase` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -53,38 +53,38 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: Staking ForceEra (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) fn on_initialize_nothing() -> Weight { - // Minimum execution time: 16_781 nanoseconds. - Weight::from_ref_time(17_343_000) + // Minimum execution time: 18_204 nanoseconds. + Weight::from_ref_time(18_596_000) .saturating_add(T::DbWeight::get().reads(8)) } // Storage: ElectionProviderMultiPhase Round (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:1) fn on_initialize_open_signed() -> Weight { - // Minimum execution time: 15_970 nanoseconds. - Weight::from_ref_time(16_232_000) + // Minimum execution time: 16_142 nanoseconds. + Weight::from_ref_time(16_728_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: ElectionProviderMultiPhase Round (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:1) fn on_initialize_open_unsigned() -> Weight { - // Minimum execution time: 17_037 nanoseconds. - Weight::from_ref_time(17_446_000) + // Minimum execution time: 17_509 nanoseconds. + Weight::from_ref_time(18_083_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) // Storage: ElectionProviderMultiPhase QueuedSolution (r:0 w:1) fn finalize_signed_phase_accept_solution() -> Weight { - // Minimum execution time: 29_511 nanoseconds. - Weight::from_ref_time(30_170_000) + // Minimum execution time: 30_883 nanoseconds. + Weight::from_ref_time(31_849_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: System Account (r:1 w:1) fn finalize_signed_phase_reject_solution() -> Weight { - // Minimum execution time: 23_177 nanoseconds. - Weight::from_ref_time(23_738_000) + // Minimum execution time: 24_407 nanoseconds. + Weight::from_ref_time(25_265_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -93,11 +93,13 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: ElectionProviderMultiPhase Snapshot (r:0 w:1) /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. - fn create_snapshot_internal(v: u32, _t: u32, ) -> Weight { - // Minimum execution time: 439_331 nanoseconds. - Weight::from_ref_time(450_164_000) - // Standard Error: 2_376 - .saturating_add(Weight::from_ref_time(263_986).saturating_mul(v.into())) + fn create_snapshot_internal(v: u32, t: u32, ) -> Weight { + // Minimum execution time: 536_337 nanoseconds. + Weight::from_ref_time(5_091_020) + // Standard Error: 2_754 + .saturating_add(Weight::from_ref_time(496_062).saturating_mul(v.into())) + // Standard Error: 5_507 + .saturating_add(Weight::from_ref_time(107_049).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -113,12 +115,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `a` is `[500, 800]`. /// The range of component `d` is `[200, 400]`. fn elect_queued(a: u32, d: u32, ) -> Weight { - // Minimum execution time: 299_675 nanoseconds. - Weight::from_ref_time(103_061_877) - // Standard Error: 5_998 - .saturating_add(Weight::from_ref_time(347_444).saturating_mul(a.into())) - // Standard Error: 8_990 - .saturating_add(Weight::from_ref_time(112_738).saturating_mul(d.into())) + // Minimum execution time: 441_207 nanoseconds. + Weight::from_ref_time(110_929_433) + // Standard Error: 8_865 + .saturating_add(Weight::from_ref_time(634_312).saturating_mul(a.into())) + // Standard Error: 13_288 + .saturating_add(Weight::from_ref_time(135_704).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -129,8 +131,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: ElectionProviderMultiPhase SignedSubmissionNextIndex (r:1 w:1) // Storage: ElectionProviderMultiPhase SignedSubmissionsMap (r:0 w:1) fn submit() -> Weight { - // Minimum execution time: 49_809 nanoseconds. - Weight::from_ref_time(50_541_000) + // Minimum execution time: 51_524 nanoseconds. + Weight::from_ref_time(54_112_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -146,12 +148,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `a` is `[500, 800]`. /// The range of component `d` is `[200, 400]`. fn submit_unsigned(v: u32, _t: u32, a: u32, _d: u32, ) -> Weight { - // Minimum execution time: 4_739_331 nanoseconds. - Weight::from_ref_time(4_780_908_000) - // Standard Error: 14_409 - .saturating_add(Weight::from_ref_time(86_102).saturating_mul(v.into())) - // Standard Error: 42_699 - .saturating_add(Weight::from_ref_time(4_360_586).saturating_mul(a.into())) + // Minimum execution time: 5_913_346 nanoseconds. + Weight::from_ref_time(6_151_157_000) + // Standard Error: 20_385 + .saturating_add(Weight::from_ref_time(138_324).saturating_mul(v.into())) + // Standard Error: 60_411 + .saturating_add(Weight::from_ref_time(5_697_301).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -164,12 +166,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `a` is `[500, 800]`. /// The range of component `d` is `[200, 400]`. fn feasibility_check(v: u32, _t: u32, a: u32, _d: u32, ) -> Weight { - // Minimum execution time: 3_967_043 nanoseconds. - Weight::from_ref_time(3_984_184_000) - // Standard Error: 13_224 - .saturating_add(Weight::from_ref_time(212_405).saturating_mul(v.into())) - // Standard Error: 39_189 - .saturating_add(Weight::from_ref_time(3_220_897).saturating_mul(a.into())) + // Minimum execution time: 5_007_579 nanoseconds. + Weight::from_ref_time(5_072_355_000) + // Standard Error: 14_754 + .saturating_add(Weight::from_ref_time(303_421).saturating_mul(v.into())) + // Standard Error: 43_724 + .saturating_add(Weight::from_ref_time(3_312_902).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4)) } } diff --git a/runtime/polkadot/src/weights/pallet_elections_phragmen.rs b/runtime/polkadot/src/weights/pallet_elections_phragmen.rs index 5919c7f63196..ceb43ad1c7a4 100644 --- a/runtime/polkadot/src/weights/pallet_elections_phragmen.rs +++ b/runtime/polkadot/src/weights/pallet_elections_phragmen.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_elections_phragmen` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -51,10 +51,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) /// The range of component `v` is `[1, 16]`. fn vote_equal(v: u32, ) -> Weight { - // Minimum execution time: 33_226 nanoseconds. - Weight::from_ref_time(34_188_522) - // Standard Error: 3_733 - .saturating_add(Weight::from_ref_time(141_822).saturating_mul(v.into())) + // Minimum execution time: 32_002 nanoseconds. + Weight::from_ref_time(33_628_559) + // Standard Error: 4_426 + .saturating_add(Weight::from_ref_time(175_827).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -65,10 +65,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) /// The range of component `v` is `[2, 16]`. fn vote_more(v: u32, ) -> Weight { - // Minimum execution time: 42_792 nanoseconds. - Weight::from_ref_time(43_789_608) - // Standard Error: 4_992 - .saturating_add(Weight::from_ref_time(195_492).saturating_mul(v.into())) + // Minimum execution time: 43_097 nanoseconds. + Weight::from_ref_time(44_340_030) + // Standard Error: 8_022 + .saturating_add(Weight::from_ref_time(247_654).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -79,18 +79,18 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) /// The range of component `v` is `[2, 16]`. fn vote_less(v: u32, ) -> Weight { - // Minimum execution time: 43_516 nanoseconds. - Weight::from_ref_time(44_348_961) - // Standard Error: 10_333 - .saturating_add(Weight::from_ref_time(148_783).saturating_mul(v.into())) + // Minimum execution time: 42_773 nanoseconds. + Weight::from_ref_time(44_276_260) + // Standard Error: 7_367 + .saturating_add(Weight::from_ref_time(247_754).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: PhragmenElection Voting (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn remove_voter() -> Weight { - // Minimum execution time: 40_851 nanoseconds. - Weight::from_ref_time(41_477_000) + // Minimum execution time: 42_064 nanoseconds. + Weight::from_ref_time(44_301_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -99,20 +99,20 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: PhragmenElection RunnersUp (r:1 w:0) /// The range of component `c` is `[1, 1000]`. fn submit_candidacy(c: u32, ) -> Weight { - // Minimum execution time: 37_507 nanoseconds. - Weight::from_ref_time(29_178_899) - // Standard Error: 1_002 - .saturating_add(Weight::from_ref_time(91_171).saturating_mul(c.into())) + // Minimum execution time: 43_788 nanoseconds. + Weight::from_ref_time(32_360_758) + // Standard Error: 1_620 + .saturating_add(Weight::from_ref_time(140_120).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: PhragmenElection Candidates (r:1 w:1) /// The range of component `c` is `[1, 1000]`. fn renounce_candidacy_candidate(c: u32, ) -> Weight { - // Minimum execution time: 32_531 nanoseconds. - Weight::from_ref_time(24_641_276) - // Standard Error: 1_002 - .saturating_add(Weight::from_ref_time(72_077).saturating_mul(c.into())) + // Minimum execution time: 38_133 nanoseconds. + Weight::from_ref_time(29_085_220) + // Standard Error: 1_481 + .saturating_add(Weight::from_ref_time(111_059).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -122,15 +122,15 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Council Proposals (r:1 w:0) // Storage: Council Members (r:0 w:1) fn renounce_candidacy_members() -> Weight { - // Minimum execution time: 45_592 nanoseconds. - Weight::from_ref_time(46_747_000) + // Minimum execution time: 54_690 nanoseconds. + Weight::from_ref_time(55_639_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: PhragmenElection RunnersUp (r:1 w:1) fn renounce_candidacy_runners_up() -> Weight { - // Minimum execution time: 34_816 nanoseconds. - Weight::from_ref_time(35_768_000) + // Minimum execution time: 40_926 nanoseconds. + Weight::from_ref_time(44_547_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -146,8 +146,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Council Proposals (r:1 w:0) // Storage: Council Members (r:0 w:1) fn remove_member_with_replacement() -> Weight { - // Minimum execution time: 60_224 nanoseconds. - Weight::from_ref_time(61_478_000) + // Minimum execution time: 70_424 nanoseconds. + Weight::from_ref_time(72_415_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -160,10 +160,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// The range of component `v` is `[5000, 10000]`. /// The range of component `d` is `[0, 5000]`. fn clean_defunct_voters(v: u32, _d: u32, ) -> Weight { - // Minimum execution time: 279_584_302 nanoseconds. - Weight::from_ref_time(280_649_731_000) - // Standard Error: 241_122 - .saturating_add(Weight::from_ref_time(34_440_123).saturating_mul(v.into())) + // Minimum execution time: 320_048_931 nanoseconds. + Weight::from_ref_time(321_345_097_000) + // Standard Error: 274_094 + .saturating_add(Weight::from_ref_time(39_622_985).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) @@ -181,12 +181,12 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// The range of component `v` is `[1, 10000]`. /// The range of component `e` is `[10000, 160000]`. fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight { - // Minimum execution time: 28_310_285 nanoseconds. - Weight::from_ref_time(28_477_149_000) - // Standard Error: 434_601 - .saturating_add(Weight::from_ref_time(39_372_677).saturating_mul(v.into())) - // Standard Error: 27_890 - .saturating_add(Weight::from_ref_time(1_908_735).saturating_mul(e.into())) + // Minimum execution time: 33_099_204 nanoseconds. + Weight::from_ref_time(33_980_518_000) + // Standard Error: 415_038 + .saturating_add(Weight::from_ref_time(39_028_134).saturating_mul(v.into())) + // Standard Error: 26_634 + .saturating_add(Weight::from_ref_time(1_808_349).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(269)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) diff --git a/runtime/polkadot/src/weights/pallet_fast_unstake.rs b/runtime/polkadot/src/weights/pallet_fast_unstake.rs index 947de0d9ad2f..fa1ed1516d99 100644 --- a/runtime/polkadot/src/weights/pallet_fast_unstake.rs +++ b/runtime/polkadot/src/weights/pallet_fast_unstake.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_fast_unstake` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -58,8 +58,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: Staking Ledger (r:0 w:64) // Storage: Staking Payee (r:0 w:64) fn on_idle_unstake() -> Weight { - // Minimum execution time: 2_169_868 nanoseconds. - Weight::from_ref_time(2_203_380_000) + // Minimum execution time: 2_488_658 nanoseconds. + Weight::from_ref_time(2_511_670_000) .saturating_add(T::DbWeight::get().reads(389)) .saturating_add(T::DbWeight::get().writes(321)) } @@ -73,10 +73,10 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: Staking ErasStakers (r:56 w:0) /// The range of component `x` is `[28, 3584]`. fn on_idle_check(x: u32, ) -> Weight { - // Minimum execution time: 28_397_450 nanoseconds. - Weight::from_ref_time(28_593_267_000) - // Standard Error: 637_429 - .saturating_add(Weight::from_ref_time(841_629_998).saturating_mul(x.into())) + // Minimum execution time: 30_740_718 nanoseconds. + Weight::from_ref_time(30_860_556_000) + // Standard Error: 718_983 + .saturating_add(Weight::from_ref_time(919_301_428).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(85)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(66)) @@ -95,8 +95,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: Balances Locks (r:1 w:1) // Storage: FastUnstake CounterForQueue (r:1 w:1) fn register_fast_unstake() -> Weight { - // Minimum execution time: 126_721 nanoseconds. - Weight::from_ref_time(128_241_000) + // Minimum execution time: 155_839 nanoseconds. + Weight::from_ref_time(161_259_000) .saturating_add(T::DbWeight::get().reads(15)) .saturating_add(T::DbWeight::get().writes(10)) } @@ -106,15 +106,15 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: FastUnstake Head (r:1 w:0) // Storage: FastUnstake CounterForQueue (r:1 w:1) fn deregister() -> Weight { - // Minimum execution time: 50_699 nanoseconds. - Weight::from_ref_time(51_934_000) + // Minimum execution time: 63_608 nanoseconds. + Weight::from_ref_time(67_081_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1) fn control() -> Weight { - // Minimum execution time: 4_132 nanoseconds. - Weight::from_ref_time(4_323_000) + // Minimum execution time: 4_144 nanoseconds. + Weight::from_ref_time(4_550_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/pallet_identity.rs b/runtime/polkadot/src/weights/pallet_identity.rs index 7d97e5be27ba..f4686be054af 100644 --- a/runtime/polkadot/src/weights/pallet_identity.rs +++ b/runtime/polkadot/src/weights/pallet_identity.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -47,10 +47,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity Registrars (r:1 w:1) /// The range of component `r` is `[1, 19]`. fn add_registrar(r: u32, ) -> Weight { - // Minimum execution time: 16_751 nanoseconds. - Weight::from_ref_time(19_612_984) - // Standard Error: 9_653 - .saturating_add(Weight::from_ref_time(74_854).saturating_mul(r.into())) + // Minimum execution time: 17_534 nanoseconds. + Weight::from_ref_time(18_808_402) + // Standard Error: 3_246 + .saturating_add(Weight::from_ref_time(160_919).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -58,12 +58,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn set_identity(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 36_677 nanoseconds. - Weight::from_ref_time(35_963_507) - // Standard Error: 3_550 - .saturating_add(Weight::from_ref_time(78_247).saturating_mul(r.into())) - // Standard Error: 692 - .saturating_add(Weight::from_ref_time(326_840).saturating_mul(x.into())) + // Minimum execution time: 38_209 nanoseconds. + Weight::from_ref_time(36_387_791) + // Standard Error: 5_473 + .saturating_add(Weight::from_ref_time(207_086).saturating_mul(r.into())) + // Standard Error: 1_068 + .saturating_add(Weight::from_ref_time(336_378).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -72,10 +72,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:2 w:2) /// The range of component `s` is `[0, 100]`. fn set_subs_new(s: u32, ) -> Weight { - // Minimum execution time: 10_143 nanoseconds. - Weight::from_ref_time(29_119_780) - // Standard Error: 5_188 - .saturating_add(Weight::from_ref_time(2_246_226).saturating_mul(s.into())) + // Minimum execution time: 10_106 nanoseconds. + Weight::from_ref_time(28_337_156) + // Standard Error: 5_182 + .saturating_add(Weight::from_ref_time(2_633_295).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)) @@ -86,10 +86,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:0 w:2) /// The range of component `p` is `[0, 100]`. fn set_subs_old(p: u32, ) -> Weight { - // Minimum execution time: 10_244 nanoseconds. - Weight::from_ref_time(29_469_785) - // Standard Error: 4_540 - .saturating_add(Weight::from_ref_time(945_517).saturating_mul(p.into())) + // Minimum execution time: 9_979 nanoseconds. + Weight::from_ref_time(28_105_665) + // Standard Error: 4_406 + .saturating_add(Weight::from_ref_time(1_177_708).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -101,14 +101,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { - // Minimum execution time: 51_622 nanoseconds. - Weight::from_ref_time(37_941_553) - // Standard Error: 5_780 - .saturating_add(Weight::from_ref_time(74_317).saturating_mul(r.into())) - // Standard Error: 1_128 - .saturating_add(Weight::from_ref_time(914_784).saturating_mul(s.into())) - // Standard Error: 1_128 - .saturating_add(Weight::from_ref_time(163_565).saturating_mul(x.into())) + // Minimum execution time: 54_168 nanoseconds. + Weight::from_ref_time(35_779_019) + // Standard Error: 10_150 + .saturating_add(Weight::from_ref_time(211_003).saturating_mul(r.into())) + // Standard Error: 1_982 + .saturating_add(Weight::from_ref_time(1_155_610).saturating_mul(s.into())) + // Standard Error: 1_982 + .saturating_add(Weight::from_ref_time(194_264).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -118,12 +118,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn request_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 38_465 nanoseconds. - Weight::from_ref_time(38_639_854) - // Standard Error: 8_215 - .saturating_add(Weight::from_ref_time(79_982).saturating_mul(r.into())) - // Standard Error: 1_602 - .saturating_add(Weight::from_ref_time(331_121).saturating_mul(x.into())) + // Minimum execution time: 40_353 nanoseconds. + Weight::from_ref_time(37_376_440) + // Standard Error: 6_047 + .saturating_add(Weight::from_ref_time(213_267).saturating_mul(r.into())) + // Standard Error: 1_179 + .saturating_add(Weight::from_ref_time(359_615).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -131,42 +131,42 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn cancel_request(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 34_137 nanoseconds. - Weight::from_ref_time(33_586_961) - // Standard Error: 4_330 - .saturating_add(Weight::from_ref_time(92_907).saturating_mul(r.into())) - // Standard Error: 844 - .saturating_add(Weight::from_ref_time(344_294).saturating_mul(x.into())) + // Minimum execution time: 34_809 nanoseconds. + Weight::from_ref_time(33_774_752) + // Standard Error: 6_406 + .saturating_add(Weight::from_ref_time(187_714).saturating_mul(r.into())) + // Standard Error: 1_250 + .saturating_add(Weight::from_ref_time(357_475).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) /// The range of component `r` is `[1, 19]`. fn set_fee(r: u32, ) -> Weight { - // Minimum execution time: 8_712 nanoseconds. - Weight::from_ref_time(9_935_522) - // Standard Error: 3_075 - .saturating_add(Weight::from_ref_time(122_004).saturating_mul(r.into())) + // Minimum execution time: 8_500 nanoseconds. + Weight::from_ref_time(9_283_692) + // Standard Error: 2_040 + .saturating_add(Weight::from_ref_time(135_894).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) /// The range of component `r` is `[1, 19]`. fn set_account_id(r: u32, ) -> Weight { - // Minimum execution time: 8_960 nanoseconds. - Weight::from_ref_time(10_055_462) - // Standard Error: 2_534 - .saturating_add(Weight::from_ref_time(111_222).saturating_mul(r.into())) + // Minimum execution time: 8_720 nanoseconds. + Weight::from_ref_time(9_470_467) + // Standard Error: 2_197 + .saturating_add(Weight::from_ref_time(126_317).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) /// The range of component `r` is `[1, 19]`. fn set_fields(r: u32, ) -> Weight { - // Minimum execution time: 8_694 nanoseconds. - Weight::from_ref_time(9_803_081) - // Standard Error: 2_408 - .saturating_add(Weight::from_ref_time(121_959).saturating_mul(r.into())) + // Minimum execution time: 8_536 nanoseconds. + Weight::from_ref_time(9_524_890) + // Standard Error: 2_179 + .saturating_add(Weight::from_ref_time(110_157).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 19]`. /// The range of component `x` is `[0, 100]`. fn provide_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 28_355 nanoseconds. - Weight::from_ref_time(27_731_585) - // Standard Error: 5_061 - .saturating_add(Weight::from_ref_time(98_244).saturating_mul(r.into())) - // Standard Error: 936 - .saturating_add(Weight::from_ref_time(573_767).saturating_mul(x.into())) + // Minimum execution time: 29_241 nanoseconds. + Weight::from_ref_time(27_350_062) + // Standard Error: 6_356 + .saturating_add(Weight::from_ref_time(187_390).saturating_mul(r.into())) + // Standard Error: 1_176 + .saturating_add(Weight::from_ref_time(608_282).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,14 +192,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// 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 { - // Minimum execution time: 63_940 nanoseconds. - Weight::from_ref_time(46_785_173) - // Standard Error: 6_663 - .saturating_add(Weight::from_ref_time(174_752).saturating_mul(r.into())) - // Standard Error: 1_301 - .saturating_add(Weight::from_ref_time(939_237).saturating_mul(s.into())) - // Standard Error: 1_301 - .saturating_add(Weight::from_ref_time(167_035).saturating_mul(x.into())) + // Minimum execution time: 68_159 nanoseconds. + Weight::from_ref_time(50_611_792) + // Standard Error: 10_314 + .saturating_add(Weight::from_ref_time(234_889).saturating_mul(r.into())) + // Standard Error: 2_014 + .saturating_add(Weight::from_ref_time(1_169_391).saturating_mul(s.into())) + // Standard Error: 2_014 + .saturating_add(Weight::from_ref_time(181_055).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -209,10 +209,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn add_sub(s: u32, ) -> Weight { - // Minimum execution time: 32_148 nanoseconds. - Weight::from_ref_time(38_590_604) - // Standard Error: 1_880 - .saturating_add(Weight::from_ref_time(72_413).saturating_mul(s.into())) + // Minimum execution time: 33_726 nanoseconds. + Weight::from_ref_time(38_652_246) + // Standard Error: 1_638 + .saturating_add(Weight::from_ref_time(130_199).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -220,10 +220,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn rename_sub(s: u32, ) -> Weight { - // Minimum execution time: 14_441 nanoseconds. - Weight::from_ref_time(16_761_822) - // Standard Error: 750 - .saturating_add(Weight::from_ref_time(24_756).saturating_mul(s.into())) + // Minimum execution time: 13_582 nanoseconds. + Weight::from_ref_time(15_118_759) + // Standard Error: 729 + .saturating_add(Weight::from_ref_time(58_564).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -232,10 +232,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn remove_sub(s: u32, ) -> Weight { - // Minimum execution time: 36_676 nanoseconds. - Weight::from_ref_time(40_003_252) - // Standard Error: 1_168 - .saturating_add(Weight::from_ref_time(60_542).saturating_mul(s.into())) + // Minimum execution time: 37_490 nanoseconds. + Weight::from_ref_time(40_624_979) + // Standard Error: 1_314 + .saturating_add(Weight::from_ref_time(114_039).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -243,10 +243,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn quit_sub(s: u32, ) -> Weight { - // Minimum execution time: 25_632 nanoseconds. - Weight::from_ref_time(29_263_516) - // Standard Error: 1_145 - .saturating_add(Weight::from_ref_time(65_367).saturating_mul(s.into())) + // Minimum execution time: 26_554 nanoseconds. + Weight::from_ref_time(29_207_998) + // Standard Error: 1_163 + .saturating_add(Weight::from_ref_time(107_223).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/src/weights/pallet_im_online.rs b/runtime/polkadot/src/weights/pallet_im_online.rs index 111960595236..974dd41afde6 100644 --- a/runtime/polkadot/src/weights/pallet_im_online.rs +++ b/runtime/polkadot/src/weights/pallet_im_online.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_im_online` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -52,12 +52,12 @@ impl pallet_im_online::WeightInfo for WeightInfo { /// The range of component `k` is `[1, 1000]`. /// The range of component `e` is `[1, 100]`. fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight { - // Minimum execution time: 96_562 nanoseconds. - Weight::from_ref_time(77_795_540) - // Standard Error: 244 - .saturating_add(Weight::from_ref_time(23_312).saturating_mul(k.into())) - // Standard Error: 2_460 - .saturating_add(Weight::from_ref_time(309_889).saturating_mul(e.into())) + // Minimum execution time: 123_589 nanoseconds. + Weight::from_ref_time(105_679_281) + // Standard Error: 453 + .saturating_add(Weight::from_ref_time(34_331).saturating_mul(k.into())) + // Standard Error: 4_569 + .saturating_add(Weight::from_ref_time(403_316).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_indices.rs b/runtime/polkadot/src/weights/pallet_indices.rs index a64a1bb63331..eeb18f3afca0 100644 --- a/runtime/polkadot/src/weights/pallet_indices.rs +++ b/runtime/polkadot/src/weights/pallet_indices.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_indices` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -46,38 +46,38 @@ pub struct WeightInfo(PhantomData); impl pallet_indices::WeightInfo for WeightInfo { // Storage: Indices Accounts (r:1 w:1) fn claim() -> Weight { - // Minimum execution time: 26_870 nanoseconds. - Weight::from_ref_time(27_478_000) + // Minimum execution time: 27_755 nanoseconds. + Weight::from_ref_time(28_598_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - // Minimum execution time: 33_543 nanoseconds. - Weight::from_ref_time(34_288_000) + // Minimum execution time: 34_236 nanoseconds. + Weight::from_ref_time(35_452_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Indices Accounts (r:1 w:1) fn free() -> Weight { - // Minimum execution time: 27_706 nanoseconds. - Weight::from_ref_time(28_205_000) + // Minimum execution time: 28_589 nanoseconds. + Weight::from_ref_time(29_223_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn force_transfer() -> Weight { - // Minimum execution time: 27_765 nanoseconds. - Weight::from_ref_time(28_224_000) + // Minimum execution time: 28_680 nanoseconds. + Weight::from_ref_time(29_343_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Indices Accounts (r:1 w:1) fn freeze() -> Weight { - // Minimum execution time: 33_112 nanoseconds. - Weight::from_ref_time(33_554_000) + // Minimum execution time: 34_163 nanoseconds. + Weight::from_ref_time(35_251_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_membership.rs b/runtime/polkadot/src/weights/pallet_membership.rs index fc86b5d3bcb5..673bf1a1cb23 100644 --- a/runtime/polkadot/src/weights/pallet_membership.rs +++ b/runtime/polkadot/src/weights/pallet_membership.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_membership` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -50,10 +50,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 99]`. fn add_member(m: u32, ) -> Weight { - // Minimum execution time: 21_123 nanoseconds. - Weight::from_ref_time(22_173_890) - // Standard Error: 540 - .saturating_add(Weight::from_ref_time(32_391).saturating_mul(m.into())) + // Minimum execution time: 21_637 nanoseconds. + Weight::from_ref_time(22_581_225) + // Standard Error: 673 + .saturating_add(Weight::from_ref_time(33_291).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -64,10 +64,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[2, 100]`. fn remove_member(m: u32, ) -> Weight { - // Minimum execution time: 23_366 nanoseconds. - Weight::from_ref_time(24_519_555) - // Standard Error: 459 - .saturating_add(Weight::from_ref_time(34_775).saturating_mul(m.into())) + // Minimum execution time: 23_857 nanoseconds. + Weight::from_ref_time(24_888_690) + // Standard Error: 635 + .saturating_add(Weight::from_ref_time(30_290).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -78,10 +78,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[2, 100]`. fn swap_member(m: u32, ) -> Weight { - // Minimum execution time: 23_569 nanoseconds. - Weight::from_ref_time(24_669_958) - // Standard Error: 519 - .saturating_add(Weight::from_ref_time(46_474).saturating_mul(m.into())) + // Minimum execution time: 23_820 nanoseconds. + Weight::from_ref_time(24_834_766) + // Standard Error: 619 + .saturating_add(Weight::from_ref_time(43_120).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -92,10 +92,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn reset_member(m: u32, ) -> Weight { - // Minimum execution time: 22_736 nanoseconds. - Weight::from_ref_time(24_532_260) - // Standard Error: 864 - .saturating_add(Weight::from_ref_time(154_071).saturating_mul(m.into())) + // Minimum execution time: 23_778 nanoseconds. + Weight::from_ref_time(24_770_466) + // Standard Error: 1_196 + .saturating_add(Weight::from_ref_time(148_825).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -106,10 +106,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn change_key(m: u32, ) -> Weight { - // Minimum execution time: 24_121 nanoseconds. - Weight::from_ref_time(25_015_230) - // Standard Error: 762 - .saturating_add(Weight::from_ref_time(46_215).saturating_mul(m.into())) + // Minimum execution time: 24_199 nanoseconds. + Weight::from_ref_time(25_523_414) + // Standard Error: 708 + .saturating_add(Weight::from_ref_time(40_996).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -118,21 +118,19 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn set_prime(m: u32, ) -> Weight { - // Minimum execution time: 8_910 nanoseconds. - Weight::from_ref_time(9_420_013) - // Standard Error: 327 - .saturating_add(Weight::from_ref_time(4_216).saturating_mul(m.into())) + // Minimum execution time: 8_171 nanoseconds. + Weight::from_ref_time(8_785_768) + // Standard Error: 334 + .saturating_add(Weight::from_ref_time(7_217).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: TechnicalMembership Prime (r:0 w:1) // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. - fn clear_prime(m: u32, ) -> Weight { - // Minimum execution time: 5_011 nanoseconds. - Weight::from_ref_time(5_279_769) - // Standard Error: 139 - .saturating_add(Weight::from_ref_time(1_782).saturating_mul(m.into())) + fn clear_prime(_m: u32, ) -> Weight { + // Minimum execution time: 4_649 nanoseconds. + Weight::from_ref_time(5_153_987) .saturating_add(T::DbWeight::get().writes(2)) } } diff --git a/runtime/polkadot/src/weights/pallet_multisig.rs b/runtime/polkadot/src/weights/pallet_multisig.rs index 6db84e7cdc4b..e06f5872aa51 100644 --- a/runtime/polkadot/src/weights/pallet_multisig.rs +++ b/runtime/polkadot/src/weights/pallet_multisig.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -46,22 +46,22 @@ pub struct WeightInfo(PhantomData); impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_threshold_1(z: u32, ) -> Weight { - // Minimum execution time: 14_299 nanoseconds. - Weight::from_ref_time(14_918_949) - // Standard Error: 2 - .saturating_add(Weight::from_ref_time(537).saturating_mul(z.into())) + // Minimum execution time: 16_419 nanoseconds. + Weight::from_ref_time(17_643_145) + // Standard Error: 7 + .saturating_add(Weight::from_ref_time(647).saturating_mul(z.into())) } // Storage: Multisig Multisigs (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 43_895 nanoseconds. - Weight::from_ref_time(35_638_381) - // Standard Error: 2_022 - .saturating_add(Weight::from_ref_time(90_189).saturating_mul(s.into())) - // Standard Error: 19 - .saturating_add(Weight::from_ref_time(1_655).saturating_mul(z.into())) + // Minimum execution time: 50_553 nanoseconds. + Weight::from_ref_time(37_184_342) + // Standard Error: 1_503 + .saturating_add(Weight::from_ref_time(158_574).saturating_mul(s.into())) + // Standard Error: 14 + .saturating_add(Weight::from_ref_time(1_892).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[3, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 34_393 nanoseconds. - Weight::from_ref_time(26_164_108) - // Standard Error: 1_261 - .saturating_add(Weight::from_ref_time(85_275).saturating_mul(s.into())) - // Standard Error: 12 - .saturating_add(Weight::from_ref_time(1_576).saturating_mul(z.into())) + // Minimum execution time: 37_393 nanoseconds. + Weight::from_ref_time(24_946_440) + // Standard Error: 1_177 + .saturating_add(Weight::from_ref_time(146_109).saturating_mul(s.into())) + // Standard Error: 11 + .saturating_add(Weight::from_ref_time(1_960).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 48_418 nanoseconds. - Weight::from_ref_time(38_640_451) - // Standard Error: 659 - .saturating_add(Weight::from_ref_time(110_389).saturating_mul(s.into())) - // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_572).saturating_mul(z.into())) + // Minimum execution time: 55_115 nanoseconds. + Weight::from_ref_time(38_332_908) + // Standard Error: 1_780 + .saturating_add(Weight::from_ref_time(191_842).saturating_mul(s.into())) + // Standard Error: 17 + .saturating_add(Weight::from_ref_time(2_060).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -96,30 +96,30 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { - // Minimum execution time: 32_448 nanoseconds. - Weight::from_ref_time(35_894_652) - // Standard Error: 1_619 - .saturating_add(Weight::from_ref_time(79_490).saturating_mul(s.into())) + // Minimum execution time: 33_460 nanoseconds. + Weight::from_ref_time(35_886_555) + // Standard Error: 1_704 + .saturating_add(Weight::from_ref_time(156_762).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Multisig Multisigs (r:1 w:1) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { - // Minimum execution time: 23_830 nanoseconds. - Weight::from_ref_time(24_968_392) - // Standard Error: 656 - .saturating_add(Weight::from_ref_time(86_749).saturating_mul(s.into())) + // Minimum execution time: 22_943 nanoseconds. + Weight::from_ref_time(24_395_293) + // Standard Error: 990 + .saturating_add(Weight::from_ref_time(141_551).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) /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { - // Minimum execution time: 33_584 nanoseconds. - Weight::from_ref_time(35_428_455) - // Standard Error: 727 - .saturating_add(Weight::from_ref_time(87_019).saturating_mul(s.into())) + // Minimum execution time: 34_456 nanoseconds. + Weight::from_ref_time(36_168_731) + // Standard Error: 1_402 + .saturating_add(Weight::from_ref_time(151_839).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index 46e7280a5aa2..9a8340b114d5 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_nomination_pools` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -58,8 +58,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn join() -> Weight { - // Minimum execution time: 138_077 nanoseconds. - Weight::from_ref_time(140_674_000) + // Minimum execution time: 153_867 nanoseconds. + Weight::from_ref_time(159_626_000) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -73,8 +73,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn bond_extra_transfer() -> Weight { - // Minimum execution time: 139_823 nanoseconds. - Weight::from_ref_time(141_391_000) + // Minimum execution time: 153_566 nanoseconds. + Weight::from_ref_time(159_102_000) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -88,8 +88,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListNodes (r:2 w:2) // Storage: VoterList ListBags (r:2 w:2) fn bond_extra_reward() -> Weight { - // Minimum execution time: 144_482 nanoseconds. - Weight::from_ref_time(147_297_000) + // Minimum execution time: 160_730 nanoseconds. + Weight::from_ref_time(166_829_000) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -98,8 +98,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools RewardPools (r:1 w:1) // Storage: System Account (r:1 w:1) fn claim_payout() -> Weight { - // Minimum execution time: 55_582 nanoseconds. - Weight::from_ref_time(56_477_000) + // Minimum execution time: 56_643 nanoseconds. + Weight::from_ref_time(58_169_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -118,8 +118,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools SubPoolsStorage (r:1 w:1) // Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) fn unbond() -> Weight { - // Minimum execution time: 144_110 nanoseconds. - Weight::from_ref_time(145_168_000) + // Minimum execution time: 162_698 nanoseconds. + Weight::from_ref_time(168_199_000) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(13)) } @@ -130,10 +130,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Balances Locks (r:1 w:1) /// The range of component `s` is `[0, 100]`. fn pool_withdraw_unbonded(s: u32, ) -> Weight { - // Minimum execution time: 53_694 nanoseconds. - Weight::from_ref_time(55_517_626) - // Standard Error: 1_297 - .saturating_add(Weight::from_ref_time(12_614).saturating_mul(s.into())) + // Minimum execution time: 55_836 nanoseconds. + Weight::from_ref_time(59_126_770) + // Standard Error: 1_562 + .saturating_add(Weight::from_ref_time(57_163).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -148,10 +148,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools CounterForPoolMembers (r:1 w:1) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { - // Minimum execution time: 96_612 nanoseconds. - Weight::from_ref_time(98_934_471) - // Standard Error: 1_764 - .saturating_add(Weight::from_ref_time(22_940).saturating_mul(s.into())) + // Minimum execution time: 103_930 nanoseconds. + Weight::from_ref_time(107_767_636) + // Standard Error: 2_176 + .saturating_add(Weight::from_ref_time(90_423).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -176,9 +176,11 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools CounterForBondedPools (r:1 w:1) // Storage: Staking Payee (r:0 w:1) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_kill(_s: u32, ) -> Weight { - // Minimum execution time: 145_460 nanoseconds. - Weight::from_ref_time(150_328_923) + fn withdraw_unbonded_kill(s: u32, ) -> Weight { + // Minimum execution time: 157_763 nanoseconds. + Weight::from_ref_time(163_738_255) + // Standard Error: 3_025 + .saturating_add(Weight::from_ref_time(5_335).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -204,8 +206,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools BondedPools (r:1 w:1) // Storage: Staking Payee (r:0 w:1) fn create() -> Weight { - // Minimum execution time: 125_049 nanoseconds. - Weight::from_ref_time(125_623_000) + // Minimum execution time: 138_567 nanoseconds. + Weight::from_ref_time(142_080_000) .saturating_add(T::DbWeight::get().reads(21)) .saturating_add(T::DbWeight::get().writes(15)) } @@ -223,10 +225,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Staking CounterForNominators (r:1 w:1) /// The range of component `n` is `[1, 16]`. fn nominate(n: u32, ) -> Weight { - // Minimum execution time: 62_906 nanoseconds. - Weight::from_ref_time(63_395_815) - // Standard Error: 6_869 - .saturating_add(Weight::from_ref_time(1_028_813).saturating_mul(n.into())) + // Minimum execution time: 64_540 nanoseconds. + Weight::from_ref_time(66_341_376) + // Standard Error: 9_679 + .saturating_add(Weight::from_ref_time(1_231_407).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) @@ -235,8 +237,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Staking Bonded (r:1 w:0) // Storage: Staking Ledger (r:1 w:0) fn set_state() -> Weight { - // Minimum execution time: 38_221 nanoseconds. - Weight::from_ref_time(38_648_000) + // Minimum execution time: 37_793 nanoseconds. + Weight::from_ref_time(39_461_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -245,10 +247,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools CounterForMetadata (r:1 w:1) /// The range of component `n` is `[1, 256]`. fn set_metadata(n: u32, ) -> Weight { - // Minimum execution time: 15_276 nanoseconds. - Weight::from_ref_time(15_968_486) - // Standard Error: 125 - .saturating_add(Weight::from_ref_time(1_258).saturating_mul(n.into())) + // Minimum execution time: 14_450 nanoseconds. + Weight::from_ref_time(15_372_112) + // Standard Error: 191 + .saturating_add(Weight::from_ref_time(1_280).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -258,14 +260,14 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools MinCreateBond (r:0 w:1) // Storage: NominationPools MaxPools (r:0 w:1) fn set_configs() -> Weight { - // Minimum execution time: 6_246 nanoseconds. - Weight::from_ref_time(6_481_000) + // Minimum execution time: 6_335 nanoseconds. + Weight::from_ref_time(6_768_000) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: NominationPools BondedPools (r:1 w:1) fn update_roles() -> Weight { - // Minimum execution time: 24_921 nanoseconds. - Weight::from_ref_time(25_212_000) + // Minimum execution time: 24_606 nanoseconds. + Weight::from_ref_time(25_698_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -279,8 +281,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListBags (r:1 w:1) // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill() -> Weight { - // Minimum execution time: 63_529 nanoseconds. - Weight::from_ref_time(64_405_000) + // Minimum execution time: 66_612 nanoseconds. + Weight::from_ref_time(68_887_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/polkadot/src/weights/pallet_preimage.rs b/runtime/polkadot/src/weights/pallet_preimage.rs index b948c3f7ee0f..c825656fc5a8 100644 --- a/runtime/polkadot/src/weights/pallet_preimage.rs +++ b/runtime/polkadot/src/weights/pallet_preimage.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -48,10 +48,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_preimage(s: u32, ) -> Weight { - // Minimum execution time: 28_741 nanoseconds. - Weight::from_ref_time(29_180_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_318).saturating_mul(s.into())) + // Minimum execution time: 30_647 nanoseconds. + Weight::from_ref_time(208_469_477) + // Standard Error: 8 + .saturating_add(Weight::from_ref_time(2_464).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -59,10 +59,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_requested_preimage(s: u32, ) -> Weight { - // Minimum execution time: 20_633 nanoseconds. - Weight::from_ref_time(20_787_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_325).saturating_mul(s.into())) + // Minimum execution time: 20_579 nanoseconds. + Weight::from_ref_time(21_324_000) + // Standard Error: 2 + .saturating_add(Weight::from_ref_time(2_739).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -70,76 +70,76 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_no_deposit_preimage(s: u32, ) -> Weight { - // Minimum execution time: 19_297 nanoseconds. - Weight::from_ref_time(19_499_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_318).saturating_mul(s.into())) + // Minimum execution time: 20_245 nanoseconds. + Weight::from_ref_time(20_530_000) + // Standard Error: 5 + .saturating_add(Weight::from_ref_time(2_696).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_preimage() -> Weight { - // Minimum execution time: 38_722 nanoseconds. - Weight::from_ref_time(40_354_000) + // Minimum execution time: 60_032 nanoseconds. + Weight::from_ref_time(65_986_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_no_deposit_preimage() -> Weight { - // Minimum execution time: 26_662 nanoseconds. - Weight::from_ref_time(27_761_000) + // Minimum execution time: 45_036 nanoseconds. + Weight::from_ref_time(49_184_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_preimage() -> Weight { - // Minimum execution time: 25_881 nanoseconds. - Weight::from_ref_time(28_314_000) + // Minimum execution time: 34_589 nanoseconds. + Weight::from_ref_time(39_983_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_no_deposit_preimage() -> Weight { - // Minimum execution time: 13_357 nanoseconds. - Weight::from_ref_time(13_833_000) + // Minimum execution time: 21_417 nanoseconds. + Weight::from_ref_time(26_435_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_unnoted_preimage() -> Weight { - // Minimum execution time: 17_757 nanoseconds. - Weight::from_ref_time(18_427_000) + // Minimum execution time: 31_634 nanoseconds. + Weight::from_ref_time(33_273_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_requested_preimage() -> Weight { - // Minimum execution time: 8_688 nanoseconds. - Weight::from_ref_time(9_167_000) + // Minimum execution time: 11_462 nanoseconds. + Weight::from_ref_time(12_731_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unrequest_preimage() -> Weight { - // Minimum execution time: 26_480 nanoseconds. - Weight::from_ref_time(27_624_000) + // Minimum execution time: 40_093 nanoseconds. + Weight::from_ref_time(46_580_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_unnoted_preimage() -> Weight { - // Minimum execution time: 8_652 nanoseconds. - Weight::from_ref_time(9_060_000) + // Minimum execution time: 10_218 nanoseconds. + Weight::from_ref_time(11_564_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_multi_referenced_preimage() -> Weight { - // Minimum execution time: 8_503 nanoseconds. - Weight::from_ref_time(8_889_000) + // Minimum execution time: 10_635 nanoseconds. + Weight::from_ref_time(12_263_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_proxy.rs b/runtime/polkadot/src/weights/pallet_proxy.rs index 1e8acb01afd0..dea3addc5c7a 100644 --- a/runtime/polkadot/src/weights/pallet_proxy.rs +++ b/runtime/polkadot/src/weights/pallet_proxy.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_proxy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -47,10 +47,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:0) /// The range of component `p` is `[1, 31]`. fn proxy(p: u32, ) -> Weight { - // Minimum execution time: 21_009 nanoseconds. - Weight::from_ref_time(22_523_721) - // Standard Error: 2_969 - .saturating_add(Weight::from_ref_time(16_347).saturating_mul(p.into())) + // Minimum execution time: 20_361 nanoseconds. + Weight::from_ref_time(21_197_210) + // Standard Error: 2_037 + .saturating_add(Weight::from_ref_time(40_912).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: Proxy Proxies (r:1 w:0) @@ -59,12 +59,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn proxy_announced(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 38_419 nanoseconds. - Weight::from_ref_time(39_050_915) - // Standard Error: 2_043 - .saturating_add(Weight::from_ref_time(119_630).saturating_mul(a.into())) - // Standard Error: 2_111 - .saturating_add(Weight::from_ref_time(38_459).saturating_mul(p.into())) + // Minimum execution time: 39_167 nanoseconds. + Weight::from_ref_time(39_427_723) + // Standard Error: 3_264 + .saturating_add(Weight::from_ref_time(154_113).saturating_mul(a.into())) + // Standard Error: 3_372 + .saturating_add(Weight::from_ref_time(61_166).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -73,12 +73,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn remove_announcement(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 26_947 nanoseconds. - Weight::from_ref_time(27_925_099) - // Standard Error: 1_573 - .saturating_add(Weight::from_ref_time(115_381).saturating_mul(a.into())) - // Standard Error: 1_625 - .saturating_add(Weight::from_ref_time(7_631).saturating_mul(p.into())) + // Minimum execution time: 26_342 nanoseconds. + Weight::from_ref_time(27_957_953) + // Standard Error: 2_462 + .saturating_add(Weight::from_ref_time(145_754).saturating_mul(a.into())) + // Standard Error: 2_543 + .saturating_add(Weight::from_ref_time(15_092).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -87,12 +87,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn reject_announcement(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 26_918 nanoseconds. - Weight::from_ref_time(27_724_615) - // Standard Error: 1_594 - .saturating_add(Weight::from_ref_time(122_890).saturating_mul(a.into())) - // Standard Error: 1_647 - .saturating_add(Weight::from_ref_time(11_516).saturating_mul(p.into())) + // Minimum execution time: 26_881 nanoseconds. + Weight::from_ref_time(28_227_796) + // Standard Error: 2_705 + .saturating_add(Weight::from_ref_time(139_700).saturating_mul(a.into())) + // Standard Error: 2_795 + .saturating_add(Weight::from_ref_time(14_618).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -102,42 +102,42 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn announce(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 34_759 nanoseconds. - Weight::from_ref_time(36_388_065) - // Standard Error: 1_816 - .saturating_add(Weight::from_ref_time(99_052).saturating_mul(a.into())) - // Standard Error: 1_876 - .saturating_add(Weight::from_ref_time(26_335).saturating_mul(p.into())) + // Minimum execution time: 35_638 nanoseconds. + Weight::from_ref_time(37_252_645) + // Standard Error: 2_697 + .saturating_add(Weight::from_ref_time(139_434).saturating_mul(a.into())) + // Standard Error: 2_787 + .saturating_add(Weight::from_ref_time(29_159).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn add_proxy(p: u32, ) -> Weight { - // Minimum execution time: 28_504 nanoseconds. - Weight::from_ref_time(29_268_875) - // Standard Error: 8_509 - .saturating_add(Weight::from_ref_time(126_721).saturating_mul(p.into())) + // Minimum execution time: 29_499 nanoseconds. + Weight::from_ref_time(30_973_518) + // Standard Error: 2_117 + .saturating_add(Weight::from_ref_time(73_494).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxy(p: u32, ) -> Weight { - // Minimum execution time: 28_444 nanoseconds. - Weight::from_ref_time(29_932_920) - // Standard Error: 2_184 - .saturating_add(Weight::from_ref_time(74_884).saturating_mul(p.into())) + // Minimum execution time: 28_782 nanoseconds. + Weight::from_ref_time(30_566_711) + // Standard Error: 2_332 + .saturating_add(Weight::from_ref_time(84_782).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxies(p: u32, ) -> Weight { - // Minimum execution time: 24_627 nanoseconds. - Weight::from_ref_time(25_867_871) - // Standard Error: 1_673 - .saturating_add(Weight::from_ref_time(55_025).saturating_mul(p.into())) + // Minimum execution time: 24_814 nanoseconds. + Weight::from_ref_time(26_214_512) + // Standard Error: 1_780 + .saturating_add(Weight::from_ref_time(40_348).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -145,20 +145,20 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn create_pure(p: u32, ) -> Weight { - // Minimum execution time: 31_280 nanoseconds. - Weight::from_ref_time(32_850_966) - // Standard Error: 1_878 - .saturating_add(Weight::from_ref_time(35_810).saturating_mul(p.into())) + // Minimum execution time: 33_125 nanoseconds. + Weight::from_ref_time(34_466_311) + // Standard Error: 2_000 + .saturating_add(Weight::from_ref_time(12_887).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[0, 30]`. fn kill_pure(p: u32, ) -> Weight { - // Minimum execution time: 26_909 nanoseconds. - Weight::from_ref_time(27_748_948) - // Standard Error: 1_595 - .saturating_add(Weight::from_ref_time(36_320).saturating_mul(p.into())) + // Minimum execution time: 25_929 nanoseconds. + Weight::from_ref_time(27_426_940) + // Standard Error: 2_345 + .saturating_add(Weight::from_ref_time(49_944).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_scheduler.rs b/runtime/polkadot/src/weights/pallet_scheduler.rs index d5a513e27a0b..8a01add944f2 100644 --- a/runtime/polkadot/src/weights/pallet_scheduler.rs +++ b/runtime/polkadot/src/weights/pallet_scheduler.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -46,61 +46,61 @@ pub struct WeightInfo(PhantomData); impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler IncompleteSince (r:1 w:1) fn service_agendas_base() -> Weight { - // Minimum execution time: 4_720 nanoseconds. - Weight::from_ref_time(4_841_000) + // Minimum execution time: 5_198 nanoseconds. + Weight::from_ref_time(5_483_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 50]`. fn service_agenda_base(s: u32, ) -> Weight { - // Minimum execution time: 4_167 nanoseconds. - Weight::from_ref_time(7_863_933) - // Standard Error: 2_520 - .saturating_add(Weight::from_ref_time(562_355).saturating_mul(s.into())) + // Minimum execution time: 4_563 nanoseconds. + Weight::from_ref_time(7_002_179) + // Standard Error: 1_693 + .saturating_add(Weight::from_ref_time(857_307).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_base() -> Weight { - // Minimum execution time: 9_574 nanoseconds. - Weight::from_ref_time(9_819_000) + // Minimum execution time: 10_824 nanoseconds. + Weight::from_ref_time(11_356_000) } // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) /// The range of component `s` is `[128, 4194304]`. fn service_task_fetched(s: u32, ) -> Weight { - // Minimum execution time: 21_038 nanoseconds. - Weight::from_ref_time(21_126_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_247).saturating_mul(s.into())) + // Minimum execution time: 23_176 nanoseconds. + Weight::from_ref_time(23_400_000) + // Standard Error: 8 + .saturating_add(Weight::from_ref_time(1_652).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Scheduler Lookup (r:0 w:1) fn service_task_named() -> Weight { - // Minimum execution time: 10_881 nanoseconds. - Weight::from_ref_time(11_159_000) + // Minimum execution time: 12_138 nanoseconds. + Weight::from_ref_time(12_508_000) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { - // Minimum execution time: 9_543 nanoseconds. - Weight::from_ref_time(9_703_000) + // Minimum execution time: 10_789 nanoseconds. + Weight::from_ref_time(11_228_000) } fn execute_dispatch_signed() -> Weight { - // Minimum execution time: 3_850 nanoseconds. - Weight::from_ref_time(4_001_000) + // Minimum execution time: 4_096 nanoseconds. + Weight::from_ref_time(4_282_000) } fn execute_dispatch_unsigned() -> Weight { - // Minimum execution time: 4_002 nanoseconds. - Weight::from_ref_time(4_135_000) + // Minimum execution time: 4_043 nanoseconds. + Weight::from_ref_time(4_312_000) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule(s: u32, ) -> Weight { - // Minimum execution time: 17_929 nanoseconds. - Weight::from_ref_time(22_239_592) - // Standard Error: 2_373 - .saturating_add(Weight::from_ref_time(580_821).saturating_mul(s.into())) + // Minimum execution time: 18_547 nanoseconds. + Weight::from_ref_time(21_624_873) + // Standard Error: 3_234 + .saturating_add(Weight::from_ref_time(907_907).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -108,10 +108,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Lookup (r:0 w:1) /// The range of component `s` is `[1, 50]`. fn cancel(s: u32, ) -> Weight { - // Minimum execution time: 22_231 nanoseconds. - Weight::from_ref_time(23_385_381) - // Standard Error: 3_296 - .saturating_add(Weight::from_ref_time(968_532).saturating_mul(s.into())) + // Minimum execution time: 22_587 nanoseconds. + Weight::from_ref_time(22_003_715) + // Standard Error: 2_997 + .saturating_add(Weight::from_ref_time(1_583_080).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,10 +119,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule_named(s: u32, ) -> Weight { - // Minimum execution time: 20_121 nanoseconds. - Weight::from_ref_time(25_927_324) - // Standard Error: 3_261 - .saturating_add(Weight::from_ref_time(606_840).saturating_mul(s.into())) + // Minimum execution time: 21_118 nanoseconds. + Weight::from_ref_time(24_851_464) + // Standard Error: 3_728 + .saturating_add(Weight::from_ref_time(946_401).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -130,10 +130,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[1, 50]`. fn cancel_named(s: u32, ) -> Weight { - // Minimum execution time: 23_173 nanoseconds. - Weight::from_ref_time(25_671_334) - // Standard Error: 2_484 - .saturating_add(Weight::from_ref_time(959_278).saturating_mul(s.into())) + // Minimum execution time: 23_755 nanoseconds. + Weight::from_ref_time(23_830_730) + // Standard Error: 3_006 + .saturating_add(Weight::from_ref_time(1_592_608).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/src/weights/pallet_session.rs b/runtime/polkadot/src/weights/pallet_session.rs index 592d24a14a3f..4d0c6477217c 100644 --- a/runtime/polkadot/src/weights/pallet_session.rs +++ b/runtime/polkadot/src/weights/pallet_session.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -48,8 +48,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:6 w:6) fn set_keys() -> Weight { - // Minimum execution time: 52_251 nanoseconds. - Weight::from_ref_time(54_081_000) + // Minimum execution time: 62_203 nanoseconds. + Weight::from_ref_time(63_515_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -57,8 +57,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:0 w:6) fn purge_keys() -> Weight { - // Minimum execution time: 39_981 nanoseconds. - Weight::from_ref_time(41_947_000) + // Minimum execution time: 47_243 nanoseconds. + Weight::from_ref_time(48_808_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/polkadot/src/weights/pallet_staking.rs b/runtime/polkadot/src/weights/pallet_staking.rs index 36759472c020..5622a8235e06 100644 --- a/runtime/polkadot/src/weights/pallet_staking.rs +++ b/runtime/polkadot/src/weights/pallet_staking.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_staking` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -50,8 +50,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) // Storage: Staking Payee (r:0 w:1) fn bond() -> Weight { - // Minimum execution time: 45_829 nanoseconds. - Weight::from_ref_time(46_793_000) + // Minimum execution time: 46_694 nanoseconds. + Weight::from_ref_time(48_361_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -61,8 +61,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn bond_extra() -> Weight { - // Minimum execution time: 83_411 nanoseconds. - Weight::from_ref_time(85_921_000) + // Minimum execution time: 89_581 nanoseconds. + Weight::from_ref_time(91_556_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -76,8 +76,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking Bonded (r:1 w:0) // Storage: VoterList ListBags (r:2 w:2) fn unbond() -> Weight { - // Minimum execution time: 91_907 nanoseconds. - Weight::from_ref_time(92_682_000) + // Minimum execution time: 95_825 nanoseconds. + Weight::from_ref_time(98_346_000) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -87,10 +87,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { - // Minimum execution time: 39_598 nanoseconds. - Weight::from_ref_time(41_978_673) - // Standard Error: 1_108 - .saturating_add(Weight::from_ref_time(18_466).saturating_mul(s.into())) + // Minimum execution time: 39_562 nanoseconds. + Weight::from_ref_time(42_009_651) + // Standard Error: 1_320 + .saturating_add(Weight::from_ref_time(59_861).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -110,10 +110,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking SpanSlash (r:0 w:2) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_kill(s: u32, ) -> Weight { - // Minimum execution time: 78_409 nanoseconds. - Weight::from_ref_time(83_564_707) - // Standard Error: 2_125 - .saturating_add(Weight::from_ref_time(910_195).saturating_mul(s.into())) + // Minimum execution time: 83_248 nanoseconds. + Weight::from_ref_time(88_745_930) + // Standard Error: 2_939 + .saturating_add(Weight::from_ref_time(1_140_863).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -130,8 +130,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList CounterForListNodes (r:1 w:1) // Storage: Staking CounterForValidators (r:1 w:1) fn validate() -> Weight { - // Minimum execution time: 59_534 nanoseconds. - Weight::from_ref_time(60_467_000) + // Minimum execution time: 61_106 nanoseconds. + Weight::from_ref_time(63_362_000) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -139,10 +139,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking Nominators (r:1 w:1) /// The range of component `k` is `[1, 128]`. fn kick(k: u32, ) -> Weight { - // Minimum execution time: 33_485 nanoseconds. - Weight::from_ref_time(31_332_777) - // Standard Error: 7_071 - .saturating_add(Weight::from_ref_time(6_558_466).saturating_mul(k.into())) + // Minimum execution time: 41_130 nanoseconds. + Weight::from_ref_time(39_126_837) + // Standard Error: 11_113 + .saturating_add(Weight::from_ref_time(8_031_124).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) @@ -160,10 +160,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking CounterForNominators (r:1 w:1) /// The range of component `n` is `[1, 16]`. fn nominate(n: u32, ) -> Weight { - // Minimum execution time: 63_984 nanoseconds. - Weight::from_ref_time(64_480_887) - // Standard Error: 8_428 - .saturating_add(Weight::from_ref_time(2_331_047).saturating_mul(n.into())) + // Minimum execution time: 67_836 nanoseconds. + Weight::from_ref_time(68_198_059) + // Standard Error: 11_682 + .saturating_add(Weight::from_ref_time(3_364_877).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6)) @@ -176,58 +176,58 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:1 w:1) // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill() -> Weight { - // Minimum execution time: 59_692 nanoseconds. - Weight::from_ref_time(60_309_000) + // Minimum execution time: 62_088 nanoseconds. + Weight::from_ref_time(63_144_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking Ledger (r:1 w:0) // Storage: Staking Payee (r:0 w:1) fn set_payee() -> Weight { - // Minimum execution time: 15_604 nanoseconds. - Weight::from_ref_time(15_846_000) + // Minimum execution time: 14_839 nanoseconds. + Weight::from_ref_time(15_425_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Bonded (r:1 w:1) // Storage: Staking Ledger (r:2 w:2) fn set_controller() -> Weight { - // Minimum execution time: 22_031 nanoseconds. - Weight::from_ref_time(22_390_000) + // Minimum execution time: 21_497 nanoseconds. + Weight::from_ref_time(22_373_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Staking ValidatorCount (r:0 w:1) fn set_validator_count() -> Weight { - // Minimum execution time: 4_436 nanoseconds. - Weight::from_ref_time(4_567_000) + // Minimum execution time: 4_199 nanoseconds. + Weight::from_ref_time(4_552_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_no_eras() -> Weight { - // Minimum execution time: 16_376 nanoseconds. - Weight::from_ref_time(16_897_000) + // Minimum execution time: 16_088 nanoseconds. + Weight::from_ref_time(16_765_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_new_era() -> Weight { - // Minimum execution time: 16_398 nanoseconds. - Weight::from_ref_time(16_748_000) + // Minimum execution time: 16_326 nanoseconds. + Weight::from_ref_time(16_833_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_new_era_always() -> Weight { - // Minimum execution time: 16_370 nanoseconds. - Weight::from_ref_time(16_542_000) + // Minimum execution time: 16_383 nanoseconds. + Weight::from_ref_time(16_864_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Invulnerables (r:0 w:1) /// The range of component `v` is `[0, 1000]`. fn set_invulnerables(v: u32, ) -> Weight { - // Minimum execution time: 4_609 nanoseconds. - Weight::from_ref_time(5_050_947) - // Standard Error: 54 - .saturating_add(Weight::from_ref_time(11_494).saturating_mul(v.into())) + // Minimum execution time: 4_424 nanoseconds. + Weight::from_ref_time(4_748_702) + // Standard Error: 31 + .saturating_add(Weight::from_ref_time(10_724).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Bonded (r:1 w:1) @@ -245,10 +245,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking SpanSlash (r:0 w:2) /// The range of component `s` is `[0, 100]`. fn force_unstake(s: u32, ) -> Weight { - // Minimum execution time: 72_562 nanoseconds. - Weight::from_ref_time(77_442_641) - // Standard Error: 2_811 - .saturating_add(Weight::from_ref_time(919_483).saturating_mul(s.into())) + // Minimum execution time: 75_143 nanoseconds. + Weight::from_ref_time(81_295_128) + // Standard Error: 2_388 + .saturating_add(Weight::from_ref_time(1_136_879).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -256,10 +256,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking UnappliedSlashes (r:1 w:1) /// The range of component `s` is `[1, 1000]`. fn cancel_deferred_slash(s: u32, ) -> Weight { - // Minimum execution time: 119_201 nanoseconds. - Weight::from_ref_time(1_333_484_197) - // Standard Error: 87_896 - .saturating_add(Weight::from_ref_time(7_357_426).saturating_mul(s.into())) + // Minimum execution time: 127_628 nanoseconds. + Weight::from_ref_time(1_049_536_127) + // Standard Error: 70_913 + .saturating_add(Weight::from_ref_time(6_110_124).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -274,10 +274,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `n` is `[0, 512]`. fn payout_stakers_dead_controller(n: u32, ) -> Weight { - // Minimum execution time: 107_839 nanoseconds. - Weight::from_ref_time(215_577_396) - // Standard Error: 16_146 - .saturating_add(Weight::from_ref_time(21_692_853).saturating_mul(n.into())) + // Minimum execution time: 138_783 nanoseconds. + Weight::from_ref_time(251_991_856) + // Standard Error: 22_383 + .saturating_add(Weight::from_ref_time(27_500_253).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -295,10 +295,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) /// The range of component `n` is `[0, 512]`. fn payout_stakers_alive_staked(n: u32, ) -> Weight { - // Minimum execution time: 127_792 nanoseconds. - Weight::from_ref_time(129_544_000) - // Standard Error: 76_915 - .saturating_add(Weight::from_ref_time(32_874_419).saturating_mul(n.into())) + // Minimum execution time: 157_412 nanoseconds. + Weight::from_ref_time(363_638_586) + // Standard Error: 60_344 + .saturating_add(Weight::from_ref_time(38_171_746).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -312,10 +312,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:2 w:2) /// The range of component `l` is `[1, 32]`. fn rebond(l: u32, ) -> Weight { - // Minimum execution time: 82_543 nanoseconds. - Weight::from_ref_time(85_233_330) - // Standard Error: 5_735 - .saturating_add(Weight::from_ref_time(30_759).saturating_mul(l.into())) + // Minimum execution time: 87_506 nanoseconds. + Weight::from_ref_time(91_417_066) + // Standard Error: 6_377 + .saturating_add(Weight::from_ref_time(34_225).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -334,10 +334,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking SpanSlash (r:0 w:1) /// The range of component `s` is `[1, 100]`. fn reap_stash(s: u32, ) -> Weight { - // Minimum execution time: 83_072 nanoseconds. - Weight::from_ref_time(84_861_454) - // Standard Error: 1_831 - .saturating_add(Weight::from_ref_time(905_845).saturating_mul(s.into())) + // Minimum execution time: 88_191 nanoseconds. + Weight::from_ref_time(91_421_173) + // Standard Error: 3_027 + .saturating_add(Weight::from_ref_time(1_127_000).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -363,12 +363,12 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `v` is `[1, 10]`. /// The range of component `n` is `[0, 100]`. fn new_era(v: u32, n: u32, ) -> Weight { - // Minimum execution time: 442_274 nanoseconds. - Weight::from_ref_time(446_525_000) - // Standard Error: 1_808_186 - .saturating_add(Weight::from_ref_time(58_698_759).saturating_mul(v.into())) - // Standard Error: 180_175 - .saturating_add(Weight::from_ref_time(13_066_678).saturating_mul(n.into())) + // Minimum execution time: 507_711 nanoseconds. + Weight::from_ref_time(512_708_000) + // Standard Error: 2_108_519 + .saturating_add(Weight::from_ref_time(63_898_977).saturating_mul(v.into())) + // Standard Error: 210_102 + .saturating_add(Weight::from_ref_time(16_518_329).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(185)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -387,12 +387,12 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `v` is `[500, 1000]`. /// The range of component `n` is `[500, 1000]`. fn get_npos_voters(v: u32, n: u32, ) -> Weight { - // Minimum execution time: 25_426_034 nanoseconds. - Weight::from_ref_time(25_608_520_000) - // Standard Error: 625_244 - .saturating_add(Weight::from_ref_time(6_436_423).saturating_mul(v.into())) - // Standard Error: 625_244 - .saturating_add(Weight::from_ref_time(3_555_516).saturating_mul(n.into())) + // Minimum execution time: 29_470_596 nanoseconds. + Weight::from_ref_time(30_812_027_000) + // Standard Error: 561_728 + .saturating_add(Weight::from_ref_time(5_918_748).saturating_mul(v.into())) + // Standard Error: 561_728 + .saturating_add(Weight::from_ref_time(6_267_819).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(180)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -403,10 +403,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: System BlockWeight (r:1 w:1) /// The range of component `v` is `[500, 1000]`. fn get_npos_targets(v: u32, ) -> Weight { - // Minimum execution time: 3_539_624 nanoseconds. - Weight::from_ref_time(3_644_935_000) - // Standard Error: 42_382 - .saturating_add(Weight::from_ref_time(2_701_078).saturating_mul(v.into())) + // Minimum execution time: 4_339_144 nanoseconds. + Weight::from_ref_time(4_420_939_000) + // Standard Error: 51_944 + .saturating_add(Weight::from_ref_time(3_236_900).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -418,8 +418,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking MaxNominatorsCount (r:0 w:1) // Storage: Staking MinNominatorBond (r:0 w:1) fn set_staking_configs_all_set() -> Weight { - // Minimum execution time: 7_519 nanoseconds. - Weight::from_ref_time(7_691_000) + // Minimum execution time: 7_294 nanoseconds. + Weight::from_ref_time(7_645_000) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking MinCommission (r:0 w:1) @@ -429,8 +429,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking MaxNominatorsCount (r:0 w:1) // Storage: Staking MinNominatorBond (r:0 w:1) fn set_staking_configs_all_remove() -> Weight { - // Minimum execution time: 6_849 nanoseconds. - Weight::from_ref_time(7_162_000) + // Minimum execution time: 6_993 nanoseconds. + Weight::from_ref_time(7_234_000) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking Ledger (r:1 w:0) @@ -444,23 +444,23 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:1 w:1) // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill_other() -> Weight { - // Minimum execution time: 71_571 nanoseconds. - Weight::from_ref_time(72_276_000) + // Minimum execution time: 75_535 nanoseconds. + Weight::from_ref_time(77_892_000) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking MinCommission (r:1 w:0) // Storage: Staking Validators (r:1 w:1) fn force_apply_min_commission() -> Weight { - // Minimum execution time: 15_121 nanoseconds. - Weight::from_ref_time(15_493_000) + // Minimum execution time: 14_276 nanoseconds. + Weight::from_ref_time(15_103_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking MinCommission (r:0 w:1) fn set_min_commission() -> Weight { - // Minimum execution time: 4_424 nanoseconds. - Weight::from_ref_time(4_594_000) + // Minimum execution time: 4_395 nanoseconds. + Weight::from_ref_time(4_657_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/pallet_timestamp.rs b/runtime/polkadot/src/weights/pallet_timestamp.rs index f7ef0dba6538..de4e3c33b58c 100644 --- a/runtime/polkadot/src/weights/pallet_timestamp.rs +++ b/runtime/polkadot/src/weights/pallet_timestamp.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -47,13 +47,13 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Storage: Timestamp Now (r:1 w:1) // Storage: Babe CurrentSlot (r:1 w:0) fn set() -> Weight { - // Minimum execution time: 9_965 nanoseconds. - Weight::from_ref_time(10_338_000) + // Minimum execution time: 10_077 nanoseconds. + Weight::from_ref_time(10_366_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } fn on_finalize() -> Weight { - // Minimum execution time: 4_315 nanoseconds. - Weight::from_ref_time(4_501_000) + // Minimum execution time: 4_313 nanoseconds. + Weight::from_ref_time(4_587_000) } } diff --git a/runtime/polkadot/src/weights/pallet_tips.rs b/runtime/polkadot/src/weights/pallet_tips.rs index 8107454fecbc..418efdf5d900 100644 --- a/runtime/polkadot/src/weights/pallet_tips.rs +++ b/runtime/polkadot/src/weights/pallet_tips.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_tips` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -48,18 +48,18 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Tips (r:1 w:1) /// The range of component `r` is `[0, 16384]`. fn report_awesome(r: u32, ) -> Weight { - // Minimum execution time: 30_778 nanoseconds. - Weight::from_ref_time(32_134_381) + // Minimum execution time: 31_511 nanoseconds. + Weight::from_ref_time(32_680_890) // Standard Error: 7 - .saturating_add(Weight::from_ref_time(1_807).saturating_mul(r.into())) + .saturating_add(Weight::from_ref_time(2_155).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Tips Tips (r:1 w:1) // Storage: Tips Reasons (r:0 w:1) fn retract_tip() -> Weight { - // Minimum execution time: 29_808 nanoseconds. - Weight::from_ref_time(30_419_000) + // Minimum execution time: 30_581 nanoseconds. + Weight::from_ref_time(31_543_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -69,12 +69,12 @@ impl pallet_tips::WeightInfo for WeightInfo { /// The range of component `r` is `[0, 16384]`. /// The range of component `t` is `[1, 13]`. fn tip_new(r: u32, t: u32, ) -> Weight { - // Minimum execution time: 23_336 nanoseconds. - Weight::from_ref_time(21_522_122) - // Standard Error: 7 - .saturating_add(Weight::from_ref_time(1_698).saturating_mul(r.into())) - // Standard Error: 9_433 - .saturating_add(Weight::from_ref_time(264_684).saturating_mul(t.into())) + // Minimum execution time: 23_629 nanoseconds. + Weight::from_ref_time(22_478_050) + // Standard Error: 9 + .saturating_add(Weight::from_ref_time(1_984).saturating_mul(r.into())) + // Standard Error: 12_422 + .saturating_add(Weight::from_ref_time(244_702).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -82,10 +82,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Tips (r:1 w:1) /// The range of component `t` is `[1, 13]`. fn tip(t: u32, ) -> Weight { - // Minimum execution time: 15_456 nanoseconds. - Weight::from_ref_time(15_876_624) - // Standard Error: 2_022 - .saturating_add(Weight::from_ref_time(163_576).saturating_mul(t.into())) + // Minimum execution time: 15_153 nanoseconds. + Weight::from_ref_time(15_900_950) + // Standard Error: 2_499 + .saturating_add(Weight::from_ref_time(131_453).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -95,10 +95,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Reasons (r:0 w:1) /// The range of component `t` is `[1, 13]`. fn close_tip(t: u32, ) -> Weight { - // Minimum execution time: 46_561 nanoseconds. - Weight::from_ref_time(47_872_499) - // Standard Error: 5_561 - .saturating_add(Weight::from_ref_time(161_972).saturating_mul(t.into())) + // Minimum execution time: 49_231 nanoseconds. + Weight::from_ref_time(51_038_901) + // Standard Error: 8_859 + .saturating_add(Weight::from_ref_time(118_891).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -106,10 +106,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Reasons (r:0 w:1) /// The range of component `t` is `[1, 13]`. fn slash_tip(t: u32, ) -> Weight { - // Minimum execution time: 19_667 nanoseconds. - Weight::from_ref_time(20_341_695) - // Standard Error: 1_645 - .saturating_add(Weight::from_ref_time(57_042).saturating_mul(t.into())) + // Minimum execution time: 19_501 nanoseconds. + Weight::from_ref_time(20_535_732) + // Standard Error: 2_882 + .saturating_add(Weight::from_ref_time(14_912).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/src/weights/pallet_treasury.rs b/runtime/polkadot/src/weights/pallet_treasury.rs index f541af0a3301..a9ae0553a08b 100644 --- a/runtime/polkadot/src/weights/pallet_treasury.rs +++ b/runtime/polkadot/src/weights/pallet_treasury.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -44,23 +44,28 @@ use sp_std::marker::PhantomData; /// Weight functions for `pallet_treasury`. pub struct WeightInfo(PhantomData); impl pallet_treasury::WeightInfo for WeightInfo { + // Storage: Treasury ProposalCount (r:1 w:1) + // Storage: Treasury Approvals (r:1 w:1) + // Storage: Treasury Proposals (r:0 w:1) fn spend() -> Weight { - // Minimum execution time: 157 nanoseconds. - Weight::from_ref_time(177_000) + // Minimum execution time: 19_031 nanoseconds. + Weight::from_ref_time(20_016_000) + .saturating_add(T::DbWeight::get().reads(2)) + .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Treasury ProposalCount (r:1 w:1) // Storage: Treasury Proposals (r:0 w:1) fn propose_spend() -> Weight { - // Minimum execution time: 27_659 nanoseconds. - Weight::from_ref_time(28_091_000) + // Minimum execution time: 27_633 nanoseconds. + Weight::from_ref_time(28_313_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Treasury Proposals (r:1 w:1) // Storage: System Account (r:1 w:1) fn reject_proposal() -> Weight { - // Minimum execution time: 39_522 nanoseconds. - Weight::from_ref_time(39_962_000) + // Minimum execution time: 41_280 nanoseconds. + Weight::from_ref_time(42_385_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -68,17 +73,17 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: Treasury Approvals (r:1 w:1) /// The range of component `p` is `[0, 99]`. fn approve_proposal(p: u32, ) -> Weight { - // Minimum execution time: 9_911 nanoseconds. - Weight::from_ref_time(13_292_079) - // Standard Error: 1_097 - .saturating_add(Weight::from_ref_time(48_177).saturating_mul(p.into())) + // Minimum execution time: 9_317 nanoseconds. + Weight::from_ref_time(12_109_322) + // Standard Error: 1_389 + .saturating_add(Weight::from_ref_time(113_796).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Treasury Approvals (r:1 w:1) fn remove_approval() -> Weight { - // Minimum execution time: 8_168 nanoseconds. - Weight::from_ref_time(8_438_000) + // Minimum execution time: 8_057 nanoseconds. + Weight::from_ref_time(8_274_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,10 +95,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: System Account (r:4 w:4) /// The range of component `p` is `[0, 100]`. fn on_initialize_proposals(p: u32, ) -> Weight { - // Minimum execution time: 43_354 nanoseconds. - Weight::from_ref_time(50_276_270) - // Standard Error: 17_656 - .saturating_add(Weight::from_ref_time(24_817_762).saturating_mul(p.into())) + // Minimum execution time: 45_592 nanoseconds. + Weight::from_ref_time(53_260_465) + // Standard Error: 13_409 + .saturating_add(Weight::from_ref_time(30_040_122).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(4)) diff --git a/runtime/polkadot/src/weights/pallet_utility.rs b/runtime/polkadot/src/weights/pallet_utility.rs index c1f00a8abf95..0a40171db40a 100644 --- a/runtime/polkadot/src/weights/pallet_utility.rs +++ b/runtime/polkadot/src/weights/pallet_utility.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -46,31 +46,31 @@ pub struct WeightInfo(PhantomData); impl pallet_utility::WeightInfo for WeightInfo { /// The range of component `c` is `[0, 1000]`. fn batch(c: u32, ) -> Weight { - // Minimum execution time: 11_525 nanoseconds. - Weight::from_ref_time(22_228_990) - // Standard Error: 1_897 - .saturating_add(Weight::from_ref_time(3_378_764).saturating_mul(c.into())) + // Minimum execution time: 12_647 nanoseconds. + Weight::from_ref_time(15_779_545) + // Standard Error: 1_623 + .saturating_add(Weight::from_ref_time(4_464_644).saturating_mul(c.into())) } fn as_derivative() -> Weight { - // Minimum execution time: 6_099 nanoseconds. - Weight::from_ref_time(6_267_000) + // Minimum execution time: 6_774 nanoseconds. + Weight::from_ref_time(7_114_000) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { - // Minimum execution time: 11_597 nanoseconds. - Weight::from_ref_time(20_848_570) - // Standard Error: 1_907 - .saturating_add(Weight::from_ref_time(3_527_590).saturating_mul(c.into())) + // Minimum execution time: 12_829 nanoseconds. + Weight::from_ref_time(17_142_043) + // Standard Error: 3_525 + .saturating_add(Weight::from_ref_time(4_630_725).saturating_mul(c.into())) } fn dispatch_as() -> Weight { - // Minimum execution time: 13_596 nanoseconds. - Weight::from_ref_time(13_849_000) + // Minimum execution time: 14_663 nanoseconds. + Weight::from_ref_time(15_280_000) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { - // Minimum execution time: 11_920 nanoseconds. - Weight::from_ref_time(18_385_111) - // Standard Error: 1_741 - .saturating_add(Weight::from_ref_time(3_368_132).saturating_mul(c.into())) + // Minimum execution time: 12_528 nanoseconds. + Weight::from_ref_time(15_279_249) + // Standard Error: 3_312 + .saturating_add(Weight::from_ref_time(4_447_417).saturating_mul(c.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_vesting.rs b/runtime/polkadot/src/weights/pallet_vesting.rs index 96952c1154d2..1a80ba1f3d10 100644 --- a/runtime/polkadot/src/weights/pallet_vesting.rs +++ b/runtime/polkadot/src/weights/pallet_vesting.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_vesting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -49,12 +49,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_978 nanoseconds. - Weight::from_ref_time(38_658_412) - // Standard Error: 1_120 - .saturating_add(Weight::from_ref_time(39_063).saturating_mul(l.into())) - // Standard Error: 1_993 - .saturating_add(Weight::from_ref_time(57_218).saturating_mul(s.into())) + // Minimum execution time: 39_272 nanoseconds. + Weight::from_ref_time(38_459_796) + // Standard Error: 2_273 + .saturating_add(Weight::from_ref_time(57_704).saturating_mul(l.into())) + // Standard Error: 4_045 + .saturating_add(Weight::from_ref_time(106_653).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -63,12 +63,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_183 nanoseconds. - Weight::from_ref_time(38_258_032) - // Standard Error: 1_096 - .saturating_add(Weight::from_ref_time(36_400).saturating_mul(l.into())) - // Standard Error: 1_950 - .saturating_add(Weight::from_ref_time(40_526).saturating_mul(s.into())) + // Minimum execution time: 38_971 nanoseconds. + Weight::from_ref_time(39_291_813) + // Standard Error: 2_135 + .saturating_add(Weight::from_ref_time(36_477).saturating_mul(l.into())) + // Standard Error: 3_799 + .saturating_add(Weight::from_ref_time(80_706).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,12 +78,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_other_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_643 nanoseconds. - Weight::from_ref_time(38_099_800) - // Standard Error: 1_127 - .saturating_add(Weight::from_ref_time(40_061).saturating_mul(l.into())) - // Standard Error: 2_005 - .saturating_add(Weight::from_ref_time(63_526).saturating_mul(s.into())) + // Minimum execution time: 38_641 nanoseconds. + Weight::from_ref_time(38_034_009) + // Standard Error: 2_144 + .saturating_add(Weight::from_ref_time(53_222).saturating_mul(l.into())) + // Standard Error: 3_815 + .saturating_add(Weight::from_ref_time(114_553).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -93,12 +93,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_other_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_202 nanoseconds. - Weight::from_ref_time(38_022_458) - // Standard Error: 1_790 - .saturating_add(Weight::from_ref_time(30_523).saturating_mul(l.into())) - // Standard Error: 3_184 - .saturating_add(Weight::from_ref_time(48_811).saturating_mul(s.into())) + // Minimum execution time: 38_528 nanoseconds. + Weight::from_ref_time(38_543_990) + // Standard Error: 2_306 + .saturating_add(Weight::from_ref_time(43_719).saturating_mul(l.into())) + // Standard Error: 4_103 + .saturating_add(Weight::from_ref_time(86_087).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -108,12 +108,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. fn vested_transfer(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 52_692 nanoseconds. - Weight::from_ref_time(53_389_990) - // Standard Error: 1_810 - .saturating_add(Weight::from_ref_time(33_831).saturating_mul(l.into())) - // Standard Error: 3_220 - .saturating_add(Weight::from_ref_time(32_509).saturating_mul(s.into())) + // Minimum execution time: 54_828 nanoseconds. + Weight::from_ref_time(55_909_556) + // Standard Error: 2_967 + .saturating_add(Weight::from_ref_time(44_736).saturating_mul(l.into())) + // Standard Error: 5_279 + .saturating_add(Weight::from_ref_time(95_215).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -123,12 +123,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. fn force_vested_transfer(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 52_265 nanoseconds. - Weight::from_ref_time(52_517_809) - // Standard Error: 1_739 - .saturating_add(Weight::from_ref_time(40_227).saturating_mul(l.into())) - // Standard Error: 3_094 - .saturating_add(Weight::from_ref_time(25_053).saturating_mul(s.into())) + // Minimum execution time: 54_603 nanoseconds. + Weight::from_ref_time(54_374_173) + // Standard Error: 3_170 + .saturating_add(Weight::from_ref_time(57_068).saturating_mul(l.into())) + // Standard Error: 5_640 + .saturating_add(Weight::from_ref_time(102_208).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -138,12 +138,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 39_790 nanoseconds. - Weight::from_ref_time(39_549_660) - // Standard Error: 1_360 - .saturating_add(Weight::from_ref_time(42_384).saturating_mul(l.into())) - // Standard Error: 2_512 - .saturating_add(Weight::from_ref_time(51_228).saturating_mul(s.into())) + // Minimum execution time: 40_710 nanoseconds. + Weight::from_ref_time(39_868_026) + // Standard Error: 2_210 + .saturating_add(Weight::from_ref_time(56_190).saturating_mul(l.into())) + // Standard Error: 4_081 + .saturating_add(Weight::from_ref_time(103_611).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -153,12 +153,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 39_542 nanoseconds. - Weight::from_ref_time(39_388_575) - // Standard Error: 1_132 - .saturating_add(Weight::from_ref_time(40_164).saturating_mul(l.into())) - // Standard Error: 2_091 - .saturating_add(Weight::from_ref_time(54_814).saturating_mul(s.into())) + // Minimum execution time: 40_268 nanoseconds. + Weight::from_ref_time(40_379_672) + // Standard Error: 2_251 + .saturating_add(Weight::from_ref_time(44_719).saturating_mul(l.into())) + // Standard Error: 4_158 + .saturating_add(Weight::from_ref_time(102_350).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/polkadot/src/weights/pallet_xcm.rs b/runtime/polkadot/src/weights/pallet_xcm.rs index a1707b9a5352..1f854f0b8270 100644 --- a/runtime/polkadot/src/weights/pallet_xcm.rs +++ b/runtime/polkadot/src/weights/pallet_xcm.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-19, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -51,18 +51,18 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn send() -> Weight { - // Minimum execution time: 36_836 nanoseconds. - Weight::from_ref_time(37_875_000) + // Minimum execution time: 37_058 nanoseconds. + Weight::from_ref_time(37_882_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } fn teleport_assets() -> Weight { - // Minimum execution time: 30_705 nanoseconds. - Weight::from_ref_time(31_552_000) + // Minimum execution time: 30_456 nanoseconds. + Weight::from_ref_time(31_269_000) } fn reserve_transfer_assets() -> Weight { // Minimum execution time: 29_372 nanoseconds. - Weight::from_ref_time(29_662_000) + Weight::from_ref_time(29_811_000) } // Storage: Benchmark Override (r:0 w:0) fn execute() -> Weight { @@ -71,14 +71,14 @@ impl pallet_xcm::WeightInfo for WeightInfo { } // Storage: XcmPallet SupportedVersion (r:0 w:1) fn force_xcm_version() -> Weight { - // Minimum execution time: 15_536 nanoseconds. - Weight::from_ref_time(15_916_000) + // Minimum execution time: 15_127 nanoseconds. + Weight::from_ref_time(16_029_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet SafeXcmVersion (r:0 w:1) fn force_default_xcm_version() -> Weight { - // Minimum execution time: 4_121 nanoseconds. - Weight::from_ref_time(4_398_000) + // Minimum execution time: 4_030 nanoseconds. + Weight::from_ref_time(4_316_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -91,8 +91,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_subscribe_version_notify() -> Weight { - // Minimum execution time: 42_352 nanoseconds. - Weight::from_ref_time(43_174_000) + // Minimum execution time: 41_209 nanoseconds. + Weight::from_ref_time(42_069_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -105,29 +105,29 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_unsubscribe_version_notify() -> Weight { - // Minimum execution time: 45_231 nanoseconds. - Weight::from_ref_time(48_467_000) + // Minimum execution time: 44_646 nanoseconds. + Weight::from_ref_time(45_511_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: XcmPallet SupportedVersion (r:4 w:2) fn migrate_supported_version() -> Weight { - // Minimum execution time: 15_806 nanoseconds. - Weight::from_ref_time(16_263_000) + // Minimum execution time: 15_635 nanoseconds. + Weight::from_ref_time(16_157_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifiers (r:4 w:2) fn migrate_version_notifiers() -> Weight { - // Minimum execution time: 15_617 nanoseconds. - Weight::from_ref_time(16_077_000) + // Minimum execution time: 15_636 nanoseconds. + Weight::from_ref_time(16_193_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifyTargets (r:5 w:0) fn already_notified_target() -> Weight { - // Minimum execution time: 18_741 nanoseconds. - Weight::from_ref_time(19_269_000) + // Minimum execution time: 18_920 nanoseconds. + Weight::from_ref_time(19_695_000) .saturating_add(T::DbWeight::get().reads(5)) } // Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -138,21 +138,21 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn notify_current_targets() -> Weight { - // Minimum execution time: 38_065 nanoseconds. - Weight::from_ref_time(38_753_000) + // Minimum execution time: 37_344 nanoseconds. + Weight::from_ref_time(37_857_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: XcmPallet VersionNotifyTargets (r:3 w:0) fn notify_target_migration_fail() -> Weight { - // Minimum execution time: 8_239 nanoseconds. - Weight::from_ref_time(8_461_000) + // Minimum execution time: 8_253 nanoseconds. + Weight::from_ref_time(8_637_000) .saturating_add(T::DbWeight::get().reads(3)) } // Storage: XcmPallet VersionNotifyTargets (r:4 w:2) fn migrate_version_notify_targets() -> Weight { - // Minimum execution time: 15_998 nanoseconds. - Weight::from_ref_time(16_410_000) + // Minimum execution time: 16_179 nanoseconds. + Weight::from_ref_time(16_694_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -164,8 +164,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn migrate_and_notify_old_targets() -> Weight { - // Minimum execution time: 44_143 nanoseconds. - Weight::from_ref_time(45_818_000) + // Minimum execution time: 44_361 nanoseconds. + Weight::from_ref_time(46_004_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/polkadot/src/weights/runtime_common_auctions.rs b/runtime/polkadot/src/weights/runtime_common_auctions.rs index ed30c8fbda8a..d2a3200746bc 100644 --- a/runtime/polkadot/src/weights/runtime_common_auctions.rs +++ b/runtime/polkadot/src/weights/runtime_common_auctions.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::auctions` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -47,8 +47,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions AuctionInfo (r:1 w:1) // Storage: Auctions AuctionCounter (r:1 w:1) fn new_auction() -> Weight { - // Minimum execution time: 17_645 nanoseconds. - Weight::from_ref_time(18_101_000) + // Minimum execution time: 18_679 nanoseconds. + Weight::from_ref_time(19_183_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -60,8 +60,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions ReservedAmounts (r:2 w:2) // Storage: System Account (r:1 w:1) fn bid() -> Weight { - // Minimum execution time: 72_865 nanoseconds. - Weight::from_ref_time(74_588_000) + // Minimum execution time: 96_454 nanoseconds. + Weight::from_ref_time(102_945_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Paras ActionsQueue (r:1 w:1) // Storage: Registrar Paras (r:1 w:1) fn on_initialize() -> Weight { - // Minimum execution time: 15_996_827 nanoseconds. - Weight::from_ref_time(16_211_051_000) + // Minimum execution time: 19_268_518 nanoseconds. + Weight::from_ref_time(19_583_975_000) .saturating_add(T::DbWeight::get().reads(3688)) .saturating_add(T::DbWeight::get().writes(3683)) } @@ -88,8 +88,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions Winning (r:0 w:3600) // Storage: Auctions AuctionInfo (r:0 w:1) fn cancel_auction() -> Weight { - // Minimum execution time: 4_668_326 nanoseconds. - Weight::from_ref_time(4_736_727_000) + // Minimum execution time: 5_888_276 nanoseconds. + Weight::from_ref_time(6_081_721_000) .saturating_add(T::DbWeight::get().reads(73)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/polkadot/src/weights/runtime_common_claims.rs b/runtime/polkadot/src/weights/runtime_common_claims.rs index b97a51aced55..342c570097be 100644 --- a/runtime/polkadot/src/weights/runtime_common_claims.rs +++ b/runtime/polkadot/src/weights/runtime_common_claims.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::claims` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -52,8 +52,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: System Account (r:1 w:0) // Storage: Balances Locks (r:1 w:1) fn claim() -> Weight { - // Minimum execution time: 144_157 nanoseconds. - Weight::from_ref_time(146_527_000) + // Minimum execution time: 200_550 nanoseconds. + Weight::from_ref_time(224_367_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -62,8 +62,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: Claims Claims (r:0 w:1) // Storage: Claims Signing (r:0 w:1) fn mint_claim() -> Weight { - // Minimum execution time: 11_651 nanoseconds. - Weight::from_ref_time(12_365_000) + // Minimum execution time: 13_842 nanoseconds. + Weight::from_ref_time(18_329_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -75,8 +75,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: System Account (r:1 w:0) // Storage: Balances Locks (r:1 w:1) fn claim_attest() -> Weight { - // Minimum execution time: 145_770 nanoseconds. - Weight::from_ref_time(147_952_000) + // Minimum execution time: 209_327 nanoseconds. + Weight::from_ref_time(225_206_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -89,8 +89,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: System Account (r:1 w:0) // Storage: Balances Locks (r:1 w:1) fn attest() -> Weight { - // Minimum execution time: 68_122 nanoseconds. - Weight::from_ref_time(69_747_000) + // Minimum execution time: 104_418 nanoseconds. + Weight::from_ref_time(121_121_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -99,8 +99,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: Claims Signing (r:1 w:2) // Storage: Claims Preclaims (r:1 w:1) fn move_claim() -> Weight { - // Minimum execution time: 21_607 nanoseconds. - Weight::from_ref_time(22_200_000) + // Minimum execution time: 26_434 nanoseconds. + Weight::from_ref_time(30_817_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/polkadot/src/weights/runtime_common_crowdloan.rs b/runtime/polkadot/src/weights/runtime_common_crowdloan.rs index 3ea932043877..71f47df35214 100644 --- a/runtime/polkadot/src/weights/runtime_common_crowdloan.rs +++ b/runtime/polkadot/src/weights/runtime_common_crowdloan.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::crowdloan` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -49,8 +49,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Paras ParaLifecycles (r:1 w:0) // Storage: Crowdloan NextFundIndex (r:1 w:1) fn create() -> Weight { - // Minimum execution time: 47_510 nanoseconds. - Weight::from_ref_time(49_718_000) + // Minimum execution time: 62_327 nanoseconds. + Weight::from_ref_time(68_425_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -63,8 +63,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Crowdloan NewRaise (r:1 w:1) // Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1) fn contribute() -> Weight { - // Minimum execution time: 119_065 nanoseconds. - Weight::from_ref_time(120_198_000) + // Minimum execution time: 148_611 nanoseconds. + Weight::from_ref_time(160_406_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -73,18 +73,18 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Balances InactiveIssuance (r:1 w:1) // Storage: unknown [0xc85982571aa615c788ef9b2c16f54f25773fd439e8ee1ed2aa3ae43d48e880f0] (r:1 w:1) fn withdraw() -> Weight { - // Minimum execution time: 61_313 nanoseconds. - Weight::from_ref_time(62_564_000) + // Minimum execution time: 78_867 nanoseconds. + Weight::from_ref_time(86_870_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `k` is `[0, 1000]`. fn refund(k: u32, ) -> Weight { - // Minimum execution time: 50_174 nanoseconds. - Weight::from_ref_time(64_924_000) - // Standard Error: 12_549 - .saturating_add(Weight::from_ref_time(19_083_739).saturating_mul(k.into())) + // Minimum execution time: 74_189 nanoseconds. + Weight::from_ref_time(82_889_000) + // Standard Error: 17_765 + .saturating_add(Weight::from_ref_time(22_772_444).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -93,31 +93,31 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Crowdloan Funds (r:1 w:1) // Storage: System Account (r:1 w:1) fn dissolve() -> Weight { - // Minimum execution time: 38_029 nanoseconds. - Weight::from_ref_time(39_036_000) + // Minimum execution time: 47_062 nanoseconds. + Weight::from_ref_time(50_741_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Crowdloan Funds (r:1 w:1) fn edit() -> Weight { - // Minimum execution time: 24_959 nanoseconds. - Weight::from_ref_time(26_139_000) + // Minimum execution time: 40_013 nanoseconds. + Weight::from_ref_time(45_041_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Crowdloan Funds (r:1 w:0) // Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1) fn add_memo() -> Weight { - // Minimum execution time: 35_006 nanoseconds. - Weight::from_ref_time(36_101_000) + // Minimum execution time: 47_988 nanoseconds. + Weight::from_ref_time(60_779_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Crowdloan Funds (r:1 w:0) // Storage: Crowdloan NewRaise (r:1 w:1) fn poke() -> Weight { - // Minimum execution time: 26_641 nanoseconds. - Weight::from_ref_time(27_367_000) + // Minimum execution time: 37_454 nanoseconds. + Weight::from_ref_time(40_310_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -133,10 +133,10 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: System Account (r:2 w:2) /// The range of component `n` is `[2, 100]`. fn on_initialize(n: u32, ) -> Weight { - // Minimum execution time: 105_675 nanoseconds. - Weight::from_ref_time(14_009_365) - // Standard Error: 28_305 - .saturating_add(Weight::from_ref_time(40_792_529).saturating_mul(n.into())) + // Minimum execution time: 134_710 nanoseconds. + Weight::from_ref_time(31_811_570) + // Standard Error: 48_045 + .saturating_add(Weight::from_ref_time(49_411_877).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs b/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs index c4808b2a2b4e..9a1a51364e53 100644 --- a/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::paras_registrar` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -48,8 +48,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Registrar Paras (r:1 w:1) // Storage: Paras ParaLifecycles (r:1 w:0) fn reserve() -> Weight { - // Minimum execution time: 32_257 nanoseconds. - Weight::from_ref_time(33_023_000) + // Minimum execution time: 32_797 nanoseconds. + Weight::from_ref_time(33_662_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -64,8 +64,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras CurrentCodeHash (r:0 w:1) // Storage: Paras UpcomingParasGenesis (r:0 w:1) fn register() -> Weight { - // Minimum execution time: 7_438_125 nanoseconds. - Weight::from_ref_time(7_599_520_000) + // Minimum execution time: 7_764_223 nanoseconds. + Weight::from_ref_time(7_898_773_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -80,8 +80,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras CurrentCodeHash (r:0 w:1) // Storage: Paras UpcomingParasGenesis (r:0 w:1) fn force_register() -> Weight { - // Minimum execution time: 7_353_627 nanoseconds. - Weight::from_ref_time(7_436_949_000) + // Minimum execution time: 7_911_612 nanoseconds. + Weight::from_ref_time(8_030_819_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -92,8 +92,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras ActionsQueue (r:1 w:1) // Storage: Registrar PendingSwap (r:0 w:1) fn deregister() -> Weight { - // Minimum execution time: 49_990 nanoseconds. - Weight::from_ref_time(51_027_000) + // Minimum execution time: 59_628 nanoseconds. + Weight::from_ref_time(69_939_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -105,8 +105,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Crowdloan Funds (r:2 w:2) // Storage: Slots Leases (r:2 w:2) fn swap() -> Weight { - // Minimum execution time: 44_716 nanoseconds. - Weight::from_ref_time(45_958_000) + // Minimum execution time: 58_550 nanoseconds. + Weight::from_ref_time(63_846_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -123,20 +123,20 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras FutureCodeUpgrades (r:0 w:1) /// The range of component `b` is `[1, 3145728]`. fn schedule_code_upgrade(b: u32, ) -> Weight { - // Minimum execution time: 42_160 nanoseconds. - Weight::from_ref_time(42_465_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_315).saturating_mul(b.into())) + // Minimum execution time: 44_505 nanoseconds. + Weight::from_ref_time(44_769_000) + // Standard Error: 3 + .saturating_add(Weight::from_ref_time(2_762).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } // Storage: Paras Heads (r:0 w:1) /// The range of component `b` is `[1, 1048576]`. fn set_current_head(b: u32, ) -> Weight { - // Minimum execution time: 13_888 nanoseconds. - Weight::from_ref_time(14_157_000) + // Minimum execution time: 14_284 nanoseconds. + Weight::from_ref_time(7_898_872) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(909).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(1_077).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/runtime_common_slots.rs b/runtime/polkadot/src/weights/runtime_common_slots.rs index 85fc0685613a..24e02f4a8ab6 100644 --- a/runtime/polkadot/src/weights/runtime_common_slots.rs +++ b/runtime/polkadot/src/weights/runtime_common_slots.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::slots` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -47,8 +47,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 32_719 nanoseconds. - Weight::from_ref_time(33_396_000) + // Minimum execution time: 32_700 nanoseconds. + Weight::from_ref_time(33_801_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -61,12 +61,12 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 551_483 nanoseconds. - Weight::from_ref_time(554_176_000) - // Standard Error: 68_784 - .saturating_add(Weight::from_ref_time(2_287_835).saturating_mul(c.into())) - // Standard Error: 68_784 - .saturating_add(Weight::from_ref_time(12_408_505).saturating_mul(t.into())) + // Minimum execution time: 659_808 nanoseconds. + Weight::from_ref_time(671_012_000) + // Standard Error: 82_755 + .saturating_add(Weight::from_ref_time(2_646_168).saturating_mul(c.into())) + // Standard Error: 82_755 + .saturating_add(Weight::from_ref_time(15_678_984).saturating_mul(t.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().reads((3_u64).saturating_mul(t.into()))) @@ -77,8 +77,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 94_667 nanoseconds. - Weight::from_ref_time(96_293_000) + // Minimum execution time: 118_215 nanoseconds. + Weight::from_ref_time(128_892_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -88,8 +88,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 29_200 nanoseconds. - Weight::from_ref_time(30_004_000) + // Minimum execution time: 35_512 nanoseconds. + Weight::from_ref_time(39_008_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_configuration.rs b/runtime/polkadot/src/weights/runtime_parachains_configuration.rs index 87a985ab9713..7b06a87c5a38 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_configuration.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_configuration.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::configuration` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -49,8 +49,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_block_number() -> Weight { - // Minimum execution time: 11_432 nanoseconds. - Weight::from_ref_time(11_854_000) + // Minimum execution time: 12_057 nanoseconds. + Weight::from_ref_time(12_467_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -59,8 +59,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_u32() -> Weight { - // Minimum execution time: 11_049 nanoseconds. - Weight::from_ref_time(11_452_000) + // Minimum execution time: 12_176 nanoseconds. + Weight::from_ref_time(12_483_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,8 +69,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_option_u32() -> Weight { - // Minimum execution time: 11_580 nanoseconds. - Weight::from_ref_time(12_028_000) + // Minimum execution time: 12_102 nanoseconds. + Weight::from_ref_time(12_358_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -79,8 +79,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_weight() -> Weight { - // Minimum execution time: 11_452 nanoseconds. - Weight::from_ref_time(11_988_000) + // Minimum execution time: 12_112 nanoseconds. + Weight::from_ref_time(12_444_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -94,8 +94,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_balance() -> Weight { - // Minimum execution time: 11_543 nanoseconds. - Weight::from_ref_time(11_919_000) + // Minimum execution time: 11_942 nanoseconds. + Weight::from_ref_time(12_491_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_disputes.rs b/runtime/polkadot/src/weights/runtime_parachains_disputes.rs index 4a26f0053459..a2e70d9f65f2 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_disputes.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_disputes.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::disputes` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -46,8 +46,8 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::disputes::WeightInfo for WeightInfo { // Storage: ParasDisputes Frozen (r:0 w:1) fn force_unfreeze() -> Weight { - // Minimum execution time: 4_070 nanoseconds. - Weight::from_ref_time(4_205_000) + // Minimum execution time: 4_198 nanoseconds. + Weight::from_ref_time(4_471_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs b/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs index 8e99dfce2b9d..104baadcccef 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::hrmp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -51,11 +51,11 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpEgressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1) // Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) - // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) + // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_init_open_channel() -> Weight { - // Minimum execution time: 41_263 nanoseconds. - Weight::from_ref_time(42_634_000) + // Minimum execution time: 43_278 nanoseconds. + Weight::from_ref_time(44_345_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -64,11 +64,11 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Paras ParaLifecycles (r:1 w:0) // Storage: Hrmp HrmpIngressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpAcceptedChannelRequestCount (r:1 w:1) - // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) + // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_accept_open_channel() -> Weight { - // Minimum execution time: 40_816 nanoseconds. - Weight::from_ref_time(41_238_000) + // Minimum execution time: 42_598 nanoseconds. + Weight::from_ref_time(43_414_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -76,11 +76,11 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpCloseChannelRequests (r:1 w:1) // Storage: Hrmp HrmpCloseChannelRequestsList (r:1 w:1) // Storage: Configuration ActiveConfig (r:1 w:0) - // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) + // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_close_channel() -> Weight { - // Minimum execution time: 37_415 nanoseconds. - Weight::from_ref_time(38_397_000) + // Minimum execution time: 38_720 nanoseconds. + Weight::from_ref_time(39_534_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -93,12 +93,12 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf /// The range of component `i` is `[0, 127]`. /// The range of component `e` is `[0, 127]`. fn force_clean_hrmp(i: u32, e: u32, ) -> Weight { - // Minimum execution time: 908_294 nanoseconds. - Weight::from_ref_time(915_347_000) - // Standard Error: 84_031 - .saturating_add(Weight::from_ref_time(2_773_735).saturating_mul(i.into())) - // Standard Error: 84_031 - .saturating_add(Weight::from_ref_time(2_865_363).saturating_mul(e.into())) + // Minimum execution time: 1_038_557 nanoseconds. + Weight::from_ref_time(1_052_333_000) + // Standard Error: 96_414 + .saturating_add(Weight::from_ref_time(3_228_714).saturating_mul(i.into())) + // Standard Error: 96_414 + .saturating_add(Weight::from_ref_time(3_264_256).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) @@ -117,10 +117,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpChannels (r:0 w:2) /// The range of component `c` is `[0, 128]`. fn force_process_hrmp_open(c: u32, ) -> Weight { - // Minimum execution time: 9_400 nanoseconds. - Weight::from_ref_time(2_253_591) - // Standard Error: 14_651 - .saturating_add(Weight::from_ref_time(16_032_631).saturating_mul(c.into())) + // Minimum execution time: 9_936 nanoseconds. + Weight::from_ref_time(10_543_126) + // Standard Error: 16_207 + .saturating_add(Weight::from_ref_time(18_523_575).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -134,10 +134,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpChannelContents (r:0 w:2) /// The range of component `c` is `[0, 128]`. fn force_process_hrmp_close(c: u32, ) -> Weight { - // Minimum execution time: 6_411 nanoseconds. - Weight::from_ref_time(1_103_485) - // Standard Error: 10_983 - .saturating_add(Weight::from_ref_time(9_984_687).saturating_mul(c.into())) + // Minimum execution time: 6_807 nanoseconds. + Weight::from_ref_time(2_928_678) + // Standard Error: 13_610 + .saturating_add(Weight::from_ref_time(11_428_924).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -148,10 +148,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1) /// The range of component `c` is `[0, 128]`. fn hrmp_cancel_open_request(c: u32, ) -> Weight { - // Minimum execution time: 26_287 nanoseconds. - Weight::from_ref_time(32_004_549) - // Standard Error: 1_336 - .saturating_add(Weight::from_ref_time(90_823).saturating_mul(c.into())) + // Minimum execution time: 25_994 nanoseconds. + Weight::from_ref_time(35_768_473) + // Standard Error: 3_041 + .saturating_add(Weight::from_ref_time(195_812).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -159,10 +159,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpOpenChannelRequests (r:2 w:2) /// The range of component `c` is `[0, 128]`. fn clean_open_channel_requests(c: u32, ) -> Weight { - // Minimum execution time: 4_798 nanoseconds. - Weight::from_ref_time(2_580_018) - // Standard Error: 3_885 - .saturating_add(Weight::from_ref_time(2_628_552).saturating_mul(c.into())) + // Minimum execution time: 4_914 nanoseconds. + Weight::from_ref_time(1_167_892) + // Standard Error: 4_929 + .saturating_add(Weight::from_ref_time(3_222_356).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -175,13 +175,13 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpEgressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1) // Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) - // Storage: Dmp DownwardMessageQueueHeads (r:2 w:2) // Storage: Dmp DownwardMessageQueues (r:2 w:2) + // Storage: Dmp DownwardMessageQueueHeads (r:2 w:2) // Storage: Hrmp HrmpIngressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpAcceptedChannelRequestCount (r:1 w:1) fn force_open_hrmp_channel() -> Weight { - // Minimum execution time: 53_559 nanoseconds. - Weight::from_ref_time(54_272_000) + // Minimum execution time: 55_575 nanoseconds. + Weight::from_ref_time(57_798_000) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_initializer.rs b/runtime/polkadot/src/weights/runtime_parachains_initializer.rs index 46dbdab235c9..6cd720c4ecdc 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_initializer.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_initializer.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::initializer` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -47,10 +47,10 @@ impl runtime_parachains::initializer::WeightInfo for We // Storage: System Digest (r:1 w:1) /// The range of component `d` is `[0, 65536]`. fn force_approve(d: u32, ) -> Weight { - // Minimum execution time: 7_737 nanoseconds. - Weight::from_ref_time(10_242_871) - // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_335).saturating_mul(d.into())) + // Minimum execution time: 8_344 nanoseconds. + Weight::from_ref_time(8_505_000) + // Standard Error: 20 + .saturating_add(Weight::from_ref_time(2_862).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_paras.rs b/runtime/polkadot/src/weights/runtime_parachains_paras.rs index 5e8066210507..026889ab4f01 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_paras.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_paras.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::paras` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -52,20 +52,20 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras CodeByHash (r:0 w:1) /// The range of component `c` is `[1, 3145728]`. fn force_set_current_code(c: u32, ) -> Weight { - // Minimum execution time: 35_327 nanoseconds. - Weight::from_ref_time(35_457_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_301).saturating_mul(c.into())) + // Minimum execution time: 38_255 nanoseconds. + Weight::from_ref_time(8_633_444) + // Standard Error: 5 + .saturating_add(Weight::from_ref_time(2_687).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Paras Heads (r:0 w:1) /// The range of component `s` is `[1, 1048576]`. fn force_set_current_head(s: u32, ) -> Weight { - // Minimum execution time: 13_203 nanoseconds. - Weight::from_ref_time(13_433_000) + // Minimum execution time: 13_877 nanoseconds. + Weight::from_ref_time(8_609_236) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(906).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(1_074).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Configuration ActiveConfig (r:1 w:0) @@ -81,10 +81,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras UpgradeRestrictionSignal (r:0 w:1) /// The range of component `c` is `[1, 3145728]`. fn force_schedule_code_upgrade(c: u32, ) -> Weight { - // Minimum execution time: 59_335 nanoseconds. - Weight::from_ref_time(60_115_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_324).saturating_mul(c.into())) + // Minimum execution time: 64_895 nanoseconds. + Weight::from_ref_time(41_462) + // Standard Error: 4 + .saturating_add(Weight::from_ref_time(2_717).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -93,18 +93,18 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) /// The range of component `s` is `[1, 1048576]`. fn force_note_new_head(s: u32, ) -> Weight { - // Minimum execution time: 19_244 nanoseconds. - Weight::from_ref_time(19_476_000) + // Minimum execution time: 19_265 nanoseconds. + Weight::from_ref_time(24_011_411) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(907).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(1_046).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras ActionsQueue (r:1 w:1) fn force_queue_action() -> Weight { - // Minimum execution time: 24_253 nanoseconds. - Weight::from_ref_time(24_940_000) + // Minimum execution time: 24_645 nanoseconds. + Weight::from_ref_time(25_285_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -112,18 +112,18 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras CodeByHash (r:1 w:1) /// The range of component `c` is `[1, 3145728]`. fn add_trusted_validation_code(c: u32, ) -> Weight { - // Minimum execution time: 8_910 nanoseconds. - Weight::from_ref_time(9_107_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_309).saturating_mul(c.into())) + // Minimum execution time: 8_999 nanoseconds. + Weight::from_ref_time(9_246_000) + // Standard Error: 2 + .saturating_add(Weight::from_ref_time(2_695).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Paras CodeByHashRefs (r:1 w:0) // Storage: Paras CodeByHash (r:0 w:1) fn poke_unused_validation_code() -> Weight { - // Minimum execution time: 7_002 nanoseconds. - Weight::from_ref_time(7_141_000) + // Minimum execution time: 7_282 nanoseconds. + Weight::from_ref_time(7_456_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -132,8 +132,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement() -> Weight { - // Minimum execution time: 93_546 nanoseconds. - Weight::from_ref_time(96_258_000) + // Minimum execution time: 126_528 nanoseconds. + Weight::from_ref_time(130_469_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -146,8 +146,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: System Digest (r:1 w:1) // Storage: Paras FutureCodeUpgrades (r:0 w:100) fn include_pvf_check_statement_finalize_upgrade_accept() -> Weight { - // Minimum execution time: 642_690 nanoseconds. - Weight::from_ref_time(653_726_000) + // Minimum execution time: 825_480 nanoseconds. + Weight::from_ref_time(848_037_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(104)) } @@ -155,16 +155,11 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared ActiveValidatorKeys (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) - // Storage: Paras PvfActiveVoteList (r:1 w:1) - // Storage: Paras CodeByHashRefs (r:1 w:1) - // Storage: Paras CodeByHash (r:0 w:1) - // Storage: Paras UpgradeGoAheadSignal (r:0 w:100) - // Storage: Paras FutureCodeHash (r:0 w:100) fn include_pvf_check_statement_finalize_upgrade_reject() -> Weight { - // Minimum execution time: 612_502 nanoseconds. - Weight::from_ref_time(620_510_000) - .saturating_add(T::DbWeight::get().reads(6)) - .saturating_add(T::DbWeight::get().writes(204)) + // Minimum execution time: 124_663 nanoseconds. + Weight::from_ref_time(132_702_000) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Configuration ActiveConfig (r:1 w:0) // Storage: ParasShared ActiveValidatorKeys (r:1 w:0) @@ -173,8 +168,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras PvfActiveVoteList (r:1 w:1) // Storage: Paras ActionsQueue (r:1 w:1) fn include_pvf_check_statement_finalize_onboarding_accept() -> Weight { - // Minimum execution time: 498_810 nanoseconds. - Weight::from_ref_time(502_763_000) + // Minimum execution time: 636_835 nanoseconds. + Weight::from_ref_time(664_792_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -182,16 +177,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared ActiveValidatorKeys (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) - // Storage: Paras PvfActiveVoteList (r:1 w:1) - // Storage: Paras CodeByHashRefs (r:1 w:1) - // Storage: Paras ParaLifecycles (r:0 w:100) - // Storage: Paras CodeByHash (r:0 w:1) - // Storage: Paras CurrentCodeHash (r:0 w:100) - // Storage: Paras UpcomingParasGenesis (r:0 w:100) fn include_pvf_check_statement_finalize_onboarding_reject() -> Weight { - // Minimum execution time: 690_026 nanoseconds. - Weight::from_ref_time(695_714_000) - .saturating_add(T::DbWeight::get().reads(6)) - .saturating_add(T::DbWeight::get().writes(304)) + // Minimum execution time: 123_738 nanoseconds. + Weight::from_ref_time(131_166_000) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs b/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs index f82e48235c69..453eb81c37c1 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::paras_inherent` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -77,10 +77,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) /// The range of component `v` is `[10, 200]`. fn enter_variable_disputes(v: u32, ) -> Weight { - // Minimum execution time: 765_748 nanoseconds. - Weight::from_ref_time(293_868_774) - // Standard Error: 19_800 - .saturating_add(Weight::from_ref_time(47_922_791).saturating_mul(v.into())) + // Minimum execution time: 1_019_570 nanoseconds. + Weight::from_ref_time(461_833_422) + // Standard Error: 15_019 + .saturating_add(Weight::from_ref_time(58_146_564).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(28)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -116,8 +116,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras Heads (r:0 w:1) // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) fn enter_bitfields() -> Weight { - // Minimum execution time: 334_917 nanoseconds. - Weight::from_ref_time(341_084_000) + // Minimum execution time: 477_748 nanoseconds. + Weight::from_ref_time(504_838_000) .saturating_add(T::DbWeight::get().reads(27)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -155,10 +155,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) /// The range of component `v` is `[101, 200]`. fn enter_backed_candidates_variable(v: u32, ) -> Weight { - // Minimum execution time: 5_625_962 nanoseconds. - Weight::from_ref_time(881_508_536) - // Standard Error: 45_980 - .saturating_add(Weight::from_ref_time(47_387_363).saturating_mul(v.into())) + // Minimum execution time: 6_792_700 nanoseconds. + Weight::from_ref_time(1_165_176_866) + // Standard Error: 21_821 + .saturating_add(Weight::from_ref_time(56_060_786).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(30)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -197,8 +197,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras Heads (r:0 w:1) // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) fn enter_backed_candidate_code_upgrade() -> Weight { - // Minimum execution time: 38_489_231 nanoseconds. - Weight::from_ref_time(38_739_572_000) + // Minimum execution time: 45_083_238 nanoseconds. + Weight::from_ref_time(47_662_139_000) .saturating_add(T::DbWeight::get().reads(32)) .saturating_add(T::DbWeight::get().writes(16)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_ump.rs b/runtime/polkadot/src/weights/runtime_parachains_ump.rs index cb1d85a918d0..d88b30f71837 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_ump.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_ump.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::ump` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -46,26 +46,26 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::ump::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 51200]`. fn process_upward_message(s: u32, ) -> Weight { - // Minimum execution time: 11_067 nanoseconds. - Weight::from_ref_time(2_891_873) - // Standard Error: 17 - .saturating_add(Weight::from_ref_time(2_340).saturating_mul(s.into())) + // Minimum execution time: 11_172 nanoseconds. + Weight::from_ref_time(2_752_019) + // Standard Error: 16 + .saturating_add(Weight::from_ref_time(2_339).saturating_mul(s.into())) } // Storage: Ump NeedsDispatch (r:1 w:1) // Storage: Ump NextDispatchRoundStartWith (r:1 w:1) // Storage: Ump RelayDispatchQueues (r:0 w:1) // Storage: Ump RelayDispatchQueueSize (r:0 w:1) fn clean_ump_after_outgoing() -> Weight { - // Minimum execution time: 9_353 nanoseconds. - Weight::from_ref_time(9_678_000) + // Minimum execution time: 9_515 nanoseconds. + Weight::from_ref_time(9_767_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Ump Overweight (r:1 w:1) // Storage: Ump CounterForOverweight (r:1 w:1) fn service_overweight() -> Weight { - // Minimum execution time: 29_670 nanoseconds. - Weight::from_ref_time(30_209_000) + // Minimum execution time: 29_741 nanoseconds. + Weight::from_ref_time(30_580_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/constants/src/weights/block_weights.rs b/runtime/rococo/constants/src/weights/block_weights.rs index 9f193dd8ca0f..8e5557964cff 100644 --- a/runtime/rococo/constants/src/weights/block_weights.rs +++ b/runtime/rococo/constants/src/weights/block_weights.rs @@ -14,8 +14,8 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-12 (Y/M/D) -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20 (Y/M/D) +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development` //! WARMUPS: `10`, REPEAT: `100` @@ -42,17 +42,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 451_266, 526_881 - /// Average: 462_911 - /// Median: 455_381 - /// Std-Dev: 14524.88 + /// Min, Max: 541_377, 617_993 + /// Average: 557_029 + /// Median: 553_883 + /// Std-Dev: 11061.36 /// /// Percentiles nanoseconds: - /// 99th: 511_784 - /// 95th: 487_738 - /// 75th: 468_138 + /// 99th: 594_174 + /// 95th: 574_397 + /// 75th: 559_694 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(462_911)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(557_029)); } #[cfg(test)] diff --git a/runtime/rococo/constants/src/weights/extrinsic_weights.rs b/runtime/rococo/constants/src/weights/extrinsic_weights.rs index 332052a83b59..0909bb80c3ac 100644 --- a/runtime/rococo/constants/src/weights/extrinsic_weights.rs +++ b/runtime/rococo/constants/src/weights/extrinsic_weights.rs @@ -14,8 +14,8 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-12 (Y/M/D) -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20 (Y/M/D) +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development` //! WARMUPS: `10`, REPEAT: `100` @@ -42,17 +42,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 87_483, 89_037 - /// Average: 87_942 - /// Median: 87_866 - /// Std-Dev: 309.87 + /// Min, Max: 102_711, 104_182 + /// Average: 103_216 + /// Median: 103_169 + /// Std-Dev: 246.21 /// /// Percentiles nanoseconds: - /// 99th: 88_958 - /// 95th: 88_774 - /// 75th: 87_986 + /// 99th: 104_048 + /// 95th: 103_608 + /// 75th: 103_324 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(87_942)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(103_216)); } #[cfg(test)] diff --git a/runtime/rococo/src/weights/frame_benchmarking_baseline.rs b/runtime/rococo/src/weights/frame_benchmarking_baseline.rs index 42d4f4dfe9fb..dcf7fcd139ec 100644 --- a/runtime/rococo/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/rococo/src/weights/frame_benchmarking_baseline.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_benchmarking::baseline` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -46,54 +46,54 @@ pub struct WeightInfo(PhantomData); impl frame_benchmarking::baseline::WeightInfo for WeightInfo { /// The range of component `i` is `[0, 1000000]`. fn addition(_i: u32, ) -> Weight { - // Minimum execution time: 106 nanoseconds. - Weight::from_ref_time(129_895) + // Minimum execution time: 114 nanoseconds. + Weight::from_ref_time(139_433) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { - // Minimum execution time: 98 nanoseconds. - Weight::from_ref_time(124_048) + // Minimum execution time: 114 nanoseconds. + Weight::from_ref_time(140_238) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { - // Minimum execution time: 101 nanoseconds. - Weight::from_ref_time(125_515) + // Minimum execution time: 115 nanoseconds. + Weight::from_ref_time(143_801) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { - // Minimum execution time: 98 nanoseconds. - Weight::from_ref_time(129_039) + // Minimum execution time: 113 nanoseconds. + Weight::from_ref_time(150_311) } /// The range of component `i` is `[0, 100]`. fn hashing(i: u32, ) -> Weight { - // Minimum execution time: 20_256_129 nanoseconds. - Weight::from_ref_time(20_455_469_142) - // Standard Error: 107_821 - .saturating_add(Weight::from_ref_time(552_430).saturating_mul(i.into())) + // Minimum execution time: 24_164_826 nanoseconds. + Weight::from_ref_time(24_218_927_729) + // Standard Error: 53_893 + .saturating_add(Weight::from_ref_time(223_904).saturating_mul(i.into())) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { - // Minimum execution time: 128 nanoseconds. - Weight::from_ref_time(147_000) - // Standard Error: 18_388 - .saturating_add(Weight::from_ref_time(47_422_896).saturating_mul(i.into())) + // Minimum execution time: 160 nanoseconds. + Weight::from_ref_time(1_811_519) + // Standard Error: 5_809 + .saturating_add(Weight::from_ref_time(55_565_086).saturating_mul(i.into())) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn storage_read(i: u32, ) -> Weight { - // Minimum execution time: 110 nanoseconds. - Weight::from_ref_time(117_000) - // Standard Error: 4_031 - .saturating_add(Weight::from_ref_time(1_946_581).saturating_mul(i.into())) + // Minimum execution time: 118 nanoseconds. + Weight::from_ref_time(130_000) + // Standard Error: 16_510 + .saturating_add(Weight::from_ref_time(3_255_803).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn storage_write(i: u32, ) -> Weight { - // Minimum execution time: 130 nanoseconds. - Weight::from_ref_time(134_000) - // Standard Error: 902 - .saturating_add(Weight::from_ref_time(333_197).saturating_mul(i.into())) + // Minimum execution time: 124 nanoseconds. + Weight::from_ref_time(132_000) + // Standard Error: 1_698 + .saturating_add(Weight::from_ref_time(449_125).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } } diff --git a/runtime/rococo/src/weights/frame_system.rs b/runtime/rococo/src/weights/frame_system.rs index ffeec6abb02e..dce4cd46286a 100644 --- a/runtime/rococo/src/weights/frame_system.rs +++ b/runtime/rococo/src/weights/frame_system.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -46,51 +46,51 @@ pub struct WeightInfo(PhantomData); impl frame_system::WeightInfo for WeightInfo { /// The range of component `b` is `[0, 3932160]`. fn remark(b: u32, ) -> Weight { - // Minimum execution time: 3_771 nanoseconds. - Weight::from_ref_time(3_915_000) + // Minimum execution time: 4_569 nanoseconds. + Weight::from_ref_time(4_795_000) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(412).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(490).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { - // Minimum execution time: 12_101 nanoseconds. - Weight::from_ref_time(12_376_000) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_772).saturating_mul(b.into())) + // Minimum execution time: 13_486 nanoseconds. + Weight::from_ref_time(55_801_973) + // Standard Error: 4 + .saturating_add(Weight::from_ref_time(2_131).saturating_mul(b.into())) } // Storage: System Digest (r:1 w:1) // Storage: unknown [0x3a686561707061676573] (r:0 w:1) fn set_heap_pages() -> Weight { - // Minimum execution time: 8_271 nanoseconds. - Weight::from_ref_time(8_385_000) + // Minimum execution time: 8_571 nanoseconds. + Weight::from_ref_time(9_234_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn set_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_994 nanoseconds. - Weight::from_ref_time(4_027_000) - // Standard Error: 2_234 - .saturating_add(Weight::from_ref_time(620_728).saturating_mul(i.into())) + // Minimum execution time: 4_079 nanoseconds. + Weight::from_ref_time(4_153_000) + // Standard Error: 2_774 + .saturating_add(Weight::from_ref_time(743_286).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn kill_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_936 nanoseconds. - Weight::from_ref_time(4_057_000) - // Standard Error: 836 - .saturating_add(Weight::from_ref_time(445_279).saturating_mul(i.into())) + // Minimum execution time: 3_973 nanoseconds. + Weight::from_ref_time(4_150_000) + // Standard Error: 1_547 + .saturating_add(Weight::from_ref_time(575_802).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { - // Minimum execution time: 5_440 nanoseconds. - Weight::from_ref_time(5_583_000) - // Standard Error: 1_226 - .saturating_add(Weight::from_ref_time(973_568).saturating_mul(p.into())) + // Minimum execution time: 5_696 nanoseconds. + Weight::from_ref_time(5_887_000) + // Standard Error: 3_416 + .saturating_add(Weight::from_ref_time(1_331_124).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) } } diff --git a/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs b/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs index 319e7bd589cb..5f1c8095eac4 100644 --- a/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs +++ b/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -48,24 +48,24 @@ impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn transfer() -> Weight { - // Minimum execution time: 43_415 nanoseconds. - Weight::from_ref_time(44_821_000) + // Minimum execution time: 48_836 nanoseconds. + Weight::from_ref_time(50_484_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: NisCounterpartBalances Account (r:2 w:2) // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { - // Minimum execution time: 31_764 nanoseconds. - Weight::from_ref_time(32_495_000) + // Minimum execution time: 34_020 nanoseconds. + Weight::from_ref_time(35_466_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: NisCounterpartBalances Account (r:1 w:1) // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn set_balance_creating() -> Weight { - // Minimum execution time: 21_678 nanoseconds. - Weight::from_ref_time(22_274_000) + // Minimum execution time: 22_751 nanoseconds. + Weight::from_ref_time(24_987_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -73,8 +73,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn set_balance_killing() -> Weight { - // Minimum execution time: 29_206 nanoseconds. - Weight::from_ref_time(30_503_000) + // Minimum execution time: 31_116 nanoseconds. + Weight::from_ref_time(32_365_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -82,23 +82,23 @@ impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:2 w:2) // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn force_transfer() -> Weight { - // Minimum execution time: 42_420 nanoseconds. - Weight::from_ref_time(43_141_000) + // Minimum execution time: 46_843 nanoseconds. + Weight::from_ref_time(48_605_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: NisCounterpartBalances Account (r:2 w:2) // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { - // Minimum execution time: 40_181 nanoseconds. - Weight::from_ref_time(40_696_000) + // Minimum execution time: 44_129 nanoseconds. + Weight::from_ref_time(45_992_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: NisCounterpartBalances Account (r:1 w:1) fn force_unreserve() -> Weight { - // Minimum execution time: 20_052 nanoseconds. - Weight::from_ref_time(20_627_000) + // Minimum execution time: 20_343 nanoseconds. + Weight::from_ref_time(21_708_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_bounties.rs b/runtime/rococo/src/weights/pallet_bounties.rs index 20ca00473003..efb53f07c9a4 100644 --- a/runtime/rococo/src/weights/pallet_bounties.rs +++ b/runtime/rococo/src/weights/pallet_bounties.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_bounties` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -50,10 +50,10 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: Bounties Bounties (r:0 w:1) /// The range of component `d` is `[0, 16384]`. fn propose_bounty(d: u32, ) -> Weight { - // Minimum execution time: 29_438 nanoseconds. - Weight::from_ref_time(30_548_066) - // Standard Error: 5 - .saturating_add(Weight::from_ref_time(811).saturating_mul(d.into())) + // Minimum execution time: 30_017 nanoseconds. + Weight::from_ref_time(32_784_599) + // Standard Error: 12 + .saturating_add(Weight::from_ref_time(861).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -86,8 +86,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: Bounties BountyDescriptions (r:0 w:1) fn close_bounty_proposed() -> Weight { - // Minimum execution time: 44_649 nanoseconds. - Weight::from_ref_time(45_277_000) + // Minimum execution time: 48_783 nanoseconds. + Weight::from_ref_time(50_318_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -103,6 +103,6 @@ impl pallet_bounties::WeightInfo for WeightInfo { /// The range of component `b` is `[0, 100]`. fn spend_funds(_b: u32, ) -> Weight { // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(3_385_720) + Weight::from_ref_time(3_427_067) } } diff --git a/runtime/rococo/src/weights/pallet_child_bounties.rs b/runtime/rococo/src/weights/pallet_child_bounties.rs index 9b3ed66cb1cf..9193d64d046e 100644 --- a/runtime/rococo/src/weights/pallet_child_bounties.rs +++ b/runtime/rococo/src/weights/pallet_child_bounties.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_child_bounties` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: diff --git a/runtime/rococo/src/weights/pallet_collective_council.rs b/runtime/rococo/src/weights/pallet_collective_council.rs index 25375ef47e13..12a7b42fa8c1 100644 --- a/runtime/rococo/src/weights/pallet_collective_council.rs +++ b/runtime/rococo/src/weights/pallet_collective_council.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -55,12 +55,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 100]`. /// The range of component `p` is `[0, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { - // Minimum execution time: 17_041 nanoseconds. - Weight::from_ref_time(17_399_000) - // Standard Error: 45_756 - .saturating_add(Weight::from_ref_time(5_157_770).saturating_mul(m.into())) - // Standard Error: 45_756 - .saturating_add(Weight::from_ref_time(7_363_092).saturating_mul(p.into())) + // Minimum execution time: 17_523 nanoseconds. + Weight::from_ref_time(18_037_000) + // Standard Error: 45_688 + .saturating_add(Weight::from_ref_time(4_963_776).saturating_mul(m.into())) + // Standard Error: 45_688 + .saturating_add(Weight::from_ref_time(8_415_313).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -72,12 +72,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 20_147 nanoseconds. - Weight::from_ref_time(19_626_025) - // Standard Error: 20 - .saturating_add(Weight::from_ref_time(1_909).saturating_mul(b.into())) - // Standard Error: 215 - .saturating_add(Weight::from_ref_time(14_444).saturating_mul(m.into())) + // Minimum execution time: 20_648 nanoseconds. + Weight::from_ref_time(18_868_358) + // Standard Error: 371 + .saturating_add(Weight::from_ref_time(3_184).saturating_mul(b.into())) + // Standard Error: 3_828 + .saturating_add(Weight::from_ref_time(29_207).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: Council Members (r:1 w:0) @@ -87,12 +87,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 22_567 nanoseconds. - Weight::from_ref_time(21_798_103) - // Standard Error: 24 - .saturating_add(Weight::from_ref_time(1_736).saturating_mul(b.into())) - // Standard Error: 255 - .saturating_add(Weight::from_ref_time(22_316).saturating_mul(m.into())) + // Minimum execution time: 23_058 nanoseconds. + Weight::from_ref_time(21_999_008) + // Standard Error: 69 + .saturating_add(Weight::from_ref_time(2_560).saturating_mul(b.into())) + // Standard Error: 718 + .saturating_add(Weight::from_ref_time(23_371).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) } // Storage: Council Members (r:1 w:0) @@ -107,14 +107,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 27_763 nanoseconds. - Weight::from_ref_time(29_336_364) - // Standard Error: 68 - .saturating_add(Weight::from_ref_time(2_893).saturating_mul(b.into())) - // Standard Error: 710 - .saturating_add(Weight::from_ref_time(20_741).saturating_mul(m.into())) - // Standard Error: 701 - .saturating_add(Weight::from_ref_time(108_000).saturating_mul(p.into())) + // Minimum execution time: 28_691 nanoseconds. + Weight::from_ref_time(26_392_321) + // Standard Error: 129 + .saturating_add(Weight::from_ref_time(5_464).saturating_mul(b.into())) + // Standard Error: 1_353 + .saturating_add(Weight::from_ref_time(27_047).saturating_mul(m.into())) + // Standard Error: 1_336 + .saturating_add(Weight::from_ref_time(251_323).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -123,10 +123,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[5, 100]`. /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { - // Minimum execution time: 28_793 nanoseconds. - Weight::from_ref_time(30_301_179) - // Standard Error: 656 - .saturating_add(Weight::from_ref_time(36_550).saturating_mul(m.into())) + // Minimum execution time: 38_248 nanoseconds. + Weight::from_ref_time(42_022_547) + // Standard Error: 1_647 + .saturating_add(Weight::from_ref_time(68_469).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -139,12 +139,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 30_219 nanoseconds. - Weight::from_ref_time(32_929_628) - // Standard Error: 534 - .saturating_add(Weight::from_ref_time(19_257).saturating_mul(m.into())) - // Standard Error: 521 - .saturating_add(Weight::from_ref_time(90_818).saturating_mul(p.into())) + // Minimum execution time: 31_712 nanoseconds. + Weight::from_ref_time(30_585_169) + // Standard Error: 1_165 + .saturating_add(Weight::from_ref_time(53_092).saturating_mul(m.into())) + // Standard Error: 1_136 + .saturating_add(Weight::from_ref_time(243_737).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -159,14 +159,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 40_347 nanoseconds. - Weight::from_ref_time(41_721_525) - // Standard Error: 62 - .saturating_add(Weight::from_ref_time(2_142).saturating_mul(b.into())) - // Standard Error: 664 - .saturating_add(Weight::from_ref_time(16_024).saturating_mul(m.into())) - // Standard Error: 647 - .saturating_add(Weight::from_ref_time(109_853).saturating_mul(p.into())) + // Minimum execution time: 42_406 nanoseconds. + Weight::from_ref_time(34_411_224) + // Standard Error: 133 + .saturating_add(Weight::from_ref_time(6_931).saturating_mul(b.into())) + // Standard Error: 1_413 + .saturating_add(Weight::from_ref_time(57_766).saturating_mul(m.into())) + // Standard Error: 1_377 + .saturating_add(Weight::from_ref_time(348_685).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -180,12 +180,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 33_536 nanoseconds. - Weight::from_ref_time(35_227_171) - // Standard Error: 454 - .saturating_add(Weight::from_ref_time(22_527).saturating_mul(m.into())) - // Standard Error: 443 - .saturating_add(Weight::from_ref_time(89_705).saturating_mul(p.into())) + // Minimum execution time: 34_989 nanoseconds. + Weight::from_ref_time(32_334_475) + // Standard Error: 1_288 + .saturating_add(Weight::from_ref_time(65_428).saturating_mul(m.into())) + // Standard Error: 1_256 + .saturating_add(Weight::from_ref_time(250_259).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -201,14 +201,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 43_047 nanoseconds. - Weight::from_ref_time(44_071_047) - // Standard Error: 58 - .saturating_add(Weight::from_ref_time(2_060).saturating_mul(b.into())) - // Standard Error: 615 - .saturating_add(Weight::from_ref_time(13_619).saturating_mul(m.into())) - // Standard Error: 599 - .saturating_add(Weight::from_ref_time(113_407).saturating_mul(p.into())) + // Minimum execution time: 44_616 nanoseconds. + Weight::from_ref_time(39_226_753) + // Standard Error: 143 + .saturating_add(Weight::from_ref_time(5_958).saturating_mul(b.into())) + // Standard Error: 1_518 + .saturating_add(Weight::from_ref_time(46_056).saturating_mul(m.into())) + // Standard Error: 1_480 + .saturating_add(Weight::from_ref_time(350_609).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -218,10 +218,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { - // Minimum execution time: 19_144 nanoseconds. - Weight::from_ref_time(22_604_946) - // Standard Error: 749 - .saturating_add(Weight::from_ref_time(95_846).saturating_mul(p.into())) + // Minimum execution time: 19_928 nanoseconds. + Weight::from_ref_time(22_273_420) + // Standard Error: 1_083 + .saturating_add(Weight::from_ref_time(220_337).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/rococo/src/weights/pallet_collective_technical_committee.rs b/runtime/rococo/src/weights/pallet_collective_technical_committee.rs index bfaba993d65c..b76bdf51b052 100644 --- a/runtime/rococo/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/rococo/src/weights/pallet_collective_technical_committee.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -55,12 +55,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 100]`. /// The range of component `p` is `[0, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { - // Minimum execution time: 17_511 nanoseconds. - Weight::from_ref_time(17_808_000) - // Standard Error: 45_115 - .saturating_add(Weight::from_ref_time(5_141_969).saturating_mul(m.into())) - // Standard Error: 45_115 - .saturating_add(Weight::from_ref_time(7_396_068).saturating_mul(p.into())) + // Minimum execution time: 18_262 nanoseconds. + Weight::from_ref_time(18_616_000) + // Standard Error: 46_239 + .saturating_add(Weight::from_ref_time(5_013_614).saturating_mul(m.into())) + // Standard Error: 46_239 + .saturating_add(Weight::from_ref_time(8_519_930).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -72,12 +72,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 20_684 nanoseconds. - Weight::from_ref_time(19_992_425) - // Standard Error: 24 - .saturating_add(Weight::from_ref_time(1_758).saturating_mul(b.into())) - // Standard Error: 254 - .saturating_add(Weight::from_ref_time(14_385).saturating_mul(m.into())) + // Minimum execution time: 21_224 nanoseconds. + Weight::from_ref_time(19_432_931) + // Standard Error: 379 + .saturating_add(Weight::from_ref_time(3_070).saturating_mul(b.into())) + // Standard Error: 3_914 + .saturating_add(Weight::from_ref_time(26_603).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: TechnicalCommittee Members (r:1 w:0) @@ -87,12 +87,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 22_763 nanoseconds. - Weight::from_ref_time(21_861_815) - // Standard Error: 23 - .saturating_add(Weight::from_ref_time(1_820).saturating_mul(b.into())) - // Standard Error: 237 - .saturating_add(Weight::from_ref_time(21_649).saturating_mul(m.into())) + // Minimum execution time: 23_600 nanoseconds. + Weight::from_ref_time(22_908_627) + // Standard Error: 57 + .saturating_add(Weight::from_ref_time(2_332).saturating_mul(b.into())) + // Standard Error: 589 + .saturating_add(Weight::from_ref_time(17_408).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) } // Storage: TechnicalCommittee Members (r:1 w:0) @@ -107,14 +107,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 28_785 nanoseconds. - Weight::from_ref_time(29_848_634) - // Standard Error: 71 - .saturating_add(Weight::from_ref_time(3_454).saturating_mul(b.into())) - // Standard Error: 742 - .saturating_add(Weight::from_ref_time(20_500).saturating_mul(m.into())) - // Standard Error: 732 - .saturating_add(Weight::from_ref_time(114_352).saturating_mul(p.into())) + // Minimum execution time: 29_722 nanoseconds. + Weight::from_ref_time(25_002_360) + // Standard Error: 98 + .saturating_add(Weight::from_ref_time(6_473).saturating_mul(b.into())) + // Standard Error: 1_028 + .saturating_add(Weight::from_ref_time(28_595).saturating_mul(m.into())) + // Standard Error: 1_015 + .saturating_add(Weight::from_ref_time(270_180).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -123,10 +123,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[5, 100]`. /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { - // Minimum execution time: 29_481 nanoseconds. - Weight::from_ref_time(30_726_187) - // Standard Error: 469 - .saturating_add(Weight::from_ref_time(36_810).saturating_mul(m.into())) + // Minimum execution time: 36_466 nanoseconds. + Weight::from_ref_time(41_777_089) + // Standard Error: 1_092 + .saturating_add(Weight::from_ref_time(65_053).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -139,12 +139,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 31_967 nanoseconds. - Weight::from_ref_time(33_643_928) - // Standard Error: 441 - .saturating_add(Weight::from_ref_time(19_662).saturating_mul(m.into())) - // Standard Error: 430 - .saturating_add(Weight::from_ref_time(90_717).saturating_mul(p.into())) + // Minimum execution time: 32_894 nanoseconds. + Weight::from_ref_time(30_837_458) + // Standard Error: 950 + .saturating_add(Weight::from_ref_time(51_676).saturating_mul(m.into())) + // Standard Error: 927 + .saturating_add(Weight::from_ref_time(239_992).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -159,14 +159,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 41_255 nanoseconds. - Weight::from_ref_time(42_547_281) - // Standard Error: 61 - .saturating_add(Weight::from_ref_time(1_981).saturating_mul(b.into())) - // Standard Error: 648 - .saturating_add(Weight::from_ref_time(16_149).saturating_mul(m.into())) - // Standard Error: 631 - .saturating_add(Weight::from_ref_time(110_311).saturating_mul(p.into())) + // Minimum execution time: 42_891 nanoseconds. + Weight::from_ref_time(35_273_603) + // Standard Error: 113 + .saturating_add(Weight::from_ref_time(6_432).saturating_mul(b.into())) + // Standard Error: 1_198 + .saturating_add(Weight::from_ref_time(54_236).saturating_mul(m.into())) + // Standard Error: 1_168 + .saturating_add(Weight::from_ref_time(341_641).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -180,12 +180,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 34_754 nanoseconds. - Weight::from_ref_time(35_754_221) - // Standard Error: 460 - .saturating_add(Weight::from_ref_time(23_715).saturating_mul(m.into())) - // Standard Error: 448 - .saturating_add(Weight::from_ref_time(90_319).saturating_mul(p.into())) + // Minimum execution time: 35_343 nanoseconds. + Weight::from_ref_time(33_350_853) + // Standard Error: 1_027 + .saturating_add(Weight::from_ref_time(57_495).saturating_mul(m.into())) + // Standard Error: 1_001 + .saturating_add(Weight::from_ref_time(244_781).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -201,14 +201,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 43_911 nanoseconds. - Weight::from_ref_time(44_556_035) - // Standard Error: 55 - .saturating_add(Weight::from_ref_time(2_136).saturating_mul(b.into())) - // Standard Error: 591 - .saturating_add(Weight::from_ref_time(16_572).saturating_mul(m.into())) - // Standard Error: 576 - .saturating_add(Weight::from_ref_time(112_344).saturating_mul(p.into())) + // Minimum execution time: 44_865 nanoseconds. + Weight::from_ref_time(39_043_636) + // Standard Error: 116 + .saturating_add(Weight::from_ref_time(6_088).saturating_mul(b.into())) + // Standard Error: 1_228 + .saturating_add(Weight::from_ref_time(48_993).saturating_mul(m.into())) + // Standard Error: 1_197 + .saturating_add(Weight::from_ref_time(344_791).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -218,10 +218,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { - // Minimum execution time: 19_525 nanoseconds. - Weight::from_ref_time(22_958_623) - // Standard Error: 757 - .saturating_add(Weight::from_ref_time(97_562).saturating_mul(p.into())) + // Minimum execution time: 20_170 nanoseconds. + Weight::from_ref_time(22_021_051) + // Standard Error: 962 + .saturating_add(Weight::from_ref_time(222_966).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/rococo/src/weights/pallet_democracy.rs b/runtime/rococo/src/weights/pallet_democracy.rs index bfaa4a352deb..09c2f2e14d35 100644 --- a/runtime/rococo/src/weights/pallet_democracy.rs +++ b/runtime/rococo/src/weights/pallet_democracy.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_democracy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -49,15 +49,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy Blacklist (r:1 w:0) // Storage: Democracy DepositOf (r:0 w:1) fn propose() -> Weight { - // Minimum execution time: 44_240 nanoseconds. - Weight::from_ref_time(44_753_000) + // Minimum execution time: 54_845 nanoseconds. + Weight::from_ref_time(61_904_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy DepositOf (r:1 w:1) fn second() -> Weight { - // Minimum execution time: 40_142 nanoseconds. - Weight::from_ref_time(41_565_000) + // Minimum execution time: 46_655 nanoseconds. + Weight::from_ref_time(49_062_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,8 +65,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_new() -> Weight { - // Minimum execution time: 49_694 nanoseconds. - Weight::from_ref_time(51_077_000) + // Minimum execution time: 60_820 nanoseconds. + Weight::from_ref_time(64_902_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -74,16 +74,16 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_existing() -> Weight { - // Minimum execution time: 50_393 nanoseconds. - Weight::from_ref_time(51_452_000) + // Minimum execution time: 59_462 nanoseconds. + Weight::from_ref_time(62_214_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Cancellations (r:1 w:1) fn emergency_cancel() -> Weight { - // Minimum execution time: 21_750 nanoseconds. - Weight::from_ref_time(22_139_000) + // Minimum execution time: 22_614 nanoseconds. + Weight::from_ref_time(23_610_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -94,45 +94,45 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Blacklist (r:0 w:1) fn blacklist() -> Weight { - // Minimum execution time: 79_224 nanoseconds. - Weight::from_ref_time(80_306_000) + // Minimum execution time: 99_669 nanoseconds. + Weight::from_ref_time(109_548_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:0) fn external_propose() -> Weight { - // Minimum execution time: 17_190 nanoseconds. - Weight::from_ref_time(17_810_000) + // Minimum execution time: 17_530 nanoseconds. + Weight::from_ref_time(18_320_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_majority() -> Weight { - // Minimum execution time: 5_098 nanoseconds. - Weight::from_ref_time(5_361_000) + // Minimum execution time: 5_075 nanoseconds. + Weight::from_ref_time(5_463_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_default() -> Weight { - // Minimum execution time: 5_034 nanoseconds. - Weight::from_ref_time(5_313_000) + // Minimum execution time: 5_137 nanoseconds. + Weight::from_ref_time(5_364_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy ReferendumCount (r:1 w:1) // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn fast_track() -> Weight { - // Minimum execution time: 21_228 nanoseconds. - Weight::from_ref_time(21_649_000) + // Minimum execution time: 22_654 nanoseconds. + Weight::from_ref_time(23_381_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:1) fn veto_external() -> Weight { - // Minimum execution time: 26_850 nanoseconds. - Weight::from_ref_time(27_409_000) + // Minimum execution time: 28_995 nanoseconds. + Weight::from_ref_time(31_172_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -140,15 +140,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy DepositOf (r:1 w:1) // Storage: System Account (r:1 w:1) fn cancel_proposal() -> Weight { - // Minimum execution time: 66_728 nanoseconds. - Weight::from_ref_time(67_767_000) + // Minimum execution time: 89_903 nanoseconds. + Weight::from_ref_time(96_964_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn cancel_referendum() -> Weight { - // Minimum execution time: 13_027 nanoseconds. - Weight::from_ref_time(13_414_000) + // Minimum execution time: 14_863 nanoseconds. + Weight::from_ref_time(15_995_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy LowestUnbaked (r:1 w:1) @@ -156,10 +156,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:0) /// The range of component `r` is `[0, 99]`. fn on_initialize_base(r: u32, ) -> Weight { - // Minimum execution time: 6_244 nanoseconds. - Weight::from_ref_time(9_416_246) - // Standard Error: 4_551 - .saturating_add(Weight::from_ref_time(2_069_064).saturating_mul(r.into())) + // Minimum execution time: 6_827 nanoseconds. + Weight::from_ref_time(7_456_609) + // Standard Error: 5_920 + .saturating_add(Weight::from_ref_time(2_582_553).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)) @@ -172,10 +172,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:0) /// The range of component `r` is `[0, 99]`. fn on_initialize_base_with_launch_period(r: u32, ) -> Weight { - // Minimum execution time: 8_659 nanoseconds. - Weight::from_ref_time(11_628_968) - // Standard Error: 4_928 - .saturating_add(Weight::from_ref_time(2_068_391).saturating_mul(r.into())) + // Minimum execution time: 9_204 nanoseconds. + Weight::from_ref_time(10_261_288) + // Standard Error: 6_626 + .saturating_add(Weight::from_ref_time(2_578_594).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)) @@ -185,10 +185,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:2) /// The range of component `r` is `[0, 99]`. fn delegate(r: u32, ) -> Weight { - // Minimum execution time: 41_958 nanoseconds. - Weight::from_ref_time(49_429_011) - // Standard Error: 6_438 - .saturating_add(Weight::from_ref_time(3_062_541).saturating_mul(r.into())) + // Minimum execution time: 43_087 nanoseconds. + Weight::from_ref_time(43_453_367) + // Standard Error: 11_138 + .saturating_add(Weight::from_ref_time(4_052_412).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -198,10 +198,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:2) /// The range of component `r` is `[0, 99]`. fn undelegate(r: u32, ) -> Weight { - // Minimum execution time: 25_374 nanoseconds. - Weight::from_ref_time(29_330_270) - // Standard Error: 5_584 - .saturating_add(Weight::from_ref_time(3_039_792).saturating_mul(r.into())) + // Minimum execution time: 25_758 nanoseconds. + Weight::from_ref_time(20_828_074) + // Standard Error: 11_710 + .saturating_add(Weight::from_ref_time(4_016_409).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)) @@ -209,8 +209,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { } // Storage: Democracy PublicProps (r:0 w:1) fn clear_public_proposals() -> Weight { - // Minimum execution time: 5_555 nanoseconds. - Weight::from_ref_time(5_758_000) + // Minimum execution time: 5_429 nanoseconds. + Weight::from_ref_time(5_838_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy VotingOf (r:1 w:1) @@ -218,10 +218,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `r` is `[0, 99]`. fn unlock_remove(r: u32, ) -> Weight { - // Minimum execution time: 24_073 nanoseconds. - Weight::from_ref_time(31_887_101) - // Standard Error: 1_872 - .saturating_add(Weight::from_ref_time(36_737).saturating_mul(r.into())) + // Minimum execution time: 25_894 nanoseconds. + Weight::from_ref_time(31_924_702) + // Standard Error: 2_256 + .saturating_add(Weight::from_ref_time(99_247).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -230,10 +230,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `r` is `[0, 99]`. fn unlock_set(r: u32, ) -> Weight { - // Minimum execution time: 30_457 nanoseconds. - Weight::from_ref_time(31_918_113) - // Standard Error: 566 - .saturating_add(Weight::from_ref_time(65_445).saturating_mul(r.into())) + // Minimum execution time: 30_949 nanoseconds. + Weight::from_ref_time(31_810_618) + // Standard Error: 2_450 + .saturating_add(Weight::from_ref_time(137_600).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -241,10 +241,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) /// The range of component `r` is `[1, 100]`. fn remove_vote(r: u32, ) -> Weight { - // Minimum execution time: 16_337 nanoseconds. - Weight::from_ref_time(19_433_011) - // Standard Error: 947 - .saturating_add(Weight::from_ref_time(71_246).saturating_mul(r.into())) + // Minimum execution time: 16_393 nanoseconds. + Weight::from_ref_time(18_260_392) + // Standard Error: 2_146 + .saturating_add(Weight::from_ref_time(133_629).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -252,10 +252,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) /// The range of component `r` is `[1, 100]`. fn remove_other_vote(r: u32, ) -> Weight { - // Minimum execution time: 16_718 nanoseconds. - Weight::from_ref_time(19_575_066) - // Standard Error: 1_137 - .saturating_add(Weight::from_ref_time(71_800).saturating_mul(r.into())) + // Minimum execution time: 16_484 nanoseconds. + Weight::from_ref_time(18_235_859) + // Standard Error: 1_752 + .saturating_add(Weight::from_ref_time(133_455).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/pallet_elections_phragmen.rs b/runtime/rococo/src/weights/pallet_elections_phragmen.rs index 913a9172afa5..e762e2f0f1dc 100644 --- a/runtime/rococo/src/weights/pallet_elections_phragmen.rs +++ b/runtime/rococo/src/weights/pallet_elections_phragmen.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_elections_phragmen` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -51,10 +51,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) /// The range of component `v` is `[1, 16]`. fn vote_equal(v: u32, ) -> Weight { - // Minimum execution time: 31_530 nanoseconds. - Weight::from_ref_time(32_845_998) - // Standard Error: 4_023 - .saturating_add(Weight::from_ref_time(200_891).saturating_mul(v.into())) + // Minimum execution time: 32_652 nanoseconds. + Weight::from_ref_time(34_665_305) + // Standard Error: 10_893 + .saturating_add(Weight::from_ref_time(181_357).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -65,10 +65,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) /// The range of component `v` is `[2, 16]`. fn vote_more(v: u32, ) -> Weight { - // Minimum execution time: 41_342 nanoseconds. - Weight::from_ref_time(43_069_275) - // Standard Error: 4_334 - .saturating_add(Weight::from_ref_time(155_897).saturating_mul(v.into())) + // Minimum execution time: 42_795 nanoseconds. + Weight::from_ref_time(45_769_482) + // Standard Error: 15_326 + .saturating_add(Weight::from_ref_time(146_747).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -79,18 +79,18 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) /// The range of component `v` is `[2, 16]`. fn vote_less(v: u32, ) -> Weight { - // Minimum execution time: 41_228 nanoseconds. - Weight::from_ref_time(43_080_879) - // Standard Error: 4_638 - .saturating_add(Weight::from_ref_time(124_894).saturating_mul(v.into())) + // Minimum execution time: 42_711 nanoseconds. + Weight::from_ref_time(45_742_875) + // Standard Error: 15_381 + .saturating_add(Weight::from_ref_time(208_112).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: PhragmenElection Voting (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn remove_voter() -> Weight { - // Minimum execution time: 39_875 nanoseconds. - Weight::from_ref_time(40_629_000) + // Minimum execution time: 41_912 nanoseconds. + Weight::from_ref_time(43_839_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -99,20 +99,20 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: PhragmenElection RunnersUp (r:1 w:0) /// The range of component `c` is `[1, 1000]`. fn submit_candidacy(c: u32, ) -> Weight { - // Minimum execution time: 36_871 nanoseconds. - Weight::from_ref_time(29_242_219) - // Standard Error: 1_008 - .saturating_add(Weight::from_ref_time(91_921).saturating_mul(c.into())) + // Minimum execution time: 45_677 nanoseconds. + Weight::from_ref_time(33_829_517) + // Standard Error: 2_045 + .saturating_add(Weight::from_ref_time(211_038).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: PhragmenElection Candidates (r:1 w:1) /// The range of component `c` is `[1, 1000]`. fn renounce_candidacy_candidate(c: u32, ) -> Weight { - // Minimum execution time: 32_220 nanoseconds. - Weight::from_ref_time(24_660_814) - // Standard Error: 985 - .saturating_add(Weight::from_ref_time(71_367).saturating_mul(c.into())) + // Minimum execution time: 40_430 nanoseconds. + Weight::from_ref_time(29_664_021) + // Standard Error: 2_168 + .saturating_add(Weight::from_ref_time(177_069).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -122,15 +122,15 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Council Proposals (r:1 w:0) // Storage: Council Members (r:0 w:1) fn renounce_candidacy_members() -> Weight { - // Minimum execution time: 45_425 nanoseconds. - Weight::from_ref_time(47_037_000) + // Minimum execution time: 56_854 nanoseconds. + Weight::from_ref_time(59_980_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: PhragmenElection RunnersUp (r:1 w:1) fn renounce_candidacy_runners_up() -> Weight { - // Minimum execution time: 34_323 nanoseconds. - Weight::from_ref_time(36_000_000) + // Minimum execution time: 43_240 nanoseconds. + Weight::from_ref_time(45_490_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -146,8 +146,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Council Proposals (r:1 w:0) // Storage: Council Members (r:0 w:1) fn remove_member_with_replacement() -> Weight { - // Minimum execution time: 59_869 nanoseconds. - Weight::from_ref_time(61_392_000) + // Minimum execution time: 76_748 nanoseconds. + Weight::from_ref_time(79_788_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -160,10 +160,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// The range of component `v` is `[5000, 10000]`. /// The range of component `d` is `[0, 5000]`. fn clean_defunct_voters(v: u32, _d: u32, ) -> Weight { - // Minimum execution time: 281_083_862 nanoseconds. - Weight::from_ref_time(281_661_152_000) - // Standard Error: 243_873 - .saturating_add(Weight::from_ref_time(35_144_682).saturating_mul(v.into())) + // Minimum execution time: 340_749_675 nanoseconds. + Weight::from_ref_time(48_898_196_531) + // Standard Error: 351_084 + .saturating_add(Weight::from_ref_time(60_213_621).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) @@ -181,12 +181,12 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// The range of component `v` is `[1, 10000]`. /// The range of component `e` is `[10000, 160000]`. fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight { - // Minimum execution time: 29_071_797 nanoseconds. - Weight::from_ref_time(29_188_614_000) - // Standard Error: 550_790 - .saturating_add(Weight::from_ref_time(46_123_463).saturating_mul(v.into())) - // Standard Error: 35_346 - .saturating_add(Weight::from_ref_time(2_360_771).saturating_mul(e.into())) + // Minimum execution time: 34_414_515 nanoseconds. + Weight::from_ref_time(34_724_804_000) + // Standard Error: 482_719 + .saturating_add(Weight::from_ref_time(42_927_670).saturating_mul(v.into())) + // Standard Error: 30_977 + .saturating_add(Weight::from_ref_time(2_060_023).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(265)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) diff --git a/runtime/rococo/src/weights/pallet_identity.rs b/runtime/rococo/src/weights/pallet_identity.rs index 101e7927e70b..8b59f80882a2 100644 --- a/runtime/rococo/src/weights/pallet_identity.rs +++ b/runtime/rococo/src/weights/pallet_identity.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -47,10 +47,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity Registrars (r:1 w:1) /// The range of component `r` is `[1, 19]`. fn add_registrar(r: u32, ) -> Weight { - // Minimum execution time: 16_705 nanoseconds. - Weight::from_ref_time(18_588_848) - // Standard Error: 3_856 - .saturating_add(Weight::from_ref_time(142_039).saturating_mul(r.into())) + // Minimum execution time: 17_154 nanoseconds. + Weight::from_ref_time(18_481_383) + // Standard Error: 2_665 + .saturating_add(Weight::from_ref_time(154_066).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -58,12 +58,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn set_identity(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 36_688 nanoseconds. - Weight::from_ref_time(35_348_179) - // Standard Error: 4_588 - .saturating_add(Weight::from_ref_time(105_590).saturating_mul(r.into())) - // Standard Error: 895 - .saturating_add(Weight::from_ref_time(335_775).saturating_mul(x.into())) + // Minimum execution time: 37_498 nanoseconds. + Weight::from_ref_time(34_944_282) + // Standard Error: 6_906 + .saturating_add(Weight::from_ref_time(261_701).saturating_mul(r.into())) + // Standard Error: 1_347 + .saturating_add(Weight::from_ref_time(336_849).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -72,10 +72,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:2 w:2) /// The range of component `s` is `[0, 100]`. fn set_subs_new(s: u32, ) -> Weight { - // Minimum execution time: 10_602 nanoseconds. - Weight::from_ref_time(29_137_014) - // Standard Error: 5_080 - .saturating_add(Weight::from_ref_time(2_230_712).saturating_mul(s.into())) + // Minimum execution time: 10_598 nanoseconds. + Weight::from_ref_time(27_917_369) + // Standard Error: 4_450 + .saturating_add(Weight::from_ref_time(2_631_653).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)) @@ -86,10 +86,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:0 w:2) /// The range of component `p` is `[0, 100]`. fn set_subs_old(p: u32, ) -> Weight { - // Minimum execution time: 10_978 nanoseconds. - Weight::from_ref_time(29_970_755) - // Standard Error: 4_525 - .saturating_add(Weight::from_ref_time(957_000).saturating_mul(p.into())) + // Minimum execution time: 10_507 nanoseconds. + Weight::from_ref_time(28_567_582) + // Standard Error: 4_356 + .saturating_add(Weight::from_ref_time(1_164_523).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -101,14 +101,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { - // Minimum execution time: 52_856 nanoseconds. - Weight::from_ref_time(38_941_716) - // Standard Error: 5_614 - .saturating_add(Weight::from_ref_time(67_485).saturating_mul(r.into())) - // Standard Error: 1_096 - .saturating_add(Weight::from_ref_time(925_601).saturating_mul(s.into())) - // Standard Error: 1_096 - .saturating_add(Weight::from_ref_time(166_997).saturating_mul(x.into())) + // Minimum execution time: 55_559 nanoseconds. + Weight::from_ref_time(35_894_221) + // Standard Error: 8_217 + .saturating_add(Weight::from_ref_time(216_607).saturating_mul(r.into())) + // Standard Error: 1_604 + .saturating_add(Weight::from_ref_time(1_164_158).saturating_mul(s.into())) + // Standard Error: 1_604 + .saturating_add(Weight::from_ref_time(189_076).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -118,12 +118,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn request_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 38_714 nanoseconds. - Weight::from_ref_time(36_526_947) - // Standard Error: 4_798 - .saturating_add(Weight::from_ref_time(136_662).saturating_mul(r.into())) - // Standard Error: 936 - .saturating_add(Weight::from_ref_time(354_082).saturating_mul(x.into())) + // Minimum execution time: 39_083 nanoseconds. + Weight::from_ref_time(36_651_730) + // Standard Error: 5_993 + .saturating_add(Weight::from_ref_time(206_130).saturating_mul(r.into())) + // Standard Error: 1_169 + .saturating_add(Weight::from_ref_time(351_276).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -131,42 +131,42 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn cancel_request(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 34_593 nanoseconds. - Weight::from_ref_time(33_819_577) - // Standard Error: 4_785 - .saturating_add(Weight::from_ref_time(91_987).saturating_mul(r.into())) - // Standard Error: 933 - .saturating_add(Weight::from_ref_time(351_810).saturating_mul(x.into())) + // Minimum execution time: 34_554 nanoseconds. + Weight::from_ref_time(33_278_748) + // Standard Error: 4_368 + .saturating_add(Weight::from_ref_time(169_594).saturating_mul(r.into())) + // Standard Error: 852 + .saturating_add(Weight::from_ref_time(347_956).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) /// The range of component `r` is `[1, 19]`. fn set_fee(r: u32, ) -> Weight { - // Minimum execution time: 9_275 nanoseconds. - Weight::from_ref_time(10_198_514) - // Standard Error: 2_428 - .saturating_add(Weight::from_ref_time(128_132).saturating_mul(r.into())) + // Minimum execution time: 8_805 nanoseconds. + Weight::from_ref_time(9_646_080) + // Standard Error: 1_824 + .saturating_add(Weight::from_ref_time(117_489).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) /// The range of component `r` is `[1, 19]`. fn set_account_id(r: u32, ) -> Weight { - // Minimum execution time: 9_436 nanoseconds. - Weight::from_ref_time(10_643_446) - // Standard Error: 2_702 - .saturating_add(Weight::from_ref_time(119_859).saturating_mul(r.into())) + // Minimum execution time: 9_111 nanoseconds. + Weight::from_ref_time(9_767_522) + // Standard Error: 1_844 + .saturating_add(Weight::from_ref_time(109_266).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) /// The range of component `r` is `[1, 19]`. fn set_fields(r: u32, ) -> Weight { - // Minimum execution time: 9_610 nanoseconds. - Weight::from_ref_time(10_380_051) - // Standard Error: 3_611 - .saturating_add(Weight::from_ref_time(125_337).saturating_mul(r.into())) + // Minimum execution time: 8_886 nanoseconds. + Weight::from_ref_time(9_843_967) + // Standard Error: 1_977 + .saturating_add(Weight::from_ref_time(110_766).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 19]`. /// The range of component `x` is `[0, 100]`. fn provide_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 29_246 nanoseconds. - Weight::from_ref_time(28_456_486) - // Standard Error: 5_669 - .saturating_add(Weight::from_ref_time(77_072).saturating_mul(r.into())) - // Standard Error: 1_049 - .saturating_add(Weight::from_ref_time(581_856).saturating_mul(x.into())) + // Minimum execution time: 28_032 nanoseconds. + Weight::from_ref_time(27_311_880) + // Standard Error: 5_875 + .saturating_add(Weight::from_ref_time(154_412).saturating_mul(r.into())) + // Standard Error: 1_087 + .saturating_add(Weight::from_ref_time(599_130).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -191,15 +191,11 @@ 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 { - // Minimum execution time: 64_542 nanoseconds. - Weight::from_ref_time(48_715_074) - // Standard Error: 7_238 - .saturating_add(Weight::from_ref_time(112_967).saturating_mul(r.into())) - // Standard Error: 1_413 - .saturating_add(Weight::from_ref_time(951_753).saturating_mul(s.into())) - // Standard Error: 1_413 - .saturating_add(Weight::from_ref_time(170_906).saturating_mul(x.into())) + fn kill_identity(_r: u32, s: u32, _x: u32, ) -> Weight { + // Minimum execution time: 68_021 nanoseconds. + Weight::from_ref_time(87_205_182) + // Standard Error: 33_545 + .saturating_add(Weight::from_ref_time(1_111_770).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -209,10 +205,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn add_sub(s: u32, ) -> Weight { - // Minimum execution time: 32_334 nanoseconds. - Weight::from_ref_time(38_873_034) - // Standard Error: 1_841 - .saturating_add(Weight::from_ref_time(73_211).saturating_mul(s.into())) + // Minimum execution time: 33_512 nanoseconds. + Weight::from_ref_time(38_811_238) + // Standard Error: 1_602 + .saturating_add(Weight::from_ref_time(125_850).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -220,10 +216,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn rename_sub(s: u32, ) -> Weight { - // Minimum execution time: 14_563 nanoseconds. - Weight::from_ref_time(17_264_573) - // Standard Error: 1_267 - .saturating_add(Weight::from_ref_time(25_142).saturating_mul(s.into())) + // Minimum execution time: 13_873 nanoseconds. + Weight::from_ref_time(15_530_438) + // Standard Error: 682 + .saturating_add(Weight::from_ref_time(50_545).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -232,10 +228,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn remove_sub(s: u32, ) -> Weight { - // Minimum execution time: 37_046 nanoseconds. - Weight::from_ref_time(40_517_646) - // Standard Error: 1_281 - .saturating_add(Weight::from_ref_time(58_583).saturating_mul(s.into())) + // Minimum execution time: 37_436 nanoseconds. + Weight::from_ref_time(40_258_805) + // Standard Error: 1_350 + .saturating_add(Weight::from_ref_time(106_215).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -243,10 +239,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn quit_sub(s: u32, ) -> Weight { - // Minimum execution time: 26_334 nanoseconds. - Weight::from_ref_time(29_560_406) - // Standard Error: 1_152 - .saturating_add(Weight::from_ref_time(66_858).saturating_mul(s.into())) + // Minimum execution time: 25_859 nanoseconds. + Weight::from_ref_time(28_773_508) + // Standard Error: 1_151 + .saturating_add(Weight::from_ref_time(103_352).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/pallet_im_online.rs b/runtime/rococo/src/weights/pallet_im_online.rs index 0445f7b257be..bb096a82838e 100644 --- a/runtime/rococo/src/weights/pallet_im_online.rs +++ b/runtime/rococo/src/weights/pallet_im_online.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_im_online` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -53,12 +53,12 @@ impl pallet_im_online::WeightInfo for WeightInfo { /// The range of component `k` is `[1, 1000]`. /// The range of component `e` is `[1, 100]`. fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight { - // Minimum execution time: 98_477 nanoseconds. - Weight::from_ref_time(78_388_495) - // Standard Error: 401 - .saturating_add(Weight::from_ref_time(26_451).saturating_mul(k.into())) - // Standard Error: 4_043 - .saturating_add(Weight::from_ref_time(319_700).saturating_mul(e.into())) + // Minimum execution time: 125_088 nanoseconds. + Weight::from_ref_time(106_393_821) + // Standard Error: 463 + .saturating_add(Weight::from_ref_time(33_219).saturating_mul(k.into())) + // Standard Error: 4_669 + .saturating_add(Weight::from_ref_time(394_940).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_indices.rs b/runtime/rococo/src/weights/pallet_indices.rs index 2ae797b1d063..6a6ca39adb3d 100644 --- a/runtime/rococo/src/weights/pallet_indices.rs +++ b/runtime/rococo/src/weights/pallet_indices.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_indices` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -46,38 +46,38 @@ pub struct WeightInfo(PhantomData); impl pallet_indices::WeightInfo for WeightInfo { // Storage: Indices Accounts (r:1 w:1) fn claim() -> Weight { - // Minimum execution time: 26_325 nanoseconds. - Weight::from_ref_time(26_869_000) + // Minimum execution time: 27_937 nanoseconds. + Weight::from_ref_time(28_807_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - // Minimum execution time: 33_353 nanoseconds. - Weight::from_ref_time(33_855_000) + // Minimum execution time: 34_523 nanoseconds. + Weight::from_ref_time(35_441_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Indices Accounts (r:1 w:1) fn free() -> Weight { - // Minimum execution time: 27_325 nanoseconds. - Weight::from_ref_time(27_909_000) + // Minimum execution time: 28_850 nanoseconds. + Weight::from_ref_time(29_801_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn force_transfer() -> Weight { - // Minimum execution time: 27_659 nanoseconds. - Weight::from_ref_time(28_071_000) + // Minimum execution time: 28_918 nanoseconds. + Weight::from_ref_time(29_664_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Indices Accounts (r:1 w:1) fn freeze() -> Weight { - // Minimum execution time: 32_723 nanoseconds. - Weight::from_ref_time(33_688_000) + // Minimum execution time: 33_720 nanoseconds. + Weight::from_ref_time(34_369_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_membership.rs b/runtime/rococo/src/weights/pallet_membership.rs index aa7a3ca79c1d..7085a7c34787 100644 --- a/runtime/rococo/src/weights/pallet_membership.rs +++ b/runtime/rococo/src/weights/pallet_membership.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_membership` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -50,10 +50,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 99]`. fn add_member(m: u32, ) -> Weight { - // Minimum execution time: 21_354 nanoseconds. - Weight::from_ref_time(22_145_834) - // Standard Error: 716 - .saturating_add(Weight::from_ref_time(34_651).saturating_mul(m.into())) + // Minimum execution time: 21_625 nanoseconds. + Weight::from_ref_time(22_835_675) + // Standard Error: 564 + .saturating_add(Weight::from_ref_time(36_458).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -64,10 +64,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[2, 100]`. fn remove_member(m: u32, ) -> Weight { - // Minimum execution time: 23_662 nanoseconds. - Weight::from_ref_time(24_522_440) - // Standard Error: 377 - .saturating_add(Weight::from_ref_time(31_818).saturating_mul(m.into())) + // Minimum execution time: 24_468 nanoseconds. + Weight::from_ref_time(25_375_242) + // Standard Error: 917 + .saturating_add(Weight::from_ref_time(36_533).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -78,10 +78,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[2, 100]`. fn swap_member(m: u32, ) -> Weight { - // Minimum execution time: 23_266 nanoseconds. - Weight::from_ref_time(24_324_835) - // Standard Error: 623 - .saturating_add(Weight::from_ref_time(47_217).saturating_mul(m.into())) + // Minimum execution time: 24_566 nanoseconds. + Weight::from_ref_time(25_506_042) + // Standard Error: 1_042 + .saturating_add(Weight::from_ref_time(45_002).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -92,10 +92,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn reset_member(m: u32, ) -> Weight { - // Minimum execution time: 22_659 nanoseconds. - Weight::from_ref_time(24_464_082) - // Standard Error: 858 - .saturating_add(Weight::from_ref_time(151_279).saturating_mul(m.into())) + // Minimum execution time: 23_913 nanoseconds. + Weight::from_ref_time(25_305_390) + // Standard Error: 1_203 + .saturating_add(Weight::from_ref_time(147_680).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -106,10 +106,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn change_key(m: u32, ) -> Weight { - // Minimum execution time: 23_968 nanoseconds. - Weight::from_ref_time(25_073_611) - // Standard Error: 513 - .saturating_add(Weight::from_ref_time(45_919).saturating_mul(m.into())) + // Minimum execution time: 24_721 nanoseconds. + Weight::from_ref_time(26_055_909) + // Standard Error: 906 + .saturating_add(Weight::from_ref_time(41_926).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -118,21 +118,19 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn set_prime(m: u32, ) -> Weight { - // Minimum execution time: 8_733 nanoseconds. - Weight::from_ref_time(9_247_291) - // Standard Error: 297 - .saturating_add(Weight::from_ref_time(9_786).saturating_mul(m.into())) + // Minimum execution time: 8_896 nanoseconds. + Weight::from_ref_time(9_402_350) + // Standard Error: 289 + .saturating_add(Weight::from_ref_time(9_036).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: TechnicalMembership Prime (r:0 w:1) // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. - fn clear_prime(m: u32, ) -> Weight { - // Minimum execution time: 5_387 nanoseconds. - Weight::from_ref_time(5_692_517) - // Standard Error: 140 - .saturating_add(Weight::from_ref_time(785).saturating_mul(m.into())) + fn clear_prime(_m: u32, ) -> Weight { + // Minimum execution time: 5_307 nanoseconds. + Weight::from_ref_time(5_763_434) .saturating_add(T::DbWeight::get().writes(2)) } } diff --git a/runtime/rococo/src/weights/pallet_multisig.rs b/runtime/rococo/src/weights/pallet_multisig.rs index 837b27b89497..e4b79b9c51e9 100644 --- a/runtime/rococo/src/weights/pallet_multisig.rs +++ b/runtime/rococo/src/weights/pallet_multisig.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -46,22 +46,22 @@ pub struct WeightInfo(PhantomData); impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_threshold_1(z: u32, ) -> Weight { - // Minimum execution time: 15_224 nanoseconds. - Weight::from_ref_time(15_843_409) - // Standard Error: 2 - .saturating_add(Weight::from_ref_time(527).saturating_mul(z.into())) + // Minimum execution time: 17_573 nanoseconds. + Weight::from_ref_time(18_446_679) + // Standard Error: 8 + .saturating_add(Weight::from_ref_time(637).saturating_mul(z.into())) } // Storage: Multisig Multisigs (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 43_683 nanoseconds. - Weight::from_ref_time(36_042_794) - // Standard Error: 1_065 - .saturating_add(Weight::from_ref_time(81_673).saturating_mul(s.into())) - // Standard Error: 10 - .saturating_add(Weight::from_ref_time(1_615).saturating_mul(z.into())) + // Minimum execution time: 49_908 nanoseconds. + Weight::from_ref_time(36_300_298) + // Standard Error: 1_587 + .saturating_add(Weight::from_ref_time(157_522).saturating_mul(s.into())) + // Standard Error: 15 + .saturating_add(Weight::from_ref_time(1_899).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[3, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 32_760 nanoseconds. - Weight::from_ref_time(26_604_951) - // Standard Error: 964 - .saturating_add(Weight::from_ref_time(72_733).saturating_mul(s.into())) - // Standard Error: 9 - .saturating_add(Weight::from_ref_time(1_549).saturating_mul(z.into())) + // Minimum execution time: 36_610 nanoseconds. + Weight::from_ref_time(23_776_472) + // Standard Error: 1_126 + .saturating_add(Weight::from_ref_time(145_567).saturating_mul(s.into())) + // Standard Error: 11 + .saturating_add(Weight::from_ref_time(1_967).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 46_479 nanoseconds. - Weight::from_ref_time(37_298_387) - // Standard Error: 706 - .saturating_add(Weight::from_ref_time(110_113).saturating_mul(s.into())) - // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_581).saturating_mul(z.into())) + // Minimum execution time: 52_481 nanoseconds. + Weight::from_ref_time(35_991_178) + // Standard Error: 1_390 + .saturating_add(Weight::from_ref_time(188_599).saturating_mul(s.into())) + // Standard Error: 13 + .saturating_add(Weight::from_ref_time(2_087).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -96,30 +96,30 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { - // Minimum execution time: 31_638 nanoseconds. - Weight::from_ref_time(34_636_225) - // Standard Error: 1_064 - .saturating_add(Weight::from_ref_time(85_503).saturating_mul(s.into())) + // Minimum execution time: 32_329 nanoseconds. + Weight::from_ref_time(34_240_874) + // Standard Error: 1_328 + .saturating_add(Weight::from_ref_time(156_384).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Multisig Multisigs (r:1 w:1) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { - // Minimum execution time: 22_455 nanoseconds. - Weight::from_ref_time(24_456_437) - // Standard Error: 792 - .saturating_add(Weight::from_ref_time(83_410).saturating_mul(s.into())) + // Minimum execution time: 21_952 nanoseconds. + Weight::from_ref_time(23_138_218) + // Standard Error: 892 + .saturating_add(Weight::from_ref_time(141_686).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) /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { - // Minimum execution time: 32_286 nanoseconds. - Weight::from_ref_time(34_612_677) - // Standard Error: 925 - .saturating_add(Weight::from_ref_time(77_701).saturating_mul(s.into())) + // Minimum execution time: 32_694 nanoseconds. + Weight::from_ref_time(33_970_387) + // Standard Error: 1_531 + .saturating_add(Weight::from_ref_time(149_047).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_nis.rs b/runtime/rococo/src/weights/pallet_nis.rs index 896fa69441d9..1da4a38e25b0 100644 --- a/runtime/rococo/src/weights/pallet_nis.rs +++ b/runtime/rococo/src/weights/pallet_nis.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_nis` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -45,40 +45,43 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_nis::WeightInfo for WeightInfo { // Storage: Nis Queues (r:1 w:1) + // Storage: Balances Reserves (r:1 w:1) // Storage: Nis QueueTotals (r:1 w:1) /// The range of component `l` is `[0, 999]`. fn place_bid(l: u32, ) -> Weight { - // Minimum execution time: 32_337 nanoseconds. - Weight::from_ref_time(34_031_992) - // Standard Error: 713 - .saturating_add(Weight::from_ref_time(73_449).saturating_mul(l.into())) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(2)) + // Minimum execution time: 38_036 nanoseconds. + Weight::from_ref_time(36_192_187) + // Standard Error: 1_268 + .saturating_add(Weight::from_ref_time(106_439).saturating_mul(l.into())) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Nis Queues (r:1 w:1) + // Storage: Balances Reserves (r:1 w:1) // Storage: Nis QueueTotals (r:1 w:1) fn place_bid_max() -> Weight { - // Minimum execution time: 104_620 nanoseconds. - Weight::from_ref_time(105_322_000) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(2)) + // Minimum execution time: 136_430 nanoseconds. + Weight::from_ref_time(141_354_000) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Nis Queues (r:1 w:1) // Storage: Nis QueueTotals (r:1 w:1) + // Storage: Balances Reserves (r:1 w:1) /// The range of component `l` is `[1, 1000]`. fn retract_bid(l: u32, ) -> Weight { - // Minimum execution time: 39_459 nanoseconds. - Weight::from_ref_time(35_441_463) - // Standard Error: 658 - .saturating_add(Weight::from_ref_time(61_346).saturating_mul(l.into())) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(2)) + // Minimum execution time: 44_767 nanoseconds. + Weight::from_ref_time(37_807_151) + // Standard Error: 1_244 + .saturating_add(Weight::from_ref_time(90_684).saturating_mul(l.into())) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Nis Summary (r:1 w:0) // Storage: System Account (r:1 w:1) fn fund_deficit() -> Weight { - // Minimum execution time: 42_496 nanoseconds. - Weight::from_ref_time(43_077_000) + // Minimum execution time: 44_648 nanoseconds. + Weight::from_ref_time(45_962_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -87,31 +90,31 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:0) // Storage: Balances Reserves (r:1 w:1) fn thaw_private() -> Weight { - // Minimum execution time: 84_000 nanoseconds. - Weight::from_ref_time(85_000_000) + // Minimum execution time: 58_160 nanoseconds. + Weight::from_ref_time(59_705_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Nis Receipts (r:1 w:1) // Storage: Nis Summary (r:1 w:1) - // Storage: Assets Asset (r:1 w:1) - // Storage: Assets Account (r:1 w:1) + // Storage: NisCounterpartBalances Account (r:1 w:1) + // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) // Storage: System Account (r:1 w:1) fn thaw_communal() -> Weight { - // Minimum execution time: 108_000 nanoseconds. - Weight::from_ref_time(115_000_000) + // Minimum execution time: 74_158 nanoseconds. + Weight::from_ref_time(76_526_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: Nis Receipts (r:1 w:1) // Storage: Nis Summary (r:1 w:1) // Storage: System Account (r:1 w:1) - // Storage: Assets Asset (r:1 w:1) - // Storage: Assets Account (r:1 w:1) + // Storage: NisCounterpartBalances Account (r:1 w:1) + // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) // Storage: Balances Reserves (r:1 w:1) fn privatize() -> Weight { - // Minimum execution time: 107_000 nanoseconds. - Weight::from_ref_time(110_000_000) + // Minimum execution time: 82_427 nanoseconds. + Weight::from_ref_time(86_010_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -119,11 +122,11 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: Balances Reserves (r:1 w:1) // Storage: System Account (r:1 w:1) // Storage: Nis Summary (r:1 w:1) - // Storage: Assets Asset (r:1 w:1) - // Storage: Assets Account (r:1 w:1) + // Storage: NisCounterpartBalances Account (r:1 w:1) + // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn communify() -> Weight { - // Minimum execution time: 89_000 nanoseconds. - Weight::from_ref_time(89_000_000) + // Minimum execution time: 72_406 nanoseconds. + Weight::from_ref_time(75_148_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -131,24 +134,22 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:0) // Storage: Nis QueueTotals (r:1 w:1) fn process_queues() -> Weight { - // Minimum execution time: 32_762 nanoseconds. - Weight::from_ref_time(33_218_000) + // Minimum execution time: 45_241 nanoseconds. + Weight::from_ref_time(48_639_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Nis Queues (r:1 w:1) fn process_queue() -> Weight { - // Minimum execution time: 4_102 nanoseconds. - Weight::from_ref_time(4_316_000) + // Minimum execution time: 4_629 nanoseconds. + Weight::from_ref_time(4_811_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } - // Storage: System Account (r:1 w:0) // Storage: Nis Receipts (r:0 w:1) fn process_bid() -> Weight { - // Minimum execution time: 12_413 nanoseconds. - Weight::from_ref_time(12_930_000) - .saturating_add(T::DbWeight::get().reads(1)) + // Minimum execution time: 11_248 nanoseconds. + Weight::from_ref_time(11_617_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/rococo/src/weights/pallet_preimage.rs b/runtime/rococo/src/weights/pallet_preimage.rs index 978509898605..30a0522a15dd 100644 --- a/runtime/rococo/src/weights/pallet_preimage.rs +++ b/runtime/rococo/src/weights/pallet_preimage.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -48,10 +48,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_preimage(s: u32, ) -> Weight { - // Minimum execution time: 30_465 nanoseconds. - Weight::from_ref_time(30_861_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_332).saturating_mul(s.into())) + // Minimum execution time: 31_337 nanoseconds. + Weight::from_ref_time(139_472_283) + // Standard Error: 8 + .saturating_add(Weight::from_ref_time(2_493).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -59,10 +59,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_requested_preimage(s: u32, ) -> Weight { - // Minimum execution time: 21_590 nanoseconds. - Weight::from_ref_time(21_941_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_331).saturating_mul(s.into())) + // Minimum execution time: 21_829 nanoseconds. + Weight::from_ref_time(125_686_363) + // Standard Error: 7 + .saturating_add(Weight::from_ref_time(2_550).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -70,76 +70,76 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_no_deposit_preimage(s: u32, ) -> Weight { - // Minimum execution time: 19_684 nanoseconds. - Weight::from_ref_time(19_844_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_335).saturating_mul(s.into())) + // Minimum execution time: 20_712 nanoseconds. + Weight::from_ref_time(21_367_000) + // Standard Error: 2 + .saturating_add(Weight::from_ref_time(2_676).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_preimage() -> Weight { - // Minimum execution time: 40_607 nanoseconds. - Weight::from_ref_time(42_127_000) + // Minimum execution time: 56_051 nanoseconds. + Weight::from_ref_time(61_748_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_no_deposit_preimage() -> Weight { - // Minimum execution time: 27_395 nanoseconds. - Weight::from_ref_time(28_763_000) + // Minimum execution time: 35_243 nanoseconds. + Weight::from_ref_time(39_795_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_preimage() -> Weight { - // Minimum execution time: 27_353 nanoseconds. - Weight::from_ref_time(28_147_000) + // Minimum execution time: 30_771 nanoseconds. + Weight::from_ref_time(34_675_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_no_deposit_preimage() -> Weight { - // Minimum execution time: 13_900 nanoseconds. - Weight::from_ref_time(14_712_000) + // Minimum execution time: 19_133 nanoseconds. + Weight::from_ref_time(28_426_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_unnoted_preimage() -> Weight { - // Minimum execution time: 18_391 nanoseconds. - Weight::from_ref_time(19_206_000) + // Minimum execution time: 25_191 nanoseconds. + Weight::from_ref_time(26_424_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_requested_preimage() -> Weight { - // Minimum execution time: 9_436 nanoseconds. - Weight::from_ref_time(9_758_000) + // Minimum execution time: 11_892 nanoseconds. + Weight::from_ref_time(12_441_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unrequest_preimage() -> Weight { - // Minimum execution time: 26_829 nanoseconds. - Weight::from_ref_time(28_197_000) + // Minimum execution time: 34_045 nanoseconds. + Weight::from_ref_time(37_009_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_unnoted_preimage() -> Weight { - // Minimum execution time: 9_589 nanoseconds. - Weight::from_ref_time(10_005_000) + // Minimum execution time: 11_848 nanoseconds. + Weight::from_ref_time(12_310_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_multi_referenced_preimage() -> Weight { - // Minimum execution time: 9_654 nanoseconds. - Weight::from_ref_time(10_060_000) + // Minimum execution time: 12_216 nanoseconds. + Weight::from_ref_time(12_570_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_proxy.rs b/runtime/rococo/src/weights/pallet_proxy.rs index 62dcb2271cc5..5575da678410 100644 --- a/runtime/rococo/src/weights/pallet_proxy.rs +++ b/runtime/rococo/src/weights/pallet_proxy.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_proxy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -47,10 +47,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:0) /// The range of component `p` is `[1, 31]`. fn proxy(p: u32, ) -> Weight { - // Minimum execution time: 20_641 nanoseconds. - Weight::from_ref_time(21_890_585) - // Standard Error: 1_664 - .saturating_add(Weight::from_ref_time(51_385).saturating_mul(p.into())) + // Minimum execution time: 20_632 nanoseconds. + Weight::from_ref_time(21_615_128) + // Standard Error: 1_662 + .saturating_add(Weight::from_ref_time(37_877).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: Proxy Proxies (r:1 w:0) @@ -59,12 +59,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn proxy_announced(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 39_113 nanoseconds. - Weight::from_ref_time(39_561_639) - // Standard Error: 2_482 - .saturating_add(Weight::from_ref_time(119_565).saturating_mul(a.into())) - // Standard Error: 2_564 - .saturating_add(Weight::from_ref_time(30_053).saturating_mul(p.into())) + // Minimum execution time: 39_412 nanoseconds. + Weight::from_ref_time(40_128_943) + // Standard Error: 2_923 + .saturating_add(Weight::from_ref_time(150_892).saturating_mul(a.into())) + // Standard Error: 3_020 + .saturating_add(Weight::from_ref_time(52_396).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -73,12 +73,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn remove_announcement(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 26_962 nanoseconds. - Weight::from_ref_time(27_550_621) - // Standard Error: 1_441 - .saturating_add(Weight::from_ref_time(132_900).saturating_mul(a.into())) - // Standard Error: 1_489 - .saturating_add(Weight::from_ref_time(14_890).saturating_mul(p.into())) + // Minimum execution time: 26_849 nanoseconds. + Weight::from_ref_time(28_415_895) + // Standard Error: 2_092 + .saturating_add(Weight::from_ref_time(133_114).saturating_mul(a.into())) + // Standard Error: 2_161 + .saturating_add(Weight::from_ref_time(12_282).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -87,12 +87,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn reject_announcement(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 27_112 nanoseconds. - Weight::from_ref_time(28_021_837) - // Standard Error: 2_516 - .saturating_add(Weight::from_ref_time(128_480).saturating_mul(a.into())) - // Standard Error: 2_600 - .saturating_add(Weight::from_ref_time(2_897).saturating_mul(p.into())) + // Minimum execution time: 27_253 nanoseconds. + Weight::from_ref_time(28_728_206) + // Standard Error: 2_364 + .saturating_add(Weight::from_ref_time(129_418).saturating_mul(a.into())) + // Standard Error: 2_443 + .saturating_add(Weight::from_ref_time(10_984).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -102,42 +102,42 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn announce(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 35_022 nanoseconds. - Weight::from_ref_time(36_541_595) - // Standard Error: 2_105 - .saturating_add(Weight::from_ref_time(108_398).saturating_mul(a.into())) - // Standard Error: 2_175 - .saturating_add(Weight::from_ref_time(28_673).saturating_mul(p.into())) + // Minimum execution time: 35_832 nanoseconds. + Weight::from_ref_time(37_846_912) + // Standard Error: 2_774 + .saturating_add(Weight::from_ref_time(123_558).saturating_mul(a.into())) + // Standard Error: 2_866 + .saturating_add(Weight::from_ref_time(29_975).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn add_proxy(p: u32, ) -> Weight { - // Minimum execution time: 28_884 nanoseconds. - Weight::from_ref_time(30_153_361) - // Standard Error: 1_882 - .saturating_add(Weight::from_ref_time(64_393).saturating_mul(p.into())) + // Minimum execution time: 30_462 nanoseconds. + Weight::from_ref_time(31_599_117) + // Standard Error: 2_361 + .saturating_add(Weight::from_ref_time(59_222).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxy(p: u32, ) -> Weight { - // Minimum execution time: 27_687 nanoseconds. - Weight::from_ref_time(29_987_322) - // Standard Error: 2_712 - .saturating_add(Weight::from_ref_time(78_302).saturating_mul(p.into())) + // Minimum execution time: 29_127 nanoseconds. + Weight::from_ref_time(30_897_619) + // Standard Error: 2_358 + .saturating_add(Weight::from_ref_time(85_013).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxies(p: u32, ) -> Weight { - // Minimum execution time: 24_985 nanoseconds. - Weight::from_ref_time(26_118_552) - // Standard Error: 1_746 - .saturating_add(Weight::from_ref_time(39_718).saturating_mul(p.into())) + // Minimum execution time: 25_058 nanoseconds. + Weight::from_ref_time(26_477_350) + // Standard Error: 1_686 + .saturating_add(Weight::from_ref_time(47_189).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -145,20 +145,20 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn create_pure(p: u32, ) -> Weight { - // Minimum execution time: 31_427 nanoseconds. - Weight::from_ref_time(33_297_296) - // Standard Error: 3_427 - .saturating_add(Weight::from_ref_time(28_310).saturating_mul(p.into())) + // Minimum execution time: 33_133 nanoseconds. + Weight::from_ref_time(34_419_086) + // Standard Error: 2_144 + .saturating_add(Weight::from_ref_time(26_717).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[0, 30]`. fn kill_pure(p: u32, ) -> Weight { - // Minimum execution time: 26_293 nanoseconds. - Weight::from_ref_time(27_499_123) - // Standard Error: 2_113 - .saturating_add(Weight::from_ref_time(56_586).saturating_mul(p.into())) + // Minimum execution time: 26_839 nanoseconds. + Weight::from_ref_time(28_038_833) + // Standard Error: 1_739 + .saturating_add(Weight::from_ref_time(30_687).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_scheduler.rs b/runtime/rococo/src/weights/pallet_scheduler.rs index 16680337fe6e..5eb47e38d081 100644 --- a/runtime/rococo/src/weights/pallet_scheduler.rs +++ b/runtime/rococo/src/weights/pallet_scheduler.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -46,61 +46,61 @@ pub struct WeightInfo(PhantomData); impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler IncompleteSince (r:1 w:1) fn service_agendas_base() -> Weight { - // Minimum execution time: 5_153 nanoseconds. - Weight::from_ref_time(5_309_000) + // Minimum execution time: 5_573 nanoseconds. + Weight::from_ref_time(5_813_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 50]`. fn service_agenda_base(s: u32, ) -> Weight { - // Minimum execution time: 4_547 nanoseconds. - Weight::from_ref_time(8_293_568) - // Standard Error: 2_347 - .saturating_add(Weight::from_ref_time(572_311).saturating_mul(s.into())) + // Minimum execution time: 4_892 nanoseconds. + Weight::from_ref_time(7_405_227) + // Standard Error: 1_732 + .saturating_add(Weight::from_ref_time(841_821).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_base() -> Weight { - // Minimum execution time: 9_542 nanoseconds. - Weight::from_ref_time(9_695_000) + // Minimum execution time: 10_749 nanoseconds. + Weight::from_ref_time(11_036_000) } // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) /// The range of component `s` is `[128, 4194304]`. fn service_task_fetched(s: u32, ) -> Weight { - // Minimum execution time: 21_454 nanoseconds. - Weight::from_ref_time(21_805_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_248).saturating_mul(s.into())) + // Minimum execution time: 24_071 nanoseconds. + Weight::from_ref_time(24_553_000) + // Standard Error: 2 + .saturating_add(Weight::from_ref_time(1_466).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Scheduler Lookup (r:0 w:1) fn service_task_named() -> Weight { - // Minimum execution time: 10_528 nanoseconds. - Weight::from_ref_time(10_785_000) + // Minimum execution time: 11_784 nanoseconds. + Weight::from_ref_time(12_510_000) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { - // Minimum execution time: 9_572 nanoseconds. - Weight::from_ref_time(9_830_000) + // Minimum execution time: 10_694 nanoseconds. + Weight::from_ref_time(10_925_000) } fn execute_dispatch_signed() -> Weight { - // Minimum execution time: 4_504 nanoseconds. - Weight::from_ref_time(4_623_000) + // Minimum execution time: 4_688 nanoseconds. + Weight::from_ref_time(4_931_000) } fn execute_dispatch_unsigned() -> Weight { - // Minimum execution time: 4_586 nanoseconds. - Weight::from_ref_time(4_722_000) + // Minimum execution time: 4_647 nanoseconds. + Weight::from_ref_time(4_911_000) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule(s: u32, ) -> Weight { - // Minimum execution time: 18_160 nanoseconds. - Weight::from_ref_time(22_453_261) - // Standard Error: 2_456 - .saturating_add(Weight::from_ref_time(586_922).saturating_mul(s.into())) + // Minimum execution time: 18_768 nanoseconds. + Weight::from_ref_time(22_132_072) + // Standard Error: 2_371 + .saturating_add(Weight::from_ref_time(881_885).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -108,10 +108,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Lookup (r:0 w:1) /// The range of component `s` is `[1, 50]`. fn cancel(s: u32, ) -> Weight { - // Minimum execution time: 21_924 nanoseconds. - Weight::from_ref_time(23_756_474) - // Standard Error: 5_487 - .saturating_add(Weight::from_ref_time(962_451).saturating_mul(s.into())) + // Minimum execution time: 23_006 nanoseconds. + Weight::from_ref_time(22_083_502) + // Standard Error: 2_520 + .saturating_add(Weight::from_ref_time(1_551_987).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,10 +119,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule_named(s: u32, ) -> Weight { - // Minimum execution time: 19_917 nanoseconds. - Weight::from_ref_time(25_622_329) - // Standard Error: 3_534 - .saturating_add(Weight::from_ref_time(623_072).saturating_mul(s.into())) + // Minimum execution time: 21_452 nanoseconds. + Weight::from_ref_time(25_078_815) + // Standard Error: 3_505 + .saturating_add(Weight::from_ref_time(927_832).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -130,10 +130,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[1, 50]`. fn cancel_named(s: u32, ) -> Weight { - // Minimum execution time: 22_935 nanoseconds. - Weight::from_ref_time(25_370_084) - // Standard Error: 2_841 - .saturating_add(Weight::from_ref_time(980_879).saturating_mul(s.into())) + // Minimum execution time: 23_820 nanoseconds. + Weight::from_ref_time(24_006_469) + // Standard Error: 2_659 + .saturating_add(Weight::from_ref_time(1_565_980).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/pallet_timestamp.rs b/runtime/rococo/src/weights/pallet_timestamp.rs index e74834ea9ffb..12a777b8d4a5 100644 --- a/runtime/rococo/src/weights/pallet_timestamp.rs +++ b/runtime/rococo/src/weights/pallet_timestamp.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -47,13 +47,13 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Storage: Timestamp Now (r:1 w:1) // Storage: Babe CurrentSlot (r:1 w:0) fn set() -> Weight { - // Minimum execution time: 9_946 nanoseconds. - Weight::from_ref_time(10_161_000) + // Minimum execution time: 10_175 nanoseconds. + Weight::from_ref_time(10_717_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } fn on_finalize() -> Weight { - // Minimum execution time: 4_361 nanoseconds. - Weight::from_ref_time(4_450_000) + // Minimum execution time: 4_409 nanoseconds. + Weight::from_ref_time(4_508_000) } } diff --git a/runtime/rococo/src/weights/pallet_tips.rs b/runtime/rococo/src/weights/pallet_tips.rs index 7ea6546552a0..2d8ca5056575 100644 --- a/runtime/rococo/src/weights/pallet_tips.rs +++ b/runtime/rococo/src/weights/pallet_tips.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_tips` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -48,18 +48,18 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Tips (r:1 w:1) /// The range of component `r` is `[0, 16384]`. fn report_awesome(r: u32, ) -> Weight { - // Minimum execution time: 30_567 nanoseconds. - Weight::from_ref_time(31_963_964) - // Standard Error: 10 - .saturating_add(Weight::from_ref_time(1_868).saturating_mul(r.into())) + // Minimum execution time: 31_211 nanoseconds. + Weight::from_ref_time(32_292_654) + // Standard Error: 7 + .saturating_add(Weight::from_ref_time(2_173).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Tips Tips (r:1 w:1) // Storage: Tips Reasons (r:0 w:1) fn retract_tip() -> Weight { - // Minimum execution time: 30_647 nanoseconds. - Weight::from_ref_time(31_308_000) + // Minimum execution time: 30_265 nanoseconds. + Weight::from_ref_time(31_557_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -69,12 +69,12 @@ impl pallet_tips::WeightInfo for WeightInfo { /// The range of component `r` is `[0, 16384]`. /// The range of component `t` is `[1, 19]`. fn tip_new(r: u32, t: u32, ) -> Weight { - // Minimum execution time: 23_926 nanoseconds. - Weight::from_ref_time(22_466_986) - // Standard Error: 7 - .saturating_add(Weight::from_ref_time(1_661).saturating_mul(r.into())) - // Standard Error: 6_745 - .saturating_add(Weight::from_ref_time(170_953).saturating_mul(t.into())) + // Minimum execution time: 23_345 nanoseconds. + Weight::from_ref_time(22_026_611) + // Standard Error: 8 + .saturating_add(Weight::from_ref_time(1_991).saturating_mul(r.into())) + // Standard Error: 7_578 + .saturating_add(Weight::from_ref_time(180_157).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -82,10 +82,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Tips (r:1 w:1) /// The range of component `t` is `[1, 19]`. fn tip(t: u32, ) -> Weight { - // Minimum execution time: 15_794 nanoseconds. - Weight::from_ref_time(16_093_952) - // Standard Error: 1_500 - .saturating_add(Weight::from_ref_time(155_394).saturating_mul(t.into())) + // Minimum execution time: 15_765 nanoseconds. + Weight::from_ref_time(16_411_709) + // Standard Error: 1_498 + .saturating_add(Weight::from_ref_time(132_834).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -95,10 +95,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Reasons (r:0 w:1) /// The range of component `t` is `[1, 19]`. fn close_tip(t: u32, ) -> Weight { - // Minimum execution time: 47_352 nanoseconds. - Weight::from_ref_time(48_879_233) - // Standard Error: 5_501 - .saturating_add(Weight::from_ref_time(137_387).saturating_mul(t.into())) + // Minimum execution time: 48_864 nanoseconds. + Weight::from_ref_time(51_032_004) + // Standard Error: 6_169 + .saturating_add(Weight::from_ref_time(119_177).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -106,10 +106,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Reasons (r:0 w:1) /// The range of component `t` is `[1, 19]`. fn slash_tip(t: u32, ) -> Weight { - // Minimum execution time: 19_522 nanoseconds. - Weight::from_ref_time(20_372_851) - // Standard Error: 1_377 - .saturating_add(Weight::from_ref_time(41_185).saturating_mul(t.into())) + // Minimum execution time: 19_661 nanoseconds. + Weight::from_ref_time(20_503_772) + // Standard Error: 2_433 + .saturating_add(Weight::from_ref_time(13_489).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/pallet_treasury.rs b/runtime/rococo/src/weights/pallet_treasury.rs index 100989afb9d3..14927e6832f0 100644 --- a/runtime/rococo/src/weights/pallet_treasury.rs +++ b/runtime/rococo/src/weights/pallet_treasury.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -45,22 +45,22 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_treasury::WeightInfo for WeightInfo { fn spend() -> Weight { - // Minimum execution time: 168 nanoseconds. + // Minimum execution time: 196 nanoseconds. Weight::from_ref_time(220_000) } // Storage: Treasury ProposalCount (r:1 w:1) // Storage: Treasury Proposals (r:0 w:1) fn propose_spend() -> Weight { - // Minimum execution time: 26_838 nanoseconds. - Weight::from_ref_time(27_511_000) + // Minimum execution time: 27_766 nanoseconds. + Weight::from_ref_time(28_924_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Treasury Proposals (r:1 w:1) // Storage: System Account (r:1 w:1) fn reject_proposal() -> Weight { - // Minimum execution time: 40_019 nanoseconds. - Weight::from_ref_time(40_675_000) + // Minimum execution time: 41_047 nanoseconds. + Weight::from_ref_time(42_356_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -68,17 +68,17 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: Treasury Approvals (r:1 w:1) /// The range of component `p` is `[0, 99]`. fn approve_proposal(p: u32, ) -> Weight { - // Minimum execution time: 10_486 nanoseconds. - Weight::from_ref_time(14_159_587) - // Standard Error: 1_162 - .saturating_add(Weight::from_ref_time(44_919).saturating_mul(p.into())) + // Minimum execution time: 9_755 nanoseconds. + Weight::from_ref_time(12_622_007) + // Standard Error: 1_404 + .saturating_add(Weight::from_ref_time(109_800).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Treasury Approvals (r:1 w:1) fn remove_approval() -> Weight { - // Minimum execution time: 8_860 nanoseconds. - Weight::from_ref_time(9_078_000) + // Minimum execution time: 8_383 nanoseconds. + Weight::from_ref_time(8_847_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,10 +90,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: Treasury Proposals (r:2 w:2) /// The range of component `p` is `[0, 100]`. fn on_initialize_proposals(p: u32, ) -> Weight { - // Minimum execution time: 58_239 nanoseconds. - Weight::from_ref_time(63_504_965) - // Standard Error: 26_739 - .saturating_add(Weight::from_ref_time(25_094_358).saturating_mul(p.into())) + // Minimum execution time: 63_708 nanoseconds. + Weight::from_ref_time(71_056_361) + // Standard Error: 11_140 + .saturating_add(Weight::from_ref_time(30_695_916).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(5)) diff --git a/runtime/rococo/src/weights/pallet_utility.rs b/runtime/rococo/src/weights/pallet_utility.rs index 72526c07e1bb..0c31ae33aad6 100644 --- a/runtime/rococo/src/weights/pallet_utility.rs +++ b/runtime/rococo/src/weights/pallet_utility.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -46,31 +46,31 @@ pub struct WeightInfo(PhantomData); impl pallet_utility::WeightInfo for WeightInfo { /// The range of component `c` is `[0, 1000]`. fn batch(c: u32, ) -> Weight { - // Minimum execution time: 11_743 nanoseconds. - Weight::from_ref_time(26_710_495) - // Standard Error: 3_498 - .saturating_add(Weight::from_ref_time(3_567_272).saturating_mul(c.into())) + // Minimum execution time: 12_841 nanoseconds. + Weight::from_ref_time(16_000_445) + // Standard Error: 2_173 + .saturating_add(Weight::from_ref_time(4_610_993).saturating_mul(c.into())) } fn as_derivative() -> Weight { - // Minimum execution time: 6_430 nanoseconds. - Weight::from_ref_time(6_667_000) + // Minimum execution time: 6_552 nanoseconds. + Weight::from_ref_time(6_846_000) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { - // Minimum execution time: 11_850 nanoseconds. - Weight::from_ref_time(14_408_021) - // Standard Error: 3_090 - .saturating_add(Weight::from_ref_time(3_727_923).saturating_mul(c.into())) + // Minimum execution time: 12_855 nanoseconds. + Weight::from_ref_time(16_125_745) + // Standard Error: 2_976 + .saturating_add(Weight::from_ref_time(4_825_333).saturating_mul(c.into())) } fn dispatch_as() -> Weight { - // Minimum execution time: 13_739 nanoseconds. - Weight::from_ref_time(14_154_000) + // Minimum execution time: 14_876 nanoseconds. + Weight::from_ref_time(15_512_000) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { - // Minimum execution time: 11_604 nanoseconds. - Weight::from_ref_time(16_896_872) - // Standard Error: 3_001 - .saturating_add(Weight::from_ref_time(3_565_961).saturating_mul(c.into())) + // Minimum execution time: 12_940 nanoseconds. + Weight::from_ref_time(18_627_501) + // Standard Error: 1_359 + .saturating_add(Weight::from_ref_time(4_610_398).saturating_mul(c.into())) } } diff --git a/runtime/rococo/src/weights/pallet_vesting.rs b/runtime/rococo/src/weights/pallet_vesting.rs index 7f0aa8f4a31f..57de63e41e0b 100644 --- a/runtime/rococo/src/weights/pallet_vesting.rs +++ b/runtime/rococo/src/weights/pallet_vesting.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_vesting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -49,12 +49,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_288 nanoseconds. - Weight::from_ref_time(37_394_804) - // Standard Error: 1_063 - .saturating_add(Weight::from_ref_time(51_585).saturating_mul(l.into())) - // Standard Error: 1_892 - .saturating_add(Weight::from_ref_time(65_715).saturating_mul(s.into())) + // Minimum execution time: 38_377 nanoseconds. + Weight::from_ref_time(37_532_428) + // Standard Error: 1_838 + .saturating_add(Weight::from_ref_time(51_405).saturating_mul(l.into())) + // Standard Error: 3_271 + .saturating_add(Weight::from_ref_time(101_430).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -63,12 +63,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 37_748 nanoseconds. - Weight::from_ref_time(37_867_727) - // Standard Error: 1_517 - .saturating_add(Weight::from_ref_time(36_316).saturating_mul(l.into())) - // Standard Error: 2_700 - .saturating_add(Weight::from_ref_time(38_818).saturating_mul(s.into())) + // Minimum execution time: 37_858 nanoseconds. + Weight::from_ref_time(37_473_285) + // Standard Error: 1_768 + .saturating_add(Weight::from_ref_time(51_973).saturating_mul(l.into())) + // Standard Error: 3_146 + .saturating_add(Weight::from_ref_time(70_767).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,12 +78,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_other_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 37_556 nanoseconds. - Weight::from_ref_time(37_317_378) - // Standard Error: 1_048 - .saturating_add(Weight::from_ref_time(46_014).saturating_mul(l.into())) - // Standard Error: 1_865 - .saturating_add(Weight::from_ref_time(50_654).saturating_mul(s.into())) + // Minimum execution time: 37_534 nanoseconds. + Weight::from_ref_time(36_833_796) + // Standard Error: 1_617 + .saturating_add(Weight::from_ref_time(50_192).saturating_mul(l.into())) + // Standard Error: 2_877 + .saturating_add(Weight::from_ref_time(107_899).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -93,12 +93,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_other_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 37_230 nanoseconds. - Weight::from_ref_time(37_170_343) - // Standard Error: 1_110 - .saturating_add(Weight::from_ref_time(37_430).saturating_mul(l.into())) - // Standard Error: 1_974 - .saturating_add(Weight::from_ref_time(42_351).saturating_mul(s.into())) + // Minimum execution time: 37_399 nanoseconds. + Weight::from_ref_time(37_253_869) + // Standard Error: 1_872 + .saturating_add(Weight::from_ref_time(40_862).saturating_mul(l.into())) + // Standard Error: 3_331 + .saturating_add(Weight::from_ref_time(72_009).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -108,12 +108,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. fn vested_transfer(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 51_835 nanoseconds. - Weight::from_ref_time(52_083_479) - // Standard Error: 2_234 - .saturating_add(Weight::from_ref_time(44_962).saturating_mul(l.into())) - // Standard Error: 3_975 - .saturating_add(Weight::from_ref_time(45_977).saturating_mul(s.into())) + // Minimum execution time: 54_029 nanoseconds. + Weight::from_ref_time(54_814_014) + // Standard Error: 3_338 + .saturating_add(Weight::from_ref_time(46_277).saturating_mul(l.into())) + // Standard Error: 5_939 + .saturating_add(Weight::from_ref_time(77_992).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -123,12 +123,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. fn force_vested_transfer(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 50_992 nanoseconds. - Weight::from_ref_time(51_742_119) - // Standard Error: 2_401 - .saturating_add(Weight::from_ref_time(45_033).saturating_mul(l.into())) - // Standard Error: 4_273 - .saturating_add(Weight::from_ref_time(23_721).saturating_mul(s.into())) + // Minimum execution time: 53_108 nanoseconds. + Weight::from_ref_time(54_121_031) + // Standard Error: 3_049 + .saturating_add(Weight::from_ref_time(47_614).saturating_mul(l.into())) + // Standard Error: 5_425 + .saturating_add(Weight::from_ref_time(64_955).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -138,12 +138,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_899 nanoseconds. - Weight::from_ref_time(38_929_379) - // Standard Error: 1_719 - .saturating_add(Weight::from_ref_time(43_932).saturating_mul(l.into())) - // Standard Error: 3_174 - .saturating_add(Weight::from_ref_time(47_897).saturating_mul(s.into())) + // Minimum execution time: 39_591 nanoseconds. + Weight::from_ref_time(38_803_046) + // Standard Error: 1_872 + .saturating_add(Weight::from_ref_time(47_413).saturating_mul(l.into())) + // Standard Error: 3_458 + .saturating_add(Weight::from_ref_time(97_905).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -153,12 +153,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 39_027 nanoseconds. - Weight::from_ref_time(38_508_663) - // Standard Error: 1_075 - .saturating_add(Weight::from_ref_time(46_654).saturating_mul(l.into())) - // Standard Error: 1_985 - .saturating_add(Weight::from_ref_time(57_558).saturating_mul(s.into())) + // Minimum execution time: 39_432 nanoseconds. + Weight::from_ref_time(38_962_142) + // Standard Error: 2_006 + .saturating_add(Weight::from_ref_time(48_163).saturating_mul(l.into())) + // Standard Error: 3_705 + .saturating_add(Weight::from_ref_time(101_464).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/rococo/src/weights/pallet_xcm.rs b/runtime/rococo/src/weights/pallet_xcm.rs index d1d185534352..4ee07c857aa0 100644 --- a/runtime/rococo/src/weights/pallet_xcm.rs +++ b/runtime/rococo/src/weights/pallet_xcm.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-19, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -51,33 +51,33 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn send() -> Weight { - // Minimum execution time: 37_764 nanoseconds. - Weight::from_ref_time(38_958_000) + // Minimum execution time: 37_821 nanoseconds. + Weight::from_ref_time(38_451_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } fn teleport_assets() -> Weight { - // Minimum execution time: 27_668 nanoseconds. - Weight::from_ref_time(28_418_000) + // Minimum execution time: 29_364 nanoseconds. + Weight::from_ref_time(29_848_000) } fn reserve_transfer_assets() -> Weight { - // Minimum execution time: 27_057 nanoseconds. - Weight::from_ref_time(27_863_000) + // Minimum execution time: 28_414 nanoseconds. + Weight::from_ref_time(28_904_000) } fn execute() -> Weight { - // Minimum execution time: 14_981 nanoseconds. - Weight::from_ref_time(15_371_000) + // Minimum execution time: 15_243 nanoseconds. + Weight::from_ref_time(15_756_000) } // Storage: XcmPallet SupportedVersion (r:0 w:1) fn force_xcm_version() -> Weight { - // Minimum execution time: 15_001 nanoseconds. - Weight::from_ref_time(15_617_000) + // Minimum execution time: 15_483 nanoseconds. + Weight::from_ref_time(16_025_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet SafeXcmVersion (r:0 w:1) fn force_default_xcm_version() -> Weight { - // Minimum execution time: 4_548 nanoseconds. - Weight::from_ref_time(4_856_000) + // Minimum execution time: 4_739 nanoseconds. + Weight::from_ref_time(4_944_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -90,8 +90,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_subscribe_version_notify() -> Weight { - // Minimum execution time: 42_357 nanoseconds. - Weight::from_ref_time(43_375_000) + // Minimum execution time: 41_781 nanoseconds. + Weight::from_ref_time(42_873_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -104,29 +104,29 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_unsubscribe_version_notify() -> Weight { - // Minimum execution time: 45_953 nanoseconds. - Weight::from_ref_time(47_885_000) + // Minimum execution time: 45_245 nanoseconds. + Weight::from_ref_time(46_198_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: XcmPallet SupportedVersion (r:4 w:2) fn migrate_supported_version() -> Weight { - // Minimum execution time: 15_354 nanoseconds. - Weight::from_ref_time(16_058_000) + // Minimum execution time: 15_815 nanoseconds. + Weight::from_ref_time(16_379_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifiers (r:4 w:2) fn migrate_version_notifiers() -> Weight { - // Minimum execution time: 15_591 nanoseconds. - Weight::from_ref_time(16_102_000) + // Minimum execution time: 15_719 nanoseconds. + Weight::from_ref_time(16_432_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifyTargets (r:5 w:0) fn already_notified_target() -> Weight { - // Minimum execution time: 19_961 nanoseconds. - Weight::from_ref_time(20_854_000) + // Minimum execution time: 18_306 nanoseconds. + Weight::from_ref_time(18_826_000) .saturating_add(T::DbWeight::get().reads(5)) } // Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -137,21 +137,21 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn notify_current_targets() -> Weight { - // Minimum execution time: 38_298 nanoseconds. - Weight::from_ref_time(39_403_000) + // Minimum execution time: 37_264 nanoseconds. + Weight::from_ref_time(39_345_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: XcmPallet VersionNotifyTargets (r:3 w:0) fn notify_target_migration_fail() -> Weight { - // Minimum execution time: 8_729 nanoseconds. - Weight::from_ref_time(9_003_000) + // Minimum execution time: 8_318 nanoseconds. + Weight::from_ref_time(8_613_000) .saturating_add(T::DbWeight::get().reads(3)) } // Storage: XcmPallet VersionNotifyTargets (r:4 w:2) fn migrate_version_notify_targets() -> Weight { - // Minimum execution time: 16_485 nanoseconds. - Weight::from_ref_time(16_971_000) + // Minimum execution time: 16_467 nanoseconds. + Weight::from_ref_time(16_781_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -163,8 +163,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn migrate_and_notify_old_targets() -> Weight { - // Minimum execution time: 45_021 nanoseconds. - Weight::from_ref_time(46_538_000) + // Minimum execution time: 44_075 nanoseconds. + Weight::from_ref_time(46_059_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/rococo/src/weights/runtime_common_auctions.rs b/runtime/rococo/src/weights/runtime_common_auctions.rs index 46b8f888af2f..4501d04daa32 100644 --- a/runtime/rococo/src/weights/runtime_common_auctions.rs +++ b/runtime/rococo/src/weights/runtime_common_auctions.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::auctions` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -47,8 +47,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions AuctionInfo (r:1 w:1) // Storage: Auctions AuctionCounter (r:1 w:1) fn new_auction() -> Weight { - // Minimum execution time: 17_266 nanoseconds. - Weight::from_ref_time(17_953_000) + // Minimum execution time: 19_027 nanoseconds. + Weight::from_ref_time(19_501_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -60,8 +60,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions ReservedAmounts (r:2 w:2) // Storage: System Account (r:1 w:1) fn bid() -> Weight { - // Minimum execution time: 72_654 nanoseconds. - Weight::from_ref_time(74_356_000) + // Minimum execution time: 88_563 nanoseconds. + Weight::from_ref_time(93_067_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Paras ActionsQueue (r:1 w:1) // Storage: Registrar Paras (r:1 w:1) fn on_initialize() -> Weight { - // Minimum execution time: 15_591_394 nanoseconds. - Weight::from_ref_time(15_958_144_000) + // Minimum execution time: 18_878_527 nanoseconds. + Weight::from_ref_time(19_330_567_000) .saturating_add(T::DbWeight::get().reads(3683)) .saturating_add(T::DbWeight::get().writes(3678)) } @@ -88,8 +88,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions Winning (r:0 w:3600) // Storage: Auctions AuctionInfo (r:0 w:1) fn cancel_auction() -> Weight { - // Minimum execution time: 4_660_828 nanoseconds. - Weight::from_ref_time(4_756_247_000) + // Minimum execution time: 5_724_608 nanoseconds. + Weight::from_ref_time(5_903_289_000) .saturating_add(T::DbWeight::get().reads(73)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/rococo/src/weights/runtime_common_claims.rs b/runtime/rococo/src/weights/runtime_common_claims.rs index c4ef145703d3..84a0355afdbc 100644 --- a/runtime/rococo/src/weights/runtime_common_claims.rs +++ b/runtime/rococo/src/weights/runtime_common_claims.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::claims` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -52,8 +52,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: System Account (r:1 w:0) // Storage: Balances Locks (r:1 w:1) fn claim() -> Weight { - // Minimum execution time: 142_660 nanoseconds. - Weight::from_ref_time(144_589_000) + // Minimum execution time: 205_753 nanoseconds. + Weight::from_ref_time(221_457_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -62,8 +62,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: Claims Claims (r:0 w:1) // Storage: Claims Signing (r:0 w:1) fn mint_claim() -> Weight { - // Minimum execution time: 12_173 nanoseconds. - Weight::from_ref_time(12_656_000) + // Minimum execution time: 15_624 nanoseconds. + Weight::from_ref_time(18_633_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -75,8 +75,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: System Account (r:1 w:0) // Storage: Balances Locks (r:1 w:1) fn claim_attest() -> Weight { - // Minimum execution time: 146_534 nanoseconds. - Weight::from_ref_time(148_392_000) + // Minimum execution time: 216_231 nanoseconds. + Weight::from_ref_time(228_205_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -89,8 +89,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: System Account (r:1 w:0) // Storage: Balances Locks (r:1 w:1) fn attest() -> Weight { - // Minimum execution time: 67_366 nanoseconds. - Weight::from_ref_time(69_286_000) + // Minimum execution time: 109_202 nanoseconds. + Weight::from_ref_time(117_540_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -99,8 +99,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: Claims Signing (r:1 w:2) // Storage: Claims Preclaims (r:1 w:1) fn move_claim() -> Weight { - // Minimum execution time: 22_528 nanoseconds. - Weight::from_ref_time(22_908_000) + // Minimum execution time: 29_952 nanoseconds. + Weight::from_ref_time(31_493_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/rococo/src/weights/runtime_common_crowdloan.rs b/runtime/rococo/src/weights/runtime_common_crowdloan.rs index fdd1c0d02a99..0191bbd15450 100644 --- a/runtime/rococo/src/weights/runtime_common_crowdloan.rs +++ b/runtime/rococo/src/weights/runtime_common_crowdloan.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::crowdloan` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -49,8 +49,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Paras ParaLifecycles (r:1 w:0) // Storage: Crowdloan NextFundIndex (r:1 w:1) fn create() -> Weight { - // Minimum execution time: 48_280 nanoseconds. - Weight::from_ref_time(49_772_000) + // Minimum execution time: 54_077 nanoseconds. + Weight::from_ref_time(60_282_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -63,8 +63,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Crowdloan NewRaise (r:1 w:1) // Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1) fn contribute() -> Weight { - // Minimum execution time: 120_067 nanoseconds. - Weight::from_ref_time(121_912_000) + // Minimum execution time: 138_507 nanoseconds. + Weight::from_ref_time(145_627_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -73,18 +73,18 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Balances InactiveIssuance (r:1 w:1) // Storage: unknown [0xc85982571aa615c788ef9b2c16f54f25773fd439e8ee1ed2aa3ae43d48e880f0] (r:1 w:1) fn withdraw() -> Weight { - // Minimum execution time: 60_463 nanoseconds. - Weight::from_ref_time(61_495_000) + // Minimum execution time: 71_318 nanoseconds. + Weight::from_ref_time(79_222_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `k` is `[0, 1000]`. fn refund(k: u32, ) -> Weight { - // Minimum execution time: 50_114 nanoseconds. - Weight::from_ref_time(63_702_000) - // Standard Error: 11_589 - .saturating_add(Weight::from_ref_time(19_186_004).saturating_mul(k.into())) + // Minimum execution time: 60_712 nanoseconds. + Weight::from_ref_time(63_285_000) + // Standard Error: 13_726 + .saturating_add(Weight::from_ref_time(22_623_318).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -93,31 +93,31 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Crowdloan Funds (r:1 w:1) // Storage: System Account (r:1 w:1) fn dissolve() -> Weight { - // Minimum execution time: 36_067 nanoseconds. - Weight::from_ref_time(36_820_000) + // Minimum execution time: 44_610 nanoseconds. + Weight::from_ref_time(48_798_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Crowdloan Funds (r:1 w:1) fn edit() -> Weight { - // Minimum execution time: 25_235 nanoseconds. - Weight::from_ref_time(25_704_000) + // Minimum execution time: 32_455 nanoseconds. + Weight::from_ref_time(34_443_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Crowdloan Funds (r:1 w:0) // Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1) fn add_memo() -> Weight { - // Minimum execution time: 33_013 nanoseconds. - Weight::from_ref_time(33_959_000) + // Minimum execution time: 40_872 nanoseconds. + Weight::from_ref_time(44_467_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Crowdloan Funds (r:1 w:0) // Storage: Crowdloan NewRaise (r:1 w:1) fn poke() -> Weight { - // Minimum execution time: 25_204 nanoseconds. - Weight::from_ref_time(26_186_000) + // Minimum execution time: 32_225 nanoseconds. + Weight::from_ref_time(35_077_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -133,10 +133,10 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: System Account (r:2 w:2) /// The range of component `n` is `[2, 100]`. fn on_initialize(n: u32, ) -> Weight { - // Minimum execution time: 103_055 nanoseconds. - Weight::from_ref_time(11_960_821) - // Standard Error: 44_774 - .saturating_add(Weight::from_ref_time(41_025_995).saturating_mul(n.into())) + // Minimum execution time: 123_633 nanoseconds. + Weight::from_ref_time(48_161_956) + // Standard Error: 18_766 + .saturating_add(Weight::from_ref_time(49_307_992).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/rococo/src/weights/runtime_common_paras_registrar.rs b/runtime/rococo/src/weights/runtime_common_paras_registrar.rs index 8f9b9ca1d5ff..cb35190a2922 100644 --- a/runtime/rococo/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/rococo/src/weights/runtime_common_paras_registrar.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::paras_registrar` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -48,8 +48,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Registrar Paras (r:1 w:1) // Storage: Paras ParaLifecycles (r:1 w:0) fn reserve() -> Weight { - // Minimum execution time: 32_251 nanoseconds. - Weight::from_ref_time(33_197_000) + // Minimum execution time: 33_270 nanoseconds. + Weight::from_ref_time(34_560_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -64,8 +64,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras CurrentCodeHash (r:0 w:1) // Storage: Paras UpcomingParasGenesis (r:0 w:1) fn register() -> Weight { - // Minimum execution time: 7_374_926 nanoseconds. - Weight::from_ref_time(7_493_335_000) + // Minimum execution time: 7_362_836 nanoseconds. + Weight::from_ref_time(7_539_337_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -80,8 +80,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras CurrentCodeHash (r:0 w:1) // Storage: Paras UpcomingParasGenesis (r:0 w:1) fn force_register() -> Weight { - // Minimum execution time: 7_361_072 nanoseconds. - Weight::from_ref_time(7_460_657_000) + // Minimum execution time: 7_353_195 nanoseconds. + Weight::from_ref_time(7_412_536_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -92,8 +92,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras ActionsQueue (r:1 w:1) // Storage: Registrar PendingSwap (r:0 w:1) fn deregister() -> Weight { - // Minimum execution time: 50_170 nanoseconds. - Weight::from_ref_time(50_616_000) + // Minimum execution time: 55_674 nanoseconds. + Weight::from_ref_time(59_143_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -105,8 +105,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Crowdloan Funds (r:2 w:2) // Storage: Slots Leases (r:2 w:2) fn swap() -> Weight { - // Minimum execution time: 45_236 nanoseconds. - Weight::from_ref_time(46_505_000) + // Minimum execution time: 50_682 nanoseconds. + Weight::from_ref_time(52_444_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -123,20 +123,20 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras FutureCodeUpgrades (r:0 w:1) /// The range of component `b` is `[1, 3145728]`. fn schedule_code_upgrade(b: u32, ) -> Weight { - // Minimum execution time: 42_782 nanoseconds. - Weight::from_ref_time(43_052_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_328).saturating_mul(b.into())) + // Minimum execution time: 44_694 nanoseconds. + Weight::from_ref_time(15_119_448) + // Standard Error: 7 + .saturating_add(Weight::from_ref_time(2_683).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } // Storage: Paras Heads (r:0 w:1) /// The range of component `b` is `[1, 1048576]`. fn set_current_head(b: u32, ) -> Weight { - // Minimum execution time: 14_232 nanoseconds. - Weight::from_ref_time(14_424_000) - // Standard Error: 2 - .saturating_add(Weight::from_ref_time(910).saturating_mul(b.into())) + // Minimum execution time: 14_401 nanoseconds. + Weight::from_ref_time(11_299_214) + // Standard Error: 1 + .saturating_add(Weight::from_ref_time(1_060).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/rococo/src/weights/runtime_common_slots.rs b/runtime/rococo/src/weights/runtime_common_slots.rs index ec52b65c87cd..efe827996e87 100644 --- a/runtime/rococo/src/weights/runtime_common_slots.rs +++ b/runtime/rococo/src/weights/runtime_common_slots.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::slots` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -47,8 +47,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 31_432 nanoseconds. - Weight::from_ref_time(31_942_000) + // Minimum execution time: 33_427 nanoseconds. + Weight::from_ref_time(34_466_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -61,12 +61,12 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 544_376 nanoseconds. - Weight::from_ref_time(545_592_000) - // Standard Error: 69_616 - .saturating_add(Weight::from_ref_time(2_330_246).saturating_mul(c.into())) - // Standard Error: 69_616 - .saturating_add(Weight::from_ref_time(12_364_555).saturating_mul(t.into())) + // Minimum execution time: 661_055 nanoseconds. + Weight::from_ref_time(668_740_000) + // Standard Error: 85_114 + .saturating_add(Weight::from_ref_time(2_660_491).saturating_mul(c.into())) + // Standard Error: 85_114 + .saturating_add(Weight::from_ref_time(15_521_021).saturating_mul(t.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().reads((3_u64).saturating_mul(t.into()))) @@ -77,8 +77,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 93_737 nanoseconds. - Weight::from_ref_time(96_030_000) + // Minimum execution time: 115_794 nanoseconds. + Weight::from_ref_time(121_011_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -88,8 +88,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 29_755 nanoseconds. - Weight::from_ref_time(30_653_000) + // Minimum execution time: 34_894 nanoseconds. + Weight::from_ref_time(37_072_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_configuration.rs b/runtime/rococo/src/weights/runtime_parachains_configuration.rs index 2baf09954278..26323fee5984 100644 --- a/runtime/rococo/src/weights/runtime_parachains_configuration.rs +++ b/runtime/rococo/src/weights/runtime_parachains_configuration.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::configuration` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -49,8 +49,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_block_number() -> Weight { - // Minimum execution time: 12_226 nanoseconds. - Weight::from_ref_time(12_639_000) + // Minimum execution time: 12_958 nanoseconds. + Weight::from_ref_time(13_445_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -59,8 +59,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_u32() -> Weight { - // Minimum execution time: 12_093 nanoseconds. - Weight::from_ref_time(12_616_000) + // Minimum execution time: 13_131 nanoseconds. + Weight::from_ref_time(13_487_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,8 +69,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_option_u32() -> Weight { - // Minimum execution time: 12_262 nanoseconds. - Weight::from_ref_time(12_655_000) + // Minimum execution time: 13_043 nanoseconds. + Weight::from_ref_time(13_478_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -79,8 +79,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_weight() -> Weight { - // Minimum execution time: 12_182 nanoseconds. - Weight::from_ref_time(12_512_000) + // Minimum execution time: 13_133 nanoseconds. + Weight::from_ref_time(13_798_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -94,8 +94,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_balance() -> Weight { - // Minimum execution time: 12_704 nanoseconds. - Weight::from_ref_time(13_028_000) + // Minimum execution time: 13_223 nanoseconds. + Weight::from_ref_time(13_649_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_disputes.rs b/runtime/rococo/src/weights/runtime_parachains_disputes.rs index 6af4b1d07ac6..bb44c5726ee3 100644 --- a/runtime/rococo/src/weights/runtime_parachains_disputes.rs +++ b/runtime/rococo/src/weights/runtime_parachains_disputes.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::disputes` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -46,8 +46,8 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::disputes::WeightInfo for WeightInfo { // Storage: ParasDisputes Frozen (r:0 w:1) fn force_unfreeze() -> Weight { - // Minimum execution time: 4_711 nanoseconds. - Weight::from_ref_time(4_943_000) + // Minimum execution time: 4_603 nanoseconds. + Weight::from_ref_time(4_782_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/rococo/src/weights/runtime_parachains_hrmp.rs b/runtime/rococo/src/weights/runtime_parachains_hrmp.rs index c104c0541421..50388e142c18 100644 --- a/runtime/rococo/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/rococo/src/weights/runtime_parachains_hrmp.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::hrmp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -51,11 +51,11 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpEgressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1) // Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) - // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) + // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_init_open_channel() -> Weight { - // Minimum execution time: 42_266 nanoseconds. - Weight::from_ref_time(42_707_000) + // Minimum execution time: 44_084 nanoseconds. + Weight::from_ref_time(45_016_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -64,11 +64,11 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Paras ParaLifecycles (r:1 w:0) // Storage: Hrmp HrmpIngressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpAcceptedChannelRequestCount (r:1 w:1) - // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) + // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_accept_open_channel() -> Weight { - // Minimum execution time: 43_078 nanoseconds. - Weight::from_ref_time(43_401_000) + // Minimum execution time: 42_745 nanoseconds. + Weight::from_ref_time(44_079_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -76,11 +76,11 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpCloseChannelRequests (r:1 w:1) // Storage: Hrmp HrmpCloseChannelRequestsList (r:1 w:1) // Storage: Configuration ActiveConfig (r:1 w:0) - // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) + // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_close_channel() -> Weight { - // Minimum execution time: 39_140 nanoseconds. - Weight::from_ref_time(39_713_000) + // Minimum execution time: 39_790 nanoseconds. + Weight::from_ref_time(40_787_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -93,12 +93,12 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf /// The range of component `i` is `[0, 127]`. /// The range of component `e` is `[0, 127]`. fn force_clean_hrmp(i: u32, e: u32, ) -> Weight { - // Minimum execution time: 908_920 nanoseconds. - Weight::from_ref_time(914_490_000) - // Standard Error: 83_511 - .saturating_add(Weight::from_ref_time(2_861_745).saturating_mul(i.into())) - // Standard Error: 83_511 - .saturating_add(Weight::from_ref_time(2_895_643).saturating_mul(e.into())) + // Minimum execution time: 1_044_464 nanoseconds. + Weight::from_ref_time(1_051_390_000) + // Standard Error: 93_433 + .saturating_add(Weight::from_ref_time(3_125_507).saturating_mul(i.into())) + // Standard Error: 93_433 + .saturating_add(Weight::from_ref_time(3_264_686).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) @@ -117,10 +117,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpChannels (r:0 w:2) /// The range of component `c` is `[0, 128]`. fn force_process_hrmp_open(c: u32, ) -> Weight { - // Minimum execution time: 10_425 nanoseconds. - Weight::from_ref_time(10_607_000) - // Standard Error: 10_916 - .saturating_add(Weight::from_ref_time(16_405_680).saturating_mul(c.into())) + // Minimum execution time: 10_849 nanoseconds. + Weight::from_ref_time(7_615_329) + // Standard Error: 13_116 + .saturating_add(Weight::from_ref_time(18_631_464).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -134,10 +134,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpChannelContents (r:0 w:2) /// The range of component `c` is `[0, 128]`. fn force_process_hrmp_close(c: u32, ) -> Weight { - // Minimum execution time: 6_862 nanoseconds. - Weight::from_ref_time(7_053_000) - // Standard Error: 7_145 - .saturating_add(Weight::from_ref_time(10_051_200).saturating_mul(c.into())) + // Minimum execution time: 7_103 nanoseconds. + Weight::from_ref_time(7_015_278) + // Standard Error: 8_783 + .saturating_add(Weight::from_ref_time(11_476_773).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -148,10 +148,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1) /// The range of component `c` is `[0, 128]`. fn hrmp_cancel_open_request(c: u32, ) -> Weight { - // Minimum execution time: 25_829 nanoseconds. - Weight::from_ref_time(32_288_535) - // Standard Error: 1_652 - .saturating_add(Weight::from_ref_time(94_993).saturating_mul(c.into())) + // Minimum execution time: 25_708 nanoseconds. + Weight::from_ref_time(36_456_393) + // Standard Error: 2_945 + .saturating_add(Weight::from_ref_time(177_636).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -159,10 +159,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpOpenChannelRequests (r:2 w:2) /// The range of component `c` is `[0, 128]`. fn clean_open_channel_requests(c: u32, ) -> Weight { - // Minimum execution time: 4_788 nanoseconds. - Weight::from_ref_time(2_195_653) - // Standard Error: 4_854 - .saturating_add(Weight::from_ref_time(2_688_084).saturating_mul(c.into())) + // Minimum execution time: 5_039 nanoseconds. + Weight::from_ref_time(1_662_262) + // Standard Error: 3_846 + .saturating_add(Weight::from_ref_time(3_202_115).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -175,13 +175,13 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpEgressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1) // Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) - // Storage: Dmp DownwardMessageQueueHeads (r:2 w:2) // Storage: Dmp DownwardMessageQueues (r:2 w:2) + // Storage: Dmp DownwardMessageQueueHeads (r:2 w:2) // Storage: Hrmp HrmpIngressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpAcceptedChannelRequestCount (r:1 w:1) fn force_open_hrmp_channel() -> Weight { - // Minimum execution time: 54_038 nanoseconds. - Weight::from_ref_time(54_671_000) + // Minimum execution time: 56_026 nanoseconds. + Weight::from_ref_time(57_494_000) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_initializer.rs b/runtime/rococo/src/weights/runtime_parachains_initializer.rs index fc5aa0ffe698..0101bf0dfd02 100644 --- a/runtime/rococo/src/weights/runtime_parachains_initializer.rs +++ b/runtime/rococo/src/weights/runtime_parachains_initializer.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::initializer` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -47,10 +47,10 @@ impl runtime_parachains::initializer::WeightInfo for We // Storage: System Digest (r:1 w:1) /// The range of component `d` is `[0, 65536]`. fn force_approve(d: u32, ) -> Weight { - // Minimum execution time: 7_957 nanoseconds. - Weight::from_ref_time(10_859_269) - // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_312).saturating_mul(d.into())) + // Minimum execution time: 8_377 nanoseconds. + Weight::from_ref_time(8_639_000) + // Standard Error: 14 + .saturating_add(Weight::from_ref_time(2_222).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_paras.rs b/runtime/rococo/src/weights/runtime_parachains_paras.rs index 7899edda8c1c..d6e5c1673e16 100644 --- a/runtime/rococo/src/weights/runtime_parachains_paras.rs +++ b/runtime/rococo/src/weights/runtime_parachains_paras.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::paras` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -52,20 +52,20 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras CodeByHash (r:0 w:1) /// The range of component `c` is `[1, 3145728]`. fn force_set_current_code(c: u32, ) -> Weight { - // Minimum execution time: 35_957 nanoseconds. - Weight::from_ref_time(36_301_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_317).saturating_mul(c.into())) + // Minimum execution time: 38_246 nanoseconds. + Weight::from_ref_time(125_433_017) + // Standard Error: 12 + .saturating_add(Weight::from_ref_time(2_527).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Paras Heads (r:0 w:1) /// The range of component `s` is `[1, 1048576]`. fn force_set_current_head(s: u32, ) -> Weight { - // Minimum execution time: 12_879 nanoseconds. - Weight::from_ref_time(13_054_000) + // Minimum execution time: 13_726 nanoseconds. + Weight::from_ref_time(7_645_690) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(911).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(1_071).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Configuration ActiveConfig (r:1 w:0) @@ -81,10 +81,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras UpgradeRestrictionSignal (r:0 w:1) /// The range of component `c` is `[1, 3145728]`. fn force_schedule_code_upgrade(c: u32, ) -> Weight { - // Minimum execution time: 60_404 nanoseconds. - Weight::from_ref_time(60_712_000) + // Minimum execution time: 65_770 nanoseconds. + Weight::from_ref_time(77_383_646) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_345).saturating_mul(c.into())) + .saturating_add(Weight::from_ref_time(2_598).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -93,18 +93,18 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) /// The range of component `s` is `[1, 1048576]`. fn force_note_new_head(s: u32, ) -> Weight { - // Minimum execution time: 18_738 nanoseconds. - Weight::from_ref_time(18_913_000) - // Standard Error: 2 - .saturating_add(Weight::from_ref_time(912).saturating_mul(s.into())) + // Minimum execution time: 19_563 nanoseconds. + Weight::from_ref_time(24_816_837) + // Standard Error: 0 + .saturating_add(Weight::from_ref_time(1_038).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras ActionsQueue (r:1 w:1) fn force_queue_action() -> Weight { - // Minimum execution time: 25_073 nanoseconds. - Weight::from_ref_time(25_607_000) + // Minimum execution time: 24_912 nanoseconds. + Weight::from_ref_time(25_612_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -112,18 +112,18 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras CodeByHash (r:1 w:1) /// The range of component `c` is `[1, 3145728]`. fn add_trusted_validation_code(c: u32, ) -> Weight { - // Minimum execution time: 9_037 nanoseconds. - Weight::from_ref_time(9_146_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_327).saturating_mul(c.into())) + // Minimum execution time: 9_248 nanoseconds. + Weight::from_ref_time(28_464_908) + // Standard Error: 8 + .saturating_add(Weight::from_ref_time(2_597).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Paras CodeByHashRefs (r:1 w:0) // Storage: Paras CodeByHash (r:0 w:1) fn poke_unused_validation_code() -> Weight { - // Minimum execution time: 7_223 nanoseconds. - Weight::from_ref_time(7_447_000) + // Minimum execution time: 7_690 nanoseconds. + Weight::from_ref_time(7_897_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -132,8 +132,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement() -> Weight { - // Minimum execution time: 94_321 nanoseconds. - Weight::from_ref_time(98_025_000) + // Minimum execution time: 124_570 nanoseconds. + Weight::from_ref_time(131_340_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -146,8 +146,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: System Digest (r:1 w:1) // Storage: Paras FutureCodeUpgrades (r:0 w:100) fn include_pvf_check_statement_finalize_upgrade_accept() -> Weight { - // Minimum execution time: 646_013 nanoseconds. - Weight::from_ref_time(652_628_000) + // Minimum execution time: 819_144 nanoseconds. + Weight::from_ref_time(842_527_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(104)) } @@ -155,16 +155,11 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared ActiveValidatorKeys (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) - // Storage: Paras PvfActiveVoteList (r:1 w:1) - // Storage: Paras CodeByHashRefs (r:1 w:1) - // Storage: Paras CodeByHash (r:0 w:1) - // Storage: Paras UpgradeGoAheadSignal (r:0 w:100) - // Storage: Paras FutureCodeHash (r:0 w:100) fn include_pvf_check_statement_finalize_upgrade_reject() -> Weight { - // Minimum execution time: 616_867 nanoseconds. - Weight::from_ref_time(627_163_000) - .saturating_add(T::DbWeight::get().reads(6)) - .saturating_add(T::DbWeight::get().writes(204)) + // Minimum execution time: 125_093 nanoseconds. + Weight::from_ref_time(131_146_000) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Configuration ActiveConfig (r:1 w:0) // Storage: ParasShared ActiveValidatorKeys (r:1 w:0) @@ -173,8 +168,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras PvfActiveVoteList (r:1 w:1) // Storage: Paras ActionsQueue (r:1 w:1) fn include_pvf_check_statement_finalize_onboarding_accept() -> Weight { - // Minimum execution time: 505_941 nanoseconds. - Weight::from_ref_time(513_972_000) + // Minimum execution time: 646_678 nanoseconds. + Weight::from_ref_time(661_441_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -182,16 +177,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared ActiveValidatorKeys (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) - // Storage: Paras PvfActiveVoteList (r:1 w:1) - // Storage: Paras CodeByHashRefs (r:1 w:1) - // Storage: Paras ParaLifecycles (r:0 w:100) - // Storage: Paras CodeByHash (r:0 w:1) - // Storage: Paras CurrentCodeHash (r:0 w:100) - // Storage: Paras UpcomingParasGenesis (r:0 w:100) fn include_pvf_check_statement_finalize_onboarding_reject() -> Weight { - // Minimum execution time: 685_762 nanoseconds. - Weight::from_ref_time(695_673_000) - .saturating_add(T::DbWeight::get().reads(6)) - .saturating_add(T::DbWeight::get().writes(304)) + // Minimum execution time: 123_755 nanoseconds. + Weight::from_ref_time(127_740_000) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/rococo/src/weights/runtime_parachains_ump.rs b/runtime/rococo/src/weights/runtime_parachains_ump.rs index 3d916dadbd4f..06982b0650ec 100644 --- a/runtime/rococo/src/weights/runtime_parachains_ump.rs +++ b/runtime/rococo/src/weights/runtime_parachains_ump.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::ump` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-19, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -46,26 +46,26 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::ump::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 51200]`. fn process_upward_message(s: u32, ) -> Weight { - // Minimum execution time: 10_706 nanoseconds. - Weight::from_ref_time(1_719_566) - // Standard Error: 17 - .saturating_add(Weight::from_ref_time(2_379).saturating_mul(s.into())) + // Minimum execution time: 10_654 nanoseconds. + Weight::from_ref_time(2_768_168) + // Standard Error: 15 + .saturating_add(Weight::from_ref_time(2_316).saturating_mul(s.into())) } // Storage: Ump NeedsDispatch (r:1 w:1) // Storage: Ump NextDispatchRoundStartWith (r:1 w:1) // Storage: Ump RelayDispatchQueues (r:0 w:1) // Storage: Ump RelayDispatchQueueSize (r:0 w:1) fn clean_ump_after_outgoing() -> Weight { - // Minimum execution time: 8_641 nanoseconds. - Weight::from_ref_time(8_882_000) + // Minimum execution time: 8_376 nanoseconds. + Weight::from_ref_time(8_976_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Ump Overweight (r:1 w:1) // Storage: Ump CounterForOverweight (r:1 w:1) fn service_overweight() -> Weight { - // Minimum execution time: 29_839 nanoseconds. - Weight::from_ref_time(30_520_000) + // Minimum execution time: 28_869 nanoseconds. + Weight::from_ref_time(29_990_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/westend/constants/src/weights/block_weights.rs b/runtime/westend/constants/src/weights/block_weights.rs index 9ce482fa6a07..e76d28fbabac 100644 --- a/runtime/westend/constants/src/weights/block_weights.rs +++ b/runtime/westend/constants/src/weights/block_weights.rs @@ -14,8 +14,8 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11 (Y/M/D) -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20 (Y/M/D) +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development` //! WARMUPS: `10`, REPEAT: `100` @@ -42,17 +42,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 6_699_481, 7_055_211 - /// Average: 6_798_886 - /// Median: 6_782_372 - /// Std-Dev: 63686.58 + /// Min, Max: 491_994, 635_374 + /// Average: 507_200 + /// Median: 503_037 + /// Std-Dev: 18348.6 /// /// Percentiles nanoseconds: - /// 99th: 6_999_513 - /// 95th: 6_909_508 - /// 75th: 6_824_517 + /// 99th: 603_479 + /// 95th: 521_976 + /// 75th: 508_648 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(6_798_886)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(507_200)); } #[cfg(test)] diff --git a/runtime/westend/constants/src/weights/extrinsic_weights.rs b/runtime/westend/constants/src/weights/extrinsic_weights.rs index 15624b882766..d040ae5715fc 100644 --- a/runtime/westend/constants/src/weights/extrinsic_weights.rs +++ b/runtime/westend/constants/src/weights/extrinsic_weights.rs @@ -14,8 +14,8 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11 (Y/M/D) -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20 (Y/M/D) +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development` //! WARMUPS: `10`, REPEAT: `100` @@ -42,17 +42,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 87_166, 88_559 - /// Average: 87_649 - /// Median: 87_598 - /// Std-Dev: 267.87 + /// Min, Max: 99_948, 100_910 + /// Average: 100_411 + /// Median: 100_387 + /// Std-Dev: 178.29 /// /// Percentiles nanoseconds: - /// 99th: 88_521 - /// 95th: 88_124 - /// 75th: 87_751 + /// 99th: 100_840 + /// 95th: 100_710 + /// 75th: 100_506 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(87_649)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(100_411)); } #[cfg(test)] diff --git a/runtime/westend/src/weights/frame_election_provider_support.rs b/runtime/westend/src/weights/frame_election_provider_support.rs index d6dcae863755..39be8285af4c 100644 --- a/runtime/westend/src/weights/frame_election_provider_support.rs +++ b/runtime/westend/src/weights/frame_election_provider_support.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_election_provider_support` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -48,22 +48,22 @@ impl frame_election_provider_support::WeightInfo for We /// The range of component `t` is `[500, 1000]`. /// The range of component `d` is `[5, 16]`. fn phragmen(v: u32, _t: u32, d: u32, ) -> Weight { - // Minimum execution time: 5_570_084 nanoseconds. - Weight::from_ref_time(5_626_417_000) - // Standard Error: 137_224 - .saturating_add(Weight::from_ref_time(5_573_251).saturating_mul(v.into())) - // Standard Error: 14_029_322 - .saturating_add(Weight::from_ref_time(1_541_019_648).saturating_mul(d.into())) + // Minimum execution time: 5_792_136 nanoseconds. + Weight::from_ref_time(5_851_520_000) + // Standard Error: 139_848 + .saturating_add(Weight::from_ref_time(5_708_991).saturating_mul(v.into())) + // Standard Error: 14_297_653 + .saturating_add(Weight::from_ref_time(1_504_427_423).saturating_mul(d.into())) } /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. /// The range of component `d` is `[5, 16]`. fn phragmms(v: u32, _t: u32, d: u32, ) -> Weight { - // Minimum execution time: 4_356_407 nanoseconds. - Weight::from_ref_time(4_395_004_000) - // Standard Error: 145_782 - .saturating_add(Weight::from_ref_time(5_459_089).saturating_mul(v.into())) - // Standard Error: 14_904_324 - .saturating_add(Weight::from_ref_time(1_746_036_948).saturating_mul(d.into())) + // Minimum execution time: 4_170_523 nanoseconds. + Weight::from_ref_time(4_233_449_000) + // Standard Error: 140_223 + .saturating_add(Weight::from_ref_time(4_974_990).saturating_mul(v.into())) + // Standard Error: 14_335_971 + .saturating_add(Weight::from_ref_time(1_529_560_157).saturating_mul(d.into())) } } diff --git a/runtime/westend/src/weights/frame_system.rs b/runtime/westend/src/weights/frame_system.rs index 32962db126fe..63e188758fa6 100644 --- a/runtime/westend/src/weights/frame_system.rs +++ b/runtime/westend/src/weights/frame_system.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -46,51 +46,51 @@ pub struct WeightInfo(PhantomData); impl frame_system::WeightInfo for WeightInfo { /// The range of component `b` is `[0, 3932160]`. fn remark(b: u32, ) -> Weight { - // Minimum execution time: 3_670 nanoseconds. - Weight::from_ref_time(3_782_000) + // Minimum execution time: 3_880 nanoseconds. + Weight::from_ref_time(2_381_340) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(412).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(480).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { - // Minimum execution time: 12_822 nanoseconds. - Weight::from_ref_time(13_035_000) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_774).saturating_mul(b.into())) + // Minimum execution time: 13_513 nanoseconds. + Weight::from_ref_time(141_280_143) + // Standard Error: 4 + .saturating_add(Weight::from_ref_time(1_928).saturating_mul(b.into())) } // Storage: System Digest (r:1 w:1) // Storage: unknown [0x3a686561707061676573] (r:0 w:1) fn set_heap_pages() -> Weight { - // Minimum execution time: 8_303 nanoseconds. - Weight::from_ref_time(8_480_000) + // Minimum execution time: 8_692 nanoseconds. + Weight::from_ref_time(9_020_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn set_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_960 nanoseconds. - Weight::from_ref_time(4_127_000) - // Standard Error: 2_071 - .saturating_add(Weight::from_ref_time(618_526).saturating_mul(i.into())) + // Minimum execution time: 3_990 nanoseconds. + Weight::from_ref_time(4_131_000) + // Standard Error: 2_196 + .saturating_add(Weight::from_ref_time(685_833).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn kill_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_840 nanoseconds. - Weight::from_ref_time(3_969_000) - // Standard Error: 1_011 - .saturating_add(Weight::from_ref_time(451_162).saturating_mul(i.into())) + // Minimum execution time: 4_006 nanoseconds. + Weight::from_ref_time(4_133_000) + // Standard Error: 954 + .saturating_add(Weight::from_ref_time(516_970).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { - // Minimum execution time: 5_512 nanoseconds. - Weight::from_ref_time(5_574_000) - // Standard Error: 1_260 - .saturating_add(Weight::from_ref_time(971_429).saturating_mul(p.into())) + // Minimum execution time: 5_745 nanoseconds. + Weight::from_ref_time(5_994_000) + // Standard Error: 1_397 + .saturating_add(Weight::from_ref_time(1_171_102).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) } } diff --git a/runtime/westend/src/weights/pallet_bags_list.rs b/runtime/westend/src/weights/pallet_bags_list.rs index e1fe7e2fcdad..558d104dd50c 100644 --- a/runtime/westend/src/weights/pallet_bags_list.rs +++ b/runtime/westend/src/weights/pallet_bags_list.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_bags_list` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -49,8 +49,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList ListNodes (r:4 w:4) // Storage: VoterList ListBags (r:1 w:1) fn rebag_non_terminal() -> Weight { - // Minimum execution time: 63_755 nanoseconds. - Weight::from_ref_time(64_372_000) + // Minimum execution time: 64_195 nanoseconds. + Weight::from_ref_time(66_672_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -59,8 +59,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn rebag_terminal() -> Weight { - // Minimum execution time: 61_687 nanoseconds. - Weight::from_ref_time(62_882_000) + // Minimum execution time: 63_120 nanoseconds. + Weight::from_ref_time(64_806_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -70,8 +70,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList CounterForListNodes (r:1 w:1) // Storage: VoterList ListBags (r:1 w:1) fn put_in_front_of() -> Weight { - // Minimum execution time: 61_070 nanoseconds. - Weight::from_ref_time(63_148_000) + // Minimum execution time: 62_320 nanoseconds. + Weight::from_ref_time(63_711_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(6)) } diff --git a/runtime/westend/src/weights/pallet_balances.rs b/runtime/westend/src/weights/pallet_balances.rs index c0bf376ef137..8bdedfc17c2a 100644 --- a/runtime/westend/src/weights/pallet_balances.rs +++ b/runtime/westend/src/weights/pallet_balances.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -46,50 +46,50 @@ pub struct WeightInfo(PhantomData); impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - // Minimum execution time: 41_495 nanoseconds. - Weight::from_ref_time(41_989_000) + // Minimum execution time: 43_622 nanoseconds. + Weight::from_ref_time(45_069_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { - // Minimum execution time: 31_651 nanoseconds. - Weight::from_ref_time(32_146_000) + // Minimum execution time: 31_865 nanoseconds. + Weight::from_ref_time(32_974_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn set_balance_creating() -> Weight { - // Minimum execution time: 23_693 nanoseconds. - Weight::from_ref_time(24_247_000) + // Minimum execution time: 23_618 nanoseconds. + Weight::from_ref_time(24_193_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn set_balance_killing() -> Weight { - // Minimum execution time: 26_592 nanoseconds. - Weight::from_ref_time(27_010_000) + // Minimum execution time: 26_781 nanoseconds. + Weight::from_ref_time(27_160_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:2 w:2) fn force_transfer() -> Weight { - // Minimum execution time: 40_713 nanoseconds. - Weight::from_ref_time(41_319_000) + // Minimum execution time: 43_020 nanoseconds. + Weight::from_ref_time(43_744_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { - // Minimum execution time: 35_754 nanoseconds. - Weight::from_ref_time(36_264_000) + // Minimum execution time: 38_005 nanoseconds. + Weight::from_ref_time(38_834_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn force_unreserve() -> Weight { - // Minimum execution time: 20_601 nanoseconds. - Weight::from_ref_time(21_203_000) + // Minimum execution time: 20_790 nanoseconds. + Weight::from_ref_time(21_648_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs b/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs index e3ec70da120d..c29d0dc71cc6 100644 --- a/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs +++ b/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_election_provider_multi_phase` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -53,38 +53,38 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: Staking ForceEra (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) fn on_initialize_nothing() -> Weight { - // Minimum execution time: 15_609 nanoseconds. - Weight::from_ref_time(16_064_000) + // Minimum execution time: 17_331 nanoseconds. + Weight::from_ref_time(17_849_000) .saturating_add(T::DbWeight::get().reads(8)) } // Storage: ElectionProviderMultiPhase Round (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:1) fn on_initialize_open_signed() -> Weight { - // Minimum execution time: 14_723 nanoseconds. - Weight::from_ref_time(15_282_000) + // Minimum execution time: 15_326 nanoseconds. + Weight::from_ref_time(15_637_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: ElectionProviderMultiPhase Round (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:1) fn on_initialize_open_unsigned() -> Weight { - // Minimum execution time: 15_865 nanoseconds. - Weight::from_ref_time(16_150_000) + // Minimum execution time: 16_292 nanoseconds. + Weight::from_ref_time(16_844_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) // Storage: ElectionProviderMultiPhase QueuedSolution (r:0 w:1) fn finalize_signed_phase_accept_solution() -> Weight { - // Minimum execution time: 29_771 nanoseconds. - Weight::from_ref_time(30_242_000) + // Minimum execution time: 30_850 nanoseconds. + Weight::from_ref_time(31_826_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: System Account (r:1 w:1) fn finalize_signed_phase_reject_solution() -> Weight { - // Minimum execution time: 23_023 nanoseconds. - Weight::from_ref_time(23_393_000) + // Minimum execution time: 23_947 nanoseconds. + Weight::from_ref_time(24_942_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -94,10 +94,10 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. fn create_snapshot_internal(v: u32, _t: u32, ) -> Weight { - // Minimum execution time: 430_067 nanoseconds. - Weight::from_ref_time(439_933_000) - // Standard Error: 2_371 - .saturating_add(Weight::from_ref_time(269_270).saturating_mul(v.into())) + // Minimum execution time: 580_497 nanoseconds. + Weight::from_ref_time(594_851_000) + // Standard Error: 3_222 + .saturating_add(Weight::from_ref_time(323_805).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -113,12 +113,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `a` is `[500, 800]`. /// The range of component `d` is `[200, 400]`. fn elect_queued(a: u32, d: u32, ) -> Weight { - // Minimum execution time: 294_011 nanoseconds. - Weight::from_ref_time(123_427_340) - // Standard Error: 4_994 - .saturating_add(Weight::from_ref_time(298_204).saturating_mul(a.into())) - // Standard Error: 7_486 - .saturating_add(Weight::from_ref_time(125_533).saturating_mul(d.into())) + // Minimum execution time: 448_589 nanoseconds. + Weight::from_ref_time(124_947_017) + // Standard Error: 8_080 + .saturating_add(Weight::from_ref_time(589_797).saturating_mul(a.into())) + // Standard Error: 12_112 + .saturating_add(Weight::from_ref_time(184_444).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -129,8 +129,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: ElectionProviderMultiPhase SignedSubmissionNextIndex (r:1 w:1) // Storage: ElectionProviderMultiPhase SignedSubmissionsMap (r:0 w:1) fn submit() -> Weight { - // Minimum execution time: 57_674 nanoseconds. - Weight::from_ref_time(58_716_000) + // Minimum execution time: 66_920 nanoseconds. + Weight::from_ref_time(69_949_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -146,12 +146,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `a` is `[500, 800]`. /// The range of component `d` is `[200, 400]`. fn submit_unsigned(v: u32, _t: u32, a: u32, _d: u32, ) -> Weight { - // Minimum execution time: 4_712_271 nanoseconds. - Weight::from_ref_time(4_734_766_000) - // Standard Error: 15_018 - .saturating_add(Weight::from_ref_time(103_378).saturating_mul(v.into())) - // Standard Error: 44_504 - .saturating_add(Weight::from_ref_time(4_453_856).saturating_mul(a.into())) + // Minimum execution time: 6_222_722 nanoseconds. + Weight::from_ref_time(6_342_692_000) + // Standard Error: 20_126 + .saturating_add(Weight::from_ref_time(125_889).saturating_mul(v.into())) + // Standard Error: 59_641 + .saturating_add(Weight::from_ref_time(5_895_396).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -164,12 +164,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `a` is `[500, 800]`. /// The range of component `d` is `[200, 400]`. fn feasibility_check(v: u32, _t: u32, a: u32, _d: u32, ) -> Weight { - // Minimum execution time: 3_947_174 nanoseconds. - Weight::from_ref_time(3_988_972_000) - // Standard Error: 12_850 - .saturating_add(Weight::from_ref_time(214_247).saturating_mul(v.into())) - // Standard Error: 38_081 - .saturating_add(Weight::from_ref_time(3_312_061).saturating_mul(a.into())) + // Minimum execution time: 5_091_838 nanoseconds. + Weight::from_ref_time(5_248_865_000) + // Standard Error: 15_672 + .saturating_add(Weight::from_ref_time(315_764).saturating_mul(v.into())) + // Standard Error: 46_442 + .saturating_add(Weight::from_ref_time(3_473_585).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4)) } } diff --git a/runtime/westend/src/weights/pallet_fast_unstake.rs b/runtime/westend/src/weights/pallet_fast_unstake.rs index f44276876e03..b39b5202e21e 100644 --- a/runtime/westend/src/weights/pallet_fast_unstake.rs +++ b/runtime/westend/src/weights/pallet_fast_unstake.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_fast_unstake` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -58,8 +58,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: Staking Ledger (r:0 w:64) // Storage: Staking Payee (r:0 w:64) fn on_idle_unstake() -> Weight { - // Minimum execution time: 2_197_818 nanoseconds. - Weight::from_ref_time(2_240_836_000) + // Minimum execution time: 2_501_290 nanoseconds. + Weight::from_ref_time(2_524_064_000) .saturating_add(T::DbWeight::get().reads(389)) .saturating_add(T::DbWeight::get().writes(321)) } @@ -73,10 +73,10 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: Staking ErasStakers (r:4 w:0) /// The range of component `x` is `[2, 256]`. fn on_idle_check(x: u32, ) -> Weight { - // Minimum execution time: 2_301_634 nanoseconds. - Weight::from_ref_time(2_334_696_000) - // Standard Error: 490_468 - .saturating_add(Weight::from_ref_time(794_445_378).saturating_mul(x.into())) + // Minimum execution time: 2_627_503 nanoseconds. + Weight::from_ref_time(2_655_719_000) + // Standard Error: 529_391 + .saturating_add(Weight::from_ref_time(870_671_490).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(72)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(66)) @@ -96,8 +96,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: Balances Locks (r:1 w:1) // Storage: FastUnstake CounterForQueue (r:1 w:1) fn register_fast_unstake() -> Weight { - // Minimum execution time: 126_362 nanoseconds. - Weight::from_ref_time(128_887_000) + // Minimum execution time: 156_265 nanoseconds. + Weight::from_ref_time(163_820_000) .saturating_add(T::DbWeight::get().reads(15)) .saturating_add(T::DbWeight::get().writes(10)) } @@ -107,15 +107,15 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: FastUnstake Head (r:1 w:0) // Storage: FastUnstake CounterForQueue (r:1 w:1) fn deregister() -> Weight { - // Minimum execution time: 51_177 nanoseconds. - Weight::from_ref_time(52_610_000) + // Minimum execution time: 68_616 nanoseconds. + Weight::from_ref_time(70_758_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1) fn control() -> Weight { - // Minimum execution time: 4_249 nanoseconds. - Weight::from_ref_time(4_481_000) + // Minimum execution time: 4_451 nanoseconds. + Weight::from_ref_time(4_771_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/pallet_identity.rs b/runtime/westend/src/weights/pallet_identity.rs index 44ed7b2abf0c..bb91f566c867 100644 --- a/runtime/westend/src/weights/pallet_identity.rs +++ b/runtime/westend/src/weights/pallet_identity.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -47,10 +47,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity Registrars (r:1 w:1) /// The range of component `r` is `[1, 19]`. fn add_registrar(r: u32, ) -> Weight { - // Minimum execution time: 17_206 nanoseconds. - Weight::from_ref_time(19_610_520) - // Standard Error: 15_819 - .saturating_add(Weight::from_ref_time(126_067).saturating_mul(r.into())) + // Minimum execution time: 17_219 nanoseconds. + Weight::from_ref_time(18_644_382) + // Standard Error: 3_094 + .saturating_add(Weight::from_ref_time(163_651).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -58,12 +58,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn set_identity(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 37_129 nanoseconds. - Weight::from_ref_time(36_638_241) - // Standard Error: 3_209 - .saturating_add(Weight::from_ref_time(81_223).saturating_mul(r.into())) - // Standard Error: 626 - .saturating_add(Weight::from_ref_time(327_058).saturating_mul(x.into())) + // Minimum execution time: 37_666 nanoseconds. + Weight::from_ref_time(35_591_916) + // Standard Error: 5_105 + .saturating_add(Weight::from_ref_time(230_075).saturating_mul(r.into())) + // Standard Error: 996 + .saturating_add(Weight::from_ref_time(327_559).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -72,10 +72,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:2 w:2) /// The range of component `s` is `[0, 100]`. fn set_subs_new(s: u32, ) -> Weight { - // Minimum execution time: 10_645 nanoseconds. - Weight::from_ref_time(29_283_407) - // Standard Error: 5_158 - .saturating_add(Weight::from_ref_time(2_219_598).saturating_mul(s.into())) + // Minimum execution time: 10_566 nanoseconds. + Weight::from_ref_time(28_022_849) + // Standard Error: 4_822 + .saturating_add(Weight::from_ref_time(2_605_764).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)) @@ -86,10 +86,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:0 w:2) /// The range of component `p` is `[0, 100]`. fn set_subs_old(p: u32, ) -> Weight { - // Minimum execution time: 10_647 nanoseconds. - Weight::from_ref_time(29_520_021) - // Standard Error: 4_461 - .saturating_add(Weight::from_ref_time(974_701).saturating_mul(p.into())) + // Minimum execution time: 10_424 nanoseconds. + Weight::from_ref_time(27_748_012) + // Standard Error: 4_248 + .saturating_add(Weight::from_ref_time(1_169_323).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -101,14 +101,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { - // Minimum execution time: 51_534 nanoseconds. - Weight::from_ref_time(37_533_398) - // Standard Error: 5_537 - .saturating_add(Weight::from_ref_time(100_041).saturating_mul(r.into())) - // Standard Error: 1_081 - .saturating_add(Weight::from_ref_time(937_632).saturating_mul(s.into())) - // Standard Error: 1_081 - .saturating_add(Weight::from_ref_time(167_102).saturating_mul(x.into())) + // Minimum execution time: 54_544 nanoseconds. + Weight::from_ref_time(36_114_637) + // Standard Error: 9_230 + .saturating_add(Weight::from_ref_time(256_928).saturating_mul(r.into())) + // Standard Error: 1_802 + .saturating_add(Weight::from_ref_time(1_151_381).saturating_mul(s.into())) + // Standard Error: 1_802 + .saturating_add(Weight::from_ref_time(180_943).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -118,12 +118,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn request_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 38_967 nanoseconds. - Weight::from_ref_time(37_980_576) - // Standard Error: 4_273 - .saturating_add(Weight::from_ref_time(94_272).saturating_mul(r.into())) - // Standard Error: 833 - .saturating_add(Weight::from_ref_time(349_822).saturating_mul(x.into())) + // Minimum execution time: 39_564 nanoseconds. + Weight::from_ref_time(36_950_088) + // Standard Error: 6_349 + .saturating_add(Weight::from_ref_time(223_967).saturating_mul(r.into())) + // Standard Error: 1_238 + .saturating_add(Weight::from_ref_time(354_139).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -131,42 +131,42 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn cancel_request(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 35_152 nanoseconds. - Weight::from_ref_time(33_757_535) - // Standard Error: 4_168 - .saturating_add(Weight::from_ref_time(113_496).saturating_mul(r.into())) - // Standard Error: 813 - .saturating_add(Weight::from_ref_time(350_730).saturating_mul(x.into())) + // Minimum execution time: 35_812 nanoseconds. + Weight::from_ref_time(34_099_384) + // Standard Error: 4_365 + .saturating_add(Weight::from_ref_time(164_006).saturating_mul(r.into())) + // Standard Error: 851 + .saturating_add(Weight::from_ref_time(346_687).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) /// The range of component `r` is `[1, 19]`. fn set_fee(r: u32, ) -> Weight { - // Minimum execution time: 8_991 nanoseconds. - Weight::from_ref_time(10_132_869) - // Standard Error: 3_128 - .saturating_add(Weight::from_ref_time(138_045).saturating_mul(r.into())) + // Minimum execution time: 8_837 nanoseconds. + Weight::from_ref_time(9_767_498) + // Standard Error: 2_403 + .saturating_add(Weight::from_ref_time(110_694).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) /// The range of component `r` is `[1, 19]`. fn set_account_id(r: u32, ) -> Weight { - // Minimum execution time: 9_492 nanoseconds. - Weight::from_ref_time(10_491_934) - // Standard Error: 2_819 - .saturating_add(Weight::from_ref_time(116_960).saturating_mul(r.into())) + // Minimum execution time: 8_630 nanoseconds. + Weight::from_ref_time(9_570_353) + // Standard Error: 1_781 + .saturating_add(Weight::from_ref_time(118_520).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) /// The range of component `r` is `[1, 19]`. fn set_fields(r: u32, ) -> Weight { - // Minimum execution time: 9_419 nanoseconds. - Weight::from_ref_time(10_194_167) - // Standard Error: 3_278 - .saturating_add(Weight::from_ref_time(144_382).saturating_mul(r.into())) + // Minimum execution time: 9_063 nanoseconds. + Weight::from_ref_time(9_698_295) + // Standard Error: 1_951 + .saturating_add(Weight::from_ref_time(114_610).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 19]`. /// The range of component `x` is `[0, 100]`. fn provide_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 29_077 nanoseconds. - Weight::from_ref_time(29_386_927) - // Standard Error: 5_279 - .saturating_add(Weight::from_ref_time(59_017).saturating_mul(r.into())) - // Standard Error: 976 - .saturating_add(Weight::from_ref_time(583_648).saturating_mul(x.into())) + // Minimum execution time: 28_410 nanoseconds. + Weight::from_ref_time(26_727_537) + // Standard Error: 5_884 + .saturating_add(Weight::from_ref_time(201_779).saturating_mul(r.into())) + // Standard Error: 1_088 + .saturating_add(Weight::from_ref_time(613_204).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,14 +192,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// 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 { - // Minimum execution time: 57_380 nanoseconds. - Weight::from_ref_time(42_142_679) - // Standard Error: 4_918 - .saturating_add(Weight::from_ref_time(108_489).saturating_mul(r.into())) - // Standard Error: 960 - .saturating_add(Weight::from_ref_time(957_708).saturating_mul(s.into())) - // Standard Error: 960 - .saturating_add(Weight::from_ref_time(165_293).saturating_mul(x.into())) + // Minimum execution time: 60_140 nanoseconds. + Weight::from_ref_time(40_374_243) + // Standard Error: 9_240 + .saturating_add(Weight::from_ref_time(227_547).saturating_mul(r.into())) + // Standard Error: 1_804 + .saturating_add(Weight::from_ref_time(1_156_581).saturating_mul(s.into())) + // Standard Error: 1_804 + .saturating_add(Weight::from_ref_time(192_287).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -209,10 +209,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn add_sub(s: u32, ) -> Weight { - // Minimum execution time: 32_174 nanoseconds. - Weight::from_ref_time(39_071_258) - // Standard Error: 1_761 - .saturating_add(Weight::from_ref_time(74_101).saturating_mul(s.into())) + // Minimum execution time: 33_360 nanoseconds. + Weight::from_ref_time(38_195_225) + // Standard Error: 1_764 + .saturating_add(Weight::from_ref_time(132_577).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -220,10 +220,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn rename_sub(s: u32, ) -> Weight { - // Minimum execution time: 14_489 nanoseconds. - Weight::from_ref_time(17_085_840) - // Standard Error: 767 - .saturating_add(Weight::from_ref_time(28_583).saturating_mul(s.into())) + // Minimum execution time: 14_051 nanoseconds. + Weight::from_ref_time(15_405_341) + // Standard Error: 776 + .saturating_add(Weight::from_ref_time(53_848).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -232,10 +232,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn remove_sub(s: u32, ) -> Weight { - // Minimum execution time: 36_609 nanoseconds. - Weight::from_ref_time(40_448_126) - // Standard Error: 1_324 - .saturating_add(Weight::from_ref_time(64_976).saturating_mul(s.into())) + // Minimum execution time: 37_413 nanoseconds. + Weight::from_ref_time(40_310_075) + // Standard Error: 1_393 + .saturating_add(Weight::from_ref_time(114_390).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -243,10 +243,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn quit_sub(s: u32, ) -> Weight { - // Minimum execution time: 26_229 nanoseconds. - Weight::from_ref_time(30_480_487) - // Standard Error: 2_283 - .saturating_add(Weight::from_ref_time(67_312).saturating_mul(s.into())) + // Minimum execution time: 26_305 nanoseconds. + Weight::from_ref_time(29_132_228) + // Standard Error: 1_366 + .saturating_add(Weight::from_ref_time(112_853).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/westend/src/weights/pallet_im_online.rs b/runtime/westend/src/weights/pallet_im_online.rs index 6d72fbe4e414..3b4f604d79d3 100644 --- a/runtime/westend/src/weights/pallet_im_online.rs +++ b/runtime/westend/src/weights/pallet_im_online.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_im_online` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -52,12 +52,12 @@ impl pallet_im_online::WeightInfo for WeightInfo { /// The range of component `k` is `[1, 1000]`. /// The range of component `e` is `[1, 100]`. fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight { - // Minimum execution time: 97_738 nanoseconds. - Weight::from_ref_time(77_543_087) - // Standard Error: 395 - .saturating_add(Weight::from_ref_time(25_104).saturating_mul(k.into())) - // Standard Error: 3_987 - .saturating_add(Weight::from_ref_time(318_463).saturating_mul(e.into())) + // Minimum execution time: 124_051 nanoseconds. + Weight::from_ref_time(105_127_855) + // Standard Error: 424 + .saturating_add(Weight::from_ref_time(34_443).saturating_mul(k.into())) + // Standard Error: 4_276 + .saturating_add(Weight::from_ref_time(406_308).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_indices.rs b/runtime/westend/src/weights/pallet_indices.rs index f6113aadc049..1257003cb6a7 100644 --- a/runtime/westend/src/weights/pallet_indices.rs +++ b/runtime/westend/src/weights/pallet_indices.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_indices` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -46,38 +46,38 @@ pub struct WeightInfo(PhantomData); impl pallet_indices::WeightInfo for WeightInfo { // Storage: Indices Accounts (r:1 w:1) fn claim() -> Weight { - // Minimum execution time: 27_143 nanoseconds. - Weight::from_ref_time(27_625_000) + // Minimum execution time: 27_775 nanoseconds. + Weight::from_ref_time(28_555_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - // Minimum execution time: 33_665 nanoseconds. - Weight::from_ref_time(34_330_000) + // Minimum execution time: 34_543 nanoseconds. + Weight::from_ref_time(35_698_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Indices Accounts (r:1 w:1) fn free() -> Weight { - // Minimum execution time: 27_507 nanoseconds. - Weight::from_ref_time(28_086_000) + // Minimum execution time: 28_616 nanoseconds. + Weight::from_ref_time(29_152_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn force_transfer() -> Weight { - // Minimum execution time: 27_835 nanoseconds. - Weight::from_ref_time(28_413_000) + // Minimum execution time: 29_096 nanoseconds. + Weight::from_ref_time(30_005_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Indices Accounts (r:1 w:1) fn freeze() -> Weight { - // Minimum execution time: 33_102 nanoseconds. - Weight::from_ref_time(33_911_000) + // Minimum execution time: 34_100 nanoseconds. + Weight::from_ref_time(35_147_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_multisig.rs b/runtime/westend/src/weights/pallet_multisig.rs index 493299c800d3..69ee1199a1c6 100644 --- a/runtime/westend/src/weights/pallet_multisig.rs +++ b/runtime/westend/src/weights/pallet_multisig.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -46,22 +46,22 @@ pub struct WeightInfo(PhantomData); impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_threshold_1(z: u32, ) -> Weight { - // Minimum execution time: 15_139 nanoseconds. - Weight::from_ref_time(15_628_641) - // Standard Error: 3 - .saturating_add(Weight::from_ref_time(534).saturating_mul(z.into())) + // Minimum execution time: 17_160 nanoseconds. + Weight::from_ref_time(18_141_708) + // Standard Error: 7 + .saturating_add(Weight::from_ref_time(597).saturating_mul(z.into())) } // Storage: Multisig Multisigs (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 43_041 nanoseconds. - Weight::from_ref_time(35_924_597) - // Standard Error: 764 - .saturating_add(Weight::from_ref_time(79_957).saturating_mul(s.into())) - // Standard Error: 7 - .saturating_add(Weight::from_ref_time(1_555).saturating_mul(z.into())) + // Minimum execution time: 50_074 nanoseconds. + Weight::from_ref_time(36_270_673) + // Standard Error: 1_527 + .saturating_add(Weight::from_ref_time(157_115).saturating_mul(s.into())) + // Standard Error: 14 + .saturating_add(Weight::from_ref_time(1_888).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[3, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 34_101 nanoseconds. - Weight::from_ref_time(26_919_170) - // Standard Error: 674 - .saturating_add(Weight::from_ref_time(79_155).saturating_mul(s.into())) - // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_556).saturating_mul(z.into())) + // Minimum execution time: 37_765 nanoseconds. + Weight::from_ref_time(25_788_045) + // Standard Error: 976 + .saturating_add(Weight::from_ref_time(143_171).saturating_mul(s.into())) + // Standard Error: 9 + .saturating_add(Weight::from_ref_time(1_895).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 48_453 nanoseconds. - Weight::from_ref_time(39_310_876) - // Standard Error: 713 - .saturating_add(Weight::from_ref_time(107_145).saturating_mul(s.into())) - // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_561).saturating_mul(z.into())) + // Minimum execution time: 55_887 nanoseconds. + Weight::from_ref_time(38_621_539) + // Standard Error: 1_382 + .saturating_add(Weight::from_ref_time(192_903).saturating_mul(s.into())) + // Standard Error: 13 + .saturating_add(Weight::from_ref_time(1_976).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -96,30 +96,30 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { - // Minimum execution time: 31_246 nanoseconds. - Weight::from_ref_time(34_435_313) - // Standard Error: 1_084 - .saturating_add(Weight::from_ref_time(84_577).saturating_mul(s.into())) + // Minimum execution time: 33_387 nanoseconds. + Weight::from_ref_time(34_517_492) + // Standard Error: 1_477 + .saturating_add(Weight::from_ref_time(158_241).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Multisig Multisigs (r:1 w:1) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { - // Minimum execution time: 23_796 nanoseconds. - Weight::from_ref_time(25_739_759) - // Standard Error: 781 - .saturating_add(Weight::from_ref_time(81_777).saturating_mul(s.into())) + // Minimum execution time: 23_230 nanoseconds. + Weight::from_ref_time(24_494_910) + // Standard Error: 1_137 + .saturating_add(Weight::from_ref_time(141_194).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) /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { - // Minimum execution time: 33_877 nanoseconds. - Weight::from_ref_time(36_371_400) - // Standard Error: 3_472 - .saturating_add(Weight::from_ref_time(85_589).saturating_mul(s.into())) + // Minimum execution time: 34_222 nanoseconds. + Weight::from_ref_time(35_697_727) + // Standard Error: 1_269 + .saturating_add(Weight::from_ref_time(153_634).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index ba306db8e3a9..2234e2dcd7f3 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_nomination_pools` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -58,8 +58,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn join() -> Weight { - // Minimum execution time: 138_259 nanoseconds. - Weight::from_ref_time(139_599_000) + // Minimum execution time: 153_519 nanoseconds. + Weight::from_ref_time(157_726_000) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -73,8 +73,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn bond_extra_transfer() -> Weight { - // Minimum execution time: 139_568 nanoseconds. - Weight::from_ref_time(141_364_000) + // Minimum execution time: 155_288 nanoseconds. + Weight::from_ref_time(161_952_000) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -88,8 +88,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListNodes (r:2 w:2) // Storage: VoterList ListBags (r:2 w:2) fn bond_extra_reward() -> Weight { - // Minimum execution time: 144_552 nanoseconds. - Weight::from_ref_time(147_948_000) + // Minimum execution time: 159_560 nanoseconds. + Weight::from_ref_time(165_447_000) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -98,8 +98,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools RewardPools (r:1 w:1) // Storage: System Account (r:1 w:1) fn claim_payout() -> Weight { - // Minimum execution time: 55_288 nanoseconds. - Weight::from_ref_time(55_756_000) + // Minimum execution time: 56_257 nanoseconds. + Weight::from_ref_time(58_631_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -118,8 +118,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools SubPoolsStorage (r:1 w:1) // Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) fn unbond() -> Weight { - // Minimum execution time: 144_556 nanoseconds. - Weight::from_ref_time(148_643_000) + // Minimum execution time: 161_773 nanoseconds. + Weight::from_ref_time(167_256_000) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(13)) } @@ -130,10 +130,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Balances Locks (r:1 w:1) /// The range of component `s` is `[0, 100]`. fn pool_withdraw_unbonded(s: u32, ) -> Weight { - // Minimum execution time: 54_472 nanoseconds. - Weight::from_ref_time(55_993_165) - // Standard Error: 1_125 - .saturating_add(Weight::from_ref_time(19_361).saturating_mul(s.into())) + // Minimum execution time: 56_861 nanoseconds. + Weight::from_ref_time(59_457_225) + // Standard Error: 1_495 + .saturating_add(Weight::from_ref_time(62_475).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -148,10 +148,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools CounterForPoolMembers (r:1 w:1) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { - // Minimum execution time: 97_091 nanoseconds. - Weight::from_ref_time(98_681_105) - // Standard Error: 1_519 - .saturating_add(Weight::from_ref_time(25_639).saturating_mul(s.into())) + // Minimum execution time: 103_624 nanoseconds. + Weight::from_ref_time(107_666_179) + // Standard Error: 2_705 + .saturating_add(Weight::from_ref_time(86_158).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -176,11 +176,9 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools CounterForBondedPools (r:1 w:1) // Storage: Staking Payee (r:0 w:1) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_kill(s: u32, ) -> Weight { - // Minimum execution time: 145_591 nanoseconds. - Weight::from_ref_time(148_696_048) - // Standard Error: 2_463 - .saturating_add(Weight::from_ref_time(4_746).saturating_mul(s.into())) + fn withdraw_unbonded_kill(_s: u32, ) -> Weight { + // Minimum execution time: 157_021 nanoseconds. + Weight::from_ref_time(164_501_366) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -206,8 +204,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools BondedPools (r:1 w:1) // Storage: Staking Payee (r:0 w:1) fn create() -> Weight { - // Minimum execution time: 128_698 nanoseconds. - Weight::from_ref_time(129_625_000) + // Minimum execution time: 135_463 nanoseconds. + Weight::from_ref_time(139_148_000) .saturating_add(T::DbWeight::get().reads(21)) .saturating_add(T::DbWeight::get().writes(15)) } @@ -225,10 +223,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Staking CounterForNominators (r:1 w:1) /// The range of component `n` is `[1, 16]`. fn nominate(n: u32, ) -> Weight { - // Minimum execution time: 63_931 nanoseconds. - Weight::from_ref_time(65_401_359) - // Standard Error: 7_468 - .saturating_add(Weight::from_ref_time(940_355).saturating_mul(n.into())) + // Minimum execution time: 66_014 nanoseconds. + Weight::from_ref_time(67_276_709) + // Standard Error: 10_047 + .saturating_add(Weight::from_ref_time(1_214_297).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) @@ -237,8 +235,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Staking Bonded (r:1 w:0) // Storage: Staking Ledger (r:1 w:0) fn set_state() -> Weight { - // Minimum execution time: 38_274 nanoseconds. - Weight::from_ref_time(38_769_000) + // Minimum execution time: 37_652 nanoseconds. + Weight::from_ref_time(39_301_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -247,10 +245,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools CounterForMetadata (r:1 w:1) /// The range of component `n` is `[1, 256]`. fn set_metadata(n: u32, ) -> Weight { - // Minimum execution time: 15_942 nanoseconds. - Weight::from_ref_time(16_628_290) - // Standard Error: 219 - .saturating_add(Weight::from_ref_time(1_069).saturating_mul(n.into())) + // Minimum execution time: 14_845 nanoseconds. + Weight::from_ref_time(15_863_125) + // Standard Error: 212 + .saturating_add(Weight::from_ref_time(1_054).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -260,14 +258,14 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools MinCreateBond (r:0 w:1) // Storage: NominationPools MaxPools (r:0 w:1) fn set_configs() -> Weight { - // Minimum execution time: 6_788 nanoseconds. - Weight::from_ref_time(7_017_000) + // Minimum execution time: 6_735 nanoseconds. + Weight::from_ref_time(7_157_000) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: NominationPools BondedPools (r:1 w:1) fn update_roles() -> Weight { - // Minimum execution time: 26_221 nanoseconds. - Weight::from_ref_time(26_519_000) + // Minimum execution time: 25_120 nanoseconds. + Weight::from_ref_time(26_223_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -281,8 +279,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListBags (r:1 w:1) // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill() -> Weight { - // Minimum execution time: 65_441 nanoseconds. - Weight::from_ref_time(66_576_000) + // Minimum execution time: 66_119 nanoseconds. + Weight::from_ref_time(69_086_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/westend/src/weights/pallet_preimage.rs b/runtime/westend/src/weights/pallet_preimage.rs index 4bd40514f3e7..f262f6fc0cb7 100644 --- a/runtime/westend/src/weights/pallet_preimage.rs +++ b/runtime/westend/src/weights/pallet_preimage.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -48,10 +48,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_preimage(s: u32, ) -> Weight { - // Minimum execution time: 29_478 nanoseconds. - Weight::from_ref_time(29_819_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_329).saturating_mul(s.into())) + // Minimum execution time: 30_334 nanoseconds. + Weight::from_ref_time(299_688_468) + // Standard Error: 8 + .saturating_add(Weight::from_ref_time(2_288).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -59,10 +59,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_requested_preimage(s: u32, ) -> Weight { - // Minimum execution time: 21_727 nanoseconds. - Weight::from_ref_time(22_008_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_330).saturating_mul(s.into())) + // Minimum execution time: 21_289 nanoseconds. + Weight::from_ref_time(1_184_667) + // Standard Error: 13 + .saturating_add(Weight::from_ref_time(2_484).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -70,76 +70,76 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_no_deposit_preimage(s: u32, ) -> Weight { - // Minimum execution time: 20_026 nanoseconds. - Weight::from_ref_time(20_317_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_328).saturating_mul(s.into())) + // Minimum execution time: 20_431 nanoseconds. + Weight::from_ref_time(26_848_870) + // Standard Error: 4 + .saturating_add(Weight::from_ref_time(2_561).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_preimage() -> Weight { - // Minimum execution time: 39_899 nanoseconds. - Weight::from_ref_time(41_513_000) + // Minimum execution time: 43_251 nanoseconds. + Weight::from_ref_time(46_041_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_no_deposit_preimage() -> Weight { - // Minimum execution time: 27_476 nanoseconds. - Weight::from_ref_time(29_041_000) + // Minimum execution time: 30_672 nanoseconds. + Weight::from_ref_time(33_229_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_preimage() -> Weight { - // Minimum execution time: 27_407 nanoseconds. - Weight::from_ref_time(29_385_000) + // Minimum execution time: 30_260 nanoseconds. + Weight::from_ref_time(33_833_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_no_deposit_preimage() -> Weight { - // Minimum execution time: 13_909 nanoseconds. - Weight::from_ref_time(14_612_000) + // Minimum execution time: 16_722 nanoseconds. + Weight::from_ref_time(17_529_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_unnoted_preimage() -> Weight { - // Minimum execution time: 18_575 nanoseconds. - Weight::from_ref_time(19_031_000) + // Minimum execution time: 26_033 nanoseconds. + Weight::from_ref_time(26_846_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_requested_preimage() -> Weight { - // Minimum execution time: 9_584 nanoseconds. - Weight::from_ref_time(9_906_000) + // Minimum execution time: 10_629 nanoseconds. + Weight::from_ref_time(12_546_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unrequest_preimage() -> Weight { - // Minimum execution time: 27_932 nanoseconds. - Weight::from_ref_time(28_511_000) + // Minimum execution time: 30_014 nanoseconds. + Weight::from_ref_time(31_813_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_unnoted_preimage() -> Weight { - // Minimum execution time: 9_308 nanoseconds. - Weight::from_ref_time(9_853_000) + // Minimum execution time: 10_954 nanoseconds. + Weight::from_ref_time(12_657_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_multi_referenced_preimage() -> Weight { - // Minimum execution time: 9_487 nanoseconds. - Weight::from_ref_time(9_931_000) + // Minimum execution time: 11_255 nanoseconds. + Weight::from_ref_time(12_298_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_proxy.rs b/runtime/westend/src/weights/pallet_proxy.rs index 479ecb75dfc0..f41ee73a54e2 100644 --- a/runtime/westend/src/weights/pallet_proxy.rs +++ b/runtime/westend/src/weights/pallet_proxy.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_proxy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -46,9 +46,11 @@ pub struct WeightInfo(PhantomData); impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:0) /// The range of component `p` is `[1, 31]`. - fn proxy(_p: u32, ) -> Weight { - // Minimum execution time: 21_143 nanoseconds. - Weight::from_ref_time(23_472_158) + fn proxy(p: u32, ) -> Weight { + // Minimum execution time: 20_413 nanoseconds. + Weight::from_ref_time(21_531_533) + // Standard Error: 2_217 + .saturating_add(Weight::from_ref_time(29_605).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: Proxy Proxies (r:1 w:0) @@ -57,12 +59,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn proxy_announced(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 39_910 nanoseconds. - Weight::from_ref_time(39_904_280) - // Standard Error: 2_188 - .saturating_add(Weight::from_ref_time(122_193).saturating_mul(a.into())) - // Standard Error: 2_261 - .saturating_add(Weight::from_ref_time(34_036).saturating_mul(p.into())) + // Minimum execution time: 38_885 nanoseconds. + Weight::from_ref_time(39_447_475) + // Standard Error: 2_541 + .saturating_add(Weight::from_ref_time(132_904).saturating_mul(a.into())) + // Standard Error: 2_626 + .saturating_add(Weight::from_ref_time(41_980).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -70,11 +72,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn remove_announcement(a: u32, _p: u32, ) -> Weight { - // Minimum execution time: 27_273 nanoseconds. - Weight::from_ref_time(28_913_876) - // Standard Error: 1_781 - .saturating_add(Weight::from_ref_time(114_215).saturating_mul(a.into())) + fn remove_announcement(a: u32, p: u32, ) -> Weight { + // Minimum execution time: 26_625 nanoseconds. + Weight::from_ref_time(28_140_157) + // Standard Error: 2_257 + .saturating_add(Weight::from_ref_time(122_180).saturating_mul(a.into())) + // Standard Error: 2_332 + .saturating_add(Weight::from_ref_time(12_751).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -83,12 +87,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn reject_announcement(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 27_817 nanoseconds. - Weight::from_ref_time(28_265_040) - // Standard Error: 1_600 - .saturating_add(Weight::from_ref_time(120_304).saturating_mul(a.into())) - // Standard Error: 1_654 - .saturating_add(Weight::from_ref_time(13_691).saturating_mul(p.into())) + // Minimum execution time: 26_719 nanoseconds. + Weight::from_ref_time(27_918_236) + // Standard Error: 2_113 + .saturating_add(Weight::from_ref_time(124_809).saturating_mul(a.into())) + // Standard Error: 2_184 + .saturating_add(Weight::from_ref_time(16_141).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -98,42 +102,42 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn announce(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 35_496 nanoseconds. - Weight::from_ref_time(36_937_979) - // Standard Error: 1_897 - .saturating_add(Weight::from_ref_time(107_095).saturating_mul(a.into())) - // Standard Error: 1_960 - .saturating_add(Weight::from_ref_time(23_145).saturating_mul(p.into())) + // Minimum execution time: 35_171 nanoseconds. + Weight::from_ref_time(36_908_800) + // Standard Error: 2_521 + .saturating_add(Weight::from_ref_time(112_734).saturating_mul(a.into())) + // Standard Error: 2_605 + .saturating_add(Weight::from_ref_time(37_617).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn add_proxy(p: u32, ) -> Weight { - // Minimum execution time: 29_549 nanoseconds. - Weight::from_ref_time(30_682_880) - // Standard Error: 1_619 - .saturating_add(Weight::from_ref_time(69_181).saturating_mul(p.into())) + // Minimum execution time: 29_118 nanoseconds. + Weight::from_ref_time(30_884_441) + // Standard Error: 2_514 + .saturating_add(Weight::from_ref_time(53_192).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxy(p: u32, ) -> Weight { - // Minimum execution time: 28_779 nanoseconds. - Weight::from_ref_time(30_661_882) - // Standard Error: 2_454 - .saturating_add(Weight::from_ref_time(89_720).saturating_mul(p.into())) + // Minimum execution time: 28_765 nanoseconds. + Weight::from_ref_time(30_403_231) + // Standard Error: 2_267 + .saturating_add(Weight::from_ref_time(73_602).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxies(p: u32, ) -> Weight { - // Minimum execution time: 25_298 nanoseconds. - Weight::from_ref_time(26_613_839) - // Standard Error: 1_859 - .saturating_add(Weight::from_ref_time(54_694).saturating_mul(p.into())) + // Minimum execution time: 25_139 nanoseconds. + Weight::from_ref_time(26_459_750) + // Standard Error: 1_847 + .saturating_add(Weight::from_ref_time(27_361).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -141,20 +145,20 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn create_pure(p: u32, ) -> Weight { - // Minimum execution time: 31_246 nanoseconds. - Weight::from_ref_time(32_714_216) - // Standard Error: 2_269 - .saturating_add(Weight::from_ref_time(13_861).saturating_mul(p.into())) + // Minimum execution time: 31_522 nanoseconds. + Weight::from_ref_time(33_031_273) + // Standard Error: 1_890 + .saturating_add(Weight::from_ref_time(10_692).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[0, 30]`. fn kill_pure(p: u32, ) -> Weight { - // Minimum execution time: 26_781 nanoseconds. - Weight::from_ref_time(28_102_802) - // Standard Error: 1_950 - .saturating_add(Weight::from_ref_time(47_305).saturating_mul(p.into())) + // Minimum execution time: 26_343 nanoseconds. + Weight::from_ref_time(27_510_372) + // Standard Error: 2_470 + .saturating_add(Weight::from_ref_time(43_203).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_scheduler.rs b/runtime/westend/src/weights/pallet_scheduler.rs index a9f5ed954b50..e88f88eb9b0a 100644 --- a/runtime/westend/src/weights/pallet_scheduler.rs +++ b/runtime/westend/src/weights/pallet_scheduler.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -46,61 +46,61 @@ pub struct WeightInfo(PhantomData); impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler IncompleteSince (r:1 w:1) fn service_agendas_base() -> Weight { - // Minimum execution time: 4_760 nanoseconds. - Weight::from_ref_time(4_948_000) + // Minimum execution time: 5_168 nanoseconds. + Weight::from_ref_time(5_317_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 50]`. fn service_agenda_base(s: u32, ) -> Weight { - // Minimum execution time: 4_275 nanoseconds. - Weight::from_ref_time(7_662_647) - // Standard Error: 2_111 - .saturating_add(Weight::from_ref_time(549_820).saturating_mul(s.into())) + // Minimum execution time: 4_510 nanoseconds. + Weight::from_ref_time(6_320_514) + // Standard Error: 1_714 + .saturating_add(Weight::from_ref_time(822_496).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_base() -> Weight { - // Minimum execution time: 10_108 nanoseconds. - Weight::from_ref_time(10_267_000) + // Minimum execution time: 10_694 nanoseconds. + Weight::from_ref_time(10_991_000) } // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) /// The range of component `s` is `[128, 4194304]`. fn service_task_fetched(s: u32, ) -> Weight { - // Minimum execution time: 22_796 nanoseconds. - Weight::from_ref_time(23_051_000) + // Minimum execution time: 23_666 nanoseconds. + Weight::from_ref_time(24_204_000) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_248).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(1_442).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Scheduler Lookup (r:0 w:1) fn service_task_named() -> Weight { - // Minimum execution time: 11_179 nanoseconds. - Weight::from_ref_time(11_580_000) + // Minimum execution time: 12_133 nanoseconds. + Weight::from_ref_time(12_482_000) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { - // Minimum execution time: 9_683 nanoseconds. - Weight::from_ref_time(9_944_000) + // Minimum execution time: 10_733 nanoseconds. + Weight::from_ref_time(10_989_000) } fn execute_dispatch_signed() -> Weight { - // Minimum execution time: 4_513 nanoseconds. - Weight::from_ref_time(4_646_000) + // Minimum execution time: 4_427 nanoseconds. + Weight::from_ref_time(4_606_000) } fn execute_dispatch_unsigned() -> Weight { - // Minimum execution time: 4_543 nanoseconds. - Weight::from_ref_time(4_617_000) + // Minimum execution time: 4_408 nanoseconds. + Weight::from_ref_time(4_562_000) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule(s: u32, ) -> Weight { - // Minimum execution time: 18_164 nanoseconds. - Weight::from_ref_time(22_239_273) - // Standard Error: 2_497 - .saturating_add(Weight::from_ref_time(576_065).saturating_mul(s.into())) + // Minimum execution time: 18_297 nanoseconds. + Weight::from_ref_time(20_531_744) + // Standard Error: 2_314 + .saturating_add(Weight::from_ref_time(870_323).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -108,10 +108,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Lookup (r:0 w:1) /// The range of component `s` is `[1, 50]`. fn cancel(s: u32, ) -> Weight { - // Minimum execution time: 22_442 nanoseconds. - Weight::from_ref_time(23_739_084) - // Standard Error: 2_073 - .saturating_add(Weight::from_ref_time(928_042).saturating_mul(s.into())) + // Minimum execution time: 22_514 nanoseconds. + Weight::from_ref_time(21_018_601) + // Standard Error: 2_788 + .saturating_add(Weight::from_ref_time(1_510_250).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,10 +119,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule_named(s: u32, ) -> Weight { - // Minimum execution time: 20_482 nanoseconds. - Weight::from_ref_time(25_798_495) - // Standard Error: 3_181 - .saturating_add(Weight::from_ref_time(599_254).saturating_mul(s.into())) + // Minimum execution time: 20_865 nanoseconds. + Weight::from_ref_time(23_913_045) + // Standard Error: 3_399 + .saturating_add(Weight::from_ref_time(903_130).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -130,10 +130,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[1, 50]`. fn cancel_named(s: u32, ) -> Weight { - // Minimum execution time: 23_695 nanoseconds. - Weight::from_ref_time(25_560_124) - // Standard Error: 2_395 - .saturating_add(Weight::from_ref_time(957_628).saturating_mul(s.into())) + // Minimum execution time: 23_694 nanoseconds. + Weight::from_ref_time(22_633_053) + // Standard Error: 2_782 + .saturating_add(Weight::from_ref_time(1_539_008).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/westend/src/weights/pallet_session.rs b/runtime/westend/src/weights/pallet_session.rs index 6222be1f8685..d7ba344f0dae 100644 --- a/runtime/westend/src/weights/pallet_session.rs +++ b/runtime/westend/src/weights/pallet_session.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -48,8 +48,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:6 w:6) fn set_keys() -> Weight { - // Minimum execution time: 51_662 nanoseconds. - Weight::from_ref_time(53_346_000) + // Minimum execution time: 64_044 nanoseconds. + Weight::from_ref_time(66_031_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -57,8 +57,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:0 w:6) fn purge_keys() -> Weight { - // Minimum execution time: 39_430 nanoseconds. - Weight::from_ref_time(41_466_000) + // Minimum execution time: 48_332 nanoseconds. + Weight::from_ref_time(49_322_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/westend/src/weights/pallet_staking.rs b/runtime/westend/src/weights/pallet_staking.rs index 0c7ac9d10d1a..44ad21abc536 100644 --- a/runtime/westend/src/weights/pallet_staking.rs +++ b/runtime/westend/src/weights/pallet_staking.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_staking` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -50,8 +50,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) // Storage: Staking Payee (r:0 w:1) fn bond() -> Weight { - // Minimum execution time: 47_421 nanoseconds. - Weight::from_ref_time(48_119_000) + // Minimum execution time: 46_608 nanoseconds. + Weight::from_ref_time(49_316_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -61,8 +61,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn bond_extra() -> Weight { - // Minimum execution time: 82_785 nanoseconds. - Weight::from_ref_time(84_889_000) + // Minimum execution time: 87_890 nanoseconds. + Weight::from_ref_time(91_003_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -76,8 +76,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking Bonded (r:1 w:0) // Storage: VoterList ListBags (r:2 w:2) fn unbond() -> Weight { - // Minimum execution time: 91_112 nanoseconds. - Weight::from_ref_time(92_169_000) + // Minimum execution time: 94_757 nanoseconds. + Weight::from_ref_time(96_844_000) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -87,10 +87,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { - // Minimum execution time: 40_196 nanoseconds. - Weight::from_ref_time(41_975_664) - // Standard Error: 906 - .saturating_add(Weight::from_ref_time(21_198).saturating_mul(s.into())) + // Minimum execution time: 40_240 nanoseconds. + Weight::from_ref_time(41_930_987) + // Standard Error: 1_063 + .saturating_add(Weight::from_ref_time(59_093).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -110,10 +110,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking SpanSlash (r:0 w:2) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_kill(s: u32, ) -> Weight { - // Minimum execution time: 77_814 nanoseconds. - Weight::from_ref_time(83_410_369) - // Standard Error: 2_172 - .saturating_add(Weight::from_ref_time(904_586).saturating_mul(s.into())) + // Minimum execution time: 82_880 nanoseconds. + Weight::from_ref_time(88_383_656) + // Standard Error: 2_606 + .saturating_add(Weight::from_ref_time(1_123_716).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -130,8 +130,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList CounterForListNodes (r:1 w:1) // Storage: Staking CounterForValidators (r:1 w:1) fn validate() -> Weight { - // Minimum execution time: 60_135 nanoseconds. - Weight::from_ref_time(60_605_000) + // Minimum execution time: 61_610 nanoseconds. + Weight::from_ref_time(63_806_000) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -139,10 +139,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking Nominators (r:1 w:1) /// The range of component `k` is `[1, 128]`. fn kick(k: u32, ) -> Weight { - // Minimum execution time: 33_825 nanoseconds. - Weight::from_ref_time(32_555_056) - // Standard Error: 10_383 - .saturating_add(Weight::from_ref_time(6_405_050).saturating_mul(k.into())) + // Minimum execution time: 39_763 nanoseconds. + Weight::from_ref_time(43_847_097) + // Standard Error: 6_163 + .saturating_add(Weight::from_ref_time(7_671_132).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) @@ -160,10 +160,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking CounterForNominators (r:1 w:1) /// The range of component `n` is `[1, 16]`. fn nominate(n: u32, ) -> Weight { - // Minimum execution time: 63_836 nanoseconds. - Weight::from_ref_time(63_149_031) - // Standard Error: 6_593 - .saturating_add(Weight::from_ref_time(2_420_491).saturating_mul(n.into())) + // Minimum execution time: 68_390 nanoseconds. + Weight::from_ref_time(68_186_699) + // Standard Error: 14_069 + .saturating_add(Weight::from_ref_time(3_429_081).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6)) @@ -176,58 +176,58 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:1 w:1) // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill() -> Weight { - // Minimum execution time: 59_045 nanoseconds. - Weight::from_ref_time(60_061_000) + // Minimum execution time: 61_905 nanoseconds. + Weight::from_ref_time(64_404_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking Ledger (r:1 w:0) // Storage: Staking Payee (r:0 w:1) fn set_payee() -> Weight { - // Minimum execution time: 16_907 nanoseconds. - Weight::from_ref_time(17_184_000) + // Minimum execution time: 15_948 nanoseconds. + Weight::from_ref_time(16_842_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Bonded (r:1 w:1) // Storage: Staking Ledger (r:2 w:2) fn set_controller() -> Weight { - // Minimum execution time: 22_797 nanoseconds. - Weight::from_ref_time(23_148_000) + // Minimum execution time: 21_905 nanoseconds. + Weight::from_ref_time(22_598_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Staking ValidatorCount (r:0 w:1) fn set_validator_count() -> Weight { - // Minimum execution time: 4_750 nanoseconds. - Weight::from_ref_time(4_968_000) + // Minimum execution time: 4_390 nanoseconds. + Weight::from_ref_time(4_706_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_no_eras() -> Weight { - // Minimum execution time: 17_181 nanoseconds. - Weight::from_ref_time(17_566_000) + // Minimum execution time: 16_336 nanoseconds. + Weight::from_ref_time(16_885_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_new_era() -> Weight { - // Minimum execution time: 16_913 nanoseconds. - Weight::from_ref_time(17_521_000) + // Minimum execution time: 16_023 nanoseconds. + Weight::from_ref_time(16_650_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_new_era_always() -> Weight { - // Minimum execution time: 17_123 nanoseconds. - Weight::from_ref_time(17_658_000) + // Minimum execution time: 16_058 nanoseconds. + Weight::from_ref_time(16_984_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Invulnerables (r:0 w:1) /// The range of component `v` is `[0, 1000]`. fn set_invulnerables(v: u32, ) -> Weight { - // Minimum execution time: 4_927 nanoseconds. - Weight::from_ref_time(5_525_031) - // Standard Error: 28 - .saturating_add(Weight::from_ref_time(12_177).saturating_mul(v.into())) + // Minimum execution time: 4_704 nanoseconds. + Weight::from_ref_time(5_026_742) + // Standard Error: 33 + .saturating_add(Weight::from_ref_time(10_783).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Bonded (r:1 w:1) @@ -245,10 +245,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking SpanSlash (r:0 w:2) /// The range of component `s` is `[0, 100]`. fn force_unstake(s: u32, ) -> Weight { - // Minimum execution time: 71_648 nanoseconds. - Weight::from_ref_time(77_532_520) - // Standard Error: 2_301 - .saturating_add(Weight::from_ref_time(903_265).saturating_mul(s.into())) + // Minimum execution time: 74_092 nanoseconds. + Weight::from_ref_time(80_741_519) + // Standard Error: 2_707 + .saturating_add(Weight::from_ref_time(1_127_671).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -256,10 +256,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking UnappliedSlashes (r:1 w:1) /// The range of component `s` is `[1, 1000]`. fn cancel_deferred_slash(s: u32, ) -> Weight { - // Minimum execution time: 123_620 nanoseconds. - Weight::from_ref_time(1_334_050_677) - // Standard Error: 89_026 - .saturating_add(Weight::from_ref_time(7_438_882).saturating_mul(s.into())) + // Minimum execution time: 126_706 nanoseconds. + Weight::from_ref_time(921_157_269) + // Standard Error: 57_408 + .saturating_add(Weight::from_ref_time(4_846_520).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -274,10 +274,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `n` is `[0, 64]`. fn payout_stakers_dead_controller(n: u32, ) -> Weight { - // Minimum execution time: 78_272 nanoseconds. - Weight::from_ref_time(94_633_567) - // Standard Error: 25_374 - .saturating_add(Weight::from_ref_time(19_734_628).saturating_mul(n.into())) + // Minimum execution time: 96_367 nanoseconds. + Weight::from_ref_time(119_342_489) + // Standard Error: 23_243 + .saturating_add(Weight::from_ref_time(24_029_110).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -295,10 +295,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) /// The range of component `n` is `[0, 64]`. fn payout_stakers_alive_staked(n: u32, ) -> Weight { - // Minimum execution time: 91_377 nanoseconds. - Weight::from_ref_time(116_938_460) - // Standard Error: 34_745 - .saturating_add(Weight::from_ref_time(27_025_361).saturating_mul(n.into())) + // Minimum execution time: 113_142 nanoseconds. + Weight::from_ref_time(146_281_962) + // Standard Error: 28_455 + .saturating_add(Weight::from_ref_time(31_500_275).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -312,10 +312,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:2 w:2) /// The range of component `l` is `[1, 32]`. fn rebond(l: u32, ) -> Weight { - // Minimum execution time: 82_171 nanoseconds. - Weight::from_ref_time(83_983_048) - // Standard Error: 3_820 - .saturating_add(Weight::from_ref_time(32_385).saturating_mul(l.into())) + // Minimum execution time: 85_886 nanoseconds. + Weight::from_ref_time(89_692_428) + // Standard Error: 5_468 + .saturating_add(Weight::from_ref_time(33_699).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -334,10 +334,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking SpanSlash (r:0 w:1) /// The range of component `s` is `[1, 100]`. fn reap_stash(s: u32, ) -> Weight { - // Minimum execution time: 82_376 nanoseconds. - Weight::from_ref_time(84_523_799) - // Standard Error: 3_548 - .saturating_add(Weight::from_ref_time(918_889).saturating_mul(s.into())) + // Minimum execution time: 87_613 nanoseconds. + Weight::from_ref_time(89_834_665) + // Standard Error: 2_708 + .saturating_add(Weight::from_ref_time(1_128_707).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -363,12 +363,12 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `v` is `[1, 10]`. /// The range of component `n` is `[0, 100]`. fn new_era(v: u32, n: u32, ) -> Weight { - // Minimum execution time: 437_483 nanoseconds. - Weight::from_ref_time(438_666_000) - // Standard Error: 1_831_959 - .saturating_add(Weight::from_ref_time(60_673_891).saturating_mul(v.into())) - // Standard Error: 182_544 - .saturating_add(Weight::from_ref_time(13_183_109).saturating_mul(n.into())) + // Minimum execution time: 510_686 nanoseconds. + Weight::from_ref_time(515_313_000) + // Standard Error: 1_978_461 + .saturating_add(Weight::from_ref_time(65_079_662).saturating_mul(v.into())) + // Standard Error: 197_142 + .saturating_add(Weight::from_ref_time(15_393_182).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(185)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -387,12 +387,12 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `v` is `[500, 1000]`. /// The range of component `n` is `[500, 1000]`. fn get_npos_voters(v: u32, n: u32, ) -> Weight { - // Minimum execution time: 25_461_565 nanoseconds. - Weight::from_ref_time(25_632_598_000) - // Standard Error: 589_300 - .saturating_add(Weight::from_ref_time(5_367_088).saturating_mul(v.into())) - // Standard Error: 589_300 - .saturating_add(Weight::from_ref_time(4_893_414).saturating_mul(n.into())) + // Minimum execution time: 28_223_508 nanoseconds. + Weight::from_ref_time(29_130_291_000) + // Standard Error: 519_947 + .saturating_add(Weight::from_ref_time(4_873_886).saturating_mul(v.into())) + // Standard Error: 519_947 + .saturating_add(Weight::from_ref_time(4_908_879).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(180)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -403,10 +403,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: System BlockWeight (r:1 w:1) /// The range of component `v` is `[500, 1000]`. fn get_npos_targets(v: u32, ) -> Weight { - // Minimum execution time: 3_501_575 nanoseconds. - Weight::from_ref_time(3_637_698_000) - // Standard Error: 42_137 - .saturating_add(Weight::from_ref_time(2_739_279).saturating_mul(v.into())) + // Minimum execution time: 4_077_737 nanoseconds. + Weight::from_ref_time(4_167_924_000) + // Standard Error: 47_967 + .saturating_add(Weight::from_ref_time(3_179_502).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -418,8 +418,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking MaxNominatorsCount (r:0 w:1) // Storage: Staking MinNominatorBond (r:0 w:1) fn set_staking_configs_all_set() -> Weight { - // Minimum execution time: 8_069 nanoseconds. - Weight::from_ref_time(8_265_000) + // Minimum execution time: 7_902 nanoseconds. + Weight::from_ref_time(8_243_000) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking MinCommission (r:0 w:1) @@ -429,8 +429,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking MaxNominatorsCount (r:0 w:1) // Storage: Staking MinNominatorBond (r:0 w:1) fn set_staking_configs_all_remove() -> Weight { - // Minimum execution time: 7_444 nanoseconds. - Weight::from_ref_time(7_700_000) + // Minimum execution time: 7_529 nanoseconds. + Weight::from_ref_time(7_861_000) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking Ledger (r:1 w:0) @@ -444,23 +444,23 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:1 w:1) // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill_other() -> Weight { - // Minimum execution time: 70_713 nanoseconds. - Weight::from_ref_time(71_555_000) + // Minimum execution time: 74_519 nanoseconds. + Weight::from_ref_time(77_733_000) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking MinCommission (r:1 w:0) // Storage: Staking Validators (r:1 w:1) fn force_apply_min_commission() -> Weight { - // Minimum execution time: 15_694 nanoseconds. - Weight::from_ref_time(15_906_000) + // Minimum execution time: 14_616 nanoseconds. + Weight::from_ref_time(15_443_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking MinCommission (r:0 w:1) fn set_min_commission() -> Weight { - // Minimum execution time: 4_878 nanoseconds. - Weight::from_ref_time(4_967_000) + // Minimum execution time: 4_687 nanoseconds. + Weight::from_ref_time(5_059_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/pallet_timestamp.rs b/runtime/westend/src/weights/pallet_timestamp.rs index 5619f4cdfe25..f25b7613b689 100644 --- a/runtime/westend/src/weights/pallet_timestamp.rs +++ b/runtime/westend/src/weights/pallet_timestamp.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -47,13 +47,13 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Storage: Timestamp Now (r:1 w:1) // Storage: Babe CurrentSlot (r:1 w:0) fn set() -> Weight { - // Minimum execution time: 9_870 nanoseconds. - Weight::from_ref_time(10_213_000) + // Minimum execution time: 10_502 nanoseconds. + Weight::from_ref_time(10_892_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } fn on_finalize() -> Weight { - // Minimum execution time: 4_195 nanoseconds. - Weight::from_ref_time(4_385_000) + // Minimum execution time: 4_355 nanoseconds. + Weight::from_ref_time(4_505_000) } } diff --git a/runtime/westend/src/weights/pallet_utility.rs b/runtime/westend/src/weights/pallet_utility.rs index e1b599185ba4..68fc2852baa8 100644 --- a/runtime/westend/src/weights/pallet_utility.rs +++ b/runtime/westend/src/weights/pallet_utility.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -46,31 +46,31 @@ pub struct WeightInfo(PhantomData); impl pallet_utility::WeightInfo for WeightInfo { /// The range of component `c` is `[0, 1000]`. fn batch(c: u32, ) -> Weight { - // Minimum execution time: 11_976 nanoseconds. - Weight::from_ref_time(23_445_156) - // Standard Error: 2_295 - .saturating_add(Weight::from_ref_time(3_326_327).saturating_mul(c.into())) + // Minimum execution time: 12_618 nanoseconds. + Weight::from_ref_time(16_202_720) + // Standard Error: 1_774 + .saturating_add(Weight::from_ref_time(4_255_147).saturating_mul(c.into())) } fn as_derivative() -> Weight { - // Minimum execution time: 6_177 nanoseconds. - Weight::from_ref_time(6_258_000) + // Minimum execution time: 6_401 nanoseconds. + Weight::from_ref_time(6_634_000) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { - // Minimum execution time: 12_112 nanoseconds. - Weight::from_ref_time(18_659_033) - // Standard Error: 2_532 - .saturating_add(Weight::from_ref_time(3_516_731).saturating_mul(c.into())) + // Minimum execution time: 13_021 nanoseconds. + Weight::from_ref_time(14_828_280) + // Standard Error: 1_802 + .saturating_add(Weight::from_ref_time(4_455_567).saturating_mul(c.into())) } fn dispatch_as() -> Weight { - // Minimum execution time: 13_863 nanoseconds. - Weight::from_ref_time(14_071_000) + // Minimum execution time: 14_780 nanoseconds. + Weight::from_ref_time(15_251_000) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { - // Minimum execution time: 12_228 nanoseconds. - Weight::from_ref_time(20_583_252) - // Standard Error: 2_228 - .saturating_add(Weight::from_ref_time(3_328_813).saturating_mul(c.into())) + // Minimum execution time: 13_103 nanoseconds. + Weight::from_ref_time(14_643_042) + // Standard Error: 1_836 + .saturating_add(Weight::from_ref_time(4_265_181).saturating_mul(c.into())) } } diff --git a/runtime/westend/src/weights/pallet_vesting.rs b/runtime/westend/src/weights/pallet_vesting.rs index 4964f5be49e0..77e3d5094ab8 100644 --- a/runtime/westend/src/weights/pallet_vesting.rs +++ b/runtime/westend/src/weights/pallet_vesting.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_vesting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -49,12 +49,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 39_233 nanoseconds. - Weight::from_ref_time(38_752_020) - // Standard Error: 1_147 - .saturating_add(Weight::from_ref_time(39_475).saturating_mul(l.into())) - // Standard Error: 2_041 - .saturating_add(Weight::from_ref_time(61_772).saturating_mul(s.into())) + // Minimum execution time: 39_079 nanoseconds. + Weight::from_ref_time(38_646_893) + // Standard Error: 1_650 + .saturating_add(Weight::from_ref_time(44_850).saturating_mul(l.into())) + // Standard Error: 2_935 + .saturating_add(Weight::from_ref_time(81_428).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -63,12 +63,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_378 nanoseconds. - Weight::from_ref_time(38_495_866) - // Standard Error: 1_203 - .saturating_add(Weight::from_ref_time(34_887).saturating_mul(l.into())) - // Standard Error: 2_141 - .saturating_add(Weight::from_ref_time(41_868).saturating_mul(s.into())) + // Minimum execution time: 38_496 nanoseconds. + Weight::from_ref_time(38_393_435) + // Standard Error: 1_401 + .saturating_add(Weight::from_ref_time(38_466).saturating_mul(l.into())) + // Standard Error: 2_493 + .saturating_add(Weight::from_ref_time(68_674).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,12 +78,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_other_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_957 nanoseconds. - Weight::from_ref_time(38_539_261) - // Standard Error: 1_139 - .saturating_add(Weight::from_ref_time(42_584).saturating_mul(l.into())) - // Standard Error: 2_027 - .saturating_add(Weight::from_ref_time(59_755).saturating_mul(s.into())) + // Minimum execution time: 38_691 nanoseconds. + Weight::from_ref_time(38_090_706) + // Standard Error: 1_482 + .saturating_add(Weight::from_ref_time(41_336).saturating_mul(l.into())) + // Standard Error: 2_638 + .saturating_add(Weight::from_ref_time(92_597).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -93,12 +93,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_other_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_647 nanoseconds. - Weight::from_ref_time(38_681_587) - // Standard Error: 1_389 - .saturating_add(Weight::from_ref_time(25_981).saturating_mul(l.into())) - // Standard Error: 2_472 - .saturating_add(Weight::from_ref_time(51_632).saturating_mul(s.into())) + // Minimum execution time: 38_417 nanoseconds. + Weight::from_ref_time(38_172_126) + // Standard Error: 1_692 + .saturating_add(Weight::from_ref_time(38_032).saturating_mul(l.into())) + // Standard Error: 3_011 + .saturating_add(Weight::from_ref_time(67_761).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -108,12 +108,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. fn vested_transfer(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 53_083 nanoseconds. - Weight::from_ref_time(53_825_665) - // Standard Error: 2_010 - .saturating_add(Weight::from_ref_time(36_870).saturating_mul(l.into())) - // Standard Error: 3_577 - .saturating_add(Weight::from_ref_time(36_188).saturating_mul(s.into())) + // Minimum execution time: 54_528 nanoseconds. + Weight::from_ref_time(55_334_000) + // Standard Error: 2_472 + .saturating_add(Weight::from_ref_time(45_157).saturating_mul(l.into())) + // Standard Error: 4_398 + .saturating_add(Weight::from_ref_time(67_032).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -123,12 +123,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. fn force_vested_transfer(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 52_499 nanoseconds. - Weight::from_ref_time(53_952_868) - // Standard Error: 2_106 - .saturating_add(Weight::from_ref_time(29_680).saturating_mul(l.into())) - // Standard Error: 3_748 - .saturating_add(Weight::from_ref_time(24_201).saturating_mul(s.into())) + // Minimum execution time: 53_860 nanoseconds. + Weight::from_ref_time(54_613_838) + // Standard Error: 2_422 + .saturating_add(Weight::from_ref_time(42_687).saturating_mul(l.into())) + // Standard Error: 4_310 + .saturating_add(Weight::from_ref_time(66_057).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -138,12 +138,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 39_824 nanoseconds. - Weight::from_ref_time(39_005_874) - // Standard Error: 1_188 - .saturating_add(Weight::from_ref_time(45_769).saturating_mul(l.into())) - // Standard Error: 2_194 - .saturating_add(Weight::from_ref_time(76_164).saturating_mul(s.into())) + // Minimum execution time: 39_603 nanoseconds. + Weight::from_ref_time(39_924_943) + // Standard Error: 1_901 + .saturating_add(Weight::from_ref_time(39_395).saturating_mul(l.into())) + // Standard Error: 3_510 + .saturating_add(Weight::from_ref_time(85_324).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -153,12 +153,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 39_892 nanoseconds. - Weight::from_ref_time(39_324_280) - // Standard Error: 1_091 - .saturating_add(Weight::from_ref_time(41_497).saturating_mul(l.into())) - // Standard Error: 2_015 - .saturating_add(Weight::from_ref_time(59_702).saturating_mul(s.into())) + // Minimum execution time: 40_256 nanoseconds. + Weight::from_ref_time(39_851_151) + // Standard Error: 1_686 + .saturating_add(Weight::from_ref_time(40_753).saturating_mul(l.into())) + // Standard Error: 3_114 + .saturating_add(Weight::from_ref_time(81_890).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/westend/src/weights/pallet_xcm.rs b/runtime/westend/src/weights/pallet_xcm.rs index 1a243e90ee49..bfebb5a866a1 100644 --- a/runtime/westend/src/weights/pallet_xcm.rs +++ b/runtime/westend/src/weights/pallet_xcm.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-19, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -50,18 +50,18 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn send() -> Weight { - // Minimum execution time: 37_219 nanoseconds. - Weight::from_ref_time(38_217_000) + // Minimum execution time: 37_409 nanoseconds. + Weight::from_ref_time(39_056_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } fn teleport_assets() -> Weight { - // Minimum execution time: 28_277 nanoseconds. - Weight::from_ref_time(28_970_000) + // Minimum execution time: 28_204 nanoseconds. + Weight::from_ref_time(28_880_000) } fn reserve_transfer_assets() -> Weight { - // Minimum execution time: 27_462 nanoseconds. - Weight::from_ref_time(28_092_000) + // Minimum execution time: 27_280 nanoseconds. + Weight::from_ref_time(28_635_000) } // Storage: Benchmark Override (r:0 w:0) fn execute() -> Weight { @@ -70,14 +70,14 @@ impl pallet_xcm::WeightInfo for WeightInfo { } // Storage: XcmPallet SupportedVersion (r:0 w:1) fn force_xcm_version() -> Weight { - // Minimum execution time: 15_324 nanoseconds. - Weight::from_ref_time(15_712_000) + // Minimum execution time: 15_205 nanoseconds. + Weight::from_ref_time(16_053_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet SafeXcmVersion (r:0 w:1) fn force_default_xcm_version() -> Weight { - // Minimum execution time: 4_570 nanoseconds. - Weight::from_ref_time(4_788_000) + // Minimum execution time: 4_655 nanoseconds. + Weight::from_ref_time(4_882_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -89,8 +89,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_subscribe_version_notify() -> Weight { - // Minimum execution time: 41_690 nanoseconds. - Weight::from_ref_time(42_788_000) + // Minimum execution time: 41_416 nanoseconds. + Weight::from_ref_time(42_521_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -102,29 +102,29 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_unsubscribe_version_notify() -> Weight { - // Minimum execution time: 45_028 nanoseconds. - Weight::from_ref_time(46_657_000) + // Minimum execution time: 44_759 nanoseconds. + Weight::from_ref_time(45_753_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: XcmPallet SupportedVersion (r:4 w:2) fn migrate_supported_version() -> Weight { - // Minimum execution time: 15_198 nanoseconds. - Weight::from_ref_time(15_838_000) + // Minimum execution time: 15_664 nanoseconds. + Weight::from_ref_time(16_156_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifiers (r:4 w:2) fn migrate_version_notifiers() -> Weight { - // Minimum execution time: 15_069 nanoseconds. - Weight::from_ref_time(15_788_000) + // Minimum execution time: 15_605 nanoseconds. + Weight::from_ref_time(15_870_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifyTargets (r:5 w:0) fn already_notified_target() -> Weight { - // Minimum execution time: 18_283 nanoseconds. - Weight::from_ref_time(18_681_000) + // Minimum execution time: 18_585 nanoseconds. + Weight::from_ref_time(19_189_000) .saturating_add(T::DbWeight::get().reads(5)) } // Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -134,21 +134,21 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn notify_current_targets() -> Weight { - // Minimum execution time: 37_844 nanoseconds. - Weight::from_ref_time(39_083_000) + // Minimum execution time: 37_227 nanoseconds. + Weight::from_ref_time(37_949_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: XcmPallet VersionNotifyTargets (r:3 w:0) fn notify_target_migration_fail() -> Weight { - // Minimum execution time: 8_122 nanoseconds. - Weight::from_ref_time(8_376_000) + // Minimum execution time: 8_155 nanoseconds. + Weight::from_ref_time(8_480_000) .saturating_add(T::DbWeight::get().reads(3)) } // Storage: XcmPallet VersionNotifyTargets (r:4 w:2) fn migrate_version_notify_targets() -> Weight { - // Minimum execution time: 15_532 nanoseconds. - Weight::from_ref_time(16_085_000) + // Minimum execution time: 16_298 nanoseconds. + Weight::from_ref_time(16_840_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -159,8 +159,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn migrate_and_notify_old_targets() -> Weight { - // Minimum execution time: 44_494 nanoseconds. - Weight::from_ref_time(45_337_000) + // Minimum execution time: 43_983 nanoseconds. + Weight::from_ref_time(45_632_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/westend/src/weights/runtime_common_auctions.rs b/runtime/westend/src/weights/runtime_common_auctions.rs index f797f8f97f87..a270c7c3d81a 100644 --- a/runtime/westend/src/weights/runtime_common_auctions.rs +++ b/runtime/westend/src/weights/runtime_common_auctions.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::auctions` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -47,8 +47,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions AuctionInfo (r:1 w:1) // Storage: Auctions AuctionCounter (r:1 w:1) fn new_auction() -> Weight { - // Minimum execution time: 18_058 nanoseconds. - Weight::from_ref_time(18_619_000) + // Minimum execution time: 18_607 nanoseconds. + Weight::from_ref_time(19_269_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -60,8 +60,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions ReservedAmounts (r:2 w:2) // Storage: System Account (r:1 w:1) fn bid() -> Weight { - // Minimum execution time: 74_791 nanoseconds. - Weight::from_ref_time(75_877_000) + // Minimum execution time: 85_063 nanoseconds. + Weight::from_ref_time(88_797_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Paras ActionsQueue (r:1 w:1) // Storage: Registrar Paras (r:1 w:1) fn on_initialize() -> Weight { - // Minimum execution time: 15_792_494 nanoseconds. - Weight::from_ref_time(16_111_779_000) + // Minimum execution time: 18_802_608 nanoseconds. + Weight::from_ref_time(19_128_116_000) .saturating_add(T::DbWeight::get().reads(3688)) .saturating_add(T::DbWeight::get().writes(3683)) } @@ -88,8 +88,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions Winning (r:0 w:3600) // Storage: Auctions AuctionInfo (r:0 w:1) fn cancel_auction() -> Weight { - // Minimum execution time: 4_673_825 nanoseconds. - Weight::from_ref_time(4_773_074_000) + // Minimum execution time: 5_581_442 nanoseconds. + Weight::from_ref_time(5_711_726_000) .saturating_add(T::DbWeight::get().reads(73)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/westend/src/weights/runtime_common_crowdloan.rs b/runtime/westend/src/weights/runtime_common_crowdloan.rs index 33ef5b4a2cf9..563f888418d2 100644 --- a/runtime/westend/src/weights/runtime_common_crowdloan.rs +++ b/runtime/westend/src/weights/runtime_common_crowdloan.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::crowdloan` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -49,8 +49,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Paras ParaLifecycles (r:1 w:0) // Storage: Crowdloan NextFundIndex (r:1 w:1) fn create() -> Weight { - // Minimum execution time: 48_284 nanoseconds. - Weight::from_ref_time(49_322_000) + // Minimum execution time: 54_394 nanoseconds. + Weight::from_ref_time(58_886_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -63,8 +63,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Crowdloan NewRaise (r:1 w:1) // Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1) fn contribute() -> Weight { - // Minimum execution time: 118_078 nanoseconds. - Weight::from_ref_time(120_680_000) + // Minimum execution time: 137_920 nanoseconds. + Weight::from_ref_time(141_188_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -73,18 +73,18 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Balances InactiveIssuance (r:1 w:1) // Storage: unknown [0xc85982571aa615c788ef9b2c16f54f25773fd439e8ee1ed2aa3ae43d48e880f0] (r:1 w:1) fn withdraw() -> Weight { - // Minimum execution time: 58_737 nanoseconds. - Weight::from_ref_time(59_785_000) + // Minimum execution time: 71_237 nanoseconds. + Weight::from_ref_time(73_291_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `k` is `[0, 500]`. fn refund(k: u32, ) -> Weight { - // Minimum execution time: 47_006 nanoseconds. - Weight::from_ref_time(13_435_760) - // Standard Error: 13_270 - .saturating_add(Weight::from_ref_time(18_619_883).saturating_mul(k.into())) + // Minimum execution time: 56_453 nanoseconds. + Weight::from_ref_time(37_562_608) + // Standard Error: 12_628 + .saturating_add(Weight::from_ref_time(21_708_756).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -93,31 +93,31 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Crowdloan Funds (r:1 w:1) // Storage: System Account (r:1 w:1) fn dissolve() -> Weight { - // Minimum execution time: 36_659 nanoseconds. - Weight::from_ref_time(37_579_000) + // Minimum execution time: 41_770 nanoseconds. + Weight::from_ref_time(43_613_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Crowdloan Funds (r:1 w:1) fn edit() -> Weight { - // Minimum execution time: 25_341 nanoseconds. - Weight::from_ref_time(26_383_000) + // Minimum execution time: 30_070 nanoseconds. + Weight::from_ref_time(32_976_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Crowdloan Funds (r:1 w:0) // Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1) fn add_memo() -> Weight { - // Minimum execution time: 32_307 nanoseconds. - Weight::from_ref_time(33_385_000) + // Minimum execution time: 39_573 nanoseconds. + Weight::from_ref_time(41_734_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Crowdloan Funds (r:1 w:0) // Storage: Crowdloan NewRaise (r:1 w:1) fn poke() -> Weight { - // Minimum execution time: 25_285 nanoseconds. - Weight::from_ref_time(25_899_000) + // Minimum execution time: 31_444 nanoseconds. + Weight::from_ref_time(32_413_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -133,10 +133,10 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: System Account (r:2 w:2) /// The range of component `n` is `[2, 100]`. fn on_initialize(n: u32, ) -> Weight { - // Minimum execution time: 101_045 nanoseconds. - Weight::from_ref_time(18_013_225) - // Standard Error: 35_492 - .saturating_add(Weight::from_ref_time(40_370_704).saturating_mul(n.into())) + // Minimum execution time: 120_424 nanoseconds. + Weight::from_ref_time(35_924_154) + // Standard Error: 37_465 + .saturating_add(Weight::from_ref_time(48_048_559).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/westend/src/weights/runtime_common_paras_registrar.rs b/runtime/westend/src/weights/runtime_common_paras_registrar.rs index de8b2c9d9e8b..ded4f866132e 100644 --- a/runtime/westend/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/westend/src/weights/runtime_common_paras_registrar.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::paras_registrar` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -48,8 +48,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Registrar Paras (r:1 w:1) // Storage: Paras ParaLifecycles (r:1 w:0) fn reserve() -> Weight { - // Minimum execution time: 32_585 nanoseconds. - Weight::from_ref_time(33_302_000) + // Minimum execution time: 33_341 nanoseconds. + Weight::from_ref_time(34_394_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -63,8 +63,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras CurrentCodeHash (r:0 w:1) // Storage: Paras UpcomingParasGenesis (r:0 w:1) fn register() -> Weight { - // Minimum execution time: 7_374_861 nanoseconds. - Weight::from_ref_time(7_442_274_000) + // Minimum execution time: 7_228_269 nanoseconds. + Weight::from_ref_time(7_272_236_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -78,8 +78,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras CurrentCodeHash (r:0 w:1) // Storage: Paras UpcomingParasGenesis (r:0 w:1) fn force_register() -> Weight { - // Minimum execution time: 7_334_673 nanoseconds. - Weight::from_ref_time(7_429_045_000) + // Minimum execution time: 7_299_606 nanoseconds. + Weight::from_ref_time(7_345_818_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -90,8 +90,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras ActionsQueue (r:1 w:1) // Storage: Registrar PendingSwap (r:0 w:1) fn deregister() -> Weight { - // Minimum execution time: 49_699 nanoseconds. - Weight::from_ref_time(51_142_000) + // Minimum execution time: 54_359 nanoseconds. + Weight::from_ref_time(58_011_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -103,8 +103,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Crowdloan Funds (r:2 w:2) // Storage: Slots Leases (r:2 w:2) fn swap() -> Weight { - // Minimum execution time: 44_691 nanoseconds. - Weight::from_ref_time(45_603_000) + // Minimum execution time: 49_629 nanoseconds. + Weight::from_ref_time(51_999_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -120,20 +120,20 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras FutureCodeUpgrades (r:0 w:1) /// The range of component `b` is `[1, 3145728]`. fn schedule_code_upgrade(b: u32, ) -> Weight { - // Minimum execution time: 42_511 nanoseconds. - Weight::from_ref_time(42_738_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_330).saturating_mul(b.into())) + // Minimum execution time: 45_221 nanoseconds. + Weight::from_ref_time(228_094_094) + // Standard Error: 12 + .saturating_add(Weight::from_ref_time(2_401).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } // Storage: Paras Heads (r:0 w:1) /// The range of component `b` is `[1, 1048576]`. fn set_current_head(b: u32, ) -> Weight { - // Minimum execution time: 13_809 nanoseconds. - Weight::from_ref_time(13_984_000) + // Minimum execution time: 14_547 nanoseconds. + Weight::from_ref_time(15_116_445) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(910).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(1_017).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/runtime_common_slots.rs b/runtime/westend/src/weights/runtime_common_slots.rs index 28392a7be537..09b267fe0041 100644 --- a/runtime/westend/src/weights/runtime_common_slots.rs +++ b/runtime/westend/src/weights/runtime_common_slots.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_common::slots` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -47,8 +47,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 32_348 nanoseconds. - Weight::from_ref_time(33_550_000) + // Minimum execution time: 32_455 nanoseconds. + Weight::from_ref_time(33_848_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -61,12 +61,12 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 548_541 nanoseconds. - Weight::from_ref_time(553_250_000) - // Standard Error: 70_260 - .saturating_add(Weight::from_ref_time(2_335_036).saturating_mul(c.into())) - // Standard Error: 70_260 - .saturating_add(Weight::from_ref_time(12_508_582).saturating_mul(t.into())) + // Minimum execution time: 647_982 nanoseconds. + Weight::from_ref_time(653_263_000) + // Standard Error: 81_958 + .saturating_add(Weight::from_ref_time(2_638_878).saturating_mul(c.into())) + // Standard Error: 81_958 + .saturating_add(Weight::from_ref_time(15_376_441).saturating_mul(t.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().reads((3_u64).saturating_mul(t.into()))) @@ -77,8 +77,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 95_613 nanoseconds. - Weight::from_ref_time(97_652_000) + // Minimum execution time: 116_017 nanoseconds. + Weight::from_ref_time(118_926_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -88,8 +88,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 30_400 nanoseconds. - Weight::from_ref_time(31_269_000) + // Minimum execution time: 33_737 nanoseconds. + Weight::from_ref_time(35_045_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/westend/src/weights/runtime_parachains_configuration.rs b/runtime/westend/src/weights/runtime_parachains_configuration.rs index f4496c593ae8..ff5ebd7181ee 100644 --- a/runtime/westend/src/weights/runtime_parachains_configuration.rs +++ b/runtime/westend/src/weights/runtime_parachains_configuration.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::configuration` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -48,8 +48,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_block_number() -> Weight { - // Minimum execution time: 12_505 nanoseconds. - Weight::from_ref_time(12_835_000) + // Minimum execution time: 13_078 nanoseconds. + Weight::from_ref_time(13_971_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -57,8 +57,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_u32() -> Weight { - // Minimum execution time: 12_332 nanoseconds. - Weight::from_ref_time(12_625_000) + // Minimum execution time: 13_047 nanoseconds. + Weight::from_ref_time(13_857_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -66,8 +66,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_option_u32() -> Weight { - // Minimum execution time: 12_810 nanoseconds. - Weight::from_ref_time(13_116_000) + // Minimum execution time: 13_168 nanoseconds. + Weight::from_ref_time(13_849_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -75,8 +75,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_weight() -> Weight { - // Minimum execution time: 12_672 nanoseconds. - Weight::from_ref_time(13_009_000) + // Minimum execution time: 13_260 nanoseconds. + Weight::from_ref_time(14_035_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -89,8 +89,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_balance() -> Weight { - // Minimum execution time: 12_449 nanoseconds. - Weight::from_ref_time(12_727_000) + // Minimum execution time: 13_204 nanoseconds. + Weight::from_ref_time(13_829_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/runtime_parachains_disputes.rs b/runtime/westend/src/weights/runtime_parachains_disputes.rs index 47cedaf69d99..08e7367369c4 100644 --- a/runtime/westend/src/weights/runtime_parachains_disputes.rs +++ b/runtime/westend/src/weights/runtime_parachains_disputes.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::disputes` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -46,8 +46,8 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::disputes::WeightInfo for WeightInfo { // Storage: ParasDisputes Frozen (r:0 w:1) fn force_unfreeze() -> Weight { - // Minimum execution time: 4_484 nanoseconds. - Weight::from_ref_time(4_759_000) + // Minimum execution time: 4_540 nanoseconds. + Weight::from_ref_time(4_876_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs b/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs index 045ad920e4be..dc12a80cf63e 100644 --- a/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs +++ b/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::disputes::slashing` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -58,10 +58,10 @@ impl runtime_parachains::disputes::slashing::WeightInfo // Storage: Staking ValidatorSlashInEra (r:1 w:0) /// The range of component `n` is `[4, 300]`. fn report_dispute_lost(n: u32, ) -> Weight { - // Minimum execution time: 89_418 nanoseconds. - Weight::from_ref_time(102_783_036) - // Standard Error: 2_999 - .saturating_add(Weight::from_ref_time(231_748).saturating_mul(n.into())) + // Minimum execution time: 111_082 nanoseconds. + Weight::from_ref_time(115_185_320) + // Standard Error: 2_993 + .saturating_add(Weight::from_ref_time(287_923).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(4)) } diff --git a/runtime/westend/src/weights/runtime_parachains_hrmp.rs b/runtime/westend/src/weights/runtime_parachains_hrmp.rs index 218711f89900..5ccd55da7776 100644 --- a/runtime/westend/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/westend/src/weights/runtime_parachains_hrmp.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::hrmp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -50,11 +50,11 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpEgressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1) // Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) - // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) + // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_init_open_channel() -> Weight { - // Minimum execution time: 41_759 nanoseconds. - Weight::from_ref_time(42_687_000) + // Minimum execution time: 43_268 nanoseconds. + Weight::from_ref_time(44_376_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -62,22 +62,22 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Paras ParaLifecycles (r:1 w:0) // Storage: Hrmp HrmpIngressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpAcceptedChannelRequestCount (r:1 w:1) - // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) + // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_accept_open_channel() -> Weight { - // Minimum execution time: 42_960 nanoseconds. - Weight::from_ref_time(43_364_000) + // Minimum execution time: 42_907 nanoseconds. + Weight::from_ref_time(43_968_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Hrmp HrmpChannels (r:1 w:0) // Storage: Hrmp HrmpCloseChannelRequests (r:1 w:1) // Storage: Hrmp HrmpCloseChannelRequestsList (r:1 w:1) - // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) + // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_close_channel() -> Weight { - // Minimum execution time: 39_095 nanoseconds. - Weight::from_ref_time(39_671_000) + // Minimum execution time: 39_435 nanoseconds. + Weight::from_ref_time(40_933_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -90,12 +90,12 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf /// The range of component `i` is `[0, 127]`. /// The range of component `e` is `[0, 127]`. fn force_clean_hrmp(i: u32, e: u32, ) -> Weight { - // Minimum execution time: 884_171 nanoseconds. - Weight::from_ref_time(891_030_000) - // Standard Error: 81_108 - .saturating_add(Weight::from_ref_time(2_781_600).saturating_mul(i.into())) - // Standard Error: 81_108 - .saturating_add(Weight::from_ref_time(2_832_524).saturating_mul(e.into())) + // Minimum execution time: 1_053_409 nanoseconds. + Weight::from_ref_time(1_059_484_000) + // Standard Error: 94_319 + .saturating_add(Weight::from_ref_time(3_181_216).saturating_mul(i.into())) + // Standard Error: 94_319 + .saturating_add(Weight::from_ref_time(3_232_494).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) @@ -113,10 +113,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpChannels (r:0 w:2) /// The range of component `c` is `[0, 128]`. fn force_process_hrmp_open(c: u32, ) -> Weight { - // Minimum execution time: 10_123 nanoseconds. - Weight::from_ref_time(654_783) - // Standard Error: 19_070 - .saturating_add(Weight::from_ref_time(16_192_790).saturating_mul(c.into())) + // Minimum execution time: 10_933 nanoseconds. + Weight::from_ref_time(4_826_830) + // Standard Error: 14_464 + .saturating_add(Weight::from_ref_time(18_639_017).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -130,10 +130,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpChannelContents (r:0 w:2) /// The range of component `c` is `[0, 128]`. fn force_process_hrmp_close(c: u32, ) -> Weight { - // Minimum execution time: 6_911 nanoseconds. - Weight::from_ref_time(7_076_000) - // Standard Error: 7_451 - .saturating_add(Weight::from_ref_time(9_860_692).saturating_mul(c.into())) + // Minimum execution time: 7_007 nanoseconds. + Weight::from_ref_time(4_996_249) + // Standard Error: 8_807 + .saturating_add(Weight::from_ref_time(11_441_104).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -144,10 +144,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1) /// The range of component `c` is `[0, 128]`. fn hrmp_cancel_open_request(c: u32, ) -> Weight { - // Minimum execution time: 26_964 nanoseconds. - Weight::from_ref_time(32_529_664) - // Standard Error: 1_379 - .saturating_add(Weight::from_ref_time(92_042).saturating_mul(c.into())) + // Minimum execution time: 25_951 nanoseconds. + Weight::from_ref_time(36_442_015) + // Standard Error: 2_858 + .saturating_add(Weight::from_ref_time(185_849).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -155,10 +155,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpOpenChannelRequests (r:2 w:2) /// The range of component `c` is `[0, 128]`. fn clean_open_channel_requests(c: u32, ) -> Weight { - // Minimum execution time: 4_698 nanoseconds. - Weight::from_ref_time(1_743_596) - // Standard Error: 4_827 - .saturating_add(Weight::from_ref_time(2_666_601).saturating_mul(c.into())) + // Minimum execution time: 4_926 nanoseconds. + Weight::from_ref_time(1_680_514) + // Standard Error: 4_305 + .saturating_add(Weight::from_ref_time(3_230_865).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -170,13 +170,13 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpEgressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1) // Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) - // Storage: Dmp DownwardMessageQueueHeads (r:2 w:2) // Storage: Dmp DownwardMessageQueues (r:2 w:2) + // Storage: Dmp DownwardMessageQueueHeads (r:2 w:2) // Storage: Hrmp HrmpIngressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpAcceptedChannelRequestCount (r:1 w:1) fn force_open_hrmp_channel() -> Weight { - // Minimum execution time: 54_698 nanoseconds. - Weight::from_ref_time(55_324_000) + // Minimum execution time: 56_688 nanoseconds. + Weight::from_ref_time(57_515_000) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/westend/src/weights/runtime_parachains_initializer.rs b/runtime/westend/src/weights/runtime_parachains_initializer.rs index 619358f3cdb3..5b0e8952fced 100644 --- a/runtime/westend/src/weights/runtime_parachains_initializer.rs +++ b/runtime/westend/src/weights/runtime_parachains_initializer.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::initializer` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -47,10 +47,10 @@ impl runtime_parachains::initializer::WeightInfo for We // Storage: System Digest (r:1 w:1) /// The range of component `d` is `[0, 65536]`. fn force_approve(d: u32, ) -> Weight { - // Minimum execution time: 8_341 nanoseconds. - Weight::from_ref_time(11_074_342) - // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_323).saturating_mul(d.into())) + // Minimum execution time: 8_499 nanoseconds. + Weight::from_ref_time(8_746_000) + // Standard Error: 17 + .saturating_add(Weight::from_ref_time(2_311).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/runtime_parachains_paras.rs b/runtime/westend/src/weights/runtime_parachains_paras.rs index f89377aa21e5..de79ac66f2c0 100644 --- a/runtime/westend/src/weights/runtime_parachains_paras.rs +++ b/runtime/westend/src/weights/runtime_parachains_paras.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::paras` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -52,20 +52,20 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras CodeByHash (r:0 w:1) /// The range of component `c` is `[1, 3145728]`. fn force_set_current_code(c: u32, ) -> Weight { - // Minimum execution time: 36_036 nanoseconds. - Weight::from_ref_time(36_315_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_314).saturating_mul(c.into())) + // Minimum execution time: 38_113 nanoseconds. + Weight::from_ref_time(265_101_632) + // Standard Error: 12 + .saturating_add(Weight::from_ref_time(2_325).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Paras Heads (r:0 w:1) /// The range of component `s` is `[1, 1048576]`. fn force_set_current_head(s: u32, ) -> Weight { - // Minimum execution time: 13_423 nanoseconds. - Weight::from_ref_time(13_685_000) + // Minimum execution time: 14_321 nanoseconds. + Weight::from_ref_time(8_915_810) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(916).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(1_046).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Paras FutureCodeHash (r:1 w:1) @@ -80,10 +80,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras UpgradeRestrictionSignal (r:0 w:1) /// The range of component `c` is `[1, 3145728]`. fn force_schedule_code_upgrade(c: u32, ) -> Weight { - // Minimum execution time: 61_954 nanoseconds. - Weight::from_ref_time(62_591_000) + // Minimum execution time: 64_383 nanoseconds. + Weight::from_ref_time(92_427_458) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_340).saturating_mul(c.into())) + .saturating_add(Weight::from_ref_time(2_561).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -92,18 +92,18 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) /// The range of component `s` is `[1, 1048576]`. fn force_note_new_head(s: u32, ) -> Weight { - // Minimum execution time: 19_324 nanoseconds. - Weight::from_ref_time(19_565_000) - // Standard Error: 2 - .saturating_add(Weight::from_ref_time(914).saturating_mul(s.into())) + // Minimum execution time: 19_623 nanoseconds. + Weight::from_ref_time(20_460_223) + // Standard Error: 1 + .saturating_add(Weight::from_ref_time(1_032).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras ActionsQueue (r:1 w:1) fn force_queue_action() -> Weight { - // Minimum execution time: 23_825 nanoseconds. - Weight::from_ref_time(24_528_000) + // Minimum execution time: 25_142 nanoseconds. + Weight::from_ref_time(25_762_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -111,18 +111,18 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras CodeByHash (r:1 w:1) /// The range of component `c` is `[1, 3145728]`. fn add_trusted_validation_code(c: u32, ) -> Weight { - // Minimum execution time: 9_232 nanoseconds. - Weight::from_ref_time(9_386_000) + // Minimum execution time: 9_267 nanoseconds. + Weight::from_ref_time(8_789_361) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_323).saturating_mul(c.into())) + .saturating_add(Weight::from_ref_time(2_566).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Paras CodeByHashRefs (r:1 w:0) // Storage: Paras CodeByHash (r:0 w:1) fn poke_unused_validation_code() -> Weight { - // Minimum execution time: 7_548 nanoseconds. - Weight::from_ref_time(7_701_000) + // Minimum execution time: 7_639 nanoseconds. + Weight::from_ref_time(8_068_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -130,8 +130,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement() -> Weight { - // Minimum execution time: 93_591 nanoseconds. - Weight::from_ref_time(95_405_000) + // Minimum execution time: 123_226 nanoseconds. + Weight::from_ref_time(132_937_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -143,24 +143,19 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: System Digest (r:1 w:1) // Storage: Paras FutureCodeUpgrades (r:0 w:100) fn include_pvf_check_statement_finalize_upgrade_accept() -> Weight { - // Minimum execution time: 644_959 nanoseconds. - Weight::from_ref_time(649_288_000) + // Minimum execution time: 800_925 nanoseconds. + Weight::from_ref_time(810_067_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(104)) } // Storage: ParasShared ActiveValidatorKeys (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) - // Storage: Paras PvfActiveVoteList (r:1 w:1) - // Storage: Paras CodeByHashRefs (r:1 w:1) - // Storage: Paras CodeByHash (r:0 w:1) - // Storage: Paras UpgradeGoAheadSignal (r:0 w:100) - // Storage: Paras FutureCodeHash (r:0 w:100) fn include_pvf_check_statement_finalize_upgrade_reject() -> Weight { - // Minimum execution time: 615_024 nanoseconds. - Weight::from_ref_time(619_152_000) - .saturating_add(T::DbWeight::get().reads(5)) - .saturating_add(T::DbWeight::get().writes(204)) + // Minimum execution time: 122_615 nanoseconds. + Weight::from_ref_time(129_357_000) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(1)) } // Storage: ParasShared ActiveValidatorKeys (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) @@ -168,24 +163,18 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras PvfActiveVoteList (r:1 w:1) // Storage: Paras ActionsQueue (r:1 w:1) fn include_pvf_check_statement_finalize_onboarding_accept() -> Weight { - // Minimum execution time: 502_062 nanoseconds. - Weight::from_ref_time(507_535_000) + // Minimum execution time: 624_256 nanoseconds. + Weight::from_ref_time(633_011_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: ParasShared ActiveValidatorKeys (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) - // Storage: Paras PvfActiveVoteList (r:1 w:1) - // Storage: Paras CodeByHashRefs (r:1 w:1) - // Storage: Paras ParaLifecycles (r:0 w:100) - // Storage: Paras CodeByHash (r:0 w:1) - // Storage: Paras CurrentCodeHash (r:0 w:100) - // Storage: Paras UpcomingParasGenesis (r:0 w:100) fn include_pvf_check_statement_finalize_onboarding_reject() -> Weight { - // Minimum execution time: 686_674 nanoseconds. - Weight::from_ref_time(697_546_000) - .saturating_add(T::DbWeight::get().reads(5)) - .saturating_add(T::DbWeight::get().writes(304)) + // Minimum execution time: 121_278 nanoseconds. + Weight::from_ref_time(128_412_000) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs b/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs index 7595140e7404..c67aab65b085 100644 --- a/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs +++ b/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `runtime_parachains::paras_inherent` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: @@ -78,10 +78,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: ParasSlashing UnappliedSlashes (r:0 w:1) /// The range of component `v` is `[10, 200]`. fn enter_variable_disputes(v: u32, ) -> Weight { - // Minimum execution time: 762_091 nanoseconds. - Weight::from_ref_time(279_387_726) - // Standard Error: 25_896 - .saturating_add(Weight::from_ref_time(48_509_492).saturating_mul(v.into())) + // Minimum execution time: 989_953 nanoseconds. + Weight::from_ref_time(449_214_333) + // Standard Error: 15_342 + .saturating_add(Weight::from_ref_time(56_642_836).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(27)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -116,8 +116,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras Heads (r:0 w:1) // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) fn enter_bitfields() -> Weight { - // Minimum execution time: 329_368 nanoseconds. - Weight::from_ref_time(337_159_000) + // Minimum execution time: 475_872 nanoseconds. + Weight::from_ref_time(491_103_000) .saturating_add(T::DbWeight::get().reads(26)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -154,10 +154,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) /// The range of component `v` is `[101, 200]`. fn enter_backed_candidates_variable(v: u32, ) -> Weight { - // Minimum execution time: 5_620_238 nanoseconds. - Weight::from_ref_time(851_067_650) - // Standard Error: 45_441 - .saturating_add(Weight::from_ref_time(47_956_823).saturating_mul(v.into())) + // Minimum execution time: 6_760_859 nanoseconds. + Weight::from_ref_time(1_126_285_756) + // Standard Error: 21_773 + .saturating_add(Weight::from_ref_time(56_069_740).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(29)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -195,8 +195,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras Heads (r:0 w:1) // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) fn enter_backed_candidate_code_upgrade() -> Weight { - // Minimum execution time: 38_755_168 nanoseconds. - Weight::from_ref_time(38_955_840_000) + // Minimum execution time: 43_900_470 nanoseconds. + Weight::from_ref_time(44_165_021_000) .saturating_add(T::DbWeight::get().reads(31)) .saturating_add(T::DbWeight::get().writes(16)) } diff --git a/runtime/westend/src/weights/runtime_parachains_ump.rs b/runtime/westend/src/weights/runtime_parachains_ump.rs index 05aad1d9a6d4..e9b6e0e88e85 100644 --- a/runtime/westend/src/weights/runtime_parachains_ump.rs +++ b/runtime/westend/src/weights/runtime_parachains_ump.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::ump` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-19, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -46,26 +46,26 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::ump::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 51200]`. fn process_upward_message(s: u32, ) -> Weight { - // Minimum execution time: 11_013 nanoseconds. - Weight::from_ref_time(2_207_919) - // Standard Error: 17 - .saturating_add(Weight::from_ref_time(2_438).saturating_mul(s.into())) + // Minimum execution time: 10_852 nanoseconds. + Weight::from_ref_time(2_587_774) + // Standard Error: 15 + .saturating_add(Weight::from_ref_time(2_323).saturating_mul(s.into())) } // Storage: Ump NeedsDispatch (r:1 w:1) // Storage: Ump NextDispatchRoundStartWith (r:1 w:1) // Storage: Ump RelayDispatchQueues (r:0 w:1) // Storage: Ump RelayDispatchQueueSize (r:0 w:1) fn clean_ump_after_outgoing() -> Weight { - // Minimum execution time: 9_032 nanoseconds. - Weight::from_ref_time(9_556_000) + // Minimum execution time: 9_187 nanoseconds. + Weight::from_ref_time(9_486_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Ump Overweight (r:1 w:1) // Storage: Ump CounterForOverweight (r:1 w:1) fn service_overweight() -> Weight { - // Minimum execution time: 30_250 nanoseconds. - Weight::from_ref_time(31_098_000) + // Minimum execution time: 29_563 nanoseconds. + Weight::from_ref_time(30_367_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } From 4be0bc45176831025703667c868d2c00c534f01f Mon Sep 17 00:00:00 2001 From: alvicsam Date: Tue, 24 Jan 2023 07:59:33 +0100 Subject: [PATCH 5/5] new weights --- .../constants/src/weights/block_weights.rs | 18 +- .../src/weights/extrinsic_weights.rs | 18 +- .../weights/frame_benchmarking_baseline.rs | 50 +++-- .../frame_election_provider_support.rs | 26 +-- runtime/kusama/src/weights/frame_system.rs | 44 ++--- .../kusama/src/weights/pallet_bags_list.rs | 14 +- ...allet_balances_nis_counterpart_balances.rs | 30 +-- runtime/kusama/src/weights/pallet_bounties.rs | 52 ++--- .../src/weights/pallet_child_bounties.rs | 38 ++-- .../src/weights/pallet_collective_council.rs | 126 ++++++------ .../pallet_collective_technical_committee.rs | 126 ++++++------ .../src/weights/pallet_conviction_voting.rs | 38 ++-- .../kusama/src/weights/pallet_democracy.rs | 122 ++++++------ .../pallet_election_provider_multi_phase.rs | 70 +++---- .../src/weights/pallet_elections_phragmen.rs | 78 ++++---- .../kusama/src/weights/pallet_fast_unstake.rs | 26 +-- runtime/kusama/src/weights/pallet_identity.rs | 162 +++++++-------- .../kusama/src/weights/pallet_im_online.rs | 14 +- runtime/kusama/src/weights/pallet_indices.rs | 22 +-- .../kusama/src/weights/pallet_membership.rs | 54 ++--- runtime/kusama/src/weights/pallet_multisig.rs | 68 +++---- runtime/kusama/src/weights/pallet_nis.rs | 54 ++--- .../src/weights/pallet_nomination_pools.rs | 78 ++++---- runtime/kusama/src/weights/pallet_preimage.rs | 60 +++--- runtime/kusama/src/weights/pallet_proxy.rs | 98 ++++----- .../src/weights/pallet_ranked_collective.rs | 42 ++-- .../pallet_referenda_fellowship_referenda.rs | 114 +++++------ .../src/weights/pallet_referenda_referenda.rs | 114 +++++------ .../kusama/src/weights/pallet_scheduler.rs | 74 +++---- runtime/kusama/src/weights/pallet_session.rs | 10 +- runtime/kusama/src/weights/pallet_staking.rs | 186 +++++++++--------- .../kusama/src/weights/pallet_timestamp.rs | 10 +- runtime/kusama/src/weights/pallet_tips.rs | 50 ++--- runtime/kusama/src/weights/pallet_treasury.rs | 34 ++-- runtime/kusama/src/weights/pallet_utility.rs | 32 +-- runtime/kusama/src/weights/pallet_vesting.rs | 98 ++++----- .../kusama/src/weights/pallet_whitelist.rs | 24 +-- runtime/kusama/src/weights/pallet_xcm.rs | 62 +++--- .../src/weights/runtime_common_auctions.rs | 18 +- .../src/weights/runtime_common_claims.rs | 22 +-- .../src/weights/runtime_common_crowdloan.rs | 46 ++--- .../weights/runtime_common_paras_registrar.rs | 36 ++-- .../src/weights/runtime_common_slots.rs | 26 +-- .../runtime_parachains_configuration.rs | 22 +-- .../weights/runtime_parachains_disputes.rs | 6 +- .../src/weights/runtime_parachains_hrmp.rs | 62 +++--- .../weights/runtime_parachains_initializer.rs | 8 +- .../src/weights/runtime_parachains_paras.rs | 66 +++---- .../runtime_parachains_paras_inherent.rs | 26 +-- .../src/weights/runtime_parachains_ump.rs | 18 +- .../constants/src/weights/block_weights.rs | 18 +- .../src/weights/extrinsic_weights.rs | 18 +- .../weights/frame_benchmarking_baseline.rs | 50 ++--- .../frame_election_provider_support.rs | 26 +-- runtime/polkadot/src/weights/frame_system.rs | 42 ++-- .../polkadot/src/weights/pallet_bags_list.rs | 14 +- .../polkadot/src/weights/pallet_balances.rs | 30 +-- .../polkadot/src/weights/pallet_bounties.rs | 52 ++--- .../src/weights/pallet_child_bounties.rs | 38 ++-- .../src/weights/pallet_collective_council.rs | 126 ++++++------ .../pallet_collective_technical_committee.rs | 124 ++++++------ .../polkadot/src/weights/pallet_democracy.rs | 122 ++++++------ .../pallet_election_provider_multi_phase.rs | 74 ++++--- .../src/weights/pallet_elections_phragmen.rs | 78 ++++---- .../src/weights/pallet_fast_unstake.rs | 26 +-- .../polkadot/src/weights/pallet_identity.rs | 162 +++++++-------- .../polkadot/src/weights/pallet_im_online.rs | 14 +- .../polkadot/src/weights/pallet_indices.rs | 22 +-- .../polkadot/src/weights/pallet_membership.rs | 54 ++--- .../polkadot/src/weights/pallet_multisig.rs | 68 +++---- .../src/weights/pallet_nomination_pools.rs | 82 ++++---- .../polkadot/src/weights/pallet_preimage.rs | 62 +++--- runtime/polkadot/src/weights/pallet_proxy.rs | 98 ++++----- .../polkadot/src/weights/pallet_scheduler.rs | 74 +++---- .../polkadot/src/weights/pallet_session.rs | 10 +- .../polkadot/src/weights/pallet_staking.rs | 186 +++++++++--------- .../polkadot/src/weights/pallet_timestamp.rs | 10 +- runtime/polkadot/src/weights/pallet_tips.rs | 50 ++--- .../polkadot/src/weights/pallet_treasury.rs | 34 ++-- .../polkadot/src/weights/pallet_utility.rs | 34 ++-- .../polkadot/src/weights/pallet_vesting.rs | 98 ++++----- runtime/polkadot/src/weights/pallet_xcm.rs | 58 +++--- .../src/weights/runtime_common_auctions.rs | 18 +- .../src/weights/runtime_common_claims.rs | 22 +-- .../src/weights/runtime_common_crowdloan.rs | 46 ++--- .../weights/runtime_common_paras_registrar.rs | 34 ++-- .../src/weights/runtime_common_slots.rs | 26 +-- .../runtime_parachains_configuration.rs | 22 +-- .../weights/runtime_parachains_disputes.rs | 6 +- .../src/weights/runtime_parachains_hrmp.rs | 62 +++--- .../weights/runtime_parachains_initializer.rs | 10 +- .../src/weights/runtime_parachains_paras.rs | 70 +++---- .../runtime_parachains_paras_inherent.rs | 26 +-- .../src/weights/runtime_parachains_ump.rs | 16 +- .../constants/src/weights/block_weights.rs | 18 +- .../src/weights/extrinsic_weights.rs | 18 +- .../weights/frame_benchmarking_baseline.rs | 50 +++-- runtime/rococo/src/weights/frame_system.rs | 44 ++--- ...allet_balances_nis_counterpart_balances.rs | 30 +-- runtime/rococo/src/weights/pallet_bounties.rs | 16 +- .../src/weights/pallet_child_bounties.rs | 2 +- .../src/weights/pallet_collective_council.rs | 126 ++++++------ .../pallet_collective_technical_committee.rs | 126 ++++++------ .../rococo/src/weights/pallet_democracy.rs | 120 +++++------ .../src/weights/pallet_elections_phragmen.rs | 78 ++++---- runtime/rococo/src/weights/pallet_identity.rs | 160 +++++++-------- .../rococo/src/weights/pallet_im_online.rs | 14 +- runtime/rococo/src/weights/pallet_indices.rs | 22 +-- .../rococo/src/weights/pallet_membership.rs | 54 ++--- runtime/rococo/src/weights/pallet_multisig.rs | 66 +++---- runtime/rococo/src/weights/pallet_nis.rs | 54 ++--- runtime/rococo/src/weights/pallet_preimage.rs | 58 +++--- runtime/rococo/src/weights/pallet_proxy.rs | 98 ++++----- .../rococo/src/weights/pallet_scheduler.rs | 74 +++---- .../rococo/src/weights/pallet_timestamp.rs | 10 +- runtime/rococo/src/weights/pallet_tips.rs | 48 ++--- runtime/rococo/src/weights/pallet_treasury.rs | 34 ++-- runtime/rococo/src/weights/pallet_utility.rs | 34 ++-- runtime/rococo/src/weights/pallet_vesting.rs | 98 ++++----- runtime/rococo/src/weights/pallet_xcm.rs | 62 +++--- .../src/weights/runtime_common_auctions.rs | 18 +- .../src/weights/runtime_common_claims.rs | 22 +-- .../src/weights/runtime_common_crowdloan.rs | 46 ++--- .../weights/runtime_common_paras_registrar.rs | 36 ++-- .../src/weights/runtime_common_slots.rs | 26 +-- .../runtime_parachains_configuration.rs | 22 +-- .../weights/runtime_parachains_disputes.rs | 6 +- .../src/weights/runtime_parachains_hrmp.rs | 62 +++--- .../weights/runtime_parachains_initializer.rs | 10 +- .../src/weights/runtime_parachains_paras.rs | 68 +++---- .../src/weights/runtime_parachains_ump.rs | 18 +- .../constants/src/weights/block_weights.rs | 18 +- .../src/weights/extrinsic_weights.rs | 18 +- .../frame_election_provider_support.rs | 26 +-- runtime/westend/src/weights/frame_system.rs | 44 ++--- .../westend/src/weights/pallet_bags_list.rs | 14 +- .../westend/src/weights/pallet_balances.rs | 30 +-- .../pallet_election_provider_multi_phase.rs | 70 +++---- .../src/weights/pallet_fast_unstake.rs | 26 +-- .../westend/src/weights/pallet_identity.rs | 162 +++++++-------- .../westend/src/weights/pallet_im_online.rs | 14 +- runtime/westend/src/weights/pallet_indices.rs | 22 +-- .../westend/src/weights/pallet_multisig.rs | 70 +++---- .../src/weights/pallet_nomination_pools.rs | 78 ++++---- .../westend/src/weights/pallet_preimage.rs | 60 +++--- runtime/westend/src/weights/pallet_proxy.rs | 98 ++++----- .../westend/src/weights/pallet_scheduler.rs | 74 +++---- runtime/westend/src/weights/pallet_session.rs | 10 +- runtime/westend/src/weights/pallet_staking.rs | 186 +++++++++--------- .../westend/src/weights/pallet_timestamp.rs | 10 +- runtime/westend/src/weights/pallet_utility.rs | 34 ++-- runtime/westend/src/weights/pallet_vesting.rs | 98 ++++----- runtime/westend/src/weights/pallet_xcm.rs | 58 +++--- .../src/weights/runtime_common_auctions.rs | 18 +- .../src/weights/runtime_common_crowdloan.rs | 46 ++--- .../weights/runtime_common_paras_registrar.rs | 36 ++-- .../src/weights/runtime_common_slots.rs | 26 +-- .../runtime_parachains_configuration.rs | 20 +- .../weights/runtime_parachains_disputes.rs | 6 +- .../runtime_parachains_disputes_slashing.rs | 10 +- .../src/weights/runtime_parachains_hrmp.rs | 62 +++--- .../weights/runtime_parachains_initializer.rs | 10 +- .../src/weights/runtime_parachains_paras.rs | 66 +++---- .../runtime_parachains_paras_inherent.rs | 26 +-- .../src/weights/runtime_parachains_ump.rs | 18 +- 165 files changed, 4206 insertions(+), 4210 deletions(-) diff --git a/runtime/kusama/constants/src/weights/block_weights.rs b/runtime/kusama/constants/src/weights/block_weights.rs index a9954f939b42..5bdbbc661211 100644 --- a/runtime/kusama/constants/src/weights/block_weights.rs +++ b/runtime/kusama/constants/src/weights/block_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21 (Y/M/D) +//! DATE: 2023-01-24 (Y/M/D) //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development` @@ -42,17 +42,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 11_076_799, 11_903_350 - /// Average: 11_208_741 - /// Median: 11_169_717 - /// Std-Dev: 123480.46 + /// Min, Max: 11_101_648, 11_377_824 + /// Average: 11_158_208 + /// Median: 11_134_153 + /// Std-Dev: 62437.99 /// /// Percentiles nanoseconds: - /// 99th: 11_762_846 - /// 95th: 11_394_199 - /// 75th: 11_250_528 + /// 99th: 11_368_494 + /// 95th: 11_302_388 + /// 75th: 11_151_929 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(11_208_741)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(11_158_208)); } #[cfg(test)] diff --git a/runtime/kusama/constants/src/weights/extrinsic_weights.rs b/runtime/kusama/constants/src/weights/extrinsic_weights.rs index d83712b08478..d3d9a1c0b64a 100644 --- a/runtime/kusama/constants/src/weights/extrinsic_weights.rs +++ b/runtime/kusama/constants/src/weights/extrinsic_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21 (Y/M/D) +//! DATE: 2023-01-24 (Y/M/D) //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development` @@ -42,17 +42,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 109_581, 114_518 - /// Average: 110_380 - /// Median: 110_197 - /// Std-Dev: 705.53 + /// Min, Max: 109_996, 111_665 + /// Average: 110_575 + /// Median: 110_568 + /// Std-Dev: 245.27 /// /// Percentiles nanoseconds: - /// 99th: 112_755 - /// 95th: 111_370 - /// 75th: 110_617 + /// 99th: 111_123 + /// 95th: 110_957 + /// 75th: 110_703 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(110_380)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(110_575)); } #[cfg(test)] diff --git a/runtime/kusama/src/weights/frame_benchmarking_baseline.rs b/runtime/kusama/src/weights/frame_benchmarking_baseline.rs index acf8f6a40254..405b1eba1acb 100644 --- a/runtime/kusama/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/kusama/src/weights/frame_benchmarking_baseline.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `frame_benchmarking::baseline` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -46,54 +46,52 @@ pub struct WeightInfo(PhantomData); impl frame_benchmarking::baseline::WeightInfo for WeightInfo { /// The range of component `i` is `[0, 1000000]`. fn addition(_i: u32, ) -> Weight { - // Minimum execution time: 110 nanoseconds. - Weight::from_ref_time(142_773) + // Minimum execution time: 116 nanoseconds. + Weight::from_ref_time(148_551) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { - // Minimum execution time: 113 nanoseconds. - Weight::from_ref_time(137_727) + // Minimum execution time: 116 nanoseconds. + Weight::from_ref_time(146_564) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { - // Minimum execution time: 112 nanoseconds. - Weight::from_ref_time(144_066) + // Minimum execution time: 113 nanoseconds. + Weight::from_ref_time(147_394) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { - // Minimum execution time: 110 nanoseconds. - Weight::from_ref_time(141_690) + // Minimum execution time: 115 nanoseconds. + Weight::from_ref_time(147_033) } /// The range of component `i` is `[0, 100]`. - fn hashing(i: u32, ) -> Weight { - // Minimum execution time: 24_256_790 nanoseconds. - Weight::from_ref_time(24_302_551_365) - // Standard Error: 81_534 - .saturating_add(Weight::from_ref_time(170_611).saturating_mul(i.into())) + fn hashing(_i: u32, ) -> Weight { + // Minimum execution time: 23_983_154 nanoseconds. + Weight::from_ref_time(24_070_029_392) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { - // Minimum execution time: 142 nanoseconds. - Weight::from_ref_time(2_101_973) - // Standard Error: 7_278 - .saturating_add(Weight::from_ref_time(55_518_896).saturating_mul(i.into())) + // Minimum execution time: 130 nanoseconds. + Weight::from_ref_time(1_606_463) + // Standard Error: 5_589 + .saturating_add(Weight::from_ref_time(55_538_842).saturating_mul(i.into())) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn storage_read(i: u32, ) -> Weight { - // Minimum execution time: 116 nanoseconds. - Weight::from_ref_time(127_000) - // Standard Error: 4_181 - .saturating_add(Weight::from_ref_time(2_431_069).saturating_mul(i.into())) + // Minimum execution time: 118 nanoseconds. + Weight::from_ref_time(136_000) + // Standard Error: 2_899 + .saturating_add(Weight::from_ref_time(2_363_633).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn storage_write(i: u32, ) -> Weight { - // Minimum execution time: 125 nanoseconds. - Weight::from_ref_time(143_000) - // Standard Error: 936 - .saturating_add(Weight::from_ref_time(395_414).saturating_mul(i.into())) + // Minimum execution time: 119 nanoseconds. + Weight::from_ref_time(141_000) + // Standard Error: 923 + .saturating_add(Weight::from_ref_time(386_949).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } } diff --git a/runtime/kusama/src/weights/frame_election_provider_support.rs b/runtime/kusama/src/weights/frame_election_provider_support.rs index 398fcb23e62b..48af470f3460 100644 --- a/runtime/kusama/src/weights/frame_election_provider_support.rs +++ b/runtime/kusama/src/weights/frame_election_provider_support.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `frame_election_provider_support` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -48,22 +48,22 @@ impl frame_election_provider_support::WeightInfo for We /// The range of component `t` is `[500, 1000]`. /// The range of component `d` is `[5, 16]`. fn phragmen(v: u32, _t: u32, d: u32, ) -> Weight { - // Minimum execution time: 5_726_238 nanoseconds. - Weight::from_ref_time(5_790_216_000) - // Standard Error: 138_931 - .saturating_add(Weight::from_ref_time(5_618_414).saturating_mul(v.into())) - // Standard Error: 14_203_885 - .saturating_add(Weight::from_ref_time(1_491_183_409).saturating_mul(d.into())) + // Minimum execution time: 5_668_576 nanoseconds. + Weight::from_ref_time(5_712_755_000) + // Standard Error: 133_923 + .saturating_add(Weight::from_ref_time(5_516_772).saturating_mul(v.into())) + // Standard Error: 13_691_904 + .saturating_add(Weight::from_ref_time(1_483_939_563).saturating_mul(d.into())) } /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. /// The range of component `d` is `[5, 16]`. fn phragmms(v: u32, _t: u32, d: u32, ) -> Weight { - // Minimum execution time: 4_057_773 nanoseconds. - Weight::from_ref_time(4_165_595_000) - // Standard Error: 126_180 - .saturating_add(Weight::from_ref_time(4_843_071).saturating_mul(v.into())) - // Standard Error: 12_900_236 - .saturating_add(Weight::from_ref_time(1_456_649_717).saturating_mul(d.into())) + // Minimum execution time: 3_905_717 nanoseconds. + Weight::from_ref_time(3_950_012_000) + // Standard Error: 121_037 + .saturating_add(Weight::from_ref_time(4_593_528).saturating_mul(v.into())) + // Standard Error: 12_374_443 + .saturating_add(Weight::from_ref_time(1_416_607_758).saturating_mul(d.into())) } } diff --git a/runtime/kusama/src/weights/frame_system.rs b/runtime/kusama/src/weights/frame_system.rs index c180b5a0b3f8..0b447b77d37f 100644 --- a/runtime/kusama/src/weights/frame_system.rs +++ b/runtime/kusama/src/weights/frame_system.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -46,51 +46,51 @@ pub struct WeightInfo(PhantomData); impl frame_system::WeightInfo for WeightInfo { /// The range of component `b` is `[0, 3932160]`. fn remark(b: u32, ) -> Weight { - // Minimum execution time: 3_524 nanoseconds. - Weight::from_ref_time(3_631_000) + // Minimum execution time: 3_479 nanoseconds. + Weight::from_ref_time(3_232_796) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(478).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(539).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { - // Minimum execution time: 13_282 nanoseconds. - Weight::from_ref_time(126_018_024) - // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_937).saturating_mul(b.into())) + // Minimum execution time: 13_120 nanoseconds. + Weight::from_ref_time(176_550_818) + // Standard Error: 5 + .saturating_add(Weight::from_ref_time(1_915).saturating_mul(b.into())) } // Storage: System Digest (r:1 w:1) // Storage: unknown [0x3a686561707061676573] (r:0 w:1) fn set_heap_pages() -> Weight { - // Minimum execution time: 8_269 nanoseconds. - Weight::from_ref_time(8_664_000) + // Minimum execution time: 8_452 nanoseconds. + Weight::from_ref_time(8_855_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn set_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_629 nanoseconds. - Weight::from_ref_time(3_704_000) - // Standard Error: 2_180 - .saturating_add(Weight::from_ref_time(691_914).saturating_mul(i.into())) + // Minimum execution time: 3_536 nanoseconds. + Weight::from_ref_time(3_673_000) + // Standard Error: 2_059 + .saturating_add(Weight::from_ref_time(678_301).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn kill_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_655 nanoseconds. - Weight::from_ref_time(3_728_000) - // Standard Error: 1_020 - .saturating_add(Weight::from_ref_time(519_840).saturating_mul(i.into())) + // Minimum execution time: 3_390 nanoseconds. + Weight::from_ref_time(3_504_000) + // Standard Error: 890 + .saturating_add(Weight::from_ref_time(509_654).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { - // Minimum execution time: 5_230 nanoseconds. - Weight::from_ref_time(5_371_000) - // Standard Error: 1_354 - .saturating_add(Weight::from_ref_time(1_179_795).saturating_mul(p.into())) + // Minimum execution time: 5_185 nanoseconds. + Weight::from_ref_time(5_253_000) + // Standard Error: 1_170 + .saturating_add(Weight::from_ref_time(1_152_577).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) } } diff --git a/runtime/kusama/src/weights/pallet_bags_list.rs b/runtime/kusama/src/weights/pallet_bags_list.rs index 57cd893d229d..e1781c03dd4f 100644 --- a/runtime/kusama/src/weights/pallet_bags_list.rs +++ b/runtime/kusama/src/weights/pallet_bags_list.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_bags_list` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -49,8 +49,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList ListNodes (r:4 w:4) // Storage: VoterList ListBags (r:1 w:1) fn rebag_non_terminal() -> Weight { - // Minimum execution time: 63_598 nanoseconds. - Weight::from_ref_time(65_643_000) + // Minimum execution time: 64_102 nanoseconds. + Weight::from_ref_time(66_882_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -59,8 +59,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn rebag_terminal() -> Weight { - // Minimum execution time: 63_777 nanoseconds. - Weight::from_ref_time(66_843_000) + // Minimum execution time: 63_969 nanoseconds. + Weight::from_ref_time(65_863_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -70,8 +70,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList CounterForListNodes (r:1 w:1) // Storage: VoterList ListBags (r:1 w:1) fn put_in_front_of() -> Weight { - // Minimum execution time: 62_987 nanoseconds. - Weight::from_ref_time(64_198_000) + // Minimum execution time: 63_120 nanoseconds. + Weight::from_ref_time(64_737_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(6)) } diff --git a/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs b/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs index ce4c048fdf55..ed78f632c878 100644 --- a/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs +++ b/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -48,24 +48,24 @@ impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn transfer() -> Weight { - // Minimum execution time: 46_661 nanoseconds. - Weight::from_ref_time(47_602_000) + // Minimum execution time: 46_620 nanoseconds. + Weight::from_ref_time(47_736_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: NisCounterpartBalances Account (r:2 w:2) // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { - // Minimum execution time: 32_700 nanoseconds. - Weight::from_ref_time(33_789_000) + // Minimum execution time: 32_475 nanoseconds. + Weight::from_ref_time(33_360_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: NisCounterpartBalances Account (r:1 w:1) // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn set_balance_creating() -> Weight { - // Minimum execution time: 21_657 nanoseconds. - Weight::from_ref_time(22_227_000) + // Minimum execution time: 21_317 nanoseconds. + Weight::from_ref_time(21_933_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -73,8 +73,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn set_balance_killing() -> Weight { - // Minimum execution time: 30_054 nanoseconds. - Weight::from_ref_time(30_888_000) + // Minimum execution time: 30_035 nanoseconds. + Weight::from_ref_time(31_160_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -82,23 +82,23 @@ impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:2 w:2) // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn force_transfer() -> Weight { - // Minimum execution time: 45_249 nanoseconds. - Weight::from_ref_time(46_230_000) + // Minimum execution time: 45_090 nanoseconds. + Weight::from_ref_time(46_780_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: NisCounterpartBalances Account (r:2 w:2) // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { - // Minimum execution time: 41_851 nanoseconds. - Weight::from_ref_time(43_108_000) + // Minimum execution time: 42_326 nanoseconds. + Weight::from_ref_time(43_268_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: NisCounterpartBalances Account (r:1 w:1) fn force_unreserve() -> Weight { - // Minimum execution time: 20_008 nanoseconds. - Weight::from_ref_time(20_670_000) + // Minimum execution time: 19_632 nanoseconds. + Weight::from_ref_time(20_402_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_bounties.rs b/runtime/kusama/src/weights/pallet_bounties.rs index eddc6d06d055..c44048f46a50 100644 --- a/runtime/kusama/src/weights/pallet_bounties.rs +++ b/runtime/kusama/src/weights/pallet_bounties.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_bounties` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -50,49 +50,49 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: Bounties Bounties (r:0 w:1) /// The range of component `d` is `[0, 16384]`. fn propose_bounty(d: u32, ) -> Weight { - // Minimum execution time: 28_834 nanoseconds. - Weight::from_ref_time(30_581_480) + // Minimum execution time: 29_623 nanoseconds. + Weight::from_ref_time(31_822_254) // Standard Error: 12 - .saturating_add(Weight::from_ref_time(864).saturating_mul(d.into())) + .saturating_add(Weight::from_ref_time(897).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Bounties Bounties (r:1 w:1) // Storage: Bounties BountyApprovals (r:1 w:1) fn approve_bounty() -> Weight { - // Minimum execution time: 11_034 nanoseconds. - Weight::from_ref_time(11_531_000) + // Minimum execution time: 11_503 nanoseconds. + Weight::from_ref_time(11_905_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Bounties Bounties (r:1 w:1) fn propose_curator() -> Weight { - // Minimum execution time: 10_238 nanoseconds. - Weight::from_ref_time(10_801_000) + // Minimum execution time: 10_559 nanoseconds. + Weight::from_ref_time(10_904_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Bounties Bounties (r:1 w:1) // Storage: System Account (r:1 w:1) fn unassign_curator() -> Weight { - // Minimum execution time: 40_905 nanoseconds. - Weight::from_ref_time(43_061_000) + // Minimum execution time: 42_366 nanoseconds. + Weight::from_ref_time(43_357_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Bounties Bounties (r:1 w:1) // Storage: System Account (r:1 w:1) fn accept_curator() -> Weight { - // Minimum execution time: 28_080 nanoseconds. - Weight::from_ref_time(28_957_000) + // Minimum execution time: 29_157 nanoseconds. + Weight::from_ref_time(30_677_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Bounties Bounties (r:1 w:1) // Storage: ChildBounties ParentChildBounties (r:1 w:0) fn award_bounty() -> Weight { - // Minimum execution time: 24_289 nanoseconds. - Weight::from_ref_time(25_111_000) + // Minimum execution time: 24_479 nanoseconds. + Weight::from_ref_time(25_270_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -101,8 +101,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: ChildBounties ChildrenCuratorFees (r:1 w:1) // Storage: Bounties BountyDescriptions (r:0 w:1) fn claim_bounty() -> Weight { - // Minimum execution time: 74_407 nanoseconds. - Weight::from_ref_time(76_533_000) + // Minimum execution time: 75_799 nanoseconds. + Weight::from_ref_time(78_144_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -111,8 +111,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: Bounties BountyDescriptions (r:0 w:1) fn close_bounty_proposed() -> Weight { - // Minimum execution time: 45_911 nanoseconds. - Weight::from_ref_time(47_335_000) + // Minimum execution time: 46_842 nanoseconds. + Weight::from_ref_time(47_536_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -121,15 +121,15 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: System Account (r:2 w:2) // Storage: Bounties BountyDescriptions (r:0 w:1) fn close_bounty_active() -> Weight { - // Minimum execution time: 55_282 nanoseconds. - Weight::from_ref_time(56_698_000) + // Minimum execution time: 58_090 nanoseconds. + Weight::from_ref_time(60_188_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Bounties Bounties (r:1 w:1) fn extend_bounty_expiry() -> Weight { - // Minimum execution time: 20_817 nanoseconds. - Weight::from_ref_time(21_854_000) + // Minimum execution time: 21_089 nanoseconds. + Weight::from_ref_time(21_836_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -138,10 +138,10 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: System Account (r:4 w:4) /// The range of component `b` is `[0, 100]`. fn spend_funds(b: u32, ) -> Weight { - // Minimum execution time: 7_227 nanoseconds. - Weight::from_ref_time(16_136_455) - // Standard Error: 11_509 - .saturating_add(Weight::from_ref_time(30_153_672).saturating_mul(b.into())) + // Minimum execution time: 7_570 nanoseconds. + Weight::from_ref_time(19_660_003) + // Standard Error: 11_535 + .saturating_add(Weight::from_ref_time(31_144_972).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/kusama/src/weights/pallet_child_bounties.rs b/runtime/kusama/src/weights/pallet_child_bounties.rs index a3fa290e971e..c501a3a8b61e 100644 --- a/runtime/kusama/src/weights/pallet_child_bounties.rs +++ b/runtime/kusama/src/weights/pallet_child_bounties.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_child_bounties` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -52,10 +52,10 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 54_457 nanoseconds. - Weight::from_ref_time(56_599_317) - // Standard Error: 13 - .saturating_add(Weight::from_ref_time(860).saturating_mul(d.into())) + // Minimum execution time: 55_323 nanoseconds. + Weight::from_ref_time(57_716_941) + // Standard Error: 16 + .saturating_add(Weight::from_ref_time(934).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -63,8 +63,8 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 18_663 nanoseconds. - Weight::from_ref_time(19_537_000) + // Minimum execution time: 18_709 nanoseconds. + Weight::from_ref_time(19_319_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -72,8 +72,8 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 34_676 nanoseconds. - Weight::from_ref_time(36_042_000) + // Minimum execution time: 34_386 nanoseconds. + Weight::from_ref_time(35_898_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -81,16 +81,16 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 47_401 nanoseconds. - Weight::from_ref_time(48_662_000) + // Minimum execution time: 48_360 nanoseconds. + Weight::from_ref_time(49_866_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Bounties Bounties (r:1 w:0) // Storage: ChildBounties ChildBounties (r:1 w:1) fn award_child_bounty() -> Weight { - // Minimum execution time: 28_189 nanoseconds. - Weight::from_ref_time(29_306_000) + // Minimum execution time: 28_240 nanoseconds. + Weight::from_ref_time(29_435_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -99,8 +99,8 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 73_329 nanoseconds. - Weight::from_ref_time(74_843_000) + // Minimum execution time: 75_273 nanoseconds. + Weight::from_ref_time(77_122_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -111,8 +111,8 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 54_454 nanoseconds. - Weight::from_ref_time(56_388_000) + // Minimum execution time: 55_596 nanoseconds. + Weight::from_ref_time(57_045_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -123,8 +123,8 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 66_200 nanoseconds. - Weight::from_ref_time(67_211_000) + // Minimum execution time: 66_320 nanoseconds. + Weight::from_ref_time(68_259_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/kusama/src/weights/pallet_collective_council.rs b/runtime/kusama/src/weights/pallet_collective_council.rs index e1e35b03d910..7863685d6d2e 100644 --- a/runtime/kusama/src/weights/pallet_collective_council.rs +++ b/runtime/kusama/src/weights/pallet_collective_council.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -55,12 +55,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 100]`. /// The range of component `p` is `[0, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { - // Minimum execution time: 16_901 nanoseconds. - Weight::from_ref_time(17_340_000) - // Standard Error: 46_134 - .saturating_add(Weight::from_ref_time(5_195_175).saturating_mul(m.into())) - // Standard Error: 46_134 - .saturating_add(Weight::from_ref_time(8_045_675).saturating_mul(p.into())) + // Minimum execution time: 16_648 nanoseconds. + Weight::from_ref_time(16_874_000) + // Standard Error: 36_550 + .saturating_add(Weight::from_ref_time(4_155_460).saturating_mul(m.into())) + // Standard Error: 36_550 + .saturating_add(Weight::from_ref_time(6_898_238).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -72,12 +72,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 20_588 nanoseconds. - Weight::from_ref_time(19_930_157) - // Standard Error: 22 - .saturating_add(Weight::from_ref_time(2_063).saturating_mul(b.into())) - // Standard Error: 230 - .saturating_add(Weight::from_ref_time(14_799).saturating_mul(m.into())) + // Minimum execution time: 20_604 nanoseconds. + Weight::from_ref_time(20_117_098) + // Standard Error: 20 + .saturating_add(Weight::from_ref_time(1_951).saturating_mul(b.into())) + // Standard Error: 213 + .saturating_add(Weight::from_ref_time(13_087).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: Council Members (r:1 w:0) @@ -87,12 +87,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 23_207 nanoseconds. - Weight::from_ref_time(22_017_586) - // Standard Error: 26 - .saturating_add(Weight::from_ref_time(2_206).saturating_mul(b.into())) - // Standard Error: 277 - .saturating_add(Weight::from_ref_time(22_896).saturating_mul(m.into())) + // Minimum execution time: 23_005 nanoseconds. + Weight::from_ref_time(22_039_338) + // Standard Error: 25 + .saturating_add(Weight::from_ref_time(2_000).saturating_mul(b.into())) + // Standard Error: 265 + .saturating_add(Weight::from_ref_time(21_045).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) } // Storage: Council Members (r:1 w:0) @@ -107,14 +107,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 29_104 nanoseconds. - Weight::from_ref_time(27_197_323) - // Standard Error: 105 - .saturating_add(Weight::from_ref_time(4_627).saturating_mul(b.into())) - // Standard Error: 1_103 - .saturating_add(Weight::from_ref_time(30_149).saturating_mul(m.into())) - // Standard Error: 1_089 - .saturating_add(Weight::from_ref_time(197_296).saturating_mul(p.into())) + // Minimum execution time: 28_984 nanoseconds. + Weight::from_ref_time(27_067_662) + // Standard Error: 97 + .saturating_add(Weight::from_ref_time(4_243).saturating_mul(b.into())) + // Standard Error: 1_015 + .saturating_add(Weight::from_ref_time(29_845).saturating_mul(m.into())) + // Standard Error: 1_002 + .saturating_add(Weight::from_ref_time(197_072).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -123,10 +123,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[5, 100]`. /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { - // Minimum execution time: 34_878 nanoseconds. - Weight::from_ref_time(37_226_588) - // Standard Error: 896 - .saturating_add(Weight::from_ref_time(50_564).saturating_mul(m.into())) + // Minimum execution time: 34_329 nanoseconds. + Weight::from_ref_time(36_958_595) + // Standard Error: 750 + .saturating_add(Weight::from_ref_time(45_910).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -139,12 +139,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 31_048 nanoseconds. - Weight::from_ref_time(32_314_160) - // Standard Error: 870 - .saturating_add(Weight::from_ref_time(36_732).saturating_mul(m.into())) - // Standard Error: 849 - .saturating_add(Weight::from_ref_time(185_457).saturating_mul(p.into())) + // Minimum execution time: 30_842 nanoseconds. + Weight::from_ref_time(32_492_766) + // Standard Error: 884 + .saturating_add(Weight::from_ref_time(31_628).saturating_mul(m.into())) + // Standard Error: 862 + .saturating_add(Weight::from_ref_time(186_164).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -159,14 +159,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 41_973 nanoseconds. - Weight::from_ref_time(42_660_001) - // Standard Error: 103 - .saturating_add(Weight::from_ref_time(3_251).saturating_mul(b.into())) - // Standard Error: 1_095 - .saturating_add(Weight::from_ref_time(26_874).saturating_mul(m.into())) - // Standard Error: 1_067 - .saturating_add(Weight::from_ref_time(215_546).saturating_mul(p.into())) + // Minimum execution time: 41_248 nanoseconds. + Weight::from_ref_time(41_974_210) + // Standard Error: 97 + .saturating_add(Weight::from_ref_time(3_399).saturating_mul(b.into())) + // Standard Error: 1_032 + .saturating_add(Weight::from_ref_time(28_568).saturating_mul(m.into())) + // Standard Error: 1_006 + .saturating_add(Weight::from_ref_time(212_759).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -180,12 +180,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 34_531 nanoseconds. - Weight::from_ref_time(34_877_016) - // Standard Error: 902 - .saturating_add(Weight::from_ref_time(42_625).saturating_mul(m.into())) - // Standard Error: 879 - .saturating_add(Weight::from_ref_time(187_743).saturating_mul(p.into())) + // Minimum execution time: 34_511 nanoseconds. + Weight::from_ref_time(34_445_374) + // Standard Error: 820 + .saturating_add(Weight::from_ref_time(38_784).saturating_mul(m.into())) + // Standard Error: 799 + .saturating_add(Weight::from_ref_time(191_619).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -201,14 +201,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 44_024 nanoseconds. - Weight::from_ref_time(45_250_235) - // Standard Error: 102 - .saturating_add(Weight::from_ref_time(3_397).saturating_mul(b.into())) - // Standard Error: 1_085 - .saturating_add(Weight::from_ref_time(22_278).saturating_mul(m.into())) - // Standard Error: 1_058 - .saturating_add(Weight::from_ref_time(221_134).saturating_mul(p.into())) + // Minimum execution time: 43_512 nanoseconds. + Weight::from_ref_time(43_763_995) + // Standard Error: 108 + .saturating_add(Weight::from_ref_time(3_663).saturating_mul(b.into())) + // Standard Error: 1_143 + .saturating_add(Weight::from_ref_time(32_094).saturating_mul(m.into())) + // Standard Error: 1_114 + .saturating_add(Weight::from_ref_time(218_006).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -218,10 +218,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { - // Minimum execution time: 20_055 nanoseconds. - Weight::from_ref_time(22_413_428) - // Standard Error: 918 - .saturating_add(Weight::from_ref_time(177_154).saturating_mul(p.into())) + // Minimum execution time: 19_588 nanoseconds. + Weight::from_ref_time(22_092_936) + // Standard Error: 912 + .saturating_add(Weight::from_ref_time(174_551).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/kusama/src/weights/pallet_collective_technical_committee.rs b/runtime/kusama/src/weights/pallet_collective_technical_committee.rs index f04abe98ea69..e5c89f27d858 100644 --- a/runtime/kusama/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/kusama/src/weights/pallet_collective_technical_committee.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -55,12 +55,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 100]`. /// The range of component `p` is `[0, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { - // Minimum execution time: 17_722 nanoseconds. - Weight::from_ref_time(18_025_000) - // Standard Error: 45_030 - .saturating_add(Weight::from_ref_time(4_984_272).saturating_mul(m.into())) - // Standard Error: 45_030 - .saturating_add(Weight::from_ref_time(7_964_009).saturating_mul(p.into())) + // Minimum execution time: 17_364 nanoseconds. + Weight::from_ref_time(17_747_000) + // Standard Error: 36_695 + .saturating_add(Weight::from_ref_time(4_154_922).saturating_mul(m.into())) + // Standard Error: 36_695 + .saturating_add(Weight::from_ref_time(6_925_329).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -72,12 +72,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 21_066 nanoseconds. - Weight::from_ref_time(20_484_632) - // Standard Error: 18 - .saturating_add(Weight::from_ref_time(1_996).saturating_mul(b.into())) - // Standard Error: 186 - .saturating_add(Weight::from_ref_time(13_550).saturating_mul(m.into())) + // Minimum execution time: 21_204 nanoseconds. + Weight::from_ref_time(20_409_573) + // Standard Error: 17 + .saturating_add(Weight::from_ref_time(2_055).saturating_mul(b.into())) + // Standard Error: 179 + .saturating_add(Weight::from_ref_time(13_580).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: TechnicalCommittee Members (r:1 w:0) @@ -87,12 +87,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 23_921 nanoseconds. - Weight::from_ref_time(22_858_713) - // Standard Error: 21 - .saturating_add(Weight::from_ref_time(2_039).saturating_mul(b.into())) - // Standard Error: 219 - .saturating_add(Weight::from_ref_time(18_049).saturating_mul(m.into())) + // Minimum execution time: 23_743 nanoseconds. + Weight::from_ref_time(22_706_099) + // Standard Error: 18 + .saturating_add(Weight::from_ref_time(1_980).saturating_mul(b.into())) + // Standard Error: 190 + .saturating_add(Weight::from_ref_time(19_216).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) } // Storage: TechnicalCommittee Members (r:1 w:0) @@ -107,14 +107,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 29_458 nanoseconds. - Weight::from_ref_time(28_647_298) - // Standard Error: 93 - .saturating_add(Weight::from_ref_time(4_595).saturating_mul(b.into())) - // Standard Error: 974 - .saturating_add(Weight::from_ref_time(25_790).saturating_mul(m.into())) - // Standard Error: 961 - .saturating_add(Weight::from_ref_time(204_753).saturating_mul(p.into())) + // Minimum execution time: 29_569 nanoseconds. + Weight::from_ref_time(27_693_865) + // Standard Error: 86 + .saturating_add(Weight::from_ref_time(4_711).saturating_mul(b.into())) + // Standard Error: 903 + .saturating_add(Weight::from_ref_time(30_048).saturating_mul(m.into())) + // Standard Error: 891 + .saturating_add(Weight::from_ref_time(205_569).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -123,10 +123,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[5, 100]`. /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { - // Minimum execution time: 35_188 nanoseconds. - Weight::from_ref_time(37_772_527) - // Standard Error: 786 - .saturating_add(Weight::from_ref_time(54_693).saturating_mul(m.into())) + // Minimum execution time: 35_170 nanoseconds. + Weight::from_ref_time(37_544_583) + // Standard Error: 631 + .saturating_add(Weight::from_ref_time(49_997).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -139,12 +139,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 32_475 nanoseconds. - Weight::from_ref_time(33_076_294) - // Standard Error: 805 - .saturating_add(Weight::from_ref_time(37_530).saturating_mul(m.into())) - // Standard Error: 785 - .saturating_add(Weight::from_ref_time(187_492).saturating_mul(p.into())) + // Minimum execution time: 33_117 nanoseconds. + Weight::from_ref_time(33_433_456) + // Standard Error: 822 + .saturating_add(Weight::from_ref_time(31_987).saturating_mul(m.into())) + // Standard Error: 801 + .saturating_add(Weight::from_ref_time(184_413).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -159,14 +159,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 42_518 nanoseconds. - Weight::from_ref_time(42_512_380) - // Standard Error: 106 - .saturating_add(Weight::from_ref_time(3_234).saturating_mul(b.into())) - // Standard Error: 1_124 - .saturating_add(Weight::from_ref_time(33_538).saturating_mul(m.into())) - // Standard Error: 1_096 - .saturating_add(Weight::from_ref_time(220_034).saturating_mul(p.into())) + // Minimum execution time: 42_577 nanoseconds. + Weight::from_ref_time(43_196_678) + // Standard Error: 95 + .saturating_add(Weight::from_ref_time(3_166).saturating_mul(b.into())) + // Standard Error: 1_009 + .saturating_add(Weight::from_ref_time(25_748).saturating_mul(m.into())) + // Standard Error: 983 + .saturating_add(Weight::from_ref_time(212_874).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -180,12 +180,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 35_982 nanoseconds. - Weight::from_ref_time(35_621_442) - // Standard Error: 830 - .saturating_add(Weight::from_ref_time(41_084).saturating_mul(m.into())) - // Standard Error: 810 - .saturating_add(Weight::from_ref_time(191_777).saturating_mul(p.into())) + // Minimum execution time: 34_923 nanoseconds. + Weight::from_ref_time(34_983_792) + // Standard Error: 717 + .saturating_add(Weight::from_ref_time(39_140).saturating_mul(m.into())) + // Standard Error: 699 + .saturating_add(Weight::from_ref_time(194_907).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -201,14 +201,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 45_351 nanoseconds. - Weight::from_ref_time(45_676_643) - // Standard Error: 109 - .saturating_add(Weight::from_ref_time(3_354).saturating_mul(b.into())) - // Standard Error: 1_152 - .saturating_add(Weight::from_ref_time(25_458).saturating_mul(m.into())) - // Standard Error: 1_123 - .saturating_add(Weight::from_ref_time(223_640).saturating_mul(p.into())) + // Minimum execution time: 43_911 nanoseconds. + Weight::from_ref_time(44_774_702) + // Standard Error: 100 + .saturating_add(Weight::from_ref_time(3_555).saturating_mul(b.into())) + // Standard Error: 1_060 + .saturating_add(Weight::from_ref_time(29_486).saturating_mul(m.into())) + // Standard Error: 1_033 + .saturating_add(Weight::from_ref_time(218_377).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -218,10 +218,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { - // Minimum execution time: 20_614 nanoseconds. - Weight::from_ref_time(22_874_100) - // Standard Error: 828 - .saturating_add(Weight::from_ref_time(180_309).saturating_mul(p.into())) + // Minimum execution time: 20_192 nanoseconds. + Weight::from_ref_time(22_521_459) + // Standard Error: 892 + .saturating_add(Weight::from_ref_time(177_568).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/kusama/src/weights/pallet_conviction_voting.rs b/runtime/kusama/src/weights/pallet_conviction_voting.rs index f1e8c294af7b..c61d1775a58d 100644 --- a/runtime/kusama/src/weights/pallet_conviction_voting.rs +++ b/runtime/kusama/src/weights/pallet_conviction_voting.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_conviction_voting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -50,8 +50,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Storage: Balances Locks (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn vote_new() -> Weight { - // Minimum execution time: 188_780 nanoseconds. - Weight::from_ref_time(196_238_000) + // Minimum execution time: 176_250 nanoseconds. + Weight::from_ref_time(183_105_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -61,8 +61,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Storage: Balances Locks (r:1 w:1) // Storage: Scheduler Agenda (r:2 w:2) fn vote_existing() -> Weight { - // Minimum execution time: 259_434 nanoseconds. - Weight::from_ref_time(267_761_000) + // Minimum execution time: 239_904 nanoseconds. + Weight::from_ref_time(248_494_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -70,16 +70,16 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Storage: Referenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:2 w:2) fn remove_vote() -> Weight { - // Minimum execution time: 223_277 nanoseconds. - Weight::from_ref_time(227_631_000) + // Minimum execution time: 209_359 nanoseconds. + Weight::from_ref_time(222_154_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: ConvictionVoting VotingFor (r:1 w:1) // Storage: Referenda ReferendumInfoFor (r:1 w:0) fn remove_other_vote() -> Weight { - // Minimum execution time: 108_381 nanoseconds. - Weight::from_ref_time(114_876_000) + // Minimum execution time: 103_052 nanoseconds. + Weight::from_ref_time(107_461_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,10 +90,10 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Storage: Scheduler Agenda (r:2 w:2) /// The range of component `r` is `[0, 512]`. fn delegate(r: u32, ) -> Weight { - // Minimum execution time: 112_638 nanoseconds. - Weight::from_ref_time(1_788_082_076) - // Standard Error: 151_170 - .saturating_add(Weight::from_ref_time(41_114_746).saturating_mul(r.into())) + // Minimum execution time: 102_070 nanoseconds. + Weight::from_ref_time(1_776_040_090) + // Standard Error: 149_833 + .saturating_add(Weight::from_ref_time(38_268_419).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(6)) @@ -104,10 +104,10 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Storage: Scheduler Agenda (r:2 w:2) /// The range of component `r` is `[0, 512]`. fn undelegate(r: u32, ) -> Weight { - // Minimum execution time: 79_330 nanoseconds. - Weight::from_ref_time(1_826_303_856) - // Standard Error: 156_338 - .saturating_add(Weight::from_ref_time(40_600_066).saturating_mul(r.into())) + // Minimum execution time: 75_841 nanoseconds. + Weight::from_ref_time(1_698_737_760) + // Standard Error: 145_937 + .saturating_add(Weight::from_ref_time(38_386_704).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -117,8 +117,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Storage: ConvictionVoting ClassLocksFor (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn unlock() -> Weight { - // Minimum execution time: 135_681 nanoseconds. - Weight::from_ref_time(140_524_000) + // Minimum execution time: 130_072 nanoseconds. + Weight::from_ref_time(132_988_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/kusama/src/weights/pallet_democracy.rs b/runtime/kusama/src/weights/pallet_democracy.rs index 9e9b48272730..067f35244bcb 100644 --- a/runtime/kusama/src/weights/pallet_democracy.rs +++ b/runtime/kusama/src/weights/pallet_democracy.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_democracy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -49,15 +49,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy Blacklist (r:1 w:0) // Storage: Democracy DepositOf (r:0 w:1) fn propose() -> Weight { - // Minimum execution time: 53_560 nanoseconds. - Weight::from_ref_time(55_196_000) + // Minimum execution time: 53_031 nanoseconds. + Weight::from_ref_time(55_864_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy DepositOf (r:1 w:1) fn second() -> Weight { - // Minimum execution time: 44_357 nanoseconds. - Weight::from_ref_time(46_612_000) + // Minimum execution time: 46_017 nanoseconds. + Weight::from_ref_time(47_880_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,8 +65,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_new() -> Weight { - // Minimum execution time: 58_328 nanoseconds. - Weight::from_ref_time(60_331_000) + // Minimum execution time: 57_992 nanoseconds. + Weight::from_ref_time(60_252_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -74,16 +74,16 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_existing() -> Weight { - // Minimum execution time: 57_605 nanoseconds. - Weight::from_ref_time(60_454_000) + // Minimum execution time: 60_354 nanoseconds. + Weight::from_ref_time(62_448_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Cancellations (r:1 w:1) fn emergency_cancel() -> Weight { - // Minimum execution time: 21_976 nanoseconds. - Weight::from_ref_time(22_483_000) + // Minimum execution time: 22_119 nanoseconds. + Weight::from_ref_time(22_651_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -94,45 +94,45 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Blacklist (r:0 w:1) fn blacklist() -> Weight { - // Minimum execution time: 95_642 nanoseconds. - Weight::from_ref_time(100_828_000) + // Minimum execution time: 94_424 nanoseconds. + Weight::from_ref_time(96_984_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:0) fn external_propose() -> Weight { - // Minimum execution time: 17_059 nanoseconds. - Weight::from_ref_time(17_739_000) + // Minimum execution time: 17_013 nanoseconds. + Weight::from_ref_time(17_572_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_majority() -> Weight { - // Minimum execution time: 4_499 nanoseconds. - Weight::from_ref_time(4_743_000) + // Minimum execution time: 4_391 nanoseconds. + Weight::from_ref_time(4_561_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_default() -> Weight { - // Minimum execution time: 4_569 nanoseconds. - Weight::from_ref_time(4_798_000) + // Minimum execution time: 4_295 nanoseconds. + Weight::from_ref_time(4_586_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy ReferendumCount (r:1 w:1) // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn fast_track() -> Weight { - // Minimum execution time: 22_043 nanoseconds. - Weight::from_ref_time(22_422_000) + // Minimum execution time: 21_958 nanoseconds. + Weight::from_ref_time(22_606_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:1) fn veto_external() -> Weight { - // Minimum execution time: 26_782 nanoseconds. - Weight::from_ref_time(28_010_000) + // Minimum execution time: 27_007 nanoseconds. + Weight::from_ref_time(27_693_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -140,15 +140,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy DepositOf (r:1 w:1) // Storage: System Account (r:1 w:1) fn cancel_proposal() -> Weight { - // Minimum execution time: 81_226 nanoseconds. - Weight::from_ref_time(83_081_000) + // Minimum execution time: 80_566 nanoseconds. + Weight::from_ref_time(82_175_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn cancel_referendum() -> Weight { - // Minimum execution time: 13_970 nanoseconds. - Weight::from_ref_time(14_467_000) + // Minimum execution time: 14_105 nanoseconds. + Weight::from_ref_time(14_330_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy LowestUnbaked (r:1 w:1) @@ -156,10 +156,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:0) /// The range of component `r` is `[0, 99]`. fn on_initialize_base(r: u32, ) -> Weight { - // Minimum execution time: 6_758 nanoseconds. - Weight::from_ref_time(6_780_354) - // Standard Error: 5_566 - .saturating_add(Weight::from_ref_time(2_554_918).saturating_mul(r.into())) + // Minimum execution time: 6_648 nanoseconds. + Weight::from_ref_time(7_364_590) + // Standard Error: 5_128 + .saturating_add(Weight::from_ref_time(2_510_520).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)) @@ -172,10 +172,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:0) /// The range of component `r` is `[0, 99]`. fn on_initialize_base_with_launch_period(r: u32, ) -> Weight { - // Minimum execution time: 9_365 nanoseconds. - Weight::from_ref_time(9_316_181) - // Standard Error: 5_725 - .saturating_add(Weight::from_ref_time(2_560_367).saturating_mul(r.into())) + // Minimum execution time: 9_093 nanoseconds. + Weight::from_ref_time(9_336_059) + // Standard Error: 5_350 + .saturating_add(Weight::from_ref_time(2_532_170).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)) @@ -185,10 +185,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:2) /// The range of component `r` is `[0, 99]`. fn delegate(r: u32, ) -> Weight { - // Minimum execution time: 43_273 nanoseconds. - Weight::from_ref_time(46_942_004) - // Standard Error: 6_760 - .saturating_add(Weight::from_ref_time(3_799_072).saturating_mul(r.into())) + // Minimum execution time: 43_838 nanoseconds. + Weight::from_ref_time(48_205_620) + // Standard Error: 6_563 + .saturating_add(Weight::from_ref_time(3_759_724).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -198,10 +198,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:2) /// The range of component `r` is `[0, 99]`. fn undelegate(r: u32, ) -> Weight { - // Minimum execution time: 25_378 nanoseconds. - Weight::from_ref_time(25_907_997) - // Standard Error: 7_489 - .saturating_add(Weight::from_ref_time(3_726_832).saturating_mul(r.into())) + // Minimum execution time: 25_985 nanoseconds. + Weight::from_ref_time(26_010_777) + // Standard Error: 5_537 + .saturating_add(Weight::from_ref_time(3_730_949).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)) @@ -209,8 +209,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { } // Storage: Democracy PublicProps (r:0 w:1) fn clear_public_proposals() -> Weight { - // Minimum execution time: 4_631 nanoseconds. - Weight::from_ref_time(4_930_000) + // Minimum execution time: 4_740 nanoseconds. + Weight::from_ref_time(4_902_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy VotingOf (r:1 w:1) @@ -218,10 +218,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `r` is `[0, 99]`. fn unlock_remove(r: u32, ) -> Weight { - // Minimum execution time: 25_857 nanoseconds. - Weight::from_ref_time(31_805_706) - // Standard Error: 1_771 - .saturating_add(Weight::from_ref_time(96_081).saturating_mul(r.into())) + // Minimum execution time: 26_132 nanoseconds. + Weight::from_ref_time(32_056_980) + // Standard Error: 1_594 + .saturating_add(Weight::from_ref_time(98_086).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -230,10 +230,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `r` is `[0, 99]`. fn unlock_set(r: u32, ) -> Weight { - // Minimum execution time: 30_657 nanoseconds. - Weight::from_ref_time(31_667_255) - // Standard Error: 1_469 - .saturating_add(Weight::from_ref_time(134_531).saturating_mul(r.into())) + // Minimum execution time: 30_655 nanoseconds. + Weight::from_ref_time(31_821_090) + // Standard Error: 1_353 + .saturating_add(Weight::from_ref_time(136_551).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -241,10 +241,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) /// The range of component `r` is `[1, 100]`. fn remove_vote(r: u32, ) -> Weight { - // Minimum execution time: 15_783 nanoseconds. - Weight::from_ref_time(17_528_316) - // Standard Error: 1_399 - .saturating_add(Weight::from_ref_time(123_411).saturating_mul(r.into())) + // Minimum execution time: 16_010 nanoseconds. + Weight::from_ref_time(17_557_366) + // Standard Error: 1_264 + .saturating_add(Weight::from_ref_time(126_455).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -252,10 +252,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) /// The range of component `r` is `[1, 100]`. fn remove_other_vote(r: u32, ) -> Weight { - // Minimum execution time: 15_918 nanoseconds. - Weight::from_ref_time(17_471_334) - // Standard Error: 1_295 - .saturating_add(Weight::from_ref_time(127_700).saturating_mul(r.into())) + // Minimum execution time: 15_954 nanoseconds. + Weight::from_ref_time(17_840_992) + // Standard Error: 1_036 + .saturating_add(Weight::from_ref_time(122_167).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs b/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs index d69d3a8a1ab4..a37190e42b92 100644 --- a/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs +++ b/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_election_provider_multi_phase` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -53,38 +53,38 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: Staking ForceEra (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) fn on_initialize_nothing() -> Weight { - // Minimum execution time: 18_366 nanoseconds. - Weight::from_ref_time(18_968_000) + // Minimum execution time: 18_220 nanoseconds. + Weight::from_ref_time(18_767_000) .saturating_add(T::DbWeight::get().reads(8)) } // Storage: ElectionProviderMultiPhase Round (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:1) fn on_initialize_open_signed() -> Weight { - // Minimum execution time: 16_659 nanoseconds. - Weight::from_ref_time(17_761_000) + // Minimum execution time: 16_645 nanoseconds. + Weight::from_ref_time(17_324_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: ElectionProviderMultiPhase Round (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:1) fn on_initialize_open_unsigned() -> Weight { - // Minimum execution time: 17_424 nanoseconds. - Weight::from_ref_time(18_163_000) + // Minimum execution time: 17_613 nanoseconds. + Weight::from_ref_time(18_177_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) // Storage: ElectionProviderMultiPhase QueuedSolution (r:0 w:1) fn finalize_signed_phase_accept_solution() -> Weight { - // Minimum execution time: 31_127 nanoseconds. - Weight::from_ref_time(32_170_000) + // Minimum execution time: 31_444 nanoseconds. + Weight::from_ref_time(32_013_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: System Account (r:1 w:1) fn finalize_signed_phase_reject_solution() -> Weight { - // Minimum execution time: 24_460 nanoseconds. - Weight::from_ref_time(25_274_000) + // Minimum execution time: 24_552 nanoseconds. + Weight::from_ref_time(25_406_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -94,12 +94,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. fn create_snapshot_internal(v: u32, t: u32, ) -> Weight { - // Minimum execution time: 745_719 nanoseconds. - Weight::from_ref_time(5_896_416) - // Standard Error: 5_079 - .saturating_add(Weight::from_ref_time(716_265).saturating_mul(v.into())) - // Standard Error: 10_155 - .saturating_add(Weight::from_ref_time(90_966).saturating_mul(t.into())) + // Minimum execution time: 714_239 nanoseconds. + Weight::from_ref_time(84_470_692) + // Standard Error: 6_597 + .saturating_add(Weight::from_ref_time(613_422).saturating_mul(v.into())) + // Standard Error: 13_189 + .saturating_add(Weight::from_ref_time(67_715).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -115,10 +115,10 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `a` is `[500, 800]`. /// The range of component `d` is `[200, 400]`. fn elect_queued(a: u32, _d: u32, ) -> Weight { - // Minimum execution time: 584_450 nanoseconds. - Weight::from_ref_time(634_395_000) - // Standard Error: 9_066 - .saturating_add(Weight::from_ref_time(652_171).saturating_mul(a.into())) + // Minimum execution time: 555_385 nanoseconds. + Weight::from_ref_time(564_798_000) + // Standard Error: 7_883 + .saturating_add(Weight::from_ref_time(558_973).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -129,8 +129,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: ElectionProviderMultiPhase SignedSubmissionNextIndex (r:1 w:1) // Storage: ElectionProviderMultiPhase SignedSubmissionsMap (r:0 w:1) fn submit() -> Weight { - // Minimum execution time: 53_688 nanoseconds. - Weight::from_ref_time(56_094_000) + // Minimum execution time: 54_820 nanoseconds. + Weight::from_ref_time(56_623_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -146,12 +146,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `a` is `[500, 800]`. /// The range of component `d` is `[200, 400]`. fn submit_unsigned(v: u32, _t: u32, a: u32, _d: u32, ) -> Weight { - // Minimum execution time: 8_817_598 nanoseconds. - Weight::from_ref_time(8_924_388_000) - // Standard Error: 28_977 - .saturating_add(Weight::from_ref_time(239_837).saturating_mul(v.into())) - // Standard Error: 85_871 - .saturating_add(Weight::from_ref_time(7_838_392).saturating_mul(a.into())) + // Minimum execution time: 8_484_246 nanoseconds. + Weight::from_ref_time(8_564_396_000) + // Standard Error: 24_321 + .saturating_add(Weight::from_ref_time(121_513).saturating_mul(v.into())) + // Standard Error: 72_073 + .saturating_add(Weight::from_ref_time(7_383_336).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -164,12 +164,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `a` is `[500, 800]`. /// The range of component `d` is `[200, 400]`. fn feasibility_check(v: u32, _t: u32, a: u32, _d: u32, ) -> Weight { - // Minimum execution time: 7_319_959 nanoseconds. - Weight::from_ref_time(7_354_546_000) - // Standard Error: 22_747 - .saturating_add(Weight::from_ref_time(279_228).saturating_mul(v.into())) - // Standard Error: 67_408 - .saturating_add(Weight::from_ref_time(6_175_390).saturating_mul(a.into())) + // Minimum execution time: 6_730_487 nanoseconds. + Weight::from_ref_time(6_792_752_000) + // Standard Error: 26_316 + .saturating_add(Weight::from_ref_time(463_489).saturating_mul(v.into())) + // Standard Error: 77_986 + .saturating_add(Weight::from_ref_time(5_397_852).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4)) } } diff --git a/runtime/kusama/src/weights/pallet_elections_phragmen.rs b/runtime/kusama/src/weights/pallet_elections_phragmen.rs index 8dadafcbd2d8..4cdb82af2be8 100644 --- a/runtime/kusama/src/weights/pallet_elections_phragmen.rs +++ b/runtime/kusama/src/weights/pallet_elections_phragmen.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_elections_phragmen` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -51,10 +51,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) /// The range of component `v` is `[1, 16]`. fn vote_equal(v: u32, ) -> Weight { - // Minimum execution time: 32_909 nanoseconds. - Weight::from_ref_time(34_244_785) - // Standard Error: 4_661 - .saturating_add(Weight::from_ref_time(189_335).saturating_mul(v.into())) + // Minimum execution time: 33_181 nanoseconds. + Weight::from_ref_time(34_284_379) + // Standard Error: 4_703 + .saturating_add(Weight::from_ref_time(193_150).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -65,10 +65,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) /// The range of component `v` is `[2, 16]`. fn vote_more(v: u32, ) -> Weight { - // Minimum execution time: 43_507 nanoseconds. - Weight::from_ref_time(44_918_108) - // Standard Error: 5_884 - .saturating_add(Weight::from_ref_time(231_361).saturating_mul(v.into())) + // Minimum execution time: 43_559 nanoseconds. + Weight::from_ref_time(45_014_304) + // Standard Error: 6_002 + .saturating_add(Weight::from_ref_time(232_544).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -79,18 +79,18 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) /// The range of component `v` is `[2, 16]`. fn vote_less(v: u32, ) -> Weight { - // Minimum execution time: 43_626 nanoseconds. - Weight::from_ref_time(45_194_507) - // Standard Error: 6_236 - .saturating_add(Weight::from_ref_time(203_725).saturating_mul(v.into())) + // Minimum execution time: 43_465 nanoseconds. + Weight::from_ref_time(45_027_590) + // Standard Error: 6_393 + .saturating_add(Weight::from_ref_time(218_368).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: PhragmenElection Voting (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn remove_voter() -> Weight { - // Minimum execution time: 42_550 nanoseconds. - Weight::from_ref_time(43_969_000) + // Minimum execution time: 42_363 nanoseconds. + Weight::from_ref_time(43_806_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -99,20 +99,20 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: PhragmenElection RunnersUp (r:1 w:0) /// The range of component `c` is `[1, 1000]`. fn submit_candidacy(c: u32, ) -> Weight { - // Minimum execution time: 44_893 nanoseconds. - Weight::from_ref_time(33_422_171) - // Standard Error: 1_552 - .saturating_add(Weight::from_ref_time(129_992).saturating_mul(c.into())) + // Minimum execution time: 43_408 nanoseconds. + Weight::from_ref_time(37_013_988) + // Standard Error: 1_189 + .saturating_add(Weight::from_ref_time(111_132).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: PhragmenElection Candidates (r:1 w:1) /// The range of component `c` is `[1, 1000]`. fn renounce_candidacy_candidate(c: u32, ) -> Weight { - // Minimum execution time: 39_786 nanoseconds. - Weight::from_ref_time(27_869_896) - // Standard Error: 1_620 - .saturating_add(Weight::from_ref_time(109_237).saturating_mul(c.into())) + // Minimum execution time: 40_256 nanoseconds. + Weight::from_ref_time(32_461_064) + // Standard Error: 1_225 + .saturating_add(Weight::from_ref_time(87_968).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -122,15 +122,15 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Council Proposals (r:1 w:0) // Storage: Council Members (r:0 w:1) fn renounce_candidacy_members() -> Weight { - // Minimum execution time: 54_236 nanoseconds. - Weight::from_ref_time(56_099_000) + // Minimum execution time: 54_566 nanoseconds. + Weight::from_ref_time(56_705_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: PhragmenElection RunnersUp (r:1 w:1) fn renounce_candidacy_runners_up() -> Weight { - // Minimum execution time: 41_789 nanoseconds. - Weight::from_ref_time(43_096_000) + // Minimum execution time: 42_417 nanoseconds. + Weight::from_ref_time(43_317_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -146,8 +146,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Council Proposals (r:1 w:0) // Storage: Council Members (r:0 w:1) fn remove_member_with_replacement() -> Weight { - // Minimum execution time: 72_400 nanoseconds. - Weight::from_ref_time(73_701_000) + // Minimum execution time: 72_982 nanoseconds. + Weight::from_ref_time(74_640_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -160,10 +160,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// The range of component `v` is `[5000, 10000]`. /// The range of component `d` is `[0, 5000]`. fn clean_defunct_voters(v: u32, _d: u32, ) -> Weight { - // Minimum execution time: 319_561_241 nanoseconds. - Weight::from_ref_time(323_488_832_000) - // Standard Error: 272_579 - .saturating_add(Weight::from_ref_time(39_094_055).saturating_mul(v.into())) + // Minimum execution time: 306_719_494 nanoseconds. + Weight::from_ref_time(307_744_759_000) + // Standard Error: 264_406 + .saturating_add(Weight::from_ref_time(37_950_413).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) @@ -181,12 +181,12 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// The range of component `v` is `[1, 10000]`. /// The range of component `e` is `[10000, 160000]`. fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight { - // Minimum execution time: 33_926_048 nanoseconds. - Weight::from_ref_time(34_455_221_000) - // Standard Error: 508_726 - .saturating_add(Weight::from_ref_time(44_156_777).saturating_mul(v.into())) - // Standard Error: 32_646 - .saturating_add(Weight::from_ref_time(2_168_065).saturating_mul(e.into())) + // Minimum execution time: 32_291_015 nanoseconds. + Weight::from_ref_time(32_417_150_000) + // Standard Error: 470_328 + .saturating_add(Weight::from_ref_time(40_784_045).saturating_mul(v.into())) + // Standard Error: 30_182 + .saturating_add(Weight::from_ref_time(1_969_474).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(265)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) diff --git a/runtime/kusama/src/weights/pallet_fast_unstake.rs b/runtime/kusama/src/weights/pallet_fast_unstake.rs index 99cf4a697b24..bb1c3cb3aa86 100644 --- a/runtime/kusama/src/weights/pallet_fast_unstake.rs +++ b/runtime/kusama/src/weights/pallet_fast_unstake.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_fast_unstake` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -58,8 +58,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: Staking Ledger (r:0 w:64) // Storage: Staking Payee (r:0 w:64) fn on_idle_unstake() -> Weight { - // Minimum execution time: 2_488_058 nanoseconds. - Weight::from_ref_time(2_518_125_000) + // Minimum execution time: 2_547_167 nanoseconds. + Weight::from_ref_time(2_569_186_000) .saturating_add(T::DbWeight::get().reads(389)) .saturating_add(T::DbWeight::get().writes(321)) } @@ -73,10 +73,10 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: Staking ErasStakers (r:56 w:0) /// The range of component `x` is `[28, 3584]`. fn on_idle_check(x: u32, ) -> Weight { - // Minimum execution time: 25_021_775 nanoseconds. - Weight::from_ref_time(25_158_617_000) - // Standard Error: 532_692 - .saturating_add(Weight::from_ref_time(707_895_492).saturating_mul(x.into())) + // Minimum execution time: 25_160_452 nanoseconds. + Weight::from_ref_time(25_413_896_000) + // Standard Error: 556_413 + .saturating_add(Weight::from_ref_time(700_987_201).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(85)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(66)) @@ -96,8 +96,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: Balances Locks (r:1 w:1) // Storage: FastUnstake CounterForQueue (r:1 w:1) fn register_fast_unstake() -> Weight { - // Minimum execution time: 153_947 nanoseconds. - Weight::from_ref_time(157_260_000) + // Minimum execution time: 156_147 nanoseconds. + Weight::from_ref_time(158_284_000) .saturating_add(T::DbWeight::get().reads(15)) .saturating_add(T::DbWeight::get().writes(10)) } @@ -107,15 +107,15 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: FastUnstake Head (r:1 w:0) // Storage: FastUnstake CounterForQueue (r:1 w:1) fn deregister() -> Weight { - // Minimum execution time: 64_258 nanoseconds. - Weight::from_ref_time(66_504_000) + // Minimum execution time: 62_835 nanoseconds. + Weight::from_ref_time(65_108_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1) fn control() -> Weight { - // Minimum execution time: 4_035 nanoseconds. - Weight::from_ref_time(4_209_000) + // Minimum execution time: 3_747 nanoseconds. + Weight::from_ref_time(4_132_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/pallet_identity.rs b/runtime/kusama/src/weights/pallet_identity.rs index 0c5592016d94..6fb78e436070 100644 --- a/runtime/kusama/src/weights/pallet_identity.rs +++ b/runtime/kusama/src/weights/pallet_identity.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -47,10 +47,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity Registrars (r:1 w:1) /// The range of component `r` is `[1, 19]`. fn add_registrar(r: u32, ) -> Weight { - // Minimum execution time: 17_136 nanoseconds. - Weight::from_ref_time(18_425_511) - // Standard Error: 3_944 - .saturating_add(Weight::from_ref_time(145_391).saturating_mul(r.into())) + // Minimum execution time: 17_354 nanoseconds. + Weight::from_ref_time(18_441_207) + // Standard Error: 2_957 + .saturating_add(Weight::from_ref_time(141_456).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -58,12 +58,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn set_identity(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 37_847 nanoseconds. - Weight::from_ref_time(35_878_522) - // Standard Error: 5_287 - .saturating_add(Weight::from_ref_time(195_979).saturating_mul(r.into())) - // Standard Error: 1_031 - .saturating_add(Weight::from_ref_time(331_231).saturating_mul(x.into())) + // Minimum execution time: 37_054 nanoseconds. + Weight::from_ref_time(35_369_164) + // Standard Error: 4_776 + .saturating_add(Weight::from_ref_time(211_183).saturating_mul(r.into())) + // Standard Error: 931 + .saturating_add(Weight::from_ref_time(336_019).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -72,10 +72,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:2 w:2) /// The range of component `s` is `[0, 100]`. fn set_subs_new(s: u32, ) -> Weight { - // Minimum execution time: 9_967 nanoseconds. - Weight::from_ref_time(27_800_746) - // Standard Error: 5_156 - .saturating_add(Weight::from_ref_time(2_634_489).saturating_mul(s.into())) + // Minimum execution time: 9_977 nanoseconds. + Weight::from_ref_time(26_989_253) + // Standard Error: 5_046 + .saturating_add(Weight::from_ref_time(2_628_412).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)) @@ -86,10 +86,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:0 w:2) /// The range of component `p` is `[0, 100]`. fn set_subs_old(p: u32, ) -> Weight { - // Minimum execution time: 10_064 nanoseconds. - Weight::from_ref_time(27_935_229) - // Standard Error: 4_331 - .saturating_add(Weight::from_ref_time(1_172_505).saturating_mul(p.into())) + // Minimum execution time: 9_876 nanoseconds. + Weight::from_ref_time(27_929_667) + // Standard Error: 4_272 + .saturating_add(Weight::from_ref_time(1_168_298).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -101,14 +101,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { - // Minimum execution time: 55_132 nanoseconds. - Weight::from_ref_time(36_024_839) - // Standard Error: 9_682 - .saturating_add(Weight::from_ref_time(249_047).saturating_mul(r.into())) - // Standard Error: 1_890 - .saturating_add(Weight::from_ref_time(1_148_344).saturating_mul(s.into())) - // Standard Error: 1_890 - .saturating_add(Weight::from_ref_time(185_467).saturating_mul(x.into())) + // Minimum execution time: 54_136 nanoseconds. + Weight::from_ref_time(35_196_644) + // Standard Error: 8_850 + .saturating_add(Weight::from_ref_time(198_541).saturating_mul(r.into())) + // Standard Error: 1_728 + .saturating_add(Weight::from_ref_time(1_165_595).saturating_mul(s.into())) + // Standard Error: 1_728 + .saturating_add(Weight::from_ref_time(193_346).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -118,12 +118,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn request_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 37_846 nanoseconds. - Weight::from_ref_time(35_925_359) - // Standard Error: 5_252 - .saturating_add(Weight::from_ref_time(218_629).saturating_mul(r.into())) - // Standard Error: 1_024 - .saturating_add(Weight::from_ref_time(360_582).saturating_mul(x.into())) + // Minimum execution time: 39_240 nanoseconds. + Weight::from_ref_time(36_979_755) + // Standard Error: 5_166 + .saturating_add(Weight::from_ref_time(192_783).saturating_mul(r.into())) + // Standard Error: 1_008 + .saturating_add(Weight::from_ref_time(355_089).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -131,42 +131,42 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn cancel_request(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 34_920 nanoseconds. - Weight::from_ref_time(33_266_839) - // Standard Error: 5_512 - .saturating_add(Weight::from_ref_time(171_604).saturating_mul(r.into())) - // Standard Error: 1_075 - .saturating_add(Weight::from_ref_time(349_514).saturating_mul(x.into())) + // Minimum execution time: 34_463 nanoseconds. + Weight::from_ref_time(33_803_228) + // Standard Error: 4_576 + .saturating_add(Weight::from_ref_time(138_349).saturating_mul(r.into())) + // Standard Error: 892 + .saturating_add(Weight::from_ref_time(357_375).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) /// The range of component `r` is `[1, 19]`. fn set_fee(r: u32, ) -> Weight { - // Minimum execution time: 8_430 nanoseconds. - Weight::from_ref_time(9_138_351) - // Standard Error: 1_795 - .saturating_add(Weight::from_ref_time(108_472).saturating_mul(r.into())) + // Minimum execution time: 8_425 nanoseconds. + Weight::from_ref_time(9_044_127) + // Standard Error: 1_636 + .saturating_add(Weight::from_ref_time(107_577).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) /// The range of component `r` is `[1, 19]`. fn set_account_id(r: u32, ) -> Weight { - // Minimum execution time: 8_638 nanoseconds. - Weight::from_ref_time(9_405_552) - // Standard Error: 1_963 - .saturating_add(Weight::from_ref_time(97_646).saturating_mul(r.into())) + // Minimum execution time: 8_541 nanoseconds. + Weight::from_ref_time(9_308_228) + // Standard Error: 1_640 + .saturating_add(Weight::from_ref_time(96_433).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) /// The range of component `r` is `[1, 19]`. fn set_fields(r: u32, ) -> Weight { - // Minimum execution time: 8_546 nanoseconds. - Weight::from_ref_time(9_337_421) - // Standard Error: 2_015 - .saturating_add(Weight::from_ref_time(111_710).saturating_mul(r.into())) + // Minimum execution time: 8_501 nanoseconds. + Weight::from_ref_time(9_205_910) + // Standard Error: 1_661 + .saturating_add(Weight::from_ref_time(101_137).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 19]`. /// The range of component `x` is `[0, 100]`. fn provide_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 27_966 nanoseconds. - Weight::from_ref_time(26_680_654) - // Standard Error: 6_734 - .saturating_add(Weight::from_ref_time(191_585).saturating_mul(r.into())) - // Standard Error: 1_246 - .saturating_add(Weight::from_ref_time(604_279).saturating_mul(x.into())) + // Minimum execution time: 27_926 nanoseconds. + Weight::from_ref_time(26_389_787) + // Standard Error: 8_172 + .saturating_add(Weight::from_ref_time(188_558).saturating_mul(r.into())) + // Standard Error: 1_512 + .saturating_add(Weight::from_ref_time(610_330).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,14 +192,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// 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 { - // Minimum execution time: 69_106 nanoseconds. - Weight::from_ref_time(46_945_391) - // Standard Error: 11_630 - .saturating_add(Weight::from_ref_time(337_751).saturating_mul(r.into())) - // Standard Error: 2_271 - .saturating_add(Weight::from_ref_time(1_175_329).saturating_mul(s.into())) - // Standard Error: 2_271 - .saturating_add(Weight::from_ref_time(192_139).saturating_mul(x.into())) + // Minimum execution time: 68_482 nanoseconds. + Weight::from_ref_time(49_232_241) + // Standard Error: 10_120 + .saturating_add(Weight::from_ref_time(218_005).saturating_mul(r.into())) + // Standard Error: 1_976 + .saturating_add(Weight::from_ref_time(1_168_901).saturating_mul(s.into())) + // Standard Error: 1_976 + .saturating_add(Weight::from_ref_time(189_496).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -209,10 +209,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn add_sub(s: u32, ) -> Weight { - // Minimum execution time: 33_322 nanoseconds. - Weight::from_ref_time(38_627_330) - // Standard Error: 1_949 - .saturating_add(Weight::from_ref_time(127_639).saturating_mul(s.into())) + // Minimum execution time: 33_200 nanoseconds. + Weight::from_ref_time(38_150_899) + // Standard Error: 1_510 + .saturating_add(Weight::from_ref_time(127_824).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -220,10 +220,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn rename_sub(s: u32, ) -> Weight { - // Minimum execution time: 13_654 nanoseconds. - Weight::from_ref_time(15_213_328) - // Standard Error: 832 - .saturating_add(Weight::from_ref_time(58_362).saturating_mul(s.into())) + // Minimum execution time: 13_618 nanoseconds. + Weight::from_ref_time(15_021_275) + // Standard Error: 670 + .saturating_add(Weight::from_ref_time(51_155).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -232,10 +232,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn remove_sub(s: u32, ) -> Weight { - // Minimum execution time: 36_679 nanoseconds. - Weight::from_ref_time(40_188_225) - // Standard Error: 1_582 - .saturating_add(Weight::from_ref_time(117_191).saturating_mul(s.into())) + // Minimum execution time: 37_371 nanoseconds. + Weight::from_ref_time(40_000_929) + // Standard Error: 1_206 + .saturating_add(Weight::from_ref_time(112_783).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -243,10 +243,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn quit_sub(s: u32, ) -> Weight { - // Minimum execution time: 25_353 nanoseconds. - Weight::from_ref_time(28_943_659) - // Standard Error: 1_302 - .saturating_add(Weight::from_ref_time(104_563).saturating_mul(s.into())) + // Minimum execution time: 25_933 nanoseconds. + Weight::from_ref_time(28_737_270) + // Standard Error: 1_234 + .saturating_add(Weight::from_ref_time(105_581).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_im_online.rs b/runtime/kusama/src/weights/pallet_im_online.rs index 12cf3bb35142..f46e24035531 100644 --- a/runtime/kusama/src/weights/pallet_im_online.rs +++ b/runtime/kusama/src/weights/pallet_im_online.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_im_online` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -52,12 +52,12 @@ impl pallet_im_online::WeightInfo for WeightInfo { /// The range of component `k` is `[1, 1000]`. /// The range of component `e` is `[1, 100]`. fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight { - // Minimum execution time: 122_686 nanoseconds. - Weight::from_ref_time(105_524_409) - // Standard Error: 490 - .saturating_add(Weight::from_ref_time(35_139).saturating_mul(k.into())) - // Standard Error: 4_940 - .saturating_add(Weight::from_ref_time(397_291).saturating_mul(e.into())) + // Minimum execution time: 122_387 nanoseconds. + Weight::from_ref_time(92_297_457) + // Standard Error: 409 + .saturating_add(Weight::from_ref_time(43_408).saturating_mul(k.into())) + // Standard Error: 4_126 + .saturating_add(Weight::from_ref_time(410_087).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_indices.rs b/runtime/kusama/src/weights/pallet_indices.rs index 92991729a71a..d0bd99ed29ce 100644 --- a/runtime/kusama/src/weights/pallet_indices.rs +++ b/runtime/kusama/src/weights/pallet_indices.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_indices` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -46,38 +46,38 @@ pub struct WeightInfo(PhantomData); impl pallet_indices::WeightInfo for WeightInfo { // Storage: Indices Accounts (r:1 w:1) fn claim() -> Weight { - // Minimum execution time: 27_765 nanoseconds. - Weight::from_ref_time(28_786_000) + // Minimum execution time: 27_604 nanoseconds. + Weight::from_ref_time(29_111_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - // Minimum execution time: 34_094 nanoseconds. - Weight::from_ref_time(35_225_000) + // Minimum execution time: 33_837 nanoseconds. + Weight::from_ref_time(34_404_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Indices Accounts (r:1 w:1) fn free() -> Weight { - // Minimum execution time: 28_050 nanoseconds. - Weight::from_ref_time(28_889_000) + // Minimum execution time: 28_427 nanoseconds. + Weight::from_ref_time(29_210_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn force_transfer() -> Weight { - // Minimum execution time: 28_347 nanoseconds. - Weight::from_ref_time(28_978_000) + // Minimum execution time: 28_980 nanoseconds. + Weight::from_ref_time(29_703_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Indices Accounts (r:1 w:1) fn freeze() -> Weight { - // Minimum execution time: 33_287 nanoseconds. - Weight::from_ref_time(34_243_000) + // Minimum execution time: 34_262 nanoseconds. + Weight::from_ref_time(35_150_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_membership.rs b/runtime/kusama/src/weights/pallet_membership.rs index a0edd23854f9..61b80d6baffc 100644 --- a/runtime/kusama/src/weights/pallet_membership.rs +++ b/runtime/kusama/src/weights/pallet_membership.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_membership` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -50,10 +50,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 99]`. fn add_member(m: u32, ) -> Weight { - // Minimum execution time: 20_959 nanoseconds. - Weight::from_ref_time(22_086_364) - // Standard Error: 620 - .saturating_add(Weight::from_ref_time(32_439).saturating_mul(m.into())) + // Minimum execution time: 21_318 nanoseconds. + Weight::from_ref_time(22_310_915) + // Standard Error: 609 + .saturating_add(Weight::from_ref_time(34_170).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -64,10 +64,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[2, 100]`. fn remove_member(m: u32, ) -> Weight { - // Minimum execution time: 23_297 nanoseconds. - Weight::from_ref_time(24_576_870) - // Standard Error: 568 - .saturating_add(Weight::from_ref_time(29_793).saturating_mul(m.into())) + // Minimum execution time: 23_414 nanoseconds. + Weight::from_ref_time(24_871_975) + // Standard Error: 565 + .saturating_add(Weight::from_ref_time(30_404).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -78,10 +78,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[2, 100]`. fn swap_member(m: u32, ) -> Weight { - // Minimum execution time: 23_757 nanoseconds. - Weight::from_ref_time(24_760_667) - // Standard Error: 647 - .saturating_add(Weight::from_ref_time(41_107).saturating_mul(m.into())) + // Minimum execution time: 24_199 nanoseconds. + Weight::from_ref_time(25_105_433) + // Standard Error: 693 + .saturating_add(Weight::from_ref_time(39_937).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -92,10 +92,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn reset_member(m: u32, ) -> Weight { - // Minimum execution time: 23_040 nanoseconds. - Weight::from_ref_time(24_159_166) - // Standard Error: 925 - .saturating_add(Weight::from_ref_time(144_275).saturating_mul(m.into())) + // Minimum execution time: 23_515 nanoseconds. + Weight::from_ref_time(24_672_195) + // Standard Error: 943 + .saturating_add(Weight::from_ref_time(142_771).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -106,10 +106,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn change_key(m: u32, ) -> Weight { - // Minimum execution time: 24_105 nanoseconds. - Weight::from_ref_time(25_351_243) - // Standard Error: 680 - .saturating_add(Weight::from_ref_time(40_146).saturating_mul(m.into())) + // Minimum execution time: 24_598 nanoseconds. + Weight::from_ref_time(25_786_600) + // Standard Error: 649 + .saturating_add(Weight::from_ref_time(38_506).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -118,10 +118,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn set_prime(m: u32, ) -> Weight { - // Minimum execution time: 7_664 nanoseconds. - Weight::from_ref_time(8_284_488) - // Standard Error: 236 - .saturating_add(Weight::from_ref_time(9_047).saturating_mul(m.into())) + // Minimum execution time: 7_936 nanoseconds. + Weight::from_ref_time(8_522_758) + // Standard Error: 253 + .saturating_add(Weight::from_ref_time(8_317).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -129,8 +129,8 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn clear_prime(_m: u32, ) -> Weight { - // Minimum execution time: 4_333 nanoseconds. - Weight::from_ref_time(4_792_052) + // Minimum execution time: 4_463 nanoseconds. + Weight::from_ref_time(4_874_434) .saturating_add(T::DbWeight::get().writes(2)) } } diff --git a/runtime/kusama/src/weights/pallet_multisig.rs b/runtime/kusama/src/weights/pallet_multisig.rs index 9ef7d229e875..756f88bfebb4 100644 --- a/runtime/kusama/src/weights/pallet_multisig.rs +++ b/runtime/kusama/src/weights/pallet_multisig.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -46,22 +46,22 @@ pub struct WeightInfo(PhantomData); impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_threshold_1(z: u32, ) -> Weight { - // Minimum execution time: 16_366 nanoseconds. - Weight::from_ref_time(17_458_988) - // Standard Error: 15 - .saturating_add(Weight::from_ref_time(624).saturating_mul(z.into())) + // Minimum execution time: 16_159 nanoseconds. + Weight::from_ref_time(17_175_479) + // Standard Error: 7 + .saturating_add(Weight::from_ref_time(651).saturating_mul(z.into())) } // Storage: Multisig Multisigs (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 50_456 nanoseconds. - Weight::from_ref_time(36_764_211) - // Standard Error: 1_415 - .saturating_add(Weight::from_ref_time(155_491).saturating_mul(s.into())) - // Standard Error: 13 - .saturating_add(Weight::from_ref_time(1_850).saturating_mul(z.into())) + // Minimum execution time: 49_360 nanoseconds. + Weight::from_ref_time(37_020_587) + // Standard Error: 1_311 + .saturating_add(Weight::from_ref_time(153_070).saturating_mul(s.into())) + // Standard Error: 12 + .saturating_add(Weight::from_ref_time(1_922).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[3, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 37_669 nanoseconds. - Weight::from_ref_time(24_645_772) - // Standard Error: 1_207 - .saturating_add(Weight::from_ref_time(145_342).saturating_mul(s.into())) - // Standard Error: 11 - .saturating_add(Weight::from_ref_time(1_884).saturating_mul(z.into())) + // Minimum execution time: 38_658 nanoseconds. + Weight::from_ref_time(25_186_518) + // Standard Error: 897 + .saturating_add(Weight::from_ref_time(144_299).saturating_mul(s.into())) + // Standard Error: 8 + .saturating_add(Weight::from_ref_time(1_935).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 55_884 nanoseconds. - Weight::from_ref_time(38_538_513) - // Standard Error: 1_277 - .saturating_add(Weight::from_ref_time(183_372).saturating_mul(s.into())) + // Minimum execution time: 56_575 nanoseconds. + Weight::from_ref_time(38_391_618) + // Standard Error: 1_236 + .saturating_add(Weight::from_ref_time(192_850).saturating_mul(s.into())) // Standard Error: 12 - .saturating_add(Weight::from_ref_time(1_914).saturating_mul(z.into())) + .saturating_add(Weight::from_ref_time(2_002).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -96,30 +96,30 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { - // Minimum execution time: 33_804 nanoseconds. - Weight::from_ref_time(35_452_858) - // Standard Error: 1_524 - .saturating_add(Weight::from_ref_time(154_451).saturating_mul(s.into())) + // Minimum execution time: 33_603 nanoseconds. + Weight::from_ref_time(35_215_690) + // Standard Error: 1_234 + .saturating_add(Weight::from_ref_time(157_046).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Multisig Multisigs (r:1 w:1) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { - // Minimum execution time: 23_239 nanoseconds. - Weight::from_ref_time(24_516_947) - // Standard Error: 1_191 - .saturating_add(Weight::from_ref_time(131_786).saturating_mul(s.into())) + // Minimum execution time: 23_333 nanoseconds. + Weight::from_ref_time(24_230_639) + // Standard Error: 1_011 + .saturating_add(Weight::from_ref_time(139_771).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) /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { - // Minimum execution time: 34_313 nanoseconds. - Weight::from_ref_time(35_472_386) - // Standard Error: 1_233 - .saturating_add(Weight::from_ref_time(151_266).saturating_mul(s.into())) + // Minimum execution time: 34_207 nanoseconds. + Weight::from_ref_time(35_768_409) + // Standard Error: 1_147 + .saturating_add(Weight::from_ref_time(149_225).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_nis.rs b/runtime/kusama/src/weights/pallet_nis.rs index 0b0aba44cdfc..f3965b053547 100644 --- a/runtime/kusama/src/weights/pallet_nis.rs +++ b/runtime/kusama/src/weights/pallet_nis.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_nis` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -49,10 +49,10 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: Nis QueueTotals (r:1 w:1) /// The range of component `l` is `[0, 999]`. fn place_bid(l: u32, ) -> Weight { - // Minimum execution time: 37_780 nanoseconds. - Weight::from_ref_time(37_851_979) - // Standard Error: 1_271 - .saturating_add(Weight::from_ref_time(99_606).saturating_mul(l.into())) + // Minimum execution time: 38_870 nanoseconds. + Weight::from_ref_time(39_602_991) + // Standard Error: 1_085 + .saturating_add(Weight::from_ref_time(91_818).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -60,8 +60,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: Balances Reserves (r:1 w:1) // Storage: Nis QueueTotals (r:1 w:1) fn place_bid_max() -> Weight { - // Minimum execution time: 131_727 nanoseconds. - Weight::from_ref_time(135_467_000) + // Minimum execution time: 130_046 nanoseconds. + Weight::from_ref_time(134_004_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,18 +70,18 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: Balances Reserves (r:1 w:1) /// The range of component `l` is `[1, 1000]`. fn retract_bid(l: u32, ) -> Weight { - // Minimum execution time: 46_264 nanoseconds. - Weight::from_ref_time(39_987_438) - // Standard Error: 1_185 - .saturating_add(Weight::from_ref_time(82_927).saturating_mul(l.into())) + // Minimum execution time: 46_356 nanoseconds. + Weight::from_ref_time(41_332_958) + // Standard Error: 955 + .saturating_add(Weight::from_ref_time(78_417).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Nis Summary (r:1 w:0) // Storage: System Account (r:1 w:1) fn fund_deficit() -> Weight { - // Minimum execution time: 43_743 nanoseconds. - Weight::from_ref_time(45_150_000) + // Minimum execution time: 43_583 nanoseconds. + Weight::from_ref_time(44_814_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,8 +90,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:0) // Storage: Balances Reserves (r:1 w:1) fn thaw_private() -> Weight { - // Minimum execution time: 57_646 nanoseconds. - Weight::from_ref_time(58_259_000) + // Minimum execution time: 58_517 nanoseconds. + Weight::from_ref_time(60_162_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -101,8 +101,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) // Storage: System Account (r:1 w:1) fn thaw_communal() -> Weight { - // Minimum execution time: 73_710 nanoseconds. - Weight::from_ref_time(75_420_000) + // Minimum execution time: 74_288 nanoseconds. + Weight::from_ref_time(76_187_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -113,8 +113,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) // Storage: Balances Reserves (r:1 w:1) fn privatize() -> Weight { - // Minimum execution time: 80_694 nanoseconds. - Weight::from_ref_time(83_892_000) + // Minimum execution time: 82_045 nanoseconds. + Weight::from_ref_time(84_290_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -125,8 +125,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: NisCounterpartBalances Account (r:1 w:1) // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn communify() -> Weight { - // Minimum execution time: 70_940 nanoseconds. - Weight::from_ref_time(73_876_000) + // Minimum execution time: 71_365 nanoseconds. + Weight::from_ref_time(73_197_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -134,22 +134,22 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:0) // Storage: Nis QueueTotals (r:1 w:1) fn process_queues() -> Weight { - // Minimum execution time: 50_584 nanoseconds. - Weight::from_ref_time(55_042_000) + // Minimum execution time: 46_394 nanoseconds. + Weight::from_ref_time(48_354_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Nis Queues (r:1 w:1) fn process_queue() -> Weight { - // Minimum execution time: 4_445 nanoseconds. - Weight::from_ref_time(4_588_000) + // Minimum execution time: 4_565 nanoseconds. + Weight::from_ref_time(4_789_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Nis Receipts (r:0 w:1) fn process_bid() -> Weight { - // Minimum execution time: 11_503 nanoseconds. - Weight::from_ref_time(11_903_000) + // Minimum execution time: 11_536 nanoseconds. + Weight::from_ref_time(12_013_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index 841dbb1c6f96..546d3cd971a3 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_nomination_pools` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -58,8 +58,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn join() -> Weight { - // Minimum execution time: 156_630 nanoseconds. - Weight::from_ref_time(161_624_000) + // Minimum execution time: 158_133 nanoseconds. + Weight::from_ref_time(165_227_000) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -73,8 +73,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn bond_extra_transfer() -> Weight { - // Minimum execution time: 154_872 nanoseconds. - Weight::from_ref_time(160_462_000) + // Minimum execution time: 154_777 nanoseconds. + Weight::from_ref_time(158_733_000) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -88,8 +88,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListNodes (r:2 w:2) // Storage: VoterList ListBags (r:2 w:2) fn bond_extra_reward() -> Weight { - // Minimum execution time: 158_814 nanoseconds. - Weight::from_ref_time(163_593_000) + // Minimum execution time: 158_850 nanoseconds. + Weight::from_ref_time(164_334_000) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -98,8 +98,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools RewardPools (r:1 w:1) // Storage: System Account (r:1 w:1) fn claim_payout() -> Weight { - // Minimum execution time: 56_896 nanoseconds. - Weight::from_ref_time(58_906_000) + // Minimum execution time: 57_572 nanoseconds. + Weight::from_ref_time(59_228_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -118,8 +118,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools SubPoolsStorage (r:1 w:1) // Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) fn unbond() -> Weight { - // Minimum execution time: 159_434 nanoseconds. - Weight::from_ref_time(167_117_000) + // Minimum execution time: 158_900 nanoseconds. + Weight::from_ref_time(163_353_000) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(13)) } @@ -130,10 +130,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Balances Locks (r:1 w:1) /// The range of component `s` is `[0, 100]`. fn pool_withdraw_unbonded(s: u32, ) -> Weight { - // Minimum execution time: 56_530 nanoseconds. - Weight::from_ref_time(58_630_423) - // Standard Error: 1_867 - .saturating_add(Weight::from_ref_time(64_804).saturating_mul(s.into())) + // Minimum execution time: 55_939 nanoseconds. + Weight::from_ref_time(58_947_661) + // Standard Error: 1_681 + .saturating_add(Weight::from_ref_time(66_323).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -148,10 +148,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools CounterForPoolMembers (r:1 w:1) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { - // Minimum execution time: 102_647 nanoseconds. - Weight::from_ref_time(107_163_707) - // Standard Error: 2_350 - .saturating_add(Weight::from_ref_time(85_357).saturating_mul(s.into())) + // Minimum execution time: 103_032 nanoseconds. + Weight::from_ref_time(107_378_298) + // Standard Error: 2_775 + .saturating_add(Weight::from_ref_time(82_896).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -177,8 +177,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Staking Payee (r:0 w:1) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_kill(_s: u32, ) -> Weight { - // Minimum execution time: 156_516 nanoseconds. - Weight::from_ref_time(163_996_008) + // Minimum execution time: 157_546 nanoseconds. + Weight::from_ref_time(164_691_283) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -204,8 +204,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools BondedPools (r:1 w:1) // Storage: Staking Payee (r:0 w:1) fn create() -> Weight { - // Minimum execution time: 133_953 nanoseconds. - Weight::from_ref_time(137_460_000) + // Minimum execution time: 136_895 nanoseconds. + Weight::from_ref_time(140_065_000) .saturating_add(T::DbWeight::get().reads(21)) .saturating_add(T::DbWeight::get().writes(15)) } @@ -223,10 +223,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Staking CounterForNominators (r:1 w:1) /// The range of component `n` is `[1, 24]`. fn nominate(n: u32, ) -> Weight { - // Minimum execution time: 65_343 nanoseconds. - Weight::from_ref_time(66_434_583) - // Standard Error: 6_792 - .saturating_add(Weight::from_ref_time(1_233_579).saturating_mul(n.into())) + // Minimum execution time: 65_044 nanoseconds. + Weight::from_ref_time(66_689_377) + // Standard Error: 6_666 + .saturating_add(Weight::from_ref_time(1_178_130).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) @@ -235,8 +235,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Staking Bonded (r:1 w:0) // Storage: Staking Ledger (r:1 w:0) fn set_state() -> Weight { - // Minimum execution time: 38_206 nanoseconds. - Weight::from_ref_time(39_394_000) + // Minimum execution time: 37_903 nanoseconds. + Weight::from_ref_time(39_403_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -245,10 +245,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools CounterForMetadata (r:1 w:1) /// The range of component `n` is `[1, 256]`. fn set_metadata(n: u32, ) -> Weight { - // Minimum execution time: 14_356 nanoseconds. - Weight::from_ref_time(15_333_494) - // Standard Error: 169 - .saturating_add(Weight::from_ref_time(1_505).saturating_mul(n.into())) + // Minimum execution time: 14_303 nanoseconds. + Weight::from_ref_time(15_178_722) + // Standard Error: 178 + .saturating_add(Weight::from_ref_time(1_697).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -258,14 +258,14 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools MinCreateBond (r:0 w:1) // Storage: NominationPools MaxPools (r:0 w:1) fn set_configs() -> Weight { - // Minimum execution time: 6_362 nanoseconds. - Weight::from_ref_time(6_712_000) + // Minimum execution time: 6_236 nanoseconds. + Weight::from_ref_time(6_601_000) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: NominationPools BondedPools (r:1 w:1) fn update_roles() -> Weight { - // Minimum execution time: 25_175 nanoseconds. - Weight::from_ref_time(26_582_000) + // Minimum execution time: 24_714 nanoseconds. + Weight::from_ref_time(25_534_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -279,8 +279,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListBags (r:1 w:1) // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill() -> Weight { - // Minimum execution time: 68_017 nanoseconds. - Weight::from_ref_time(69_420_000) + // Minimum execution time: 66_239 nanoseconds. + Weight::from_ref_time(68_409_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/kusama/src/weights/pallet_preimage.rs b/runtime/kusama/src/weights/pallet_preimage.rs index a1223a2d2a15..b1ae5f94d636 100644 --- a/runtime/kusama/src/weights/pallet_preimage.rs +++ b/runtime/kusama/src/weights/pallet_preimage.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -48,10 +48,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_preimage(s: u32, ) -> Weight { - // Minimum execution time: 29_429 nanoseconds. - Weight::from_ref_time(165_825_390) + // Minimum execution time: 30_474 nanoseconds. + Weight::from_ref_time(257_568_077) // Standard Error: 10 - .saturating_add(Weight::from_ref_time(2_434).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(2_389).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -59,10 +59,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_requested_preimage(s: u32, ) -> Weight { - // Minimum execution time: 20_727 nanoseconds. - Weight::from_ref_time(136_143_369) - // Standard Error: 11 - .saturating_add(Weight::from_ref_time(2_443).saturating_mul(s.into())) + // Minimum execution time: 20_918 nanoseconds. + Weight::from_ref_time(45_372_004) + // Standard Error: 9 + .saturating_add(Weight::from_ref_time(2_558).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -70,76 +70,76 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_no_deposit_preimage(s: u32, ) -> Weight { - // Minimum execution time: 20_039 nanoseconds. - Weight::from_ref_time(134_732_545) - // Standard Error: 9 - .saturating_add(Weight::from_ref_time(2_483).saturating_mul(s.into())) + // Minimum execution time: 19_612 nanoseconds. + Weight::from_ref_time(52_472_238) + // Standard Error: 2 + .saturating_add(Weight::from_ref_time(2_604).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_preimage() -> Weight { - // Minimum execution time: 50_523 nanoseconds. - Weight::from_ref_time(62_952_000) + // Minimum execution time: 42_913 nanoseconds. + Weight::from_ref_time(46_034_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_no_deposit_preimage() -> Weight { - // Minimum execution time: 35_845 nanoseconds. - Weight::from_ref_time(37_757_000) + // Minimum execution time: 29_879 nanoseconds. + Weight::from_ref_time(31_150_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_preimage() -> Weight { - // Minimum execution time: 34_455 nanoseconds. - Weight::from_ref_time(39_618_000) + // Minimum execution time: 28_961 nanoseconds. + Weight::from_ref_time(31_556_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_no_deposit_preimage() -> Weight { - // Minimum execution time: 19_616 nanoseconds. - Weight::from_ref_time(22_566_000) + // Minimum execution time: 15_395 nanoseconds. + Weight::from_ref_time(16_622_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_unnoted_preimage() -> Weight { - // Minimum execution time: 24_530 nanoseconds. - Weight::from_ref_time(26_512_000) + // Minimum execution time: 24_606 nanoseconds. + Weight::from_ref_time(26_541_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_requested_preimage() -> Weight { - // Minimum execution time: 11_128 nanoseconds. - Weight::from_ref_time(11_502_000) + // Minimum execution time: 10_182 nanoseconds. + Weight::from_ref_time(11_199_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unrequest_preimage() -> Weight { - // Minimum execution time: 37_083 nanoseconds. - Weight::from_ref_time(43_829_000) + // Minimum execution time: 29_305 nanoseconds. + Weight::from_ref_time(32_670_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_unnoted_preimage() -> Weight { - // Minimum execution time: 9_557 nanoseconds. - Weight::from_ref_time(11_240_000) + // Minimum execution time: 10_768 nanoseconds. + Weight::from_ref_time(10_985_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_multi_referenced_preimage() -> Weight { - // Minimum execution time: 9_982 nanoseconds. - Weight::from_ref_time(12_149_000) + // Minimum execution time: 9_740 nanoseconds. + Weight::from_ref_time(10_905_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_proxy.rs b/runtime/kusama/src/weights/pallet_proxy.rs index a676a99072a4..de924bd2ba46 100644 --- a/runtime/kusama/src/weights/pallet_proxy.rs +++ b/runtime/kusama/src/weights/pallet_proxy.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_proxy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -47,10 +47,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:0) /// The range of component `p` is `[1, 31]`. fn proxy(p: u32, ) -> Weight { - // Minimum execution time: 20_470 nanoseconds. - Weight::from_ref_time(21_653_598) - // Standard Error: 3_145 - .saturating_add(Weight::from_ref_time(32_479).saturating_mul(p.into())) + // Minimum execution time: 20_381 nanoseconds. + Weight::from_ref_time(21_365_292) + // Standard Error: 1_922 + .saturating_add(Weight::from_ref_time(40_320).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: Proxy Proxies (r:1 w:0) @@ -59,12 +59,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn proxy_announced(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 39_560 nanoseconds. - Weight::from_ref_time(40_290_699) - // Standard Error: 3_727 - .saturating_add(Weight::from_ref_time(140_520).saturating_mul(a.into())) - // Standard Error: 3_850 - .saturating_add(Weight::from_ref_time(36_799).saturating_mul(p.into())) + // Minimum execution time: 39_291 nanoseconds. + Weight::from_ref_time(40_000_210) + // Standard Error: 2_473 + .saturating_add(Weight::from_ref_time(133_893).saturating_mul(a.into())) + // Standard Error: 2_555 + .saturating_add(Weight::from_ref_time(40_978).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -73,12 +73,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn remove_announcement(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 26_394 nanoseconds. - Weight::from_ref_time(28_125_921) - // Standard Error: 2_274 - .saturating_add(Weight::from_ref_time(131_939).saturating_mul(a.into())) - // Standard Error: 2_350 - .saturating_add(Weight::from_ref_time(21_272).saturating_mul(p.into())) + // Minimum execution time: 26_725 nanoseconds. + Weight::from_ref_time(28_314_086) + // Standard Error: 2_211 + .saturating_add(Weight::from_ref_time(131_805).saturating_mul(a.into())) + // Standard Error: 2_284 + .saturating_add(Weight::from_ref_time(10_842).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -87,12 +87,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn reject_announcement(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 26_994 nanoseconds. - Weight::from_ref_time(28_310_186) - // Standard Error: 2_355 - .saturating_add(Weight::from_ref_time(132_901).saturating_mul(a.into())) - // Standard Error: 2_433 - .saturating_add(Weight::from_ref_time(14_089).saturating_mul(p.into())) + // Minimum execution time: 27_066 nanoseconds. + Weight::from_ref_time(28_301_075) + // Standard Error: 2_193 + .saturating_add(Weight::from_ref_time(130_365).saturating_mul(a.into())) + // Standard Error: 2_265 + .saturating_add(Weight::from_ref_time(13_100).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -102,42 +102,42 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn announce(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 35_406 nanoseconds. - Weight::from_ref_time(37_254_550) - // Standard Error: 2_928 - .saturating_add(Weight::from_ref_time(121_535).saturating_mul(a.into())) - // Standard Error: 3_025 - .saturating_add(Weight::from_ref_time(32_460).saturating_mul(p.into())) + // Minimum execution time: 35_608 nanoseconds. + Weight::from_ref_time(37_654_280) + // Standard Error: 2_569 + .saturating_add(Weight::from_ref_time(117_205).saturating_mul(a.into())) + // Standard Error: 2_654 + .saturating_add(Weight::from_ref_time(33_113).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn add_proxy(p: u32, ) -> Weight { - // Minimum execution time: 29_321 nanoseconds. - Weight::from_ref_time(30_769_189) - // Standard Error: 2_828 - .saturating_add(Weight::from_ref_time(63_470).saturating_mul(p.into())) + // Minimum execution time: 30_169 nanoseconds. + Weight::from_ref_time(31_630_529) + // Standard Error: 2_421 + .saturating_add(Weight::from_ref_time(51_367).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxy(p: u32, ) -> Weight { - // Minimum execution time: 29_250 nanoseconds. - Weight::from_ref_time(30_954_452) - // Standard Error: 3_090 - .saturating_add(Weight::from_ref_time(69_334).saturating_mul(p.into())) + // Minimum execution time: 29_449 nanoseconds. + Weight::from_ref_time(31_052_891) + // Standard Error: 2_796 + .saturating_add(Weight::from_ref_time(70_680).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxies(p: u32, ) -> Weight { - // Minimum execution time: 25_156 nanoseconds. - Weight::from_ref_time(26_616_354) - // Standard Error: 2_615 - .saturating_add(Weight::from_ref_time(35_528).saturating_mul(p.into())) + // Minimum execution time: 25_540 nanoseconds. + Weight::from_ref_time(26_761_290) + // Standard Error: 1_942 + .saturating_add(Weight::from_ref_time(37_261).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -145,20 +145,20 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn create_pure(p: u32, ) -> Weight { - // Minimum execution time: 32_454 nanoseconds. - Weight::from_ref_time(33_851_631) - // Standard Error: 2_540 - .saturating_add(Weight::from_ref_time(25_757).saturating_mul(p.into())) + // Minimum execution time: 32_846 nanoseconds. + Weight::from_ref_time(34_585_564) + // Standard Error: 2_640 + .saturating_add(Weight::from_ref_time(21_354).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[0, 30]`. fn kill_pure(p: u32, ) -> Weight { - // Minimum execution time: 26_436 nanoseconds. - Weight::from_ref_time(27_967_434) - // Standard Error: 2_130 - .saturating_add(Weight::from_ref_time(31_810).saturating_mul(p.into())) + // Minimum execution time: 26_942 nanoseconds. + Weight::from_ref_time(28_109_384) + // Standard Error: 2_326 + .saturating_add(Weight::from_ref_time(40_170).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_ranked_collective.rs b/runtime/kusama/src/weights/pallet_ranked_collective.rs index c48f0ca53949..e7f16e5ebdeb 100644 --- a/runtime/kusama/src/weights/pallet_ranked_collective.rs +++ b/runtime/kusama/src/weights/pallet_ranked_collective.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_ranked_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -49,8 +49,8 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Storage: FellowshipCollective IndexToId (r:0 w:1) // Storage: FellowshipCollective IdToIndex (r:0 w:1) fn add_member() -> Weight { - // Minimum execution time: 20_928 nanoseconds. - Weight::from_ref_time(22_136_000) + // Minimum execution time: 21_687 nanoseconds. + Weight::from_ref_time(22_505_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -60,10 +60,10 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Storage: FellowshipCollective IndexToId (r:1 w:1) /// The range of component `r` is `[0, 10]`. fn remove_member(r: u32, ) -> Weight { - // Minimum execution time: 32_218 nanoseconds. - Weight::from_ref_time(33_955_197) - // Standard Error: 18_651 - .saturating_add(Weight::from_ref_time(11_412_924).saturating_mul(r.into())) + // Minimum execution time: 32_770 nanoseconds. + Weight::from_ref_time(34_644_917) + // Standard Error: 15_325 + .saturating_add(Weight::from_ref_time(11_355_769).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -75,10 +75,10 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Storage: FellowshipCollective IdToIndex (r:0 w:1) /// The range of component `r` is `[0, 10]`. fn promote_member(r: u32, ) -> Weight { - // Minimum execution time: 23_499 nanoseconds. - Weight::from_ref_time(24_598_620) - // Standard Error: 6_442 - .saturating_add(Weight::from_ref_time(422_078).saturating_mul(r.into())) + // Minimum execution time: 23_990 nanoseconds. + Weight::from_ref_time(25_072_856) + // Standard Error: 5_793 + .saturating_add(Weight::from_ref_time(404_905).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -88,10 +88,10 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Storage: FellowshipCollective IndexToId (r:1 w:1) /// The range of component `r` is `[0, 10]`. fn demote_member(r: u32, ) -> Weight { - // Minimum execution time: 32_100 nanoseconds. - Weight::from_ref_time(34_727_316) - // Standard Error: 15_714 - .saturating_add(Weight::from_ref_time(763_641).saturating_mul(r.into())) + // Minimum execution time: 32_952 nanoseconds. + Weight::from_ref_time(35_465_453) + // Standard Error: 16_850 + .saturating_add(Weight::from_ref_time(671_524).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -100,8 +100,8 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Storage: FellowshipCollective Voting (r:1 w:1) // Storage: Scheduler Agenda (r:2 w:2) fn vote() -> Weight { - // Minimum execution time: 49_728 nanoseconds. - Weight::from_ref_time(51_093_000) + // Minimum execution time: 50_688 nanoseconds. + Weight::from_ref_time(51_397_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -110,10 +110,10 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Storage: FellowshipCollective Voting (r:0 w:2) /// The range of component `n` is `[0, 100]`. fn cleanup_poll(n: u32, ) -> Weight { - // Minimum execution time: 15_147 nanoseconds. - Weight::from_ref_time(17_966_117) - // Standard Error: 2_387 - .saturating_add(Weight::from_ref_time(1_170_883).saturating_mul(n.into())) + // Minimum execution time: 15_422 nanoseconds. + Weight::from_ref_time(18_535_259) + // Standard Error: 2_621 + .saturating_add(Weight::from_ref_time(1_164_868).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) } diff --git a/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs b/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs index 3438060cbc26..3a8fe8ac8117 100644 --- a/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs +++ b/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_referenda` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -49,16 +49,16 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) // Storage: FellowshipReferenda ReferendumInfoFor (r:0 w:1) fn submit() -> Weight { - // Minimum execution time: 33_032 nanoseconds. - Weight::from_ref_time(34_307_000) + // Minimum execution time: 33_277 nanoseconds. + Weight::from_ref_time(33_960_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:2 w:2) fn place_decision_deposit_preparing() -> Weight { - // Minimum execution time: 53_220 nanoseconds. - Weight::from_ref_time(55_127_000) + // Minimum execution time: 53_029 nanoseconds. + Weight::from_ref_time(54_668_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -66,8 +66,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipReferenda DecidingCount (r:1 w:0) // Storage: FellowshipReferenda TrackQueue (r:1 w:1) fn place_decision_deposit_queued() -> Weight { - // Minimum execution time: 121_588 nanoseconds. - Weight::from_ref_time(126_165_000) + // Minimum execution time: 90_942 nanoseconds. + Weight::from_ref_time(102_908_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -75,8 +75,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipReferenda DecidingCount (r:1 w:0) // Storage: FellowshipReferenda TrackQueue (r:1 w:1) fn place_decision_deposit_not_queued() -> Weight { - // Minimum execution time: 117_891 nanoseconds. - Weight::from_ref_time(125_461_000) + // Minimum execution time: 93_418 nanoseconds. + Weight::from_ref_time(102_043_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -85,8 +85,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:2 w:2) fn place_decision_deposit_passing() -> Weight { - // Minimum execution time: 234_595 nanoseconds. - Weight::from_ref_time(271_437_000) + // Minimum execution time: 204_407 nanoseconds. + Weight::from_ref_time(221_043_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -94,46 +94,46 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipReferenda DecidingCount (r:1 w:1) // Storage: FellowshipCollective MemberCount (r:1 w:0) fn place_decision_deposit_failing() -> Weight { - // Minimum execution time: 45_777 nanoseconds. - Weight::from_ref_time(48_029_000) + // Minimum execution time: 46_345 nanoseconds. + Weight::from_ref_time(48_000_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1) fn refund_decision_deposit() -> Weight { - // Minimum execution time: 32_429 nanoseconds. - Weight::from_ref_time(33_391_000) + // Minimum execution time: 32_528 nanoseconds. + Weight::from_ref_time(33_923_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1) fn refund_submission_deposit() -> Weight { - // Minimum execution time: 20_638 nanoseconds. - Weight::from_ref_time(21_567_000) + // Minimum execution time: 21_065 nanoseconds. + Weight::from_ref_time(21_947_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:2 w:2) fn cancel() -> Weight { - // Minimum execution time: 41_019 nanoseconds. - Weight::from_ref_time(42_461_000) + // Minimum execution time: 41_541 nanoseconds. + Weight::from_ref_time(43_091_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:2 w:2) fn kill() -> Weight { - // Minimum execution time: 74_542 nanoseconds. - Weight::from_ref_time(76_057_000) + // Minimum execution time: 75_008 nanoseconds. + Weight::from_ref_time(77_437_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: FellowshipReferenda TrackQueue (r:1 w:0) // Storage: FellowshipReferenda DecidingCount (r:1 w:1) fn one_fewer_deciding_queue_empty() -> Weight { - // Minimum execution time: 10_762 nanoseconds. - Weight::from_ref_time(11_294_000) + // Minimum execution time: 10_620 nanoseconds. + Weight::from_ref_time(11_309_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -142,8 +142,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:2 w:2) fn one_fewer_deciding_failing() -> Weight { - // Minimum execution time: 199_865 nanoseconds. - Weight::from_ref_time(206_244_000) + // Minimum execution time: 167_988 nanoseconds. + Weight::from_ref_time(179_043_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -152,8 +152,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:2 w:2) fn one_fewer_deciding_passing() -> Weight { - // Minimum execution time: 201_755 nanoseconds. - Weight::from_ref_time(211_431_000) + // Minimum execution time: 171_829 nanoseconds. + Weight::from_ref_time(183_097_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -161,8 +161,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipReferenda TrackQueue (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:0) fn nudge_referendum_requeued_insertion() -> Weight { - // Minimum execution time: 127_768 nanoseconds. - Weight::from_ref_time(134_716_000) + // Minimum execution time: 99_225 nanoseconds. + Weight::from_ref_time(109_234_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -170,8 +170,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipReferenda TrackQueue (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:0) fn nudge_referendum_requeued_slide() -> Weight { - // Minimum execution time: 125_917 nanoseconds. - Weight::from_ref_time(135_073_000) + // Minimum execution time: 100_605 nanoseconds. + Weight::from_ref_time(109_740_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -180,8 +180,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipReferenda TrackQueue (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:0) fn nudge_referendum_queued() -> Weight { - // Minimum execution time: 131_238 nanoseconds. - Weight::from_ref_time(138_536_000) + // Minimum execution time: 105_414 nanoseconds. + Weight::from_ref_time(112_810_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -190,31 +190,31 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipReferenda TrackQueue (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:0) fn nudge_referendum_not_queued() -> Weight { - // Minimum execution time: 130_133 nanoseconds. - Weight::from_ref_time(137_848_000) + // Minimum execution time: 100_969 nanoseconds. + Weight::from_ref_time(114_514_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_no_deposit() -> Weight { - // Minimum execution time: 30_389 nanoseconds. - Weight::from_ref_time(31_292_000) + // Minimum execution time: 29_982 nanoseconds. + Weight::from_ref_time(31_303_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_preparing() -> Weight { - // Minimum execution time: 30_855 nanoseconds. - Weight::from_ref_time(31_889_000) + // Minimum execution time: 30_756 nanoseconds. + Weight::from_ref_time(31_875_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1) fn nudge_referendum_timed_out() -> Weight { - // Minimum execution time: 22_951 nanoseconds. - Weight::from_ref_time(24_004_000) + // Minimum execution time: 22_922 nanoseconds. + Weight::from_ref_time(23_811_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -223,8 +223,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_begin_deciding_failing() -> Weight { - // Minimum execution time: 43_122 nanoseconds. - Weight::from_ref_time(44_218_000) + // Minimum execution time: 42_030 nanoseconds. + Weight::from_ref_time(43_505_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -233,8 +233,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_begin_deciding_passing() -> Weight { - // Minimum execution time: 117_285 nanoseconds. - Weight::from_ref_time(126_400_000) + // Minimum execution time: 95_523 nanoseconds. + Weight::from_ref_time(102_104_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -242,8 +242,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_begin_confirming() -> Weight { - // Minimum execution time: 199_975 nanoseconds. - Weight::from_ref_time(239_441_000) + // Minimum execution time: 166_858 nanoseconds. + Weight::from_ref_time(190_720_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -251,8 +251,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_end_confirming() -> Weight { - // Minimum execution time: 200_522 nanoseconds. - Weight::from_ref_time(236_891_000) + // Minimum execution time: 165_354 nanoseconds. + Weight::from_ref_time(185_408_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -260,8 +260,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_continue_not_confirming() -> Weight { - // Minimum execution time: 189_908 nanoseconds. - Weight::from_ref_time(226_848_000) + // Minimum execution time: 167_797 nanoseconds. + Weight::from_ref_time(182_086_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -269,8 +269,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_continue_confirming() -> Weight { - // Minimum execution time: 109_733 nanoseconds. - Weight::from_ref_time(119_010_000) + // Minimum execution time: 87_123 nanoseconds. + Weight::from_ref_time(94_538_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -279,8 +279,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:2 w:2) // Storage: Scheduler Lookup (r:1 w:1) fn nudge_referendum_approved() -> Weight { - // Minimum execution time: 212_206 nanoseconds. - Weight::from_ref_time(256_597_000) + // Minimum execution time: 177_202 nanoseconds. + Weight::from_ref_time(194_662_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -288,8 +288,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: FellowshipCollective MemberCount (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_rejected() -> Weight { - // Minimum execution time: 208_092 nanoseconds. - Weight::from_ref_time(236_927_000) + // Minimum execution time: 154_150 nanoseconds. + Weight::from_ref_time(185_014_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_referenda_referenda.rs b/runtime/kusama/src/weights/pallet_referenda_referenda.rs index 7056580cd556..dcabcf2a678c 100644 --- a/runtime/kusama/src/weights/pallet_referenda_referenda.rs +++ b/runtime/kusama/src/weights/pallet_referenda_referenda.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_referenda` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -48,16 +48,16 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) // Storage: Referenda ReferendumInfoFor (r:0 w:1) fn submit() -> Weight { - // Minimum execution time: 39_200 nanoseconds. - Weight::from_ref_time(40_721_000) + // Minimum execution time: 38_444 nanoseconds. + Weight::from_ref_time(40_157_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Referenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:2 w:2) fn place_decision_deposit_preparing() -> Weight { - // Minimum execution time: 52_825 nanoseconds. - Weight::from_ref_time(55_419_000) + // Minimum execution time: 52_464 nanoseconds. + Weight::from_ref_time(53_840_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -65,8 +65,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Referenda DecidingCount (r:1 w:0) // Storage: Referenda TrackQueue (r:1 w:1) fn place_decision_deposit_queued() -> Weight { - // Minimum execution time: 59_454 nanoseconds. - Weight::from_ref_time(62_516_000) + // Minimum execution time: 59_684 nanoseconds. + Weight::from_ref_time(62_639_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -74,8 +74,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Referenda DecidingCount (r:1 w:0) // Storage: Referenda TrackQueue (r:1 w:1) fn place_decision_deposit_not_queued() -> Weight { - // Minimum execution time: 60_081 nanoseconds. - Weight::from_ref_time(64_291_000) + // Minimum execution time: 59_614 nanoseconds. + Weight::from_ref_time(61_921_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -84,8 +84,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:2 w:2) fn place_decision_deposit_passing() -> Weight { - // Minimum execution time: 67_677 nanoseconds. - Weight::from_ref_time(70_263_000) + // Minimum execution time: 67_948 nanoseconds. + Weight::from_ref_time(69_857_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -93,46 +93,46 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Referenda DecidingCount (r:1 w:1) // Storage: Balances InactiveIssuance (r:1 w:0) fn place_decision_deposit_failing() -> Weight { - // Minimum execution time: 46_050 nanoseconds. - Weight::from_ref_time(48_230_000) + // Minimum execution time: 46_712 nanoseconds. + Weight::from_ref_time(47_618_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Referenda ReferendumInfoFor (r:1 w:1) fn refund_decision_deposit() -> Weight { - // Minimum execution time: 31_851 nanoseconds. - Weight::from_ref_time(32_677_000) + // Minimum execution time: 31_886 nanoseconds. + Weight::from_ref_time(33_383_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Referenda ReferendumInfoFor (r:1 w:1) fn refund_submission_deposit() -> Weight { - // Minimum execution time: 30_929 nanoseconds. - Weight::from_ref_time(31_947_000) + // Minimum execution time: 31_464 nanoseconds. + Weight::from_ref_time(32_332_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Referenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:2 w:2) fn cancel() -> Weight { - // Minimum execution time: 40_617 nanoseconds. - Weight::from_ref_time(42_360_000) + // Minimum execution time: 40_661 nanoseconds. + Weight::from_ref_time(42_037_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Referenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:2 w:2) fn kill() -> Weight { - // Minimum execution time: 87_660 nanoseconds. - Weight::from_ref_time(89_927_000) + // Minimum execution time: 87_937 nanoseconds. + Weight::from_ref_time(90_171_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Referenda TrackQueue (r:1 w:0) // Storage: Referenda DecidingCount (r:1 w:1) fn one_fewer_deciding_queue_empty() -> Weight { - // Minimum execution time: 10_723 nanoseconds. - Weight::from_ref_time(11_217_000) + // Minimum execution time: 10_962 nanoseconds. + Weight::from_ref_time(11_292_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -141,8 +141,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:2 w:2) fn one_fewer_deciding_failing() -> Weight { - // Minimum execution time: 129_250 nanoseconds. - Weight::from_ref_time(135_509_000) + // Minimum execution time: 123_968 nanoseconds. + Weight::from_ref_time(132_776_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -151,8 +151,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:2 w:2) fn one_fewer_deciding_passing() -> Weight { - // Minimum execution time: 128_998 nanoseconds. - Weight::from_ref_time(134_158_000) + // Minimum execution time: 124_456 nanoseconds. + Weight::from_ref_time(133_803_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -160,8 +160,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Referenda TrackQueue (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:0) fn nudge_referendum_requeued_insertion() -> Weight { - // Minimum execution time: 71_209 nanoseconds. - Weight::from_ref_time(74_348_000) + // Minimum execution time: 67_800 nanoseconds. + Weight::from_ref_time(72_433_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -169,8 +169,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Referenda TrackQueue (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:0) fn nudge_referendum_requeued_slide() -> Weight { - // Minimum execution time: 71_100 nanoseconds. - Weight::from_ref_time(73_656_000) + // Minimum execution time: 67_119 nanoseconds. + Weight::from_ref_time(72_291_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -179,8 +179,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Referenda TrackQueue (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:0) fn nudge_referendum_queued() -> Weight { - // Minimum execution time: 72_143 nanoseconds. - Weight::from_ref_time(75_486_000) + // Minimum execution time: 69_519 nanoseconds. + Weight::from_ref_time(75_088_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -189,31 +189,31 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Referenda TrackQueue (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:0) fn nudge_referendum_not_queued() -> Weight { - // Minimum execution time: 72_195 nanoseconds. - Weight::from_ref_time(74_721_000) + // Minimum execution time: 68_612 nanoseconds. + Weight::from_ref_time(75_595_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Referenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_no_deposit() -> Weight { - // Minimum execution time: 29_631 nanoseconds. - Weight::from_ref_time(30_726_000) + // Minimum execution time: 29_767 nanoseconds. + Weight::from_ref_time(30_670_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Referenda ReferendumInfoFor (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_preparing() -> Weight { - // Minimum execution time: 30_068 nanoseconds. - Weight::from_ref_time(31_440_000) + // Minimum execution time: 30_082 nanoseconds. + Weight::from_ref_time(31_089_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Referenda ReferendumInfoFor (r:1 w:1) fn nudge_referendum_timed_out() -> Weight { - // Minimum execution time: 22_029 nanoseconds. - Weight::from_ref_time(23_077_000) + // Minimum execution time: 22_203 nanoseconds. + Weight::from_ref_time(23_408_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,8 +222,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_begin_deciding_failing() -> Weight { - // Minimum execution time: 42_418 nanoseconds. - Weight::from_ref_time(44_057_000) + // Minimum execution time: 42_086 nanoseconds. + Weight::from_ref_time(44_532_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -232,8 +232,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_begin_deciding_passing() -> Weight { - // Minimum execution time: 44_714 nanoseconds. - Weight::from_ref_time(46_300_000) + // Minimum execution time: 44_254 nanoseconds. + Weight::from_ref_time(45_996_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -241,8 +241,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_begin_confirming() -> Weight { - // Minimum execution time: 41_078 nanoseconds. - Weight::from_ref_time(42_352_000) + // Minimum execution time: 40_864 nanoseconds. + Weight::from_ref_time(42_518_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -250,8 +250,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_end_confirming() -> Weight { - // Minimum execution time: 42_208 nanoseconds. - Weight::from_ref_time(43_749_000) + // Minimum execution time: 41_997 nanoseconds. + Weight::from_ref_time(43_555_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -259,8 +259,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_continue_not_confirming() -> Weight { - // Minimum execution time: 38_989 nanoseconds. - Weight::from_ref_time(40_747_000) + // Minimum execution time: 39_163 nanoseconds. + Weight::from_ref_time(40_633_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -268,8 +268,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_continue_confirming() -> Weight { - // Minimum execution time: 38_133 nanoseconds. - Weight::from_ref_time(39_961_000) + // Minimum execution time: 38_260 nanoseconds. + Weight::from_ref_time(39_494_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -278,8 +278,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:2 w:2) // Storage: Scheduler Lookup (r:1 w:1) fn nudge_referendum_approved() -> Weight { - // Minimum execution time: 52_071 nanoseconds. - Weight::from_ref_time(54_256_000) + // Minimum execution time: 51_267 nanoseconds. + Weight::from_ref_time(54_875_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -287,8 +287,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Storage: Balances InactiveIssuance (r:1 w:0) // Storage: Scheduler Agenda (r:1 w:1) fn nudge_referendum_rejected() -> Weight { - // Minimum execution time: 41_547 nanoseconds. - Weight::from_ref_time(45_623_000) + // Minimum execution time: 41_099 nanoseconds. + Weight::from_ref_time(43_408_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_scheduler.rs b/runtime/kusama/src/weights/pallet_scheduler.rs index 24949697bd8b..b4902c5dca20 100644 --- a/runtime/kusama/src/weights/pallet_scheduler.rs +++ b/runtime/kusama/src/weights/pallet_scheduler.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -46,61 +46,61 @@ pub struct WeightInfo(PhantomData); impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler IncompleteSince (r:1 w:1) fn service_agendas_base() -> Weight { - // Minimum execution time: 5_123 nanoseconds. - Weight::from_ref_time(5_237_000) + // Minimum execution time: 5_075 nanoseconds. + Weight::from_ref_time(5_354_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 50]`. fn service_agenda_base(s: u32, ) -> Weight { - // Minimum execution time: 4_505 nanoseconds. - Weight::from_ref_time(6_452_989) - // Standard Error: 1_584 - .saturating_add(Weight::from_ref_time(841_314).saturating_mul(s.into())) + // Minimum execution time: 4_657 nanoseconds. + Weight::from_ref_time(6_797_821) + // Standard Error: 3_025 + .saturating_add(Weight::from_ref_time(798_951).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_base() -> Weight { - // Minimum execution time: 10_666 nanoseconds. - Weight::from_ref_time(11_021_000) + // Minimum execution time: 10_623 nanoseconds. + Weight::from_ref_time(11_011_000) } // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) /// The range of component `s` is `[128, 4194304]`. fn service_task_fetched(s: u32, ) -> Weight { - // Minimum execution time: 22_905 nanoseconds. - Weight::from_ref_time(23_149_000) - // Standard Error: 3 - .saturating_add(Weight::from_ref_time(1_433).saturating_mul(s.into())) + // Minimum execution time: 23_213 nanoseconds. + Weight::from_ref_time(23_605_000) + // Standard Error: 1 + .saturating_add(Weight::from_ref_time(1_558).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Scheduler Lookup (r:0 w:1) fn service_task_named() -> Weight { - // Minimum execution time: 11_875 nanoseconds. - Weight::from_ref_time(12_182_000) + // Minimum execution time: 12_071 nanoseconds. + Weight::from_ref_time(12_410_000) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { - // Minimum execution time: 10_717 nanoseconds. - Weight::from_ref_time(11_233_000) + // Minimum execution time: 10_794 nanoseconds. + Weight::from_ref_time(11_240_000) } fn execute_dispatch_signed() -> Weight { - // Minimum execution time: 4_137 nanoseconds. - Weight::from_ref_time(4_279_000) + // Minimum execution time: 3_969 nanoseconds. + Weight::from_ref_time(4_184_000) } fn execute_dispatch_unsigned() -> Weight { - // Minimum execution time: 4_099 nanoseconds. - Weight::from_ref_time(4_258_000) + // Minimum execution time: 3_991 nanoseconds. + Weight::from_ref_time(4_152_000) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule(s: u32, ) -> Weight { - // Minimum execution time: 18_300 nanoseconds. - Weight::from_ref_time(20_834_526) - // Standard Error: 2_643 - .saturating_add(Weight::from_ref_time(882_779).saturating_mul(s.into())) + // Minimum execution time: 18_240 nanoseconds. + Weight::from_ref_time(20_823_381) + // Standard Error: 3_399 + .saturating_add(Weight::from_ref_time(869_009).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -108,10 +108,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Lookup (r:0 w:1) /// The range of component `s` is `[1, 50]`. fn cancel(s: u32, ) -> Weight { - // Minimum execution time: 22_249 nanoseconds. - Weight::from_ref_time(20_678_705) - // Standard Error: 2_947 - .saturating_add(Weight::from_ref_time(1_553_953).saturating_mul(s.into())) + // Minimum execution time: 22_711 nanoseconds. + Weight::from_ref_time(21_337_116) + // Standard Error: 4_073 + .saturating_add(Weight::from_ref_time(1_483_204).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,10 +119,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule_named(s: u32, ) -> Weight { - // Minimum execution time: 20_956 nanoseconds. - Weight::from_ref_time(24_068_993) - // Standard Error: 3_568 - .saturating_add(Weight::from_ref_time(938_262).saturating_mul(s.into())) + // Minimum execution time: 21_382 nanoseconds. + Weight::from_ref_time(24_695_885) + // Standard Error: 4_169 + .saturating_add(Weight::from_ref_time(884_000).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -130,10 +130,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[1, 50]`. fn cancel_named(s: u32, ) -> Weight { - // Minimum execution time: 23_200 nanoseconds. - Weight::from_ref_time(22_719_966) - // Standard Error: 3_440 - .saturating_add(Weight::from_ref_time(1_557_713).saturating_mul(s.into())) + // Minimum execution time: 23_558 nanoseconds. + Weight::from_ref_time(23_010_637) + // Standard Error: 4_345 + .saturating_add(Weight::from_ref_time(1_505_334).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_session.rs b/runtime/kusama/src/weights/pallet_session.rs index 7a6bcf6294f0..a92b4f0ed9aa 100644 --- a/runtime/kusama/src/weights/pallet_session.rs +++ b/runtime/kusama/src/weights/pallet_session.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -48,8 +48,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:6 w:6) fn set_keys() -> Weight { - // Minimum execution time: 64_582 nanoseconds. - Weight::from_ref_time(66_187_000) + // Minimum execution time: 64_073 nanoseconds. + Weight::from_ref_time(65_823_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -57,8 +57,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:0 w:6) fn purge_keys() -> Weight { - // Minimum execution time: 48_875 nanoseconds. - Weight::from_ref_time(50_543_000) + // Minimum execution time: 49_069 nanoseconds. + Weight::from_ref_time(50_671_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/kusama/src/weights/pallet_staking.rs b/runtime/kusama/src/weights/pallet_staking.rs index 28c3804e2d2e..b460aa88e780 100644 --- a/runtime/kusama/src/weights/pallet_staking.rs +++ b/runtime/kusama/src/weights/pallet_staking.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_staking` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -50,8 +50,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) // Storage: Staking Payee (r:0 w:1) fn bond() -> Weight { - // Minimum execution time: 46_430 nanoseconds. - Weight::from_ref_time(47_543_000) + // Minimum execution time: 46_924 nanoseconds. + Weight::from_ref_time(48_409_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -61,8 +61,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn bond_extra() -> Weight { - // Minimum execution time: 88_382 nanoseconds. - Weight::from_ref_time(90_500_000) + // Minimum execution time: 89_014 nanoseconds. + Weight::from_ref_time(91_937_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -76,8 +76,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking Bonded (r:1 w:0) // Storage: VoterList ListBags (r:2 w:2) fn unbond() -> Weight { - // Minimum execution time: 95_794 nanoseconds. - Weight::from_ref_time(98_615_000) + // Minimum execution time: 96_462 nanoseconds. + Weight::from_ref_time(99_992_000) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -87,10 +87,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { - // Minimum execution time: 40_525 nanoseconds. - Weight::from_ref_time(42_005_406) - // Standard Error: 1_433 - .saturating_add(Weight::from_ref_time(51_389).saturating_mul(s.into())) + // Minimum execution time: 40_560 nanoseconds. + Weight::from_ref_time(41_803_554) + // Standard Error: 1_120 + .saturating_add(Weight::from_ref_time(55_364).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -110,10 +110,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking SpanSlash (r:0 w:2) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_kill(s: u32, ) -> Weight { - // Minimum execution time: 82_230 nanoseconds. - Weight::from_ref_time(88_150_619) - // Standard Error: 2_943 - .saturating_add(Weight::from_ref_time(1_166_463).saturating_mul(s.into())) + // Minimum execution time: 82_720 nanoseconds. + Weight::from_ref_time(88_559_744) + // Standard Error: 2_955 + .saturating_add(Weight::from_ref_time(1_143_738).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -130,8 +130,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList CounterForListNodes (r:1 w:1) // Storage: Staking CounterForValidators (r:1 w:1) fn validate() -> Weight { - // Minimum execution time: 60_963 nanoseconds. - Weight::from_ref_time(63_962_000) + // Minimum execution time: 60_313 nanoseconds. + Weight::from_ref_time(62_988_000) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -139,10 +139,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking Nominators (r:1 w:1) /// The range of component `k` is `[1, 128]`. fn kick(k: u32, ) -> Weight { - // Minimum execution time: 43_086 nanoseconds. - Weight::from_ref_time(45_398_083) - // Standard Error: 7_575 - .saturating_add(Weight::from_ref_time(7_889_896).saturating_mul(k.into())) + // Minimum execution time: 43_419 nanoseconds. + Weight::from_ref_time(46_275_657) + // Standard Error: 7_010 + .saturating_add(Weight::from_ref_time(7_938_148).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) @@ -160,10 +160,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking CounterForNominators (r:1 w:1) /// The range of component `n` is `[1, 24]`. fn nominate(n: u32, ) -> Weight { - // Minimum execution time: 66_477 nanoseconds. - Weight::from_ref_time(67_697_093) - // Standard Error: 14_083 - .saturating_add(Weight::from_ref_time(3_355_472).saturating_mul(n.into())) + // Minimum execution time: 66_889 nanoseconds. + Weight::from_ref_time(67_765_370) + // Standard Error: 12_059 + .saturating_add(Weight::from_ref_time(3_370_311).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6)) @@ -176,58 +176,58 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:1 w:1) // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill() -> Weight { - // Minimum execution time: 61_964 nanoseconds. - Weight::from_ref_time(63_810_000) + // Minimum execution time: 61_816 nanoseconds. + Weight::from_ref_time(63_932_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking Ledger (r:1 w:0) // Storage: Staking Payee (r:0 w:1) fn set_payee() -> Weight { - // Minimum execution time: 14_697 nanoseconds. - Weight::from_ref_time(15_179_000) + // Minimum execution time: 14_893 nanoseconds. + Weight::from_ref_time(15_361_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Bonded (r:1 w:1) // Storage: Staking Ledger (r:2 w:2) fn set_controller() -> Weight { - // Minimum execution time: 21_230 nanoseconds. - Weight::from_ref_time(21_860_000) + // Minimum execution time: 21_588 nanoseconds. + Weight::from_ref_time(22_512_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Staking ValidatorCount (r:0 w:1) fn set_validator_count() -> Weight { - // Minimum execution time: 4_127 nanoseconds. - Weight::from_ref_time(4_312_000) + // Minimum execution time: 4_182 nanoseconds. + Weight::from_ref_time(4_300_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_no_eras() -> Weight { - // Minimum execution time: 16_053 nanoseconds. - Weight::from_ref_time(16_548_000) + // Minimum execution time: 16_011 nanoseconds. + Weight::from_ref_time(16_800_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_new_era() -> Weight { - // Minimum execution time: 15_706 nanoseconds. - Weight::from_ref_time(16_261_000) + // Minimum execution time: 15_832 nanoseconds. + Weight::from_ref_time(16_328_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_new_era_always() -> Weight { - // Minimum execution time: 15_637 nanoseconds. - Weight::from_ref_time(16_353_000) + // Minimum execution time: 15_955 nanoseconds. + Weight::from_ref_time(16_632_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Invulnerables (r:0 w:1) /// The range of component `v` is `[0, 1000]`. fn set_invulnerables(v: u32, ) -> Weight { - // Minimum execution time: 4_256 nanoseconds. - Weight::from_ref_time(4_714_663) - // Standard Error: 26 - .saturating_add(Weight::from_ref_time(9_616).saturating_mul(v.into())) + // Minimum execution time: 4_225 nanoseconds. + Weight::from_ref_time(4_582_261) + // Standard Error: 27 + .saturating_add(Weight::from_ref_time(9_617).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Bonded (r:1 w:1) @@ -245,10 +245,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking SpanSlash (r:0 w:2) /// The range of component `s` is `[0, 100]`. fn force_unstake(s: u32, ) -> Weight { - // Minimum execution time: 75_296 nanoseconds. - Weight::from_ref_time(81_716_670) - // Standard Error: 3_194 - .saturating_add(Weight::from_ref_time(1_135_272).saturating_mul(s.into())) + // Minimum execution time: 76_457 nanoseconds. + Weight::from_ref_time(82_026_034) + // Standard Error: 2_398 + .saturating_add(Weight::from_ref_time(1_136_716).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -256,10 +256,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking UnappliedSlashes (r:1 w:1) /// The range of component `s` is `[1, 1000]`. fn cancel_deferred_slash(s: u32, ) -> Weight { - // Minimum execution time: 126_250 nanoseconds. - Weight::from_ref_time(928_489_313) - // Standard Error: 57_562 - .saturating_add(Weight::from_ref_time(4_831_943).saturating_mul(s.into())) + // Minimum execution time: 129_547 nanoseconds. + Weight::from_ref_time(1_190_000_813) + // Standard Error: 76_442 + .saturating_add(Weight::from_ref_time(6_453_347).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -274,10 +274,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `n` is `[0, 512]`. fn payout_stakers_dead_controller(n: u32, ) -> Weight { - // Minimum execution time: 124_928 nanoseconds. - Weight::from_ref_time(220_838_027) - // Standard Error: 19_207 - .saturating_add(Weight::from_ref_time(25_915_330).saturating_mul(n.into())) + // Minimum execution time: 113_693 nanoseconds. + Weight::from_ref_time(267_042_001) + // Standard Error: 21_144 + .saturating_add(Weight::from_ref_time(25_261_334).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -295,10 +295,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) /// The range of component `n` is `[0, 512]`. fn payout_stakers_alive_staked(n: u32, ) -> Weight { - // Minimum execution time: 143_921 nanoseconds. - Weight::from_ref_time(39_715_229) - // Standard Error: 171_903 - .saturating_add(Weight::from_ref_time(38_142_189).saturating_mul(n.into())) + // Minimum execution time: 135_210 nanoseconds. + Weight::from_ref_time(343_532_552) + // Standard Error: 30_714 + .saturating_add(Weight::from_ref_time(34_680_127).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -312,10 +312,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:2 w:2) /// The range of component `l` is `[1, 32]`. fn rebond(l: u32, ) -> Weight { - // Minimum execution time: 86_080 nanoseconds. - Weight::from_ref_time(89_961_346) - // Standard Error: 6_384 - .saturating_add(Weight::from_ref_time(49_549).saturating_mul(l.into())) + // Minimum execution time: 86_336 nanoseconds. + Weight::from_ref_time(90_458_432) + // Standard Error: 5_588 + .saturating_add(Weight::from_ref_time(36_502).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -334,10 +334,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking SpanSlash (r:0 w:1) /// The range of component `s` is `[1, 100]`. fn reap_stash(s: u32, ) -> Weight { - // Minimum execution time: 87_327 nanoseconds. - Weight::from_ref_time(91_500_066) - // Standard Error: 3_567 - .saturating_add(Weight::from_ref_time(1_130_597).saturating_mul(s.into())) + // Minimum execution time: 88_267 nanoseconds. + Weight::from_ref_time(90_286_221) + // Standard Error: 2_825 + .saturating_add(Weight::from_ref_time(1_147_570).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -363,12 +363,12 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `v` is `[1, 10]`. /// The range of component `n` is `[0, 100]`. fn new_era(v: u32, n: u32, ) -> Weight { - // Minimum execution time: 491_518 nanoseconds. - Weight::from_ref_time(495_577_000) - // Standard Error: 1_941_831 - .saturating_add(Weight::from_ref_time(63_626_227).saturating_mul(v.into())) - // Standard Error: 193_492 - .saturating_add(Weight::from_ref_time(15_487_301).saturating_mul(n.into())) + // Minimum execution time: 492_817 nanoseconds. + Weight::from_ref_time(498_220_000) + // Standard Error: 1_873_939 + .saturating_add(Weight::from_ref_time(61_654_477).saturating_mul(v.into())) + // Standard Error: 186_727 + .saturating_add(Weight::from_ref_time(15_089_826).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(173)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -387,12 +387,12 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `v` is `[500, 1000]`. /// The range of component `n` is `[500, 1000]`. fn get_npos_voters(v: u32, n: u32, ) -> Weight { - // Minimum execution time: 28_638_482 nanoseconds. - Weight::from_ref_time(29_321_729_000) - // Standard Error: 635_852 - .saturating_add(Weight::from_ref_time(8_707_447).saturating_mul(v.into())) - // Standard Error: 635_852 - .saturating_add(Weight::from_ref_time(3_502_963).saturating_mul(n.into())) + // Minimum execution time: 27_356_522 nanoseconds. + Weight::from_ref_time(27_598_838_000) + // Standard Error: 531_700 + .saturating_add(Weight::from_ref_time(5_800_739).saturating_mul(v.into())) + // Standard Error: 531_700 + .saturating_add(Weight::from_ref_time(4_003_955).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(168)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -403,10 +403,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: System BlockWeight (r:1 w:1) /// The range of component `v` is `[500, 1000]`. fn get_npos_targets(v: u32, ) -> Weight { - // Minimum execution time: 4_260_703 nanoseconds. - Weight::from_ref_time(120_671_579) - // Standard Error: 70_717 - .saturating_add(Weight::from_ref_time(8_752_668).saturating_mul(v.into())) + // Minimum execution time: 4_106_892 nanoseconds. + Weight::from_ref_time(79_609_539) + // Standard Error: 54_890 + .saturating_add(Weight::from_ref_time(8_478_259).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -418,8 +418,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking MaxNominatorsCount (r:0 w:1) // Storage: Staking MinNominatorBond (r:0 w:1) fn set_staking_configs_all_set() -> Weight { - // Minimum execution time: 7_270 nanoseconds. - Weight::from_ref_time(7_668_000) + // Minimum execution time: 7_220 nanoseconds. + Weight::from_ref_time(7_553_000) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking MinCommission (r:0 w:1) @@ -429,8 +429,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking MaxNominatorsCount (r:0 w:1) // Storage: Staking MinNominatorBond (r:0 w:1) fn set_staking_configs_all_remove() -> Weight { - // Minimum execution time: 6_927 nanoseconds. - Weight::from_ref_time(7_313_000) + // Minimum execution time: 6_762 nanoseconds. + Weight::from_ref_time(7_082_000) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking Ledger (r:1 w:0) @@ -444,23 +444,23 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:1 w:1) // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill_other() -> Weight { - // Minimum execution time: 74_444 nanoseconds. - Weight::from_ref_time(76_811_000) + // Minimum execution time: 74_820 nanoseconds. + Weight::from_ref_time(76_117_000) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking MinCommission (r:1 w:0) // Storage: Staking Validators (r:1 w:1) fn force_apply_min_commission() -> Weight { - // Minimum execution time: 14_529 nanoseconds. - Weight::from_ref_time(14_860_000) + // Minimum execution time: 14_504 nanoseconds. + Weight::from_ref_time(14_963_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking MinCommission (r:0 w:1) fn set_min_commission() -> Weight { - // Minimum execution time: 4_356 nanoseconds. - Weight::from_ref_time(4_510_000) + // Minimum execution time: 4_257 nanoseconds. + Weight::from_ref_time(4_413_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/pallet_timestamp.rs b/runtime/kusama/src/weights/pallet_timestamp.rs index 51128586b57b..0a9e868dd06d 100644 --- a/runtime/kusama/src/weights/pallet_timestamp.rs +++ b/runtime/kusama/src/weights/pallet_timestamp.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -47,13 +47,13 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Storage: Timestamp Now (r:1 w:1) // Storage: Babe CurrentSlot (r:1 w:0) fn set() -> Weight { - // Minimum execution time: 10_134 nanoseconds. - Weight::from_ref_time(10_398_000) + // Minimum execution time: 10_070 nanoseconds. + Weight::from_ref_time(10_380_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } fn on_finalize() -> Weight { - // Minimum execution time: 4_315 nanoseconds. - Weight::from_ref_time(4_607_000) + // Minimum execution time: 4_354 nanoseconds. + Weight::from_ref_time(4_510_000) } } diff --git a/runtime/kusama/src/weights/pallet_tips.rs b/runtime/kusama/src/weights/pallet_tips.rs index 89503f1d5d99..4c1935a86668 100644 --- a/runtime/kusama/src/weights/pallet_tips.rs +++ b/runtime/kusama/src/weights/pallet_tips.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_tips` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -48,18 +48,18 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Tips (r:1 w:1) /// The range of component `r` is `[0, 16384]`. fn report_awesome(r: u32, ) -> Weight { - // Minimum execution time: 30_721 nanoseconds. - Weight::from_ref_time(31_898_119) - // Standard Error: 8 - .saturating_add(Weight::from_ref_time(2_149).saturating_mul(r.into())) + // Minimum execution time: 30_548 nanoseconds. + Weight::from_ref_time(32_417_643) + // Standard Error: 11 + .saturating_add(Weight::from_ref_time(2_199).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Tips Tips (r:1 w:1) // Storage: Tips Reasons (r:0 w:1) fn retract_tip() -> Weight { - // Minimum execution time: 29_989 nanoseconds. - Weight::from_ref_time(31_338_000) + // Minimum execution time: 30_031 nanoseconds. + Weight::from_ref_time(31_590_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -69,12 +69,12 @@ impl pallet_tips::WeightInfo for WeightInfo { /// The range of component `r` is `[0, 16384]`. /// The range of component `t` is `[1, 19]`. fn tip_new(r: u32, t: u32, ) -> Weight { - // Minimum execution time: 23_087 nanoseconds. - Weight::from_ref_time(20_866_394) - // Standard Error: 9 - .saturating_add(Weight::from_ref_time(1_968).saturating_mul(r.into())) - // Standard Error: 8_037 - .saturating_add(Weight::from_ref_time(224_436).saturating_mul(t.into())) + // Minimum execution time: 23_284 nanoseconds. + Weight::from_ref_time(21_905_882) + // Standard Error: 10 + .saturating_add(Weight::from_ref_time(2_026).saturating_mul(r.into())) + // Standard Error: 9_050 + .saturating_add(Weight::from_ref_time(189_510).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -82,10 +82,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Tips (r:1 w:1) /// The range of component `t` is `[1, 19]`. fn tip(t: u32, ) -> Weight { - // Minimum execution time: 14_920 nanoseconds. - Weight::from_ref_time(15_655_778) - // Standard Error: 2_069 - .saturating_add(Weight::from_ref_time(131_215).saturating_mul(t.into())) + // Minimum execution time: 15_194 nanoseconds. + Weight::from_ref_time(15_875_059) + // Standard Error: 1_541 + .saturating_add(Weight::from_ref_time(111_040).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -95,10 +95,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Reasons (r:0 w:1) /// The range of component `t` is `[1, 19]`. fn close_tip(t: u32, ) -> Weight { - // Minimum execution time: 47_848 nanoseconds. - Weight::from_ref_time(49_615_292) - // Standard Error: 7_004 - .saturating_add(Weight::from_ref_time(131_866).saturating_mul(t.into())) + // Minimum execution time: 48_059 nanoseconds. + Weight::from_ref_time(49_980_313) + // Standard Error: 5_880 + .saturating_add(Weight::from_ref_time(142_553).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -106,10 +106,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Reasons (r:0 w:1) /// The range of component `t` is `[1, 19]`. fn slash_tip(t: u32, ) -> Weight { - // Minimum execution time: 19_108 nanoseconds. - Weight::from_ref_time(20_065_253) - // Standard Error: 2_016 - .saturating_add(Weight::from_ref_time(10_830).saturating_mul(t.into())) + // Minimum execution time: 19_280 nanoseconds. + Weight::from_ref_time(20_220_621) + // Standard Error: 1_858 + .saturating_add(Weight::from_ref_time(6_328).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_treasury.rs b/runtime/kusama/src/weights/pallet_treasury.rs index 33a9fc411a16..4157d2126f69 100644 --- a/runtime/kusama/src/weights/pallet_treasury.rs +++ b/runtime/kusama/src/weights/pallet_treasury.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -48,24 +48,24 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: Treasury Approvals (r:1 w:1) // Storage: Treasury Proposals (r:0 w:1) fn spend() -> Weight { - // Minimum execution time: 18_623 nanoseconds. - Weight::from_ref_time(19_364_000) + // Minimum execution time: 18_551 nanoseconds. + Weight::from_ref_time(19_100_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Treasury ProposalCount (r:1 w:1) // Storage: Treasury Proposals (r:0 w:1) fn propose_spend() -> Weight { - // Minimum execution time: 27_411 nanoseconds. - Weight::from_ref_time(28_237_000) + // Minimum execution time: 27_449 nanoseconds. + Weight::from_ref_time(28_614_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Treasury Proposals (r:1 w:1) // Storage: System Account (r:1 w:1) fn reject_proposal() -> Weight { - // Minimum execution time: 40_279 nanoseconds. - Weight::from_ref_time(41_382_000) + // Minimum execution time: 41_099 nanoseconds. + Weight::from_ref_time(42_271_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -73,17 +73,17 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: Treasury Approvals (r:1 w:1) /// The range of component `p` is `[0, 99]`. fn approve_proposal(p: u32, ) -> Weight { - // Minimum execution time: 9_364 nanoseconds. - Weight::from_ref_time(12_045_172) - // Standard Error: 1_273 - .saturating_add(Weight::from_ref_time(116_438).saturating_mul(p.into())) + // Minimum execution time: 9_660 nanoseconds. + Weight::from_ref_time(11_986_657) + // Standard Error: 1_422 + .saturating_add(Weight::from_ref_time(123_552).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Treasury Approvals (r:1 w:1) fn remove_approval() -> Weight { - // Minimum execution time: 8_153 nanoseconds. - Weight::from_ref_time(8_390_000) + // Minimum execution time: 7_880 nanoseconds. + Weight::from_ref_time(8_281_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -95,10 +95,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: Treasury Proposals (r:2 w:2) /// The range of component `p` is `[0, 100]`. fn on_initialize_proposals(p: u32, ) -> Weight { - // Minimum execution time: 61_662 nanoseconds. - Weight::from_ref_time(68_634_093) - // Standard Error: 12_228 - .saturating_add(Weight::from_ref_time(29_680_321).saturating_mul(p.into())) + // Minimum execution time: 62_209 nanoseconds. + Weight::from_ref_time(70_300_386) + // Standard Error: 9_890 + .saturating_add(Weight::from_ref_time(29_775_097).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(5)) diff --git a/runtime/kusama/src/weights/pallet_utility.rs b/runtime/kusama/src/weights/pallet_utility.rs index 8ca2bae209fb..c5fb89960aa8 100644 --- a/runtime/kusama/src/weights/pallet_utility.rs +++ b/runtime/kusama/src/weights/pallet_utility.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -46,31 +46,31 @@ pub struct WeightInfo(PhantomData); impl pallet_utility::WeightInfo for WeightInfo { /// The range of component `c` is `[0, 1000]`. fn batch(c: u32, ) -> Weight { - // Minimum execution time: 12_713 nanoseconds. - Weight::from_ref_time(27_100_834) - // Standard Error: 4_655 - .saturating_add(Weight::from_ref_time(4_234_684).saturating_mul(c.into())) + // Minimum execution time: 12_901 nanoseconds. + Weight::from_ref_time(14_701_940) + // Standard Error: 2_643 + .saturating_add(Weight::from_ref_time(4_351_994).saturating_mul(c.into())) } fn as_derivative() -> Weight { - // Minimum execution time: 6_019 nanoseconds. - Weight::from_ref_time(6_330_000) + // Minimum execution time: 6_146 nanoseconds. + Weight::from_ref_time(6_280_000) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { // Minimum execution time: 12_773 nanoseconds. - Weight::from_ref_time(16_834_101) - // Standard Error: 4_430 - .saturating_add(Weight::from_ref_time(4_457_348).saturating_mul(c.into())) + Weight::from_ref_time(14_945_224) + // Standard Error: 2_345 + .saturating_add(Weight::from_ref_time(4_647_764).saturating_mul(c.into())) } fn dispatch_as() -> Weight { - // Minimum execution time: 14_734 nanoseconds. - Weight::from_ref_time(15_195_000) + // Minimum execution time: 15_062 nanoseconds. + Weight::from_ref_time(15_540_000) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { - // Minimum execution time: 12_595 nanoseconds. - Weight::from_ref_time(29_393_864) - // Standard Error: 4_292 - .saturating_add(Weight::from_ref_time(4_231_203).saturating_mul(c.into())) + // Minimum execution time: 12_677 nanoseconds. + Weight::from_ref_time(21_120_017) + // Standard Error: 2_670 + .saturating_add(Weight::from_ref_time(4_359_587).saturating_mul(c.into())) } } diff --git a/runtime/kusama/src/weights/pallet_vesting.rs b/runtime/kusama/src/weights/pallet_vesting.rs index 1fd08b536a52..76289ddd5138 100644 --- a/runtime/kusama/src/weights/pallet_vesting.rs +++ b/runtime/kusama/src/weights/pallet_vesting.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_vesting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -49,12 +49,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 39_137 nanoseconds. - Weight::from_ref_time(38_536_837) - // Standard Error: 2_273 - .saturating_add(Weight::from_ref_time(46_354).saturating_mul(l.into())) - // Standard Error: 4_045 - .saturating_add(Weight::from_ref_time(93_866).saturating_mul(s.into())) + // Minimum execution time: 38_949 nanoseconds. + Weight::from_ref_time(38_724_432) + // Standard Error: 2_059 + .saturating_add(Weight::from_ref_time(43_640).saturating_mul(l.into())) + // Standard Error: 3_663 + .saturating_add(Weight::from_ref_time(96_813).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -63,12 +63,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_142 nanoseconds. - Weight::from_ref_time(38_802_258) - // Standard Error: 2_173 - .saturating_add(Weight::from_ref_time(40_489).saturating_mul(l.into())) - // Standard Error: 3_866 - .saturating_add(Weight::from_ref_time(57_663).saturating_mul(s.into())) + // Minimum execution time: 38_675 nanoseconds. + Weight::from_ref_time(38_780_547) + // Standard Error: 1_717 + .saturating_add(Weight::from_ref_time(36_094).saturating_mul(l.into())) + // Standard Error: 3_055 + .saturating_add(Weight::from_ref_time(76_626).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,12 +78,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_other_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_537 nanoseconds. - Weight::from_ref_time(37_486_696) - // Standard Error: 2_089 - .saturating_add(Weight::from_ref_time(55_363).saturating_mul(l.into())) - // Standard Error: 3_717 - .saturating_add(Weight::from_ref_time(115_851).saturating_mul(s.into())) + // Minimum execution time: 39_018 nanoseconds. + Weight::from_ref_time(38_307_252) + // Standard Error: 1_675 + .saturating_add(Weight::from_ref_time(43_588).saturating_mul(l.into())) + // Standard Error: 2_981 + .saturating_add(Weight::from_ref_time(96_329).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -93,12 +93,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_other_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_409 nanoseconds. - Weight::from_ref_time(38_337_191) - // Standard Error: 2_534 - .saturating_add(Weight::from_ref_time(37_977).saturating_mul(l.into())) - // Standard Error: 4_509 - .saturating_add(Weight::from_ref_time(82_696).saturating_mul(s.into())) + // Minimum execution time: 38_518 nanoseconds. + Weight::from_ref_time(38_525_734) + // Standard Error: 1_946 + .saturating_add(Weight::from_ref_time(32_000).saturating_mul(l.into())) + // Standard Error: 3_463 + .saturating_add(Weight::from_ref_time(71_440).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -108,12 +108,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. fn vested_transfer(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 54_566 nanoseconds. - Weight::from_ref_time(55_174_147) - // Standard Error: 3_118 - .saturating_add(Weight::from_ref_time(43_778).saturating_mul(l.into())) - // Standard Error: 5_549 - .saturating_add(Weight::from_ref_time(85_190).saturating_mul(s.into())) + // Minimum execution time: 55_095 nanoseconds. + Weight::from_ref_time(56_166_285) + // Standard Error: 2_642 + .saturating_add(Weight::from_ref_time(35_436).saturating_mul(l.into())) + // Standard Error: 4_701 + .saturating_add(Weight::from_ref_time(59_938).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -123,12 +123,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. fn force_vested_transfer(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 53_871 nanoseconds. - Weight::from_ref_time(55_103_916) - // Standard Error: 3_594 - .saturating_add(Weight::from_ref_time(40_534).saturating_mul(l.into())) - // Standard Error: 6_395 - .saturating_add(Weight::from_ref_time(69_070).saturating_mul(s.into())) + // Minimum execution time: 54_041 nanoseconds. + Weight::from_ref_time(55_697_089) + // Standard Error: 2_979 + .saturating_add(Weight::from_ref_time(36_462).saturating_mul(l.into())) + // Standard Error: 5_300 + .saturating_add(Weight::from_ref_time(48_068).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -138,12 +138,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 40_318 nanoseconds. - Weight::from_ref_time(40_382_614) - // Standard Error: 2_537 - .saturating_add(Weight::from_ref_time(41_284).saturating_mul(l.into())) - // Standard Error: 4_686 - .saturating_add(Weight::from_ref_time(82_683).saturating_mul(s.into())) + // Minimum execution time: 40_106 nanoseconds. + Weight::from_ref_time(39_641_237) + // Standard Error: 2_083 + .saturating_add(Weight::from_ref_time(39_714).saturating_mul(l.into())) + // Standard Error: 3_846 + .saturating_add(Weight::from_ref_time(104_473).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -153,12 +153,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 40_032 nanoseconds. - Weight::from_ref_time(39_609_985) - // Standard Error: 2_292 - .saturating_add(Weight::from_ref_time(54_405).saturating_mul(l.into())) - // Standard Error: 4_232 - .saturating_add(Weight::from_ref_time(99_886).saturating_mul(s.into())) + // Minimum execution time: 39_999 nanoseconds. + Weight::from_ref_time(39_997_116) + // Standard Error: 1_885 + .saturating_add(Weight::from_ref_time(47_865).saturating_mul(l.into())) + // Standard Error: 3_482 + .saturating_add(Weight::from_ref_time(85_200).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/kusama/src/weights/pallet_whitelist.rs b/runtime/kusama/src/weights/pallet_whitelist.rs index 6f75dbc6454f..788f466f1ac9 100644 --- a/runtime/kusama/src/weights/pallet_whitelist.rs +++ b/runtime/kusama/src/weights/pallet_whitelist.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_whitelist` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -47,16 +47,16 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Storage: Whitelist WhitelistedCall (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) fn whitelist_call() -> Weight { - // Minimum execution time: 24_048 nanoseconds. - Weight::from_ref_time(24_841_000) + // Minimum execution time: 24_174 nanoseconds. + Weight::from_ref_time(25_019_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Whitelist WhitelistedCall (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) fn remove_whitelisted_call() -> Weight { - // Minimum execution time: 22_047 nanoseconds. - Weight::from_ref_time(23_020_000) + // Minimum execution time: 22_530 nanoseconds. + Weight::from_ref_time(23_064_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -65,10 +65,10 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Storage: Preimage StatusFor (r:1 w:1) /// The range of component `n` is `[1, 4194294]`. fn dispatch_whitelisted_call(n: u32, ) -> Weight { - // Minimum execution time: 32_194 nanoseconds. - Weight::from_ref_time(32_719_000) - // Standard Error: 11 - .saturating_add(Weight::from_ref_time(1_595).saturating_mul(n.into())) + // Minimum execution time: 32_957 nanoseconds. + Weight::from_ref_time(33_403_000) + // Standard Error: 4 + .saturating_add(Weight::from_ref_time(1_543).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -76,10 +76,10 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Storage: Preimage StatusFor (r:1 w:1) /// The range of component `n` is `[1, 10000]`. fn dispatch_whitelisted_call_with_preimage(n: u32, ) -> Weight { - // Minimum execution time: 25_355 nanoseconds. - Weight::from_ref_time(26_241_721) + // Minimum execution time: 26_062 nanoseconds. + Weight::from_ref_time(26_997_169) // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_841).saturating_mul(n.into())) + .saturating_add(Weight::from_ref_time(1_906).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_xcm.rs b/runtime/kusama/src/weights/pallet_xcm.rs index 01de6d833789..6c17a4ca09cb 100644 --- a/runtime/kusama/src/weights/pallet_xcm.rs +++ b/runtime/kusama/src/weights/pallet_xcm.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -50,33 +50,33 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn send() -> Weight { - // Minimum execution time: 38_016 nanoseconds. - Weight::from_ref_time(39_046_000) + // Minimum execution time: 38_739 nanoseconds. + Weight::from_ref_time(40_196_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } fn teleport_assets() -> Weight { - // Minimum execution time: 28_397 nanoseconds. - Weight::from_ref_time(29_147_000) + // Minimum execution time: 28_185 nanoseconds. + Weight::from_ref_time(28_750_000) } fn reserve_transfer_assets() -> Weight { - // Minimum execution time: 27_384 nanoseconds. - Weight::from_ref_time(29_308_000) + // Minimum execution time: 27_437 nanoseconds. + Weight::from_ref_time(28_180_000) } fn execute() -> Weight { - // Minimum execution time: 15_644 nanoseconds. - Weight::from_ref_time(16_253_000) + // Minimum execution time: 15_160 nanoseconds. + Weight::from_ref_time(15_757_000) } // Storage: XcmPallet SupportedVersion (r:0 w:1) fn force_xcm_version() -> Weight { - // Minimum execution time: 15_629 nanoseconds. - Weight::from_ref_time(15_921_000) + // Minimum execution time: 15_190 nanoseconds. + Weight::from_ref_time(15_876_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet SafeXcmVersion (r:0 w:1) fn force_default_xcm_version() -> Weight { - // Minimum execution time: 4_171 nanoseconds. - Weight::from_ref_time(4_349_000) + // Minimum execution time: 4_114 nanoseconds. + Weight::from_ref_time(4_300_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -88,8 +88,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_subscribe_version_notify() -> Weight { - // Minimum execution time: 42_081 nanoseconds. - Weight::from_ref_time(43_216_000) + // Minimum execution time: 41_994 nanoseconds. + Weight::from_ref_time(43_049_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -101,29 +101,29 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_unsubscribe_version_notify() -> Weight { - // Minimum execution time: 45_900 nanoseconds. - Weight::from_ref_time(47_041_000) + // Minimum execution time: 45_517 nanoseconds. + Weight::from_ref_time(46_784_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: XcmPallet SupportedVersion (r:4 w:2) fn migrate_supported_version() -> Weight { - // Minimum execution time: 16_233 nanoseconds. - Weight::from_ref_time(16_828_000) + // Minimum execution time: 15_521 nanoseconds. + Weight::from_ref_time(16_022_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifiers (r:4 w:2) fn migrate_version_notifiers() -> Weight { - // Minimum execution time: 16_116 nanoseconds. - Weight::from_ref_time(16_444_000) + // Minimum execution time: 15_477 nanoseconds. + Weight::from_ref_time(16_016_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifyTargets (r:5 w:0) fn already_notified_target() -> Weight { - // Minimum execution time: 19_009 nanoseconds. - Weight::from_ref_time(19_696_000) + // Minimum execution time: 18_401 nanoseconds. + Weight::from_ref_time(18_980_000) .saturating_add(T::DbWeight::get().reads(5)) } // Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -133,21 +133,21 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn notify_current_targets() -> Weight { - // Minimum execution time: 38_580 nanoseconds. - Weight::from_ref_time(40_073_000) + // Minimum execution time: 38_154 nanoseconds. + Weight::from_ref_time(38_840_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: XcmPallet VersionNotifyTargets (r:3 w:0) fn notify_target_migration_fail() -> Weight { - // Minimum execution time: 8_131 nanoseconds. - Weight::from_ref_time(8_448_000) + // Minimum execution time: 8_039 nanoseconds. + Weight::from_ref_time(8_398_000) .saturating_add(T::DbWeight::get().reads(3)) } // Storage: XcmPallet VersionNotifyTargets (r:4 w:2) fn migrate_version_notify_targets() -> Weight { - // Minimum execution time: 16_779 nanoseconds. - Weight::from_ref_time(17_217_000) + // Minimum execution time: 16_070 nanoseconds. + Weight::from_ref_time(16_546_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -158,8 +158,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn migrate_and_notify_old_targets() -> Weight { - // Minimum execution time: 45_150 nanoseconds. - Weight::from_ref_time(46_055_000) + // Minimum execution time: 44_720 nanoseconds. + Weight::from_ref_time(46_407_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/kusama/src/weights/runtime_common_auctions.rs b/runtime/kusama/src/weights/runtime_common_auctions.rs index f6006caaa9e4..f8f929cf9233 100644 --- a/runtime/kusama/src/weights/runtime_common_auctions.rs +++ b/runtime/kusama/src/weights/runtime_common_auctions.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::auctions` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -47,8 +47,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions AuctionInfo (r:1 w:1) // Storage: Auctions AuctionCounter (r:1 w:1) fn new_auction() -> Weight { - // Minimum execution time: 18_456 nanoseconds. - Weight::from_ref_time(19_071_000) + // Minimum execution time: 18_270 nanoseconds. + Weight::from_ref_time(19_220_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -60,8 +60,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions ReservedAmounts (r:2 w:2) // Storage: System Account (r:1 w:1) fn bid() -> Weight { - // Minimum execution time: 90_717 nanoseconds. - Weight::from_ref_time(101_279_000) + // Minimum execution time: 84_299 nanoseconds. + Weight::from_ref_time(87_771_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Paras ActionsQueue (r:1 w:1) // Storage: Registrar Paras (r:1 w:1) fn on_initialize() -> Weight { - // Minimum execution time: 19_002_934 nanoseconds. - Weight::from_ref_time(19_387_911_000) + // Minimum execution time: 18_495_295 nanoseconds. + Weight::from_ref_time(18_895_328_000) .saturating_add(T::DbWeight::get().reads(3688)) .saturating_add(T::DbWeight::get().writes(3683)) } @@ -88,8 +88,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions Winning (r:0 w:3600) // Storage: Auctions AuctionInfo (r:0 w:1) fn cancel_auction() -> Weight { - // Minimum execution time: 5_763_372 nanoseconds. - Weight::from_ref_time(5_883_900_000) + // Minimum execution time: 5_498_604 nanoseconds. + Weight::from_ref_time(5_618_259_000) .saturating_add(T::DbWeight::get().reads(73)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/kusama/src/weights/runtime_common_claims.rs b/runtime/kusama/src/weights/runtime_common_claims.rs index 546de41b5802..0a48c4a5be85 100644 --- a/runtime/kusama/src/weights/runtime_common_claims.rs +++ b/runtime/kusama/src/weights/runtime_common_claims.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::claims` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -52,8 +52,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: System Account (r:1 w:0) // Storage: Balances Locks (r:1 w:1) fn claim() -> Weight { - // Minimum execution time: 212_101 nanoseconds. - Weight::from_ref_time(227_147_000) + // Minimum execution time: 195_244 nanoseconds. + Weight::from_ref_time(216_165_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -62,8 +62,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: Claims Claims (r:0 w:1) // Storage: Claims Signing (r:0 w:1) fn mint_claim() -> Weight { - // Minimum execution time: 14_923 nanoseconds. - Weight::from_ref_time(18_441_000) + // Minimum execution time: 13_255 nanoseconds. + Weight::from_ref_time(16_332_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -75,8 +75,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: System Account (r:1 w:0) // Storage: Balances Locks (r:1 w:1) fn claim_attest() -> Weight { - // Minimum execution time: 214_198 nanoseconds. - Weight::from_ref_time(228_944_000) + // Minimum execution time: 203_931 nanoseconds. + Weight::from_ref_time(222_105_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -89,8 +89,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: System Account (r:1 w:0) // Storage: Balances Locks (r:1 w:1) fn attest() -> Weight { - // Minimum execution time: 103_514 nanoseconds. - Weight::from_ref_time(120_142_000) + // Minimum execution time: 97_520 nanoseconds. + Weight::from_ref_time(116_830_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -99,8 +99,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: Claims Signing (r:1 w:2) // Storage: Claims Preclaims (r:1 w:1) fn move_claim() -> Weight { - // Minimum execution time: 26_683 nanoseconds. - Weight::from_ref_time(31_837_000) + // Minimum execution time: 26_214 nanoseconds. + Weight::from_ref_time(30_142_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/kusama/src/weights/runtime_common_crowdloan.rs b/runtime/kusama/src/weights/runtime_common_crowdloan.rs index 048be6bc26d2..853688c1d217 100644 --- a/runtime/kusama/src/weights/runtime_common_crowdloan.rs +++ b/runtime/kusama/src/weights/runtime_common_crowdloan.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::crowdloan` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -49,8 +49,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Paras ParaLifecycles (r:1 w:0) // Storage: Crowdloan NextFundIndex (r:1 w:1) fn create() -> Weight { - // Minimum execution time: 57_956 nanoseconds. - Weight::from_ref_time(62_620_000) + // Minimum execution time: 54_286 nanoseconds. + Weight::from_ref_time(56_236_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -63,8 +63,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Crowdloan NewRaise (r:1 w:1) // Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1) fn contribute() -> Weight { - // Minimum execution time: 147_297 nanoseconds. - Weight::from_ref_time(162_105_000) + // Minimum execution time: 140_373 nanoseconds. + Weight::from_ref_time(143_644_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -73,18 +73,18 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Balances InactiveIssuance (r:1 w:1) // Storage: unknown [0xc85982571aa615c788ef9b2c16f54f25773fd439e8ee1ed2aa3ae43d48e880f0] (r:1 w:1) fn withdraw() -> Weight { - // Minimum execution time: 84_816 nanoseconds. - Weight::from_ref_time(91_315_000) + // Minimum execution time: 70_608 nanoseconds. + Weight::from_ref_time(73_373_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `k` is `[0, 1000]`. fn refund(k: u32, ) -> Weight { - // Minimum execution time: 69_470 nanoseconds. - Weight::from_ref_time(74_251_000) - // Standard Error: 15_862 - .saturating_add(Weight::from_ref_time(22_154_974).saturating_mul(k.into())) + // Minimum execution time: 57_032 nanoseconds. + Weight::from_ref_time(58_617_000) + // Standard Error: 12_611 + .saturating_add(Weight::from_ref_time(22_033_988).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -93,31 +93,31 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Crowdloan Funds (r:1 w:1) // Storage: System Account (r:1 w:1) fn dissolve() -> Weight { - // Minimum execution time: 44_634 nanoseconds. - Weight::from_ref_time(50_795_000) + // Minimum execution time: 42_758 nanoseconds. + Weight::from_ref_time(44_228_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Crowdloan Funds (r:1 w:1) fn edit() -> Weight { - // Minimum execution time: 33_894 nanoseconds. - Weight::from_ref_time(35_884_000) + // Minimum execution time: 29_859 nanoseconds. + Weight::from_ref_time(30_613_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Crowdloan Funds (r:1 w:0) // Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1) fn add_memo() -> Weight { - // Minimum execution time: 44_026 nanoseconds. - Weight::from_ref_time(47_818_000) + // Minimum execution time: 39_866 nanoseconds. + Weight::from_ref_time(41_166_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Crowdloan Funds (r:1 w:0) // Storage: Crowdloan NewRaise (r:1 w:1) fn poke() -> Weight { - // Minimum execution time: 32_263 nanoseconds. - Weight::from_ref_time(34_714_000) + // Minimum execution time: 30_953 nanoseconds. + Weight::from_ref_time(31_855_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -133,10 +133,10 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: System Account (r:2 w:2) /// The range of component `n` is `[2, 100]`. fn on_initialize(n: u32, ) -> Weight { - // Minimum execution time: 123_129 nanoseconds. - Weight::from_ref_time(20_854_432) - // Standard Error: 45_680 - .saturating_add(Weight::from_ref_time(48_486_249).saturating_mul(n.into())) + // Minimum execution time: 121_273 nanoseconds. + Weight::from_ref_time(21_565_688) + // Standard Error: 28_400 + .saturating_add(Weight::from_ref_time(47_751_285).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/kusama/src/weights/runtime_common_paras_registrar.rs b/runtime/kusama/src/weights/runtime_common_paras_registrar.rs index c2dd5e78a809..6fda2aa7dd86 100644 --- a/runtime/kusama/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/kusama/src/weights/runtime_common_paras_registrar.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::paras_registrar` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -48,8 +48,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Registrar Paras (r:1 w:1) // Storage: Paras ParaLifecycles (r:1 w:0) fn reserve() -> Weight { - // Minimum execution time: 32_986 nanoseconds. - Weight::from_ref_time(33_432_000) + // Minimum execution time: 33_167 nanoseconds. + Weight::from_ref_time(34_454_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -63,8 +63,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras CurrentCodeHash (r:0 w:1) // Storage: Paras UpcomingParasGenesis (r:0 w:1) fn register() -> Weight { - // Minimum execution time: 8_291_797 nanoseconds. - Weight::from_ref_time(8_422_175_000) + // Minimum execution time: 7_419_378 nanoseconds. + Weight::from_ref_time(7_455_813_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -78,8 +78,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras CurrentCodeHash (r:0 w:1) // Storage: Paras UpcomingParasGenesis (r:0 w:1) fn force_register() -> Weight { - // Minimum execution time: 8_287_438 nanoseconds. - Weight::from_ref_time(8_468_902_000) + // Minimum execution time: 7_392_499 nanoseconds. + Weight::from_ref_time(7_409_280_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -90,8 +90,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras ActionsQueue (r:1 w:1) // Storage: Registrar PendingSwap (r:0 w:1) fn deregister() -> Weight { - // Minimum execution time: 71_963 nanoseconds. - Weight::from_ref_time(78_918_000) + // Minimum execution time: 55_644 nanoseconds. + Weight::from_ref_time(59_704_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -103,8 +103,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Crowdloan Funds (r:2 w:2) // Storage: Slots Leases (r:2 w:2) fn swap() -> Weight { - // Minimum execution time: 63_623 nanoseconds. - Weight::from_ref_time(66_520_000) + // Minimum execution time: 50_279 nanoseconds. + Weight::from_ref_time(52_213_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -120,20 +120,20 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras FutureCodeUpgrades (r:0 w:1) /// The range of component `b` is `[1, 3145728]`. fn schedule_code_upgrade(b: u32, ) -> Weight { - // Minimum execution time: 44_472 nanoseconds. - Weight::from_ref_time(44_904_000) - // Standard Error: 3 - .saturating_add(Weight::from_ref_time(2_779).saturating_mul(b.into())) + // Minimum execution time: 44_936 nanoseconds. + Weight::from_ref_time(53_803_079) + // Standard Error: 4 + .saturating_add(Weight::from_ref_time(2_674).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } // Storage: Paras Heads (r:0 w:1) /// The range of component `b` is `[1, 1048576]`. fn set_current_head(b: u32, ) -> Weight { - // Minimum execution time: 14_221 nanoseconds. - Weight::from_ref_time(8_570_528) + // Minimum execution time: 14_230 nanoseconds. + Weight::from_ref_time(11_617_333) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(1_050).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(1_109).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/runtime_common_slots.rs b/runtime/kusama/src/weights/runtime_common_slots.rs index ec169ed2f05e..192e1f3b400e 100644 --- a/runtime/kusama/src/weights/runtime_common_slots.rs +++ b/runtime/kusama/src/weights/runtime_common_slots.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::slots` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -47,8 +47,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 32_676 nanoseconds. - Weight::from_ref_time(33_864_000) + // Minimum execution time: 33_489 nanoseconds. + Weight::from_ref_time(34_575_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -61,12 +61,12 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 652_404 nanoseconds. - Weight::from_ref_time(661_932_000) - // Standard Error: 79_895 - .saturating_add(Weight::from_ref_time(2_433_110).saturating_mul(c.into())) - // Standard Error: 79_895 - .saturating_add(Weight::from_ref_time(16_126_116).saturating_mul(t.into())) + // Minimum execution time: 633_723 nanoseconds. + Weight::from_ref_time(651_294_000) + // Standard Error: 88_803 + .saturating_add(Weight::from_ref_time(2_814_340).saturating_mul(c.into())) + // Standard Error: 88_803 + .saturating_add(Weight::from_ref_time(15_441_192).saturating_mul(t.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().reads((3_u64).saturating_mul(t.into()))) @@ -77,8 +77,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 121_326 nanoseconds. - Weight::from_ref_time(130_035_000) + // Minimum execution time: 115_727 nanoseconds. + Weight::from_ref_time(118_892_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -88,8 +88,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 36_666 nanoseconds. - Weight::from_ref_time(38_803_000) + // Minimum execution time: 33_959 nanoseconds. + Weight::from_ref_time(34_834_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_configuration.rs b/runtime/kusama/src/weights/runtime_parachains_configuration.rs index 28c369430910..5acd8e2ea45b 100644 --- a/runtime/kusama/src/weights/runtime_parachains_configuration.rs +++ b/runtime/kusama/src/weights/runtime_parachains_configuration.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::configuration` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -48,8 +48,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_block_number() -> Weight { - // Minimum execution time: 12_868 nanoseconds. - Weight::from_ref_time(13_501_000) + // Minimum execution time: 12_659 nanoseconds. + Weight::from_ref_time(13_272_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -57,8 +57,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_u32() -> Weight { - // Minimum execution time: 13_107 nanoseconds. - Weight::from_ref_time(13_525_000) + // Minimum execution time: 12_626 nanoseconds. + Weight::from_ref_time(13_182_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -66,8 +66,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_option_u32() -> Weight { - // Minimum execution time: 12_990 nanoseconds. - Weight::from_ref_time(13_658_000) + // Minimum execution time: 12_317 nanoseconds. + Weight::from_ref_time(13_130_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -75,8 +75,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_weight() -> Weight { - // Minimum execution time: 12_999 nanoseconds. - Weight::from_ref_time(13_357_000) + // Minimum execution time: 12_759 nanoseconds. + Weight::from_ref_time(13_084_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -89,8 +89,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_balance() -> Weight { - // Minimum execution time: 13_025 nanoseconds. - Weight::from_ref_time(13_490_000) + // Minimum execution time: 12_664 nanoseconds. + Weight::from_ref_time(13_307_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_disputes.rs b/runtime/kusama/src/weights/runtime_parachains_disputes.rs index 87544a138033..2e2599767372 100644 --- a/runtime/kusama/src/weights/runtime_parachains_disputes.rs +++ b/runtime/kusama/src/weights/runtime_parachains_disputes.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::disputes` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -46,8 +46,8 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::disputes::WeightInfo for WeightInfo { // Storage: ParasDisputes Frozen (r:0 w:1) fn force_unfreeze() -> Weight { - // Minimum execution time: 3_956 nanoseconds. - Weight::from_ref_time(4_178_000) + // Minimum execution time: 3_977 nanoseconds. + Weight::from_ref_time(4_134_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/runtime_parachains_hrmp.rs b/runtime/kusama/src/weights/runtime_parachains_hrmp.rs index 7b9044636244..4489358e174a 100644 --- a/runtime/kusama/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/kusama/src/weights/runtime_parachains_hrmp.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::hrmp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -53,8 +53,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_init_open_channel() -> Weight { - // Minimum execution time: 43_893 nanoseconds. - Weight::from_ref_time(44_883_000) + // Minimum execution time: 44_648 nanoseconds. + Weight::from_ref_time(46_135_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -65,8 +65,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_accept_open_channel() -> Weight { - // Minimum execution time: 42_873 nanoseconds. - Weight::from_ref_time(44_088_000) + // Minimum execution time: 43_801 nanoseconds. + Weight::from_ref_time(44_817_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -76,8 +76,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_close_channel() -> Weight { - // Minimum execution time: 39_609 nanoseconds. - Weight::from_ref_time(41_003_000) + // Minimum execution time: 40_524 nanoseconds. + Weight::from_ref_time(41_687_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -90,12 +90,12 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf /// The range of component `i` is `[0, 127]`. /// The range of component `e` is `[0, 127]`. fn force_clean_hrmp(i: u32, e: u32, ) -> Weight { - // Minimum execution time: 1_049_867 nanoseconds. - Weight::from_ref_time(1_062_229_000) - // Standard Error: 98_390 - .saturating_add(Weight::from_ref_time(3_309_672).saturating_mul(i.into())) - // Standard Error: 98_390 - .saturating_add(Weight::from_ref_time(3_269_536).saturating_mul(e.into())) + // Minimum execution time: 1_062_813 nanoseconds. + Weight::from_ref_time(1_071_047_000) + // Standard Error: 94_970 + .saturating_add(Weight::from_ref_time(3_183_704).saturating_mul(i.into())) + // Standard Error: 94_970 + .saturating_add(Weight::from_ref_time(3_195_135).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) @@ -113,10 +113,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpChannels (r:0 w:2) /// The range of component `c` is `[0, 128]`. fn force_process_hrmp_open(c: u32, ) -> Weight { - // Minimum execution time: 10_555 nanoseconds. - Weight::from_ref_time(2_979_446) - // Standard Error: 15_981 - .saturating_add(Weight::from_ref_time(18_680_285).saturating_mul(c.into())) + // Minimum execution time: 10_556 nanoseconds. + Weight::from_ref_time(5_257_898) + // Standard Error: 13_645 + .saturating_add(Weight::from_ref_time(19_000_331).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -130,10 +130,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpChannelContents (r:0 w:2) /// The range of component `c` is `[0, 128]`. fn force_process_hrmp_close(c: u32, ) -> Weight { - // Minimum execution time: 6_676 nanoseconds. - Weight::from_ref_time(2_851_159) - // Standard Error: 11_610 - .saturating_add(Weight::from_ref_time(11_569_347).saturating_mul(c.into())) + // Minimum execution time: 6_706 nanoseconds. + Weight::from_ref_time(5_175_624) + // Standard Error: 8_346 + .saturating_add(Weight::from_ref_time(11_645_579).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -144,10 +144,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1) /// The range of component `c` is `[0, 128]`. fn hrmp_cancel_open_request(c: u32, ) -> Weight { - // Minimum execution time: 25_595 nanoseconds. - Weight::from_ref_time(35_013_327) - // Standard Error: 2_779 - .saturating_add(Weight::from_ref_time(220_363).saturating_mul(c.into())) + // Minimum execution time: 26_675 nanoseconds. + Weight::from_ref_time(37_542_768) + // Standard Error: 3_018 + .saturating_add(Weight::from_ref_time(170_426).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -155,10 +155,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpOpenChannelRequests (r:2 w:2) /// The range of component `c` is `[0, 128]`. fn clean_open_channel_requests(c: u32, ) -> Weight { - // Minimum execution time: 4_940 nanoseconds. - Weight::from_ref_time(596_037) - // Standard Error: 4_763 - .saturating_add(Weight::from_ref_time(3_257_909).saturating_mul(c.into())) + // Minimum execution time: 5_144 nanoseconds. + Weight::from_ref_time(1_711_686) + // Standard Error: 4_348 + .saturating_add(Weight::from_ref_time(3_237_177).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -175,8 +175,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpIngressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpAcceptedChannelRequestCount (r:1 w:1) fn force_open_hrmp_channel() -> Weight { - // Minimum execution time: 56_176 nanoseconds. - Weight::from_ref_time(58_370_000) + // Minimum execution time: 57_590 nanoseconds. + Weight::from_ref_time(59_930_000) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_initializer.rs b/runtime/kusama/src/weights/runtime_parachains_initializer.rs index e6bede2e568a..35e781a50e2a 100644 --- a/runtime/kusama/src/weights/runtime_parachains_initializer.rs +++ b/runtime/kusama/src/weights/runtime_parachains_initializer.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::initializer` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -47,10 +47,10 @@ impl runtime_parachains::initializer::WeightInfo for We // Storage: System Digest (r:1 w:1) /// The range of component `d` is `[0, 65536]`. fn force_approve(d: u32, ) -> Weight { - // Minimum execution time: 8_202 nanoseconds. - Weight::from_ref_time(8_496_000) + // Minimum execution time: 8_246 nanoseconds. + Weight::from_ref_time(8_587_000) // Standard Error: 16 - .saturating_add(Weight::from_ref_time(2_948).saturating_mul(d.into())) + .saturating_add(Weight::from_ref_time(2_247).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_paras.rs b/runtime/kusama/src/weights/runtime_parachains_paras.rs index 89977bc8ebe9..3d122355c24a 100644 --- a/runtime/kusama/src/weights/runtime_parachains_paras.rs +++ b/runtime/kusama/src/weights/runtime_parachains_paras.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::paras` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -52,20 +52,20 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras CodeByHash (r:0 w:1) /// The range of component `c` is `[1, 3145728]`. fn force_set_current_code(c: u32, ) -> Weight { - // Minimum execution time: 37_344 nanoseconds. - Weight::from_ref_time(37_823_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_697).saturating_mul(c.into())) + // Minimum execution time: 37_698 nanoseconds. + Weight::from_ref_time(92_541_581) + // Standard Error: 5 + .saturating_add(Weight::from_ref_time(2_563).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Paras Heads (r:0 w:1) /// The range of component `s` is `[1, 1048576]`. fn force_set_current_head(s: u32, ) -> Weight { - // Minimum execution time: 13_743 nanoseconds. - Weight::from_ref_time(5_050_910) + // Minimum execution time: 13_643 nanoseconds. + Weight::from_ref_time(4_740_176) // Standard Error: 3 - .saturating_add(Weight::from_ref_time(1_071).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(1_132).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Paras FutureCodeHash (r:1 w:1) @@ -80,10 +80,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras UpgradeRestrictionSignal (r:0 w:1) /// The range of component `c` is `[1, 3145728]`. fn force_schedule_code_upgrade(c: u32, ) -> Weight { - // Minimum execution time: 64_440 nanoseconds. - Weight::from_ref_time(44_455_201) - // Standard Error: 4 - .saturating_add(Weight::from_ref_time(2_666).saturating_mul(c.into())) + // Minimum execution time: 64_369 nanoseconds. + Weight::from_ref_time(95_993_323) + // Standard Error: 1 + .saturating_add(Weight::from_ref_time(2_612).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -92,18 +92,18 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) /// The range of component `s` is `[1, 1048576]`. fn force_note_new_head(s: u32, ) -> Weight { - // Minimum execution time: 19_167 nanoseconds. - Weight::from_ref_time(19_261_750) + // Minimum execution time: 19_642 nanoseconds. + Weight::from_ref_time(17_834_450) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(1_041).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(1_102).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras ActionsQueue (r:1 w:1) fn force_queue_action() -> Weight { - // Minimum execution time: 24_469 nanoseconds. - Weight::from_ref_time(25_322_000) + // Minimum execution time: 24_947 nanoseconds. + Weight::from_ref_time(25_902_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -111,18 +111,18 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras CodeByHash (r:1 w:1) /// The range of component `c` is `[1, 3145728]`. fn add_trusted_validation_code(c: u32, ) -> Weight { - // Minimum execution time: 8_854 nanoseconds. - Weight::from_ref_time(9_135_000) - // Standard Error: 3 - .saturating_add(Weight::from_ref_time(2_661).saturating_mul(c.into())) + // Minimum execution time: 9_173 nanoseconds. + Weight::from_ref_time(20_019_172) + // Standard Error: 1 + .saturating_add(Weight::from_ref_time(2_606).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Paras CodeByHashRefs (r:1 w:0) // Storage: Paras CodeByHash (r:0 w:1) fn poke_unused_validation_code() -> Weight { - // Minimum execution time: 7_035 nanoseconds. - Weight::from_ref_time(7_311_000) + // Minimum execution time: 7_053 nanoseconds. + Weight::from_ref_time(7_456_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -130,8 +130,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement() -> Weight { - // Minimum execution time: 128_303 nanoseconds. - Weight::from_ref_time(136_830_000) + // Minimum execution time: 122_490 nanoseconds. + Weight::from_ref_time(129_980_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -143,8 +143,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: System Digest (r:1 w:1) // Storage: Paras FutureCodeUpgrades (r:0 w:100) fn include_pvf_check_statement_finalize_upgrade_accept() -> Weight { - // Minimum execution time: 803_988 nanoseconds. - Weight::from_ref_time(813_615_000) + // Minimum execution time: 789_304 nanoseconds. + Weight::from_ref_time(797_651_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(104)) } @@ -152,8 +152,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement_finalize_upgrade_reject() -> Weight { - // Minimum execution time: 126_775 nanoseconds. - Weight::from_ref_time(134_280_000) + // Minimum execution time: 120_013 nanoseconds. + Weight::from_ref_time(126_801_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -163,8 +163,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras PvfActiveVoteList (r:1 w:1) // Storage: Paras ActionsQueue (r:1 w:1) fn include_pvf_check_statement_finalize_onboarding_accept() -> Weight { - // Minimum execution time: 636_207 nanoseconds. - Weight::from_ref_time(653_297_000) + // Minimum execution time: 603_051 nanoseconds. + Weight::from_ref_time(621_272_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -172,8 +172,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement_finalize_onboarding_reject() -> Weight { - // Minimum execution time: 122_493 nanoseconds. - Weight::from_ref_time(130_950_000) + // Minimum execution time: 116_243 nanoseconds. + Weight::from_ref_time(124_623_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs b/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs index 710c6948eb34..1fcb06b0b804 100644 --- a/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs +++ b/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::paras_inherent` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -76,10 +76,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) /// The range of component `v` is `[10, 200]`. fn enter_variable_disputes(v: u32, ) -> Weight { - // Minimum execution time: 999_322 nanoseconds. - Weight::from_ref_time(484_538_966) - // Standard Error: 19_533 - .saturating_add(Weight::from_ref_time(56_635_596).saturating_mul(v.into())) + // Minimum execution time: 963_342 nanoseconds. + Weight::from_ref_time(422_800_158) + // Standard Error: 16_077 + .saturating_add(Weight::from_ref_time(56_668_445).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(27)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -114,8 +114,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras Heads (r:0 w:1) // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) fn enter_bitfields() -> Weight { - // Minimum execution time: 482_579 nanoseconds. - Weight::from_ref_time(508_199_000) + // Minimum execution time: 450_975 nanoseconds. + Weight::from_ref_time(469_943_000) .saturating_add(T::DbWeight::get().reads(26)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -152,10 +152,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) /// The range of component `v` is `[101, 200]`. fn enter_backed_candidates_variable(v: u32, ) -> Weight { - // Minimum execution time: 6_784_939 nanoseconds. - Weight::from_ref_time(1_163_475_539) - // Standard Error: 25_992 - .saturating_add(Weight::from_ref_time(56_023_181).saturating_mul(v.into())) + // Minimum execution time: 6_744_406 nanoseconds. + Weight::from_ref_time(1_090_385_708) + // Standard Error: 20_590 + .saturating_add(Weight::from_ref_time(56_359_319).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(29)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -193,8 +193,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras Heads (r:0 w:1) // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) fn enter_backed_candidate_code_upgrade() -> Weight { - // Minimum execution time: 44_505_556 nanoseconds. - Weight::from_ref_time(45_069_141_000) + // Minimum execution time: 46_519_107 nanoseconds. + Weight::from_ref_time(46_970_255_000) .saturating_add(T::DbWeight::get().reads(31)) .saturating_add(T::DbWeight::get().writes(16)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_ump.rs b/runtime/kusama/src/weights/runtime_parachains_ump.rs index 25eb7b3aa5c7..25af256ec76a 100644 --- a/runtime/kusama/src/weights/runtime_parachains_ump.rs +++ b/runtime/kusama/src/weights/runtime_parachains_ump.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::ump` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 @@ -46,26 +46,26 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::ump::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 51200]`. fn process_upward_message(s: u32, ) -> Weight { - // Minimum execution time: 11_027 nanoseconds. - Weight::from_ref_time(2_391_575) - // Standard Error: 16 - .saturating_add(Weight::from_ref_time(2_351).saturating_mul(s.into())) + // Minimum execution time: 10_988 nanoseconds. + Weight::from_ref_time(2_555_693) + // Standard Error: 15 + .saturating_add(Weight::from_ref_time(2_393).saturating_mul(s.into())) } // Storage: Ump NeedsDispatch (r:1 w:1) // Storage: Ump NextDispatchRoundStartWith (r:1 w:1) // Storage: Ump RelayDispatchQueues (r:0 w:1) // Storage: Ump RelayDispatchQueueSize (r:0 w:1) fn clean_ump_after_outgoing() -> Weight { - // Minimum execution time: 9_387 nanoseconds. - Weight::from_ref_time(9_663_000) + // Minimum execution time: 9_226 nanoseconds. + Weight::from_ref_time(9_749_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Ump Overweight (r:1 w:1) // Storage: Ump CounterForOverweight (r:1 w:1) fn service_overweight() -> Weight { - // Minimum execution time: 29_229 nanoseconds. - Weight::from_ref_time(29_801_000) + // Minimum execution time: 29_394 nanoseconds. + Weight::from_ref_time(30_165_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/constants/src/weights/block_weights.rs b/runtime/polkadot/constants/src/weights/block_weights.rs index 17c360e1b592..7ac5ff62053b 100644 --- a/runtime/polkadot/constants/src/weights/block_weights.rs +++ b/runtime/polkadot/constants/src/weights/block_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21 (Y/M/D) +//! DATE: 2023-01-24 (Y/M/D) //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development` @@ -42,17 +42,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 9_778_702, 10_085_057 - /// Average: 9_861_714 - /// Median: 9_850_309 - /// Std-Dev: 53891.23 + /// Min, Max: 9_854_902, 10_203_210 + /// Average: 9_957_528 + /// Median: 9_949_787 + /// Std-Dev: 70460.64 /// /// Percentiles nanoseconds: - /// 99th: 10_003_923 - /// 95th: 9_949_433 - /// 75th: 9_898_957 + /// 99th: 10_172_856 + /// 95th: 10_062_101 + /// 75th: 9_987_603 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(9_861_714)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(9_957_528)); } #[cfg(test)] diff --git a/runtime/polkadot/constants/src/weights/extrinsic_weights.rs b/runtime/polkadot/constants/src/weights/extrinsic_weights.rs index e5bce999e299..6bc3c215470e 100644 --- a/runtime/polkadot/constants/src/weights/extrinsic_weights.rs +++ b/runtime/polkadot/constants/src/weights/extrinsic_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21 (Y/M/D) +//! DATE: 2023-01-24 (Y/M/D) //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development` @@ -42,17 +42,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 111_191, 112_524 - /// Average: 111_622 - /// Median: 111_590 - /// Std-Dev: 238.12 + /// Min, Max: 109_691, 110_998 + /// Average: 110_336 + /// Median: 110_316 + /// Std-Dev: 256.64 /// /// Percentiles nanoseconds: - /// 99th: 112_172 - /// 95th: 112_058 - /// 75th: 111_774 + /// 99th: 110_961 + /// 95th: 110_751 + /// 75th: 110_522 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(111_622)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(110_336)); } #[cfg(test)] diff --git a/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs b/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs index 81f6a1245dae..d683d9324ac0 100644 --- a/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `frame_benchmarking::baseline` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -46,54 +46,54 @@ pub struct WeightInfo(PhantomData); impl frame_benchmarking::baseline::WeightInfo for WeightInfo { /// The range of component `i` is `[0, 1000000]`. fn addition(_i: u32, ) -> Weight { - // Minimum execution time: 110 nanoseconds. - Weight::from_ref_time(140_321) + // Minimum execution time: 113 nanoseconds. + Weight::from_ref_time(144_272) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { - // Minimum execution time: 110 nanoseconds. - Weight::from_ref_time(141_092) + // Minimum execution time: 113 nanoseconds. + Weight::from_ref_time(149_024) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { - // Minimum execution time: 111 nanoseconds. - Weight::from_ref_time(147_353) + // Minimum execution time: 113 nanoseconds. + Weight::from_ref_time(149_977) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { - // Minimum execution time: 108 nanoseconds. - Weight::from_ref_time(144_013) + // Minimum execution time: 111 nanoseconds. + Weight::from_ref_time(143_401) } /// The range of component `i` is `[0, 100]`. fn hashing(i: u32, ) -> Weight { - // Minimum execution time: 24_226_952 nanoseconds. - Weight::from_ref_time(24_311_074_213) - // Standard Error: 28_115 - .saturating_add(Weight::from_ref_time(34_080).saturating_mul(i.into())) + // Minimum execution time: 24_005_194 nanoseconds. + Weight::from_ref_time(24_049_452_700) + // Standard Error: 88_954 + .saturating_add(Weight::from_ref_time(71_380).saturating_mul(i.into())) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { - // Minimum execution time: 137 nanoseconds. - Weight::from_ref_time(2_154_852) - // Standard Error: 6_297 - .saturating_add(Weight::from_ref_time(55_533_920).saturating_mul(i.into())) + // Minimum execution time: 154 nanoseconds. + Weight::from_ref_time(1_295_545) + // Standard Error: 6_905 + .saturating_add(Weight::from_ref_time(55_595_381).saturating_mul(i.into())) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn storage_read(i: u32, ) -> Weight { - // Minimum execution time: 112 nanoseconds. - Weight::from_ref_time(118_000) - // Standard Error: 5_439 - .saturating_add(Weight::from_ref_time(2_428_135).saturating_mul(i.into())) + // Minimum execution time: 122 nanoseconds. + Weight::from_ref_time(132_000) + // Standard Error: 6_486 + .saturating_add(Weight::from_ref_time(2_458_058).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn storage_write(i: u32, ) -> Weight { - // Minimum execution time: 116 nanoseconds. - Weight::from_ref_time(121_000) - // Standard Error: 968 - .saturating_add(Weight::from_ref_time(394_484).saturating_mul(i.into())) + // Minimum execution time: 126 nanoseconds. + Weight::from_ref_time(136_000) + // Standard Error: 1_202 + .saturating_add(Weight::from_ref_time(388_630).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } } diff --git a/runtime/polkadot/src/weights/frame_election_provider_support.rs b/runtime/polkadot/src/weights/frame_election_provider_support.rs index f66ca6cfcee2..a4698509285a 100644 --- a/runtime/polkadot/src/weights/frame_election_provider_support.rs +++ b/runtime/polkadot/src/weights/frame_election_provider_support.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `frame_election_provider_support` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -48,22 +48,22 @@ impl frame_election_provider_support::WeightInfo for We /// The range of component `t` is `[500, 1000]`. /// The range of component `d` is `[5, 16]`. fn phragmen(v: u32, _t: u32, d: u32, ) -> Weight { - // Minimum execution time: 5_623_698 nanoseconds. - Weight::from_ref_time(5_664_667_000) - // Standard Error: 137_896 - .saturating_add(Weight::from_ref_time(5_522_201).saturating_mul(v.into())) - // Standard Error: 14_098_020 - .saturating_add(Weight::from_ref_time(1_485_930_517).saturating_mul(d.into())) + // Minimum execution time: 5_627_198 nanoseconds. + Weight::from_ref_time(5_686_803_000) + // Standard Error: 137_788 + .saturating_add(Weight::from_ref_time(5_694_991).saturating_mul(v.into())) + // Standard Error: 14_087_005 + .saturating_add(Weight::from_ref_time(1_499_313_180).saturating_mul(d.into())) } /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. /// The range of component `d` is `[5, 16]`. fn phragmms(v: u32, _t: u32, d: u32, ) -> Weight { - // Minimum execution time: 3_937_171 nanoseconds. - Weight::from_ref_time(3_988_754_000) - // Standard Error: 121_918 - .saturating_add(Weight::from_ref_time(4_660_923).saturating_mul(v.into())) - // Standard Error: 12_464_540 - .saturating_add(Weight::from_ref_time(1_436_423_310).saturating_mul(d.into())) + // Minimum execution time: 3_886_400 nanoseconds. + Weight::from_ref_time(3_947_165_000) + // Standard Error: 122_734 + .saturating_add(Weight::from_ref_time(4_643_100).saturating_mul(v.into())) + // Standard Error: 12_547_948 + .saturating_add(Weight::from_ref_time(1_435_136_176).saturating_mul(d.into())) } } diff --git a/runtime/polkadot/src/weights/frame_system.rs b/runtime/polkadot/src/weights/frame_system.rs index 0bfeeb176019..daaffa071b06 100644 --- a/runtime/polkadot/src/weights/frame_system.rs +++ b/runtime/polkadot/src/weights/frame_system.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -46,51 +46,51 @@ pub struct WeightInfo(PhantomData); impl frame_system::WeightInfo for WeightInfo { /// The range of component `b` is `[0, 3932160]`. fn remark(b: u32, ) -> Weight { - // Minimum execution time: 3_343 nanoseconds. - Weight::from_ref_time(1_434_921) + // Minimum execution time: 3_234 nanoseconds. + Weight::from_ref_time(1_691_898) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(479).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(539).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { - // Minimum execution time: 13_246 nanoseconds. - Weight::from_ref_time(110_094_391) + // Minimum execution time: 13_035 nanoseconds. + Weight::from_ref_time(154_395_333) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_901).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(1_964).saturating_mul(b.into())) } // Storage: System Digest (r:1 w:1) // Storage: unknown [0x3a686561707061676573] (r:0 w:1) fn set_heap_pages() -> Weight { - // Minimum execution time: 8_572 nanoseconds. - Weight::from_ref_time(8_937_000) + // Minimum execution time: 8_199 nanoseconds. + Weight::from_ref_time(8_494_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn set_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_545 nanoseconds. - Weight::from_ref_time(3_718_000) - // Standard Error: 2_178 - .saturating_add(Weight::from_ref_time(695_995).saturating_mul(i.into())) + // Minimum execution time: 3_460 nanoseconds. + Weight::from_ref_time(3_563_000) + // Standard Error: 2_239 + .saturating_add(Weight::from_ref_time(683_724).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn kill_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_502 nanoseconds. - Weight::from_ref_time(3_691_000) - // Standard Error: 895 - .saturating_add(Weight::from_ref_time(515_817).saturating_mul(i.into())) + // Minimum execution time: 3_560 nanoseconds. + Weight::from_ref_time(3_670_000) + // Standard Error: 996 + .saturating_add(Weight::from_ref_time(511_114).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { - // Minimum execution time: 5_192 nanoseconds. - Weight::from_ref_time(5_350_000) - // Standard Error: 1_417 - .saturating_add(Weight::from_ref_time(1_163_339).saturating_mul(p.into())) + // Minimum execution time: 5_250 nanoseconds. + Weight::from_ref_time(5_367_000) + // Standard Error: 1_480 + .saturating_add(Weight::from_ref_time(1_164_759).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) } } diff --git a/runtime/polkadot/src/weights/pallet_bags_list.rs b/runtime/polkadot/src/weights/pallet_bags_list.rs index a4a2e7bf868d..cd5861f4a788 100644 --- a/runtime/polkadot/src/weights/pallet_bags_list.rs +++ b/runtime/polkadot/src/weights/pallet_bags_list.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_bags_list` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -49,8 +49,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList ListNodes (r:4 w:4) // Storage: VoterList ListBags (r:1 w:1) fn rebag_non_terminal() -> Weight { - // Minimum execution time: 64_631 nanoseconds. - Weight::from_ref_time(66_636_000) + // Minimum execution time: 64_362 nanoseconds. + Weight::from_ref_time(66_830_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -59,8 +59,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn rebag_terminal() -> Weight { - // Minimum execution time: 64_746 nanoseconds. - Weight::from_ref_time(66_806_000) + // Minimum execution time: 62_658 nanoseconds. + Weight::from_ref_time(64_567_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -70,8 +70,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList CounterForListNodes (r:1 w:1) // Storage: VoterList ListBags (r:1 w:1) fn put_in_front_of() -> Weight { - // Minimum execution time: 62_963 nanoseconds. - Weight::from_ref_time(65_649_000) + // Minimum execution time: 63_382 nanoseconds. + Weight::from_ref_time(64_950_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(6)) } diff --git a/runtime/polkadot/src/weights/pallet_balances.rs b/runtime/polkadot/src/weights/pallet_balances.rs index c03fadbcb973..96e138e72268 100644 --- a/runtime/polkadot/src/weights/pallet_balances.rs +++ b/runtime/polkadot/src/weights/pallet_balances.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -46,50 +46,50 @@ pub struct WeightInfo(PhantomData); impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - // Minimum execution time: 44_126 nanoseconds. - Weight::from_ref_time(44_849_000) + // Minimum execution time: 44_823 nanoseconds. + Weight::from_ref_time(46_097_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { - // Minimum execution time: 32_382 nanoseconds. - Weight::from_ref_time(33_501_000) + // Minimum execution time: 33_212 nanoseconds. + Weight::from_ref_time(34_472_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn set_balance_creating() -> Weight { - // Minimum execution time: 23_520 nanoseconds. - Weight::from_ref_time(24_153_000) + // Minimum execution time: 23_897 nanoseconds. + Weight::from_ref_time(24_339_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn set_balance_killing() -> Weight { - // Minimum execution time: 26_933 nanoseconds. - Weight::from_ref_time(27_508_000) + // Minimum execution time: 26_641 nanoseconds. + Weight::from_ref_time(27_359_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:2 w:2) fn force_transfer() -> Weight { - // Minimum execution time: 43_242 nanoseconds. - Weight::from_ref_time(45_141_000) + // Minimum execution time: 44_413 nanoseconds. + Weight::from_ref_time(46_289_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { - // Minimum execution time: 38_509 nanoseconds. - Weight::from_ref_time(39_765_000) + // Minimum execution time: 39_045 nanoseconds. + Weight::from_ref_time(40_123_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn force_unreserve() -> Weight { - // Minimum execution time: 20_820 nanoseconds. - Weight::from_ref_time(21_685_000) + // Minimum execution time: 20_564 nanoseconds. + Weight::from_ref_time(21_085_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_bounties.rs b/runtime/polkadot/src/weights/pallet_bounties.rs index d33f95d21abb..c1826b491fb7 100644 --- a/runtime/polkadot/src/weights/pallet_bounties.rs +++ b/runtime/polkadot/src/weights/pallet_bounties.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_bounties` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -50,49 +50,49 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: Bounties Bounties (r:0 w:1) /// The range of component `d` is `[0, 16384]`. fn propose_bounty(d: u32, ) -> Weight { - // Minimum execution time: 29_300 nanoseconds. - Weight::from_ref_time(30_705_172) + // Minimum execution time: 30_261 nanoseconds. + Weight::from_ref_time(31_396_439) // Standard Error: 11 - .saturating_add(Weight::from_ref_time(874).saturating_mul(d.into())) + .saturating_add(Weight::from_ref_time(914).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Bounties Bounties (r:1 w:1) // Storage: Bounties BountyApprovals (r:1 w:1) fn approve_bounty() -> Weight { - // Minimum execution time: 10_968 nanoseconds. - Weight::from_ref_time(11_328_000) + // Minimum execution time: 11_189 nanoseconds. + Weight::from_ref_time(11_654_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Bounties Bounties (r:1 w:1) fn propose_curator() -> Weight { - // Minimum execution time: 10_238 nanoseconds. - Weight::from_ref_time(10_832_000) + // Minimum execution time: 10_381 nanoseconds. + Weight::from_ref_time(10_757_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Bounties Bounties (r:1 w:1) // Storage: System Account (r:1 w:1) fn unassign_curator() -> Weight { - // Minimum execution time: 41_159 nanoseconds. - Weight::from_ref_time(42_295_000) + // Minimum execution time: 41_290 nanoseconds. + Weight::from_ref_time(43_800_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Bounties Bounties (r:1 w:1) // Storage: System Account (r:1 w:1) fn accept_curator() -> Weight { - // Minimum execution time: 28_558 nanoseconds. - Weight::from_ref_time(30_238_000) + // Minimum execution time: 28_936 nanoseconds. + Weight::from_ref_time(30_585_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Bounties Bounties (r:1 w:1) // Storage: ChildBounties ParentChildBounties (r:1 w:0) fn award_bounty() -> Weight { - // Minimum execution time: 24_336 nanoseconds. - Weight::from_ref_time(24_827_000) + // Minimum execution time: 24_213 nanoseconds. + Weight::from_ref_time(25_564_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -101,8 +101,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: ChildBounties ChildrenCuratorFees (r:1 w:1) // Storage: Bounties BountyDescriptions (r:0 w:1) fn claim_bounty() -> Weight { - // Minimum execution time: 76_568 nanoseconds. - Weight::from_ref_time(78_378_000) + // Minimum execution time: 75_375 nanoseconds. + Weight::from_ref_time(77_781_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -111,8 +111,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: Bounties BountyDescriptions (r:0 w:1) fn close_bounty_proposed() -> Weight { - // Minimum execution time: 46_088 nanoseconds. - Weight::from_ref_time(47_744_000) + // Minimum execution time: 46_577 nanoseconds. + Weight::from_ref_time(47_864_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -121,15 +121,15 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: System Account (r:2 w:2) // Storage: Bounties BountyDescriptions (r:0 w:1) fn close_bounty_active() -> Weight { - // Minimum execution time: 55_881 nanoseconds. - Weight::from_ref_time(57_073_000) + // Minimum execution time: 56_694 nanoseconds. + Weight::from_ref_time(58_720_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Bounties Bounties (r:1 w:1) fn extend_bounty_expiry() -> Weight { - // Minimum execution time: 20_803 nanoseconds. - Weight::from_ref_time(21_969_000) + // Minimum execution time: 21_448 nanoseconds. + Weight::from_ref_time(21_871_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -138,10 +138,10 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: System Account (r:4 w:4) /// The range of component `b` is `[0, 100]`. fn spend_funds(b: u32, ) -> Weight { - // Minimum execution time: 7_391 nanoseconds. - Weight::from_ref_time(12_861_598) - // Standard Error: 16_051 - .saturating_add(Weight::from_ref_time(31_463_668).saturating_mul(b.into())) + // Minimum execution time: 7_240 nanoseconds. + Weight::from_ref_time(11_854_294) + // Standard Error: 14_092 + .saturating_add(Weight::from_ref_time(31_478_261).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/polkadot/src/weights/pallet_child_bounties.rs b/runtime/polkadot/src/weights/pallet_child_bounties.rs index a2cfa3f29d96..c4b9c4cb4b47 100644 --- a/runtime/polkadot/src/weights/pallet_child_bounties.rs +++ b/runtime/polkadot/src/weights/pallet_child_bounties.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_child_bounties` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -52,10 +52,10 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 54_713 nanoseconds. - Weight::from_ref_time(56_420_781) - // Standard Error: 9 - .saturating_add(Weight::from_ref_time(933).saturating_mul(d.into())) + // Minimum execution time: 55_313 nanoseconds. + Weight::from_ref_time(57_124_143) + // Standard Error: 8 + .saturating_add(Weight::from_ref_time(959).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -63,8 +63,8 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 18_308 nanoseconds. - Weight::from_ref_time(19_619_000) + // Minimum execution time: 18_678 nanoseconds. + Weight::from_ref_time(19_251_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -72,8 +72,8 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 34_715 nanoseconds. - Weight::from_ref_time(35_982_000) + // Minimum execution time: 34_753 nanoseconds. + Weight::from_ref_time(36_004_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -81,16 +81,16 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 47_592 nanoseconds. - Weight::from_ref_time(49_356_000) + // Minimum execution time: 48_476 nanoseconds. + Weight::from_ref_time(50_607_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Bounties Bounties (r:1 w:0) // Storage: ChildBounties ChildBounties (r:1 w:1) fn award_child_bounty() -> Weight { - // Minimum execution time: 27_793 nanoseconds. - Weight::from_ref_time(29_076_000) + // Minimum execution time: 28_468 nanoseconds. + Weight::from_ref_time(29_189_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -99,8 +99,8 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 74_696 nanoseconds. - Weight::from_ref_time(77_442_000) + // Minimum execution time: 75_994 nanoseconds. + Weight::from_ref_time(77_808_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -111,8 +111,8 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 54_362 nanoseconds. - Weight::from_ref_time(55_733_000) + // Minimum execution time: 55_094 nanoseconds. + Weight::from_ref_time(57_168_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -123,8 +123,8 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { - // Minimum execution time: 65_609 nanoseconds. - Weight::from_ref_time(67_930_000) + // Minimum execution time: 66_606 nanoseconds. + Weight::from_ref_time(68_654_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/polkadot/src/weights/pallet_collective_council.rs b/runtime/polkadot/src/weights/pallet_collective_council.rs index 84278cb01cce..2b5a2ede3bfd 100644 --- a/runtime/polkadot/src/weights/pallet_collective_council.rs +++ b/runtime/polkadot/src/weights/pallet_collective_council.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -55,12 +55,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 100]`. /// The range of component `p` is `[0, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { - // Minimum execution time: 17_027 nanoseconds. - Weight::from_ref_time(17_237_000) - // Standard Error: 39_872 - .saturating_add(Weight::from_ref_time(4_371_757).saturating_mul(m.into())) - // Standard Error: 39_872 - .saturating_add(Weight::from_ref_time(7_366_772).saturating_mul(p.into())) + // Minimum execution time: 16_452 nanoseconds. + Weight::from_ref_time(16_963_000) + // Standard Error: 39_111 + .saturating_add(Weight::from_ref_time(4_315_513).saturating_mul(m.into())) + // Standard Error: 39_111 + .saturating_add(Weight::from_ref_time(7_271_296).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -72,12 +72,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 20_495 nanoseconds. - Weight::from_ref_time(20_013_801) - // Standard Error: 20 - .saturating_add(Weight::from_ref_time(2_010).saturating_mul(b.into())) - // Standard Error: 213 - .saturating_add(Weight::from_ref_time(12_650).saturating_mul(m.into())) + // Minimum execution time: 20_389 nanoseconds. + Weight::from_ref_time(19_950_479) + // Standard Error: 28 + .saturating_add(Weight::from_ref_time(1_937).saturating_mul(b.into())) + // Standard Error: 293 + .saturating_add(Weight::from_ref_time(13_967).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: Council Members (r:1 w:0) @@ -87,12 +87,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 23_410 nanoseconds. - Weight::from_ref_time(22_350_373) - // Standard Error: 23 - .saturating_add(Weight::from_ref_time(2_014).saturating_mul(b.into())) - // Standard Error: 238 - .saturating_add(Weight::from_ref_time(20_114).saturating_mul(m.into())) + // Minimum execution time: 22_990 nanoseconds. + Weight::from_ref_time(21_952_005) + // Standard Error: 25 + .saturating_add(Weight::from_ref_time(1_925).saturating_mul(b.into())) + // Standard Error: 264 + .saturating_add(Weight::from_ref_time(20_800).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) } // Storage: Council Members (r:1 w:0) @@ -107,14 +107,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 29_080 nanoseconds. - Weight::from_ref_time(28_004_123) - // Standard Error: 95 - .saturating_add(Weight::from_ref_time(4_045).saturating_mul(b.into())) - // Standard Error: 996 - .saturating_add(Weight::from_ref_time(28_545).saturating_mul(m.into())) - // Standard Error: 983 - .saturating_add(Weight::from_ref_time(197_425).saturating_mul(p.into())) + // Minimum execution time: 28_776 nanoseconds. + Weight::from_ref_time(26_841_702) + // Standard Error: 97 + .saturating_add(Weight::from_ref_time(4_471).saturating_mul(b.into())) + // Standard Error: 1_016 + .saturating_add(Weight::from_ref_time(33_192).saturating_mul(m.into())) + // Standard Error: 1_003 + .saturating_add(Weight::from_ref_time(195_581).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -123,10 +123,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[5, 100]`. /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { - // Minimum execution time: 34_032 nanoseconds. - Weight::from_ref_time(36_555_671) - // Standard Error: 874 - .saturating_add(Weight::from_ref_time(51_733).saturating_mul(m.into())) + // Minimum execution time: 34_690 nanoseconds. + Weight::from_ref_time(36_830_139) + // Standard Error: 818 + .saturating_add(Weight::from_ref_time(48_710).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -139,12 +139,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 31_111 nanoseconds. - Weight::from_ref_time(32_644_098) - // Standard Error: 814 - .saturating_add(Weight::from_ref_time(34_150).saturating_mul(m.into())) - // Standard Error: 793 - .saturating_add(Weight::from_ref_time(181_844).saturating_mul(p.into())) + // Minimum execution time: 30_919 nanoseconds. + Weight::from_ref_time(33_034_269) + // Standard Error: 921 + .saturating_add(Weight::from_ref_time(30_501).saturating_mul(m.into())) + // Standard Error: 898 + .saturating_add(Weight::from_ref_time(179_826).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -159,14 +159,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 42_749 nanoseconds. - Weight::from_ref_time(42_341_293) - // Standard Error: 100 - .saturating_add(Weight::from_ref_time(3_111).saturating_mul(b.into())) - // Standard Error: 1_065 - .saturating_add(Weight::from_ref_time(30_915).saturating_mul(m.into())) - // Standard Error: 1_038 - .saturating_add(Weight::from_ref_time(212_941).saturating_mul(p.into())) + // Minimum execution time: 41_917 nanoseconds. + Weight::from_ref_time(41_266_391) + // Standard Error: 98 + .saturating_add(Weight::from_ref_time(3_540).saturating_mul(b.into())) + // Standard Error: 1_039 + .saturating_add(Weight::from_ref_time(31_567).saturating_mul(m.into())) + // Standard Error: 1_013 + .saturating_add(Weight::from_ref_time(215_684).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -180,12 +180,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 34_280 nanoseconds. - Weight::from_ref_time(35_424_472) - // Standard Error: 947 - .saturating_add(Weight::from_ref_time(36_163).saturating_mul(m.into())) - // Standard Error: 923 - .saturating_add(Weight::from_ref_time(182_528).saturating_mul(p.into())) + // Minimum execution time: 35_279 nanoseconds. + Weight::from_ref_time(34_323_279) + // Standard Error: 851 + .saturating_add(Weight::from_ref_time(44_043).saturating_mul(m.into())) + // Standard Error: 829 + .saturating_add(Weight::from_ref_time(188_865).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -201,14 +201,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 44_548 nanoseconds. - Weight::from_ref_time(45_188_104) - // Standard Error: 111 - .saturating_add(Weight::from_ref_time(3_346).saturating_mul(b.into())) - // Standard Error: 1_182 - .saturating_add(Weight::from_ref_time(26_630).saturating_mul(m.into())) - // Standard Error: 1_152 - .saturating_add(Weight::from_ref_time(212_241).saturating_mul(p.into())) + // Minimum execution time: 44_239 nanoseconds. + Weight::from_ref_time(44_762_393) + // Standard Error: 104 + .saturating_add(Weight::from_ref_time(3_122).saturating_mul(b.into())) + // Standard Error: 1_109 + .saturating_add(Weight::from_ref_time(28_580).saturating_mul(m.into())) + // Standard Error: 1_081 + .saturating_add(Weight::from_ref_time(213_868).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -218,10 +218,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { - // Minimum execution time: 19_744 nanoseconds. - Weight::from_ref_time(22_634_346) - // Standard Error: 1_087 - .saturating_add(Weight::from_ref_time(172_723).saturating_mul(p.into())) + // Minimum execution time: 19_753 nanoseconds. + Weight::from_ref_time(22_424_569) + // Standard Error: 1_113 + .saturating_add(Weight::from_ref_time(177_131).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs b/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs index 279ccd20f551..f4bab563a3bf 100644 --- a/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -55,12 +55,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 100]`. /// The range of component `p` is `[0, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { - // Minimum execution time: 17_715 nanoseconds. - Weight::from_ref_time(17_936_000) - // Standard Error: 40_369 - .saturating_add(Weight::from_ref_time(4_410_101).saturating_mul(m.into())) - // Standard Error: 40_369 - .saturating_add(Weight::from_ref_time(7_436_216).saturating_mul(p.into())) + // Minimum execution time: 17_320 nanoseconds. + Weight::from_ref_time(17_540_000) + // Standard Error: 39_330 + .saturating_add(Weight::from_ref_time(4_304_829).saturating_mul(m.into())) + // Standard Error: 39_330 + .saturating_add(Weight::from_ref_time(7_335_854).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -72,12 +72,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 21_061 nanoseconds. - Weight::from_ref_time(20_596_606) - // Standard Error: 21 - .saturating_add(Weight::from_ref_time(1_884).saturating_mul(b.into())) - // Standard Error: 220 - .saturating_add(Weight::from_ref_time(11_979).saturating_mul(m.into())) + // Minimum execution time: 21_094 nanoseconds. + Weight::from_ref_time(20_403_658) + // Standard Error: 17 + .saturating_add(Weight::from_ref_time(2_001).saturating_mul(b.into())) + // Standard Error: 182 + .saturating_add(Weight::from_ref_time(13_039).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: TechnicalCommittee Members (r:1 w:0) @@ -87,12 +87,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 23_361 nanoseconds. - Weight::from_ref_time(22_404_733) + // Minimum execution time: 23_542 nanoseconds. + Weight::from_ref_time(22_747_784) // Standard Error: 21 - .saturating_add(Weight::from_ref_time(2_114).saturating_mul(b.into())) - // Standard Error: 225 - .saturating_add(Weight::from_ref_time(19_709).saturating_mul(m.into())) + .saturating_add(Weight::from_ref_time(1_833).saturating_mul(b.into())) + // Standard Error: 220 + .saturating_add(Weight::from_ref_time(19_480).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) } // Storage: TechnicalCommittee Members (r:1 w:0) @@ -107,14 +107,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 29_787 nanoseconds. - Weight::from_ref_time(28_062_329) - // Standard Error: 89 - .saturating_add(Weight::from_ref_time(4_719).saturating_mul(b.into())) - // Standard Error: 932 - .saturating_add(Weight::from_ref_time(27_336).saturating_mul(m.into())) - // Standard Error: 920 - .saturating_add(Weight::from_ref_time(203_949).saturating_mul(p.into())) + // Minimum execution time: 29_676 nanoseconds. + Weight::from_ref_time(27_583_820) + // Standard Error: 87 + .saturating_add(Weight::from_ref_time(4_973).saturating_mul(b.into())) + // Standard Error: 913 + .saturating_add(Weight::from_ref_time(30_872).saturating_mul(m.into())) + // Standard Error: 901 + .saturating_add(Weight::from_ref_time(205_973).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -123,10 +123,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[5, 100]`. /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { - // Minimum execution time: 35_050 nanoseconds. - Weight::from_ref_time(37_098_910) - // Standard Error: 720 - .saturating_add(Weight::from_ref_time(51_675).saturating_mul(m.into())) + // Minimum execution time: 35_320 nanoseconds. + Weight::from_ref_time(37_470_580) + // Standard Error: 687 + .saturating_add(Weight::from_ref_time(50_158).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -139,12 +139,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 32_393 nanoseconds. - Weight::from_ref_time(33_046_601) - // Standard Error: 726 - .saturating_add(Weight::from_ref_time(35_251).saturating_mul(m.into())) - // Standard Error: 708 - .saturating_add(Weight::from_ref_time(183_801).saturating_mul(p.into())) + // Minimum execution time: 32_840 nanoseconds. + Weight::from_ref_time(33_709_970) + // Standard Error: 856 + .saturating_add(Weight::from_ref_time(32_065).saturating_mul(m.into())) + // Standard Error: 835 + .saturating_add(Weight::from_ref_time(180_728).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -159,14 +159,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 42_399 nanoseconds. - Weight::from_ref_time(42_411_172) - // Standard Error: 101 - .saturating_add(Weight::from_ref_time(3_134).saturating_mul(b.into())) - // Standard Error: 1_077 - .saturating_add(Weight::from_ref_time(32_951).saturating_mul(m.into())) - // Standard Error: 1_050 - .saturating_add(Weight::from_ref_time(216_596).saturating_mul(p.into())) + // Minimum execution time: 43_178 nanoseconds. + Weight::from_ref_time(42_272_289) + // Standard Error: 98 + .saturating_add(Weight::from_ref_time(3_643).saturating_mul(b.into())) + // Standard Error: 1_046 + .saturating_add(Weight::from_ref_time(29_510).saturating_mul(m.into())) + // Standard Error: 1_019 + .saturating_add(Weight::from_ref_time(215_754).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -180,12 +180,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 34_751 nanoseconds. - Weight::from_ref_time(35_524_941) - // Standard Error: 853 - .saturating_add(Weight::from_ref_time(38_236).saturating_mul(m.into())) - // Standard Error: 832 - .saturating_add(Weight::from_ref_time(188_796).saturating_mul(p.into())) + // Minimum execution time: 35_653 nanoseconds. + Weight::from_ref_time(35_554_475) + // Standard Error: 838 + .saturating_add(Weight::from_ref_time(40_497).saturating_mul(m.into())) + // Standard Error: 817 + .saturating_add(Weight::from_ref_time(185_416).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -201,14 +201,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 45_717 nanoseconds. - Weight::from_ref_time(45_513_482) - // Standard Error: 106 - .saturating_add(Weight::from_ref_time(3_587).saturating_mul(b.into())) - // Standard Error: 1_127 - .saturating_add(Weight::from_ref_time(28_577).saturating_mul(m.into())) - // Standard Error: 1_098 - .saturating_add(Weight::from_ref_time(214_950).saturating_mul(p.into())) + // Minimum execution time: 45_429 nanoseconds. + Weight::from_ref_time(44_872_284) + // Standard Error: 101 + .saturating_add(Weight::from_ref_time(3_364).saturating_mul(b.into())) + // Standard Error: 1_074 + .saturating_add(Weight::from_ref_time(32_421).saturating_mul(m.into())) + // Standard Error: 1_047 + .saturating_add(Weight::from_ref_time(216_140).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -218,10 +218,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { - // Minimum execution time: 20_325 nanoseconds. - Weight::from_ref_time(22_953_837) - // Standard Error: 978 - .saturating_add(Weight::from_ref_time(171_876).saturating_mul(p.into())) + // Minimum execution time: 20_087 nanoseconds. + Weight::from_ref_time(22_855_430) + // Standard Error: 953 + .saturating_add(Weight::from_ref_time(176_064).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/polkadot/src/weights/pallet_democracy.rs b/runtime/polkadot/src/weights/pallet_democracy.rs index fc00fc8b5420..5b41469ae886 100644 --- a/runtime/polkadot/src/weights/pallet_democracy.rs +++ b/runtime/polkadot/src/weights/pallet_democracy.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_democracy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -49,15 +49,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy Blacklist (r:1 w:0) // Storage: Democracy DepositOf (r:0 w:1) fn propose() -> Weight { - // Minimum execution time: 52_759 nanoseconds. - Weight::from_ref_time(54_361_000) + // Minimum execution time: 53_077 nanoseconds. + Weight::from_ref_time(54_881_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy DepositOf (r:1 w:1) fn second() -> Weight { - // Minimum execution time: 45_677 nanoseconds. - Weight::from_ref_time(47_091_000) + // Minimum execution time: 44_667 nanoseconds. + Weight::from_ref_time(47_167_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,8 +65,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_new() -> Weight { - // Minimum execution time: 58_125 nanoseconds. - Weight::from_ref_time(59_921_000) + // Minimum execution time: 58_657 nanoseconds. + Weight::from_ref_time(61_208_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -74,16 +74,16 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_existing() -> Weight { - // Minimum execution time: 58_336 nanoseconds. - Weight::from_ref_time(61_979_000) + // Minimum execution time: 57_103 nanoseconds. + Weight::from_ref_time(60_702_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Cancellations (r:1 w:1) fn emergency_cancel() -> Weight { - // Minimum execution time: 21_676 nanoseconds. - Weight::from_ref_time(22_637_000) + // Minimum execution time: 22_100 nanoseconds. + Weight::from_ref_time(22_984_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -94,45 +94,45 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Blacklist (r:0 w:1) fn blacklist() -> Weight { - // Minimum execution time: 93_856 nanoseconds. - Weight::from_ref_time(96_432_000) + // Minimum execution time: 93_674 nanoseconds. + Weight::from_ref_time(96_225_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:0) fn external_propose() -> Weight { - // Minimum execution time: 16_856 nanoseconds. - Weight::from_ref_time(17_367_000) + // Minimum execution time: 16_927 nanoseconds. + Weight::from_ref_time(17_480_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_majority() -> Weight { - // Minimum execution time: 4_490 nanoseconds. - Weight::from_ref_time(4_820_000) + // Minimum execution time: 4_457 nanoseconds. + Weight::from_ref_time(4_545_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_default() -> Weight { - // Minimum execution time: 4_458 nanoseconds. - Weight::from_ref_time(4_763_000) + // Minimum execution time: 4_346 nanoseconds. + Weight::from_ref_time(4_549_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy ReferendumCount (r:1 w:1) // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn fast_track() -> Weight { - // Minimum execution time: 21_500 nanoseconds. - Weight::from_ref_time(22_056_000) + // Minimum execution time: 21_827 nanoseconds. + Weight::from_ref_time(22_464_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:1) fn veto_external() -> Weight { - // Minimum execution time: 27_359 nanoseconds. - Weight::from_ref_time(27_929_000) + // Minimum execution time: 27_106 nanoseconds. + Weight::from_ref_time(27_621_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -140,15 +140,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy DepositOf (r:1 w:1) // Storage: System Account (r:1 w:1) fn cancel_proposal() -> Weight { - // Minimum execution time: 80_815 nanoseconds. - Weight::from_ref_time(81_721_000) + // Minimum execution time: 79_797 nanoseconds. + Weight::from_ref_time(82_240_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn cancel_referendum() -> Weight { - // Minimum execution time: 13_864 nanoseconds. - Weight::from_ref_time(14_293_000) + // Minimum execution time: 14_081 nanoseconds. + Weight::from_ref_time(14_493_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy LowestUnbaked (r:1 w:1) @@ -156,10 +156,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:0) /// The range of component `r` is `[0, 99]`. fn on_initialize_base(r: u32, ) -> Weight { - // Minimum execution time: 6_625 nanoseconds. - Weight::from_ref_time(7_067_735) - // Standard Error: 5_048 - .saturating_add(Weight::from_ref_time(2_500_463).saturating_mul(r.into())) + // Minimum execution time: 6_678 nanoseconds. + Weight::from_ref_time(6_547_619) + // Standard Error: 5_257 + .saturating_add(Weight::from_ref_time(2_502_589).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)) @@ -172,10 +172,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:0) /// The range of component `r` is `[0, 99]`. fn on_initialize_base_with_launch_period(r: u32, ) -> Weight { - // Minimum execution time: 9_023 nanoseconds. - Weight::from_ref_time(9_120_910) - // Standard Error: 5_850 - .saturating_add(Weight::from_ref_time(2_522_546).saturating_mul(r.into())) + // Minimum execution time: 9_202 nanoseconds. + Weight::from_ref_time(9_356_035) + // Standard Error: 5_424 + .saturating_add(Weight::from_ref_time(2_510_329).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)) @@ -185,10 +185,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:2) /// The range of component `r` is `[0, 99]`. fn delegate(r: u32, ) -> Weight { - // Minimum execution time: 43_196 nanoseconds. - Weight::from_ref_time(48_625_476) - // Standard Error: 5_996 - .saturating_add(Weight::from_ref_time(3_741_760).saturating_mul(r.into())) + // Minimum execution time: 43_347 nanoseconds. + Weight::from_ref_time(47_476_209) + // Standard Error: 6_351 + .saturating_add(Weight::from_ref_time(3_778_561).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -198,10 +198,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:2) /// The range of component `r` is `[0, 99]`. fn undelegate(r: u32, ) -> Weight { - // Minimum execution time: 25_703 nanoseconds. - Weight::from_ref_time(26_015_442) - // Standard Error: 5_804 - .saturating_add(Weight::from_ref_time(3_721_205).saturating_mul(r.into())) + // Minimum execution time: 26_056 nanoseconds. + Weight::from_ref_time(26_557_071) + // Standard Error: 5_848 + .saturating_add(Weight::from_ref_time(3_697_474).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)) @@ -209,8 +209,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { } // Storage: Democracy PublicProps (r:0 w:1) fn clear_public_proposals() -> Weight { - // Minimum execution time: 4_693 nanoseconds. - Weight::from_ref_time(4_946_000) + // Minimum execution time: 4_684 nanoseconds. + Weight::from_ref_time(4_898_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy VotingOf (r:1 w:1) @@ -218,10 +218,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `r` is `[0, 99]`. fn unlock_remove(r: u32, ) -> Weight { - // Minimum execution time: 25_530 nanoseconds. - Weight::from_ref_time(31_683_524) - // Standard Error: 1_747 - .saturating_add(Weight::from_ref_time(96_899).saturating_mul(r.into())) + // Minimum execution time: 25_808 nanoseconds. + Weight::from_ref_time(32_696_578) + // Standard Error: 1_879 + .saturating_add(Weight::from_ref_time(90_360).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -230,10 +230,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `r` is `[0, 99]`. fn unlock_set(r: u32, ) -> Weight { - // Minimum execution time: 30_819 nanoseconds. - Weight::from_ref_time(31_410_613) - // Standard Error: 1_201 - .saturating_add(Weight::from_ref_time(134_099).saturating_mul(r.into())) + // Minimum execution time: 30_941 nanoseconds. + Weight::from_ref_time(32_446_484) + // Standard Error: 1_374 + .saturating_add(Weight::from_ref_time(127_738).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -241,10 +241,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) /// The range of component `r` is `[1, 100]`. fn remove_vote(r: u32, ) -> Weight { - // Minimum execution time: 15_964 nanoseconds. - Weight::from_ref_time(17_970_635) - // Standard Error: 1_435 - .saturating_add(Weight::from_ref_time(119_318).saturating_mul(r.into())) + // Minimum execution time: 15_763 nanoseconds. + Weight::from_ref_time(17_927_839) + // Standard Error: 1_234 + .saturating_add(Weight::from_ref_time(121_012).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -252,10 +252,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) /// The range of component `r` is `[1, 100]`. fn remove_other_vote(r: u32, ) -> Weight { - // Minimum execution time: 15_283 nanoseconds. - Weight::from_ref_time(17_468_019) - // Standard Error: 1_183 - .saturating_add(Weight::from_ref_time(125_676).saturating_mul(r.into())) + // Minimum execution time: 15_591 nanoseconds. + Weight::from_ref_time(17_754_018) + // Standard Error: 1_446 + .saturating_add(Weight::from_ref_time(124_505).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs b/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs index 5df371c55efa..cb4c20f1a1ec 100644 --- a/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs +++ b/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_election_provider_multi_phase` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -53,38 +53,38 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: Staking ForceEra (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) fn on_initialize_nothing() -> Weight { - // Minimum execution time: 18_204 nanoseconds. - Weight::from_ref_time(18_596_000) + // Minimum execution time: 18_492 nanoseconds. + Weight::from_ref_time(19_069_000) .saturating_add(T::DbWeight::get().reads(8)) } // Storage: ElectionProviderMultiPhase Round (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:1) fn on_initialize_open_signed() -> Weight { - // Minimum execution time: 16_142 nanoseconds. - Weight::from_ref_time(16_728_000) + // Minimum execution time: 16_448 nanoseconds. + Weight::from_ref_time(17_165_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: ElectionProviderMultiPhase Round (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:1) fn on_initialize_open_unsigned() -> Weight { - // Minimum execution time: 17_509 nanoseconds. - Weight::from_ref_time(18_083_000) + // Minimum execution time: 17_477 nanoseconds. + Weight::from_ref_time(18_090_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) // Storage: ElectionProviderMultiPhase QueuedSolution (r:0 w:1) fn finalize_signed_phase_accept_solution() -> Weight { - // Minimum execution time: 30_883 nanoseconds. - Weight::from_ref_time(31_849_000) + // Minimum execution time: 31_576 nanoseconds. + Weight::from_ref_time(32_501_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: System Account (r:1 w:1) fn finalize_signed_phase_reject_solution() -> Weight { - // Minimum execution time: 24_407 nanoseconds. - Weight::from_ref_time(25_265_000) + // Minimum execution time: 24_211 nanoseconds. + Weight::from_ref_time(25_437_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -93,13 +93,11 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: ElectionProviderMultiPhase Snapshot (r:0 w:1) /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. - fn create_snapshot_internal(v: u32, t: u32, ) -> Weight { - // Minimum execution time: 536_337 nanoseconds. - Weight::from_ref_time(5_091_020) - // Standard Error: 2_754 - .saturating_add(Weight::from_ref_time(496_062).saturating_mul(v.into())) - // Standard Error: 5_507 - .saturating_add(Weight::from_ref_time(107_049).saturating_mul(t.into())) + fn create_snapshot_internal(v: u32, _t: u32, ) -> Weight { + // Minimum execution time: 557_265 nanoseconds. + Weight::from_ref_time(584_626_000) + // Standard Error: 3_005 + .saturating_add(Weight::from_ref_time(336_932).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -115,12 +113,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `a` is `[500, 800]`. /// The range of component `d` is `[200, 400]`. fn elect_queued(a: u32, d: u32, ) -> Weight { - // Minimum execution time: 441_207 nanoseconds. - Weight::from_ref_time(110_929_433) - // Standard Error: 8_865 - .saturating_add(Weight::from_ref_time(634_312).saturating_mul(a.into())) - // Standard Error: 13_288 - .saturating_add(Weight::from_ref_time(135_704).saturating_mul(d.into())) + // Minimum execution time: 443_968 nanoseconds. + Weight::from_ref_time(92_327_257) + // Standard Error: 9_377 + .saturating_add(Weight::from_ref_time(634_434).saturating_mul(a.into())) + // Standard Error: 14_056 + .saturating_add(Weight::from_ref_time(227_206).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -131,8 +129,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: ElectionProviderMultiPhase SignedSubmissionNextIndex (r:1 w:1) // Storage: ElectionProviderMultiPhase SignedSubmissionsMap (r:0 w:1) fn submit() -> Weight { - // Minimum execution time: 51_524 nanoseconds. - Weight::from_ref_time(54_112_000) + // Minimum execution time: 53_600 nanoseconds. + Weight::from_ref_time(55_308_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -148,12 +146,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `a` is `[500, 800]`. /// The range of component `d` is `[200, 400]`. fn submit_unsigned(v: u32, _t: u32, a: u32, _d: u32, ) -> Weight { - // Minimum execution time: 5_913_346 nanoseconds. - Weight::from_ref_time(6_151_157_000) - // Standard Error: 20_385 - .saturating_add(Weight::from_ref_time(138_324).saturating_mul(v.into())) - // Standard Error: 60_411 - .saturating_add(Weight::from_ref_time(5_697_301).saturating_mul(a.into())) + // Minimum execution time: 5_921_018 nanoseconds. + Weight::from_ref_time(6_045_046_000) + // Standard Error: 20_028 + .saturating_add(Weight::from_ref_time(139_664).saturating_mul(v.into())) + // Standard Error: 59_351 + .saturating_add(Weight::from_ref_time(5_539_786).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -166,12 +164,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `a` is `[500, 800]`. /// The range of component `d` is `[200, 400]`. fn feasibility_check(v: u32, _t: u32, a: u32, _d: u32, ) -> Weight { - // Minimum execution time: 5_007_579 nanoseconds. - Weight::from_ref_time(5_072_355_000) - // Standard Error: 14_754 - .saturating_add(Weight::from_ref_time(303_421).saturating_mul(v.into())) - // Standard Error: 43_724 - .saturating_add(Weight::from_ref_time(3_312_902).saturating_mul(a.into())) + // Minimum execution time: 4_806_817 nanoseconds. + Weight::from_ref_time(4_935_057_000) + // Standard Error: 14_025 + .saturating_add(Weight::from_ref_time(324_592).saturating_mul(v.into())) + // Standard Error: 41_563 + .saturating_add(Weight::from_ref_time(3_230_713).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4)) } } diff --git a/runtime/polkadot/src/weights/pallet_elections_phragmen.rs b/runtime/polkadot/src/weights/pallet_elections_phragmen.rs index ceb43ad1c7a4..5158de1e2d4b 100644 --- a/runtime/polkadot/src/weights/pallet_elections_phragmen.rs +++ b/runtime/polkadot/src/weights/pallet_elections_phragmen.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_elections_phragmen` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -51,10 +51,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) /// The range of component `v` is `[1, 16]`. fn vote_equal(v: u32, ) -> Weight { - // Minimum execution time: 32_002 nanoseconds. - Weight::from_ref_time(33_628_559) - // Standard Error: 4_426 - .saturating_add(Weight::from_ref_time(175_827).saturating_mul(v.into())) + // Minimum execution time: 33_028 nanoseconds. + Weight::from_ref_time(34_249_263) + // Standard Error: 4_359 + .saturating_add(Weight::from_ref_time(197_850).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -65,10 +65,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) /// The range of component `v` is `[2, 16]`. fn vote_more(v: u32, ) -> Weight { - // Minimum execution time: 43_097 nanoseconds. - Weight::from_ref_time(44_340_030) - // Standard Error: 8_022 - .saturating_add(Weight::from_ref_time(247_654).saturating_mul(v.into())) + // Minimum execution time: 43_609 nanoseconds. + Weight::from_ref_time(44_790_462) + // Standard Error: 5_497 + .saturating_add(Weight::from_ref_time(254_670).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -79,18 +79,18 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) /// The range of component `v` is `[2, 16]`. fn vote_less(v: u32, ) -> Weight { - // Minimum execution time: 42_773 nanoseconds. - Weight::from_ref_time(44_276_260) - // Standard Error: 7_367 - .saturating_add(Weight::from_ref_time(247_754).saturating_mul(v.into())) + // Minimum execution time: 43_798 nanoseconds. + Weight::from_ref_time(45_376_726) + // Standard Error: 7_406 + .saturating_add(Weight::from_ref_time(232_447).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: PhragmenElection Voting (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn remove_voter() -> Weight { - // Minimum execution time: 42_064 nanoseconds. - Weight::from_ref_time(44_301_000) + // Minimum execution time: 42_805 nanoseconds. + Weight::from_ref_time(44_893_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -99,20 +99,20 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: PhragmenElection RunnersUp (r:1 w:0) /// The range of component `c` is `[1, 1000]`. fn submit_candidacy(c: u32, ) -> Weight { - // Minimum execution time: 43_788 nanoseconds. - Weight::from_ref_time(32_360_758) - // Standard Error: 1_620 - .saturating_add(Weight::from_ref_time(140_120).saturating_mul(c.into())) + // Minimum execution time: 42_193 nanoseconds. + Weight::from_ref_time(31_305_306) + // Standard Error: 1_675 + .saturating_add(Weight::from_ref_time(144_200).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: PhragmenElection Candidates (r:1 w:1) /// The range of component `c` is `[1, 1000]`. fn renounce_candidacy_candidate(c: u32, ) -> Weight { - // Minimum execution time: 38_133 nanoseconds. - Weight::from_ref_time(29_085_220) - // Standard Error: 1_481 - .saturating_add(Weight::from_ref_time(111_059).saturating_mul(c.into())) + // Minimum execution time: 39_026 nanoseconds. + Weight::from_ref_time(27_601_841) + // Standard Error: 1_622 + .saturating_add(Weight::from_ref_time(119_085).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -122,15 +122,15 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Council Proposals (r:1 w:0) // Storage: Council Members (r:0 w:1) fn renounce_candidacy_members() -> Weight { - // Minimum execution time: 54_690 nanoseconds. - Weight::from_ref_time(55_639_000) + // Minimum execution time: 53_511 nanoseconds. + Weight::from_ref_time(54_665_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: PhragmenElection RunnersUp (r:1 w:1) fn renounce_candidacy_runners_up() -> Weight { - // Minimum execution time: 40_926 nanoseconds. - Weight::from_ref_time(44_547_000) + // Minimum execution time: 40_723 nanoseconds. + Weight::from_ref_time(42_456_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -146,8 +146,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Council Proposals (r:1 w:0) // Storage: Council Members (r:0 w:1) fn remove_member_with_replacement() -> Weight { - // Minimum execution time: 70_424 nanoseconds. - Weight::from_ref_time(72_415_000) + // Minimum execution time: 71_818 nanoseconds. + Weight::from_ref_time(73_287_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -160,10 +160,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// The range of component `v` is `[5000, 10000]`. /// The range of component `d` is `[0, 5000]`. fn clean_defunct_voters(v: u32, _d: u32, ) -> Weight { - // Minimum execution time: 320_048_931 nanoseconds. - Weight::from_ref_time(321_345_097_000) - // Standard Error: 274_094 - .saturating_add(Weight::from_ref_time(39_622_985).saturating_mul(v.into())) + // Minimum execution time: 315_527_160 nanoseconds. + Weight::from_ref_time(321_578_347_000) + // Standard Error: 272_043 + .saturating_add(Weight::from_ref_time(39_776_161).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) @@ -181,12 +181,12 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// The range of component `v` is `[1, 10000]`. /// The range of component `e` is `[10000, 160000]`. fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight { - // Minimum execution time: 33_099_204 nanoseconds. - Weight::from_ref_time(33_980_518_000) - // Standard Error: 415_038 - .saturating_add(Weight::from_ref_time(39_028_134).saturating_mul(v.into())) - // Standard Error: 26_634 - .saturating_add(Weight::from_ref_time(1_808_349).saturating_mul(e.into())) + // Minimum execution time: 33_164_171 nanoseconds. + Weight::from_ref_time(33_641_166_000) + // Standard Error: 428_315 + .saturating_add(Weight::from_ref_time(39_350_303).saturating_mul(v.into())) + // Standard Error: 27_486 + .saturating_add(Weight::from_ref_time(1_824_447).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(269)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) diff --git a/runtime/polkadot/src/weights/pallet_fast_unstake.rs b/runtime/polkadot/src/weights/pallet_fast_unstake.rs index fa1ed1516d99..12a51d8fc214 100644 --- a/runtime/polkadot/src/weights/pallet_fast_unstake.rs +++ b/runtime/polkadot/src/weights/pallet_fast_unstake.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_fast_unstake` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -58,8 +58,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: Staking Ledger (r:0 w:64) // Storage: Staking Payee (r:0 w:64) fn on_idle_unstake() -> Weight { - // Minimum execution time: 2_488_658 nanoseconds. - Weight::from_ref_time(2_511_670_000) + // Minimum execution time: 2_552_615 nanoseconds. + Weight::from_ref_time(2_578_905_000) .saturating_add(T::DbWeight::get().reads(389)) .saturating_add(T::DbWeight::get().writes(321)) } @@ -73,10 +73,10 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: Staking ErasStakers (r:56 w:0) /// The range of component `x` is `[28, 3584]`. fn on_idle_check(x: u32, ) -> Weight { - // Minimum execution time: 30_740_718 nanoseconds. - Weight::from_ref_time(30_860_556_000) - // Standard Error: 718_983 - .saturating_add(Weight::from_ref_time(919_301_428).saturating_mul(x.into())) + // Minimum execution time: 30_830_116 nanoseconds. + Weight::from_ref_time(30_984_473_000) + // Standard Error: 684_520 + .saturating_add(Weight::from_ref_time(904_651_114).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(85)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(66)) @@ -95,8 +95,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: Balances Locks (r:1 w:1) // Storage: FastUnstake CounterForQueue (r:1 w:1) fn register_fast_unstake() -> Weight { - // Minimum execution time: 155_839 nanoseconds. - Weight::from_ref_time(161_259_000) + // Minimum execution time: 154_100 nanoseconds. + Weight::from_ref_time(157_462_000) .saturating_add(T::DbWeight::get().reads(15)) .saturating_add(T::DbWeight::get().writes(10)) } @@ -106,15 +106,15 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: FastUnstake Head (r:1 w:0) // Storage: FastUnstake CounterForQueue (r:1 w:1) fn deregister() -> Weight { - // Minimum execution time: 63_608 nanoseconds. - Weight::from_ref_time(67_081_000) + // Minimum execution time: 66_160 nanoseconds. + Weight::from_ref_time(72_766_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1) fn control() -> Weight { - // Minimum execution time: 4_144 nanoseconds. - Weight::from_ref_time(4_550_000) + // Minimum execution time: 4_055 nanoseconds. + Weight::from_ref_time(4_245_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/pallet_identity.rs b/runtime/polkadot/src/weights/pallet_identity.rs index f4686be054af..99a906fd41d6 100644 --- a/runtime/polkadot/src/weights/pallet_identity.rs +++ b/runtime/polkadot/src/weights/pallet_identity.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -47,10 +47,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity Registrars (r:1 w:1) /// The range of component `r` is `[1, 19]`. fn add_registrar(r: u32, ) -> Weight { - // Minimum execution time: 17_534 nanoseconds. - Weight::from_ref_time(18_808_402) - // Standard Error: 3_246 - .saturating_add(Weight::from_ref_time(160_919).saturating_mul(r.into())) + // Minimum execution time: 17_605 nanoseconds. + Weight::from_ref_time(18_619_749) + // Standard Error: 2_772 + .saturating_add(Weight::from_ref_time(149_667).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -58,12 +58,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn set_identity(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 38_209 nanoseconds. - Weight::from_ref_time(36_387_791) - // Standard Error: 5_473 - .saturating_add(Weight::from_ref_time(207_086).saturating_mul(r.into())) - // Standard Error: 1_068 - .saturating_add(Weight::from_ref_time(336_378).saturating_mul(x.into())) + // Minimum execution time: 37_551 nanoseconds. + Weight::from_ref_time(35_672_852) + // Standard Error: 5_563 + .saturating_add(Weight::from_ref_time(235_243).saturating_mul(r.into())) + // Standard Error: 1_085 + .saturating_add(Weight::from_ref_time(344_921).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -72,10 +72,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:2 w:2) /// The range of component `s` is `[0, 100]`. fn set_subs_new(s: u32, ) -> Weight { - // Minimum execution time: 10_106 nanoseconds. - Weight::from_ref_time(28_337_156) - // Standard Error: 5_182 - .saturating_add(Weight::from_ref_time(2_633_295).saturating_mul(s.into())) + // Minimum execution time: 9_912 nanoseconds. + Weight::from_ref_time(27_369_033) + // Standard Error: 4_743 + .saturating_add(Weight::from_ref_time(2_626_576).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)) @@ -86,10 +86,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:0 w:2) /// The range of component `p` is `[0, 100]`. fn set_subs_old(p: u32, ) -> Weight { - // Minimum execution time: 9_979 nanoseconds. - Weight::from_ref_time(28_105_665) - // Standard Error: 4_406 - .saturating_add(Weight::from_ref_time(1_177_708).saturating_mul(p.into())) + // Minimum execution time: 9_959 nanoseconds. + Weight::from_ref_time(27_992_335) + // Standard Error: 4_410 + .saturating_add(Weight::from_ref_time(1_161_159).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -101,14 +101,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { - // Minimum execution time: 54_168 nanoseconds. - Weight::from_ref_time(35_779_019) - // Standard Error: 10_150 - .saturating_add(Weight::from_ref_time(211_003).saturating_mul(r.into())) - // Standard Error: 1_982 - .saturating_add(Weight::from_ref_time(1_155_610).saturating_mul(s.into())) - // Standard Error: 1_982 - .saturating_add(Weight::from_ref_time(194_264).saturating_mul(x.into())) + // Minimum execution time: 54_700 nanoseconds. + Weight::from_ref_time(37_407_654) + // Standard Error: 11_240 + .saturating_add(Weight::from_ref_time(213_884).saturating_mul(r.into())) + // Standard Error: 2_195 + .saturating_add(Weight::from_ref_time(1_136_242).saturating_mul(s.into())) + // Standard Error: 2_195 + .saturating_add(Weight::from_ref_time(188_509).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -118,12 +118,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn request_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 40_353 nanoseconds. - Weight::from_ref_time(37_376_440) - // Standard Error: 6_047 - .saturating_add(Weight::from_ref_time(213_267).saturating_mul(r.into())) - // Standard Error: 1_179 - .saturating_add(Weight::from_ref_time(359_615).saturating_mul(x.into())) + // Minimum execution time: 39_561 nanoseconds. + Weight::from_ref_time(36_579_723) + // Standard Error: 6_657 + .saturating_add(Weight::from_ref_time(255_250).saturating_mul(r.into())) + // Standard Error: 1_298 + .saturating_add(Weight::from_ref_time(368_736).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -131,42 +131,42 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn cancel_request(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 34_809 nanoseconds. - Weight::from_ref_time(33_774_752) - // Standard Error: 6_406 - .saturating_add(Weight::from_ref_time(187_714).saturating_mul(r.into())) - // Standard Error: 1_250 - .saturating_add(Weight::from_ref_time(357_475).saturating_mul(x.into())) + // Minimum execution time: 35_525 nanoseconds. + Weight::from_ref_time(33_983_426) + // Standard Error: 5_967 + .saturating_add(Weight::from_ref_time(180_994).saturating_mul(r.into())) + // Standard Error: 1_164 + .saturating_add(Weight::from_ref_time(358_930).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) /// The range of component `r` is `[1, 19]`. fn set_fee(r: u32, ) -> Weight { - // Minimum execution time: 8_500 nanoseconds. - Weight::from_ref_time(9_283_692) - // Standard Error: 2_040 - .saturating_add(Weight::from_ref_time(135_894).saturating_mul(r.into())) + // Minimum execution time: 8_525 nanoseconds. + Weight::from_ref_time(9_213_981) + // Standard Error: 2_308 + .saturating_add(Weight::from_ref_time(117_392).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) /// The range of component `r` is `[1, 19]`. fn set_account_id(r: u32, ) -> Weight { - // Minimum execution time: 8_720 nanoseconds. - Weight::from_ref_time(9_470_467) - // Standard Error: 2_197 - .saturating_add(Weight::from_ref_time(126_317).saturating_mul(r.into())) + // Minimum execution time: 8_704 nanoseconds. + Weight::from_ref_time(9_223_187) + // Standard Error: 2_396 + .saturating_add(Weight::from_ref_time(119_687).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) /// The range of component `r` is `[1, 19]`. fn set_fields(r: u32, ) -> Weight { - // Minimum execution time: 8_536 nanoseconds. - Weight::from_ref_time(9_524_890) - // Standard Error: 2_179 - .saturating_add(Weight::from_ref_time(110_157).saturating_mul(r.into())) + // Minimum execution time: 8_604 nanoseconds. + Weight::from_ref_time(9_162_103) + // Standard Error: 2_052 + .saturating_add(Weight::from_ref_time(123_878).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 19]`. /// The range of component `x` is `[0, 100]`. fn provide_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 29_241 nanoseconds. - Weight::from_ref_time(27_350_062) - // Standard Error: 6_356 - .saturating_add(Weight::from_ref_time(187_390).saturating_mul(r.into())) - // Standard Error: 1_176 - .saturating_add(Weight::from_ref_time(608_282).saturating_mul(x.into())) + // Minimum execution time: 28_317 nanoseconds. + Weight::from_ref_time(27_692_441) + // Standard Error: 6_501 + .saturating_add(Weight::from_ref_time(190_903).saturating_mul(r.into())) + // Standard Error: 1_202 + .saturating_add(Weight::from_ref_time(616_544).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,14 +192,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// 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 { - // Minimum execution time: 68_159 nanoseconds. - Weight::from_ref_time(50_611_792) - // Standard Error: 10_314 - .saturating_add(Weight::from_ref_time(234_889).saturating_mul(r.into())) - // Standard Error: 2_014 - .saturating_add(Weight::from_ref_time(1_169_391).saturating_mul(s.into())) - // Standard Error: 2_014 - .saturating_add(Weight::from_ref_time(181_055).saturating_mul(x.into())) + // Minimum execution time: 68_323 nanoseconds. + Weight::from_ref_time(50_236_400) + // Standard Error: 11_746 + .saturating_add(Weight::from_ref_time(216_324).saturating_mul(r.into())) + // Standard Error: 2_293 + .saturating_add(Weight::from_ref_time(1_162_141).saturating_mul(s.into())) + // Standard Error: 2_293 + .saturating_add(Weight::from_ref_time(187_970).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -209,10 +209,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn add_sub(s: u32, ) -> Weight { - // Minimum execution time: 33_726 nanoseconds. - Weight::from_ref_time(38_652_246) - // Standard Error: 1_638 - .saturating_add(Weight::from_ref_time(130_199).saturating_mul(s.into())) + // Minimum execution time: 33_665 nanoseconds. + Weight::from_ref_time(39_111_033) + // Standard Error: 1_882 + .saturating_add(Weight::from_ref_time(124_998).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -220,10 +220,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn rename_sub(s: u32, ) -> Weight { - // Minimum execution time: 13_582 nanoseconds. - Weight::from_ref_time(15_118_759) - // Standard Error: 729 - .saturating_add(Weight::from_ref_time(58_564).saturating_mul(s.into())) + // Minimum execution time: 13_748 nanoseconds. + Weight::from_ref_time(15_167_605) + // Standard Error: 770 + .saturating_add(Weight::from_ref_time(55_402).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -232,10 +232,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn remove_sub(s: u32, ) -> Weight { - // Minimum execution time: 37_490 nanoseconds. - Weight::from_ref_time(40_624_979) - // Standard Error: 1_314 - .saturating_add(Weight::from_ref_time(114_039).saturating_mul(s.into())) + // Minimum execution time: 37_729 nanoseconds. + Weight::from_ref_time(40_567_971) + // Standard Error: 1_359 + .saturating_add(Weight::from_ref_time(113_958).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -243,10 +243,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn quit_sub(s: u32, ) -> Weight { - // Minimum execution time: 26_554 nanoseconds. - Weight::from_ref_time(29_207_998) - // Standard Error: 1_163 - .saturating_add(Weight::from_ref_time(107_223).saturating_mul(s.into())) + // Minimum execution time: 26_054 nanoseconds. + Weight::from_ref_time(29_572_962) + // Standard Error: 1_493 + .saturating_add(Weight::from_ref_time(100_129).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/src/weights/pallet_im_online.rs b/runtime/polkadot/src/weights/pallet_im_online.rs index 974dd41afde6..c7c242bbdcda 100644 --- a/runtime/polkadot/src/weights/pallet_im_online.rs +++ b/runtime/polkadot/src/weights/pallet_im_online.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_im_online` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -52,12 +52,12 @@ impl pallet_im_online::WeightInfo for WeightInfo { /// The range of component `k` is `[1, 1000]`. /// The range of component `e` is `[1, 100]`. fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight { - // Minimum execution time: 123_589 nanoseconds. - Weight::from_ref_time(105_679_281) - // Standard Error: 453 - .saturating_add(Weight::from_ref_time(34_331).saturating_mul(k.into())) - // Standard Error: 4_569 - .saturating_add(Weight::from_ref_time(403_316).saturating_mul(e.into())) + // Minimum execution time: 124_896 nanoseconds. + Weight::from_ref_time(104_116_040) + // Standard Error: 428 + .saturating_add(Weight::from_ref_time(34_415).saturating_mul(k.into())) + // Standard Error: 4_319 + .saturating_add(Weight::from_ref_time(405_429).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_indices.rs b/runtime/polkadot/src/weights/pallet_indices.rs index eeb18f3afca0..4aaceabfc93b 100644 --- a/runtime/polkadot/src/weights/pallet_indices.rs +++ b/runtime/polkadot/src/weights/pallet_indices.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_indices` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -46,38 +46,38 @@ pub struct WeightInfo(PhantomData); impl pallet_indices::WeightInfo for WeightInfo { // Storage: Indices Accounts (r:1 w:1) fn claim() -> Weight { - // Minimum execution time: 27_755 nanoseconds. - Weight::from_ref_time(28_598_000) + // Minimum execution time: 27_669 nanoseconds. + Weight::from_ref_time(28_358_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - // Minimum execution time: 34_236 nanoseconds. - Weight::from_ref_time(35_452_000) + // Minimum execution time: 33_979 nanoseconds. + Weight::from_ref_time(34_847_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Indices Accounts (r:1 w:1) fn free() -> Weight { - // Minimum execution time: 28_589 nanoseconds. - Weight::from_ref_time(29_223_000) + // Minimum execution time: 28_378 nanoseconds. + Weight::from_ref_time(29_124_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn force_transfer() -> Weight { - // Minimum execution time: 28_680 nanoseconds. - Weight::from_ref_time(29_343_000) + // Minimum execution time: 28_502 nanoseconds. + Weight::from_ref_time(29_094_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Indices Accounts (r:1 w:1) fn freeze() -> Weight { - // Minimum execution time: 34_163 nanoseconds. - Weight::from_ref_time(35_251_000) + // Minimum execution time: 34_308 nanoseconds. + Weight::from_ref_time(35_061_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_membership.rs b/runtime/polkadot/src/weights/pallet_membership.rs index 673bf1a1cb23..a3f87699a726 100644 --- a/runtime/polkadot/src/weights/pallet_membership.rs +++ b/runtime/polkadot/src/weights/pallet_membership.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_membership` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -50,10 +50,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 99]`. fn add_member(m: u32, ) -> Weight { - // Minimum execution time: 21_637 nanoseconds. - Weight::from_ref_time(22_581_225) - // Standard Error: 673 - .saturating_add(Weight::from_ref_time(33_291).saturating_mul(m.into())) + // Minimum execution time: 21_353 nanoseconds. + Weight::from_ref_time(22_534_657) + // Standard Error: 573 + .saturating_add(Weight::from_ref_time(36_169).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -64,10 +64,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[2, 100]`. fn remove_member(m: u32, ) -> Weight { - // Minimum execution time: 23_857 nanoseconds. - Weight::from_ref_time(24_888_690) - // Standard Error: 635 - .saturating_add(Weight::from_ref_time(30_290).saturating_mul(m.into())) + // Minimum execution time: 24_162 nanoseconds. + Weight::from_ref_time(25_407_892) + // Standard Error: 790 + .saturating_add(Weight::from_ref_time(30_791).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -78,10 +78,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[2, 100]`. fn swap_member(m: u32, ) -> Weight { - // Minimum execution time: 23_820 nanoseconds. - Weight::from_ref_time(24_834_766) - // Standard Error: 619 - .saturating_add(Weight::from_ref_time(43_120).saturating_mul(m.into())) + // Minimum execution time: 24_375 nanoseconds. + Weight::from_ref_time(25_405_639) + // Standard Error: 684 + .saturating_add(Weight::from_ref_time(40_175).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -92,10 +92,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn reset_member(m: u32, ) -> Weight { - // Minimum execution time: 23_778 nanoseconds. - Weight::from_ref_time(24_770_466) - // Standard Error: 1_196 - .saturating_add(Weight::from_ref_time(148_825).saturating_mul(m.into())) + // Minimum execution time: 23_719 nanoseconds. + Weight::from_ref_time(25_268_482) + // Standard Error: 1_134 + .saturating_add(Weight::from_ref_time(141_130).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -106,10 +106,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn change_key(m: u32, ) -> Weight { - // Minimum execution time: 24_199 nanoseconds. - Weight::from_ref_time(25_523_414) - // Standard Error: 708 - .saturating_add(Weight::from_ref_time(40_996).saturating_mul(m.into())) + // Minimum execution time: 24_596 nanoseconds. + Weight::from_ref_time(25_979_170) + // Standard Error: 737 + .saturating_add(Weight::from_ref_time(39_884).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -118,10 +118,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn set_prime(m: u32, ) -> Weight { - // Minimum execution time: 8_171 nanoseconds. - Weight::from_ref_time(8_785_768) - // Standard Error: 334 - .saturating_add(Weight::from_ref_time(7_217).saturating_mul(m.into())) + // Minimum execution time: 8_193 nanoseconds. + Weight::from_ref_time(8_684_759) + // Standard Error: 256 + .saturating_add(Weight::from_ref_time(8_597).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -129,8 +129,8 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn clear_prime(_m: u32, ) -> Weight { - // Minimum execution time: 4_649 nanoseconds. - Weight::from_ref_time(5_153_987) + // Minimum execution time: 4_544 nanoseconds. + Weight::from_ref_time(5_058_811) .saturating_add(T::DbWeight::get().writes(2)) } } diff --git a/runtime/polkadot/src/weights/pallet_multisig.rs b/runtime/polkadot/src/weights/pallet_multisig.rs index e06f5872aa51..0ab90b9e6768 100644 --- a/runtime/polkadot/src/weights/pallet_multisig.rs +++ b/runtime/polkadot/src/weights/pallet_multisig.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -46,22 +46,22 @@ pub struct WeightInfo(PhantomData); impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_threshold_1(z: u32, ) -> Weight { - // Minimum execution time: 16_419 nanoseconds. - Weight::from_ref_time(17_643_145) - // Standard Error: 7 - .saturating_add(Weight::from_ref_time(647).saturating_mul(z.into())) + // Minimum execution time: 15_906 nanoseconds. + Weight::from_ref_time(16_994_846) + // Standard Error: 6 + .saturating_add(Weight::from_ref_time(664).saturating_mul(z.into())) } // Storage: Multisig Multisigs (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 50_553 nanoseconds. - Weight::from_ref_time(37_184_342) - // Standard Error: 1_503 - .saturating_add(Weight::from_ref_time(158_574).saturating_mul(s.into())) - // Standard Error: 14 - .saturating_add(Weight::from_ref_time(1_892).saturating_mul(z.into())) + // Minimum execution time: 51_048 nanoseconds. + Weight::from_ref_time(37_390_960) + // Standard Error: 1_365 + .saturating_add(Weight::from_ref_time(154_054).saturating_mul(s.into())) + // Standard Error: 13 + .saturating_add(Weight::from_ref_time(1_989).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[3, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 37_393 nanoseconds. - Weight::from_ref_time(24_946_440) - // Standard Error: 1_177 - .saturating_add(Weight::from_ref_time(146_109).saturating_mul(s.into())) + // Minimum execution time: 37_546 nanoseconds. + Weight::from_ref_time(25_169_963) + // Standard Error: 1_128 + .saturating_add(Weight::from_ref_time(146_631).saturating_mul(s.into())) // Standard Error: 11 - .saturating_add(Weight::from_ref_time(1_960).saturating_mul(z.into())) + .saturating_add(Weight::from_ref_time(1_991).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 55_115 nanoseconds. - Weight::from_ref_time(38_332_908) - // Standard Error: 1_780 - .saturating_add(Weight::from_ref_time(191_842).saturating_mul(s.into())) - // Standard Error: 17 - .saturating_add(Weight::from_ref_time(2_060).saturating_mul(z.into())) + // Minimum execution time: 55_443 nanoseconds. + Weight::from_ref_time(39_207_697) + // Standard Error: 1_555 + .saturating_add(Weight::from_ref_time(181_070).saturating_mul(s.into())) + // Standard Error: 15 + .saturating_add(Weight::from_ref_time(2_002).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -96,30 +96,30 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { - // Minimum execution time: 33_460 nanoseconds. - Weight::from_ref_time(35_886_555) - // Standard Error: 1_704 - .saturating_add(Weight::from_ref_time(156_762).saturating_mul(s.into())) + // Minimum execution time: 34_561 nanoseconds. + Weight::from_ref_time(37_133_873) + // Standard Error: 1_713 + .saturating_add(Weight::from_ref_time(147_916).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Multisig Multisigs (r:1 w:1) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { - // Minimum execution time: 22_943 nanoseconds. - Weight::from_ref_time(24_395_293) - // Standard Error: 990 - .saturating_add(Weight::from_ref_time(141_551).saturating_mul(s.into())) + // Minimum execution time: 23_505 nanoseconds. + Weight::from_ref_time(24_874_604) + // Standard Error: 1_443 + .saturating_add(Weight::from_ref_time(141_186).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) /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { - // Minimum execution time: 34_456 nanoseconds. - Weight::from_ref_time(36_168_731) - // Standard Error: 1_402 - .saturating_add(Weight::from_ref_time(151_839).saturating_mul(s.into())) + // Minimum execution time: 34_332 nanoseconds. + Weight::from_ref_time(36_490_558) + // Standard Error: 1_593 + .saturating_add(Weight::from_ref_time(147_918).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index 9a8340b114d5..2fc11d8b8b20 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_nomination_pools` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -58,8 +58,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn join() -> Weight { - // Minimum execution time: 153_867 nanoseconds. - Weight::from_ref_time(159_626_000) + // Minimum execution time: 154_018 nanoseconds. + Weight::from_ref_time(158_743_000) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -73,8 +73,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn bond_extra_transfer() -> Weight { - // Minimum execution time: 153_566 nanoseconds. - Weight::from_ref_time(159_102_000) + // Minimum execution time: 154_682 nanoseconds. + Weight::from_ref_time(158_809_000) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -88,8 +88,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListNodes (r:2 w:2) // Storage: VoterList ListBags (r:2 w:2) fn bond_extra_reward() -> Weight { - // Minimum execution time: 160_730 nanoseconds. - Weight::from_ref_time(166_829_000) + // Minimum execution time: 160_860 nanoseconds. + Weight::from_ref_time(165_279_000) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -98,8 +98,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools RewardPools (r:1 w:1) // Storage: System Account (r:1 w:1) fn claim_payout() -> Weight { - // Minimum execution time: 56_643 nanoseconds. - Weight::from_ref_time(58_169_000) + // Minimum execution time: 58_198 nanoseconds. + Weight::from_ref_time(59_465_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -118,8 +118,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools SubPoolsStorage (r:1 w:1) // Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) fn unbond() -> Weight { - // Minimum execution time: 162_698 nanoseconds. - Weight::from_ref_time(168_199_000) + // Minimum execution time: 160_938 nanoseconds. + Weight::from_ref_time(165_921_000) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(13)) } @@ -130,10 +130,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Balances Locks (r:1 w:1) /// The range of component `s` is `[0, 100]`. fn pool_withdraw_unbonded(s: u32, ) -> Weight { - // Minimum execution time: 55_836 nanoseconds. - Weight::from_ref_time(59_126_770) - // Standard Error: 1_562 - .saturating_add(Weight::from_ref_time(57_163).saturating_mul(s.into())) + // Minimum execution time: 56_444 nanoseconds. + Weight::from_ref_time(59_542_905) + // Standard Error: 1_668 + .saturating_add(Weight::from_ref_time(65_825).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -148,10 +148,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools CounterForPoolMembers (r:1 w:1) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { - // Minimum execution time: 103_930 nanoseconds. - Weight::from_ref_time(107_767_636) - // Standard Error: 2_176 - .saturating_add(Weight::from_ref_time(90_423).saturating_mul(s.into())) + // Minimum execution time: 103_876 nanoseconds. + Weight::from_ref_time(108_076_686) + // Standard Error: 2_685 + .saturating_add(Weight::from_ref_time(97_226).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -176,11 +176,9 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools CounterForBondedPools (r:1 w:1) // Storage: Staking Payee (r:0 w:1) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_kill(s: u32, ) -> Weight { - // Minimum execution time: 157_763 nanoseconds. - Weight::from_ref_time(163_738_255) - // Standard Error: 3_025 - .saturating_add(Weight::from_ref_time(5_335).saturating_mul(s.into())) + fn withdraw_unbonded_kill(_s: u32, ) -> Weight { + // Minimum execution time: 158_555 nanoseconds. + Weight::from_ref_time(165_982_647) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -206,8 +204,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools BondedPools (r:1 w:1) // Storage: Staking Payee (r:0 w:1) fn create() -> Weight { - // Minimum execution time: 138_567 nanoseconds. - Weight::from_ref_time(142_080_000) + // Minimum execution time: 135_955 nanoseconds. + Weight::from_ref_time(138_419_000) .saturating_add(T::DbWeight::get().reads(21)) .saturating_add(T::DbWeight::get().writes(15)) } @@ -225,10 +223,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Staking CounterForNominators (r:1 w:1) /// The range of component `n` is `[1, 16]`. fn nominate(n: u32, ) -> Weight { - // Minimum execution time: 64_540 nanoseconds. - Weight::from_ref_time(66_341_376) - // Standard Error: 9_679 - .saturating_add(Weight::from_ref_time(1_231_407).saturating_mul(n.into())) + // Minimum execution time: 65_651 nanoseconds. + Weight::from_ref_time(66_913_897) + // Standard Error: 8_660 + .saturating_add(Weight::from_ref_time(1_169_701).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) @@ -237,8 +235,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Staking Bonded (r:1 w:0) // Storage: Staking Ledger (r:1 w:0) fn set_state() -> Weight { - // Minimum execution time: 37_793 nanoseconds. - Weight::from_ref_time(39_461_000) + // Minimum execution time: 38_320 nanoseconds. + Weight::from_ref_time(39_484_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -247,10 +245,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools CounterForMetadata (r:1 w:1) /// The range of component `n` is `[1, 256]`. fn set_metadata(n: u32, ) -> Weight { - // Minimum execution time: 14_450 nanoseconds. - Weight::from_ref_time(15_372_112) - // Standard Error: 191 - .saturating_add(Weight::from_ref_time(1_280).saturating_mul(n.into())) + // Minimum execution time: 14_423 nanoseconds. + Weight::from_ref_time(15_213_319) + // Standard Error: 176 + .saturating_add(Weight::from_ref_time(2_669).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -260,14 +258,14 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools MinCreateBond (r:0 w:1) // Storage: NominationPools MaxPools (r:0 w:1) fn set_configs() -> Weight { - // Minimum execution time: 6_335 nanoseconds. - Weight::from_ref_time(6_768_000) + // Minimum execution time: 6_051 nanoseconds. + Weight::from_ref_time(6_313_000) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: NominationPools BondedPools (r:1 w:1) fn update_roles() -> Weight { - // Minimum execution time: 24_606 nanoseconds. - Weight::from_ref_time(25_698_000) + // Minimum execution time: 25_483 nanoseconds. + Weight::from_ref_time(26_560_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -281,8 +279,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListBags (r:1 w:1) // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill() -> Weight { - // Minimum execution time: 66_612 nanoseconds. - Weight::from_ref_time(68_887_000) + // Minimum execution time: 67_500 nanoseconds. + Weight::from_ref_time(70_052_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/polkadot/src/weights/pallet_preimage.rs b/runtime/polkadot/src/weights/pallet_preimage.rs index c825656fc5a8..34ead047b61f 100644 --- a/runtime/polkadot/src/weights/pallet_preimage.rs +++ b/runtime/polkadot/src/weights/pallet_preimage.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -48,10 +48,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_preimage(s: u32, ) -> Weight { - // Minimum execution time: 30_647 nanoseconds. - Weight::from_ref_time(208_469_477) - // Standard Error: 8 - .saturating_add(Weight::from_ref_time(2_464).saturating_mul(s.into())) + // Minimum execution time: 30_920 nanoseconds. + Weight::from_ref_time(243_888_362) + // Standard Error: 11 + .saturating_add(Weight::from_ref_time(2_471).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -59,10 +59,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_requested_preimage(s: u32, ) -> Weight { - // Minimum execution time: 20_579 nanoseconds. - Weight::from_ref_time(21_324_000) - // Standard Error: 2 - .saturating_add(Weight::from_ref_time(2_739).saturating_mul(s.into())) + // Minimum execution time: 21_061 nanoseconds. + Weight::from_ref_time(66_637_860) + // Standard Error: 9 + .saturating_add(Weight::from_ref_time(2_684).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -70,76 +70,76 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_no_deposit_preimage(s: u32, ) -> Weight { - // Minimum execution time: 20_245 nanoseconds. - Weight::from_ref_time(20_530_000) - // Standard Error: 5 - .saturating_add(Weight::from_ref_time(2_696).saturating_mul(s.into())) + // Minimum execution time: 19_890 nanoseconds. + Weight::from_ref_time(20_389_000) + // Standard Error: 4 + .saturating_add(Weight::from_ref_time(2_803).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_preimage() -> Weight { - // Minimum execution time: 60_032 nanoseconds. - Weight::from_ref_time(65_986_000) + // Minimum execution time: 54_864 nanoseconds. + Weight::from_ref_time(64_377_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_no_deposit_preimage() -> Weight { - // Minimum execution time: 45_036 nanoseconds. - Weight::from_ref_time(49_184_000) + // Minimum execution time: 40_679 nanoseconds. + Weight::from_ref_time(45_704_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_preimage() -> Weight { - // Minimum execution time: 34_589 nanoseconds. - Weight::from_ref_time(39_983_000) + // Minimum execution time: 34_255 nanoseconds. + Weight::from_ref_time(45_595_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_no_deposit_preimage() -> Weight { - // Minimum execution time: 21_417 nanoseconds. - Weight::from_ref_time(26_435_000) + // Minimum execution time: 20_682 nanoseconds. + Weight::from_ref_time(25_215_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_unnoted_preimage() -> Weight { - // Minimum execution time: 31_634 nanoseconds. - Weight::from_ref_time(33_273_000) + // Minimum execution time: 26_085 nanoseconds. + Weight::from_ref_time(31_699_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_requested_preimage() -> Weight { - // Minimum execution time: 11_462 nanoseconds. - Weight::from_ref_time(12_731_000) + // Minimum execution time: 11_209 nanoseconds. + Weight::from_ref_time(12_533_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unrequest_preimage() -> Weight { - // Minimum execution time: 40_093 nanoseconds. - Weight::from_ref_time(46_580_000) + // Minimum execution time: 39_265 nanoseconds. + Weight::from_ref_time(48_641_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_unnoted_preimage() -> Weight { - // Minimum execution time: 10_218 nanoseconds. - Weight::from_ref_time(11_564_000) + // Minimum execution time: 10_661 nanoseconds. + Weight::from_ref_time(11_562_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_multi_referenced_preimage() -> Weight { - // Minimum execution time: 10_635 nanoseconds. - Weight::from_ref_time(12_263_000) + // Minimum execution time: 9_726 nanoseconds. + Weight::from_ref_time(11_510_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_proxy.rs b/runtime/polkadot/src/weights/pallet_proxy.rs index dea3addc5c7a..534a229e7ab0 100644 --- a/runtime/polkadot/src/weights/pallet_proxy.rs +++ b/runtime/polkadot/src/weights/pallet_proxy.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_proxy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -47,10 +47,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:0) /// The range of component `p` is `[1, 31]`. fn proxy(p: u32, ) -> Weight { - // Minimum execution time: 20_361 nanoseconds. - Weight::from_ref_time(21_197_210) - // Standard Error: 2_037 - .saturating_add(Weight::from_ref_time(40_912).saturating_mul(p.into())) + // Minimum execution time: 20_749 nanoseconds. + Weight::from_ref_time(21_852_992) + // Standard Error: 2_405 + .saturating_add(Weight::from_ref_time(24_871).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: Proxy Proxies (r:1 w:0) @@ -59,12 +59,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn proxy_announced(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 39_167 nanoseconds. - Weight::from_ref_time(39_427_723) - // Standard Error: 3_264 - .saturating_add(Weight::from_ref_time(154_113).saturating_mul(a.into())) - // Standard Error: 3_372 - .saturating_add(Weight::from_ref_time(61_166).saturating_mul(p.into())) + // Minimum execution time: 39_182 nanoseconds. + Weight::from_ref_time(40_925_864) + // Standard Error: 2_922 + .saturating_add(Weight::from_ref_time(119_707).saturating_mul(a.into())) + // Standard Error: 3_019 + .saturating_add(Weight::from_ref_time(28_938).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -73,12 +73,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn remove_announcement(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 26_342 nanoseconds. - Weight::from_ref_time(27_957_953) - // Standard Error: 2_462 - .saturating_add(Weight::from_ref_time(145_754).saturating_mul(a.into())) - // Standard Error: 2_543 - .saturating_add(Weight::from_ref_time(15_092).saturating_mul(p.into())) + // Minimum execution time: 27_243 nanoseconds. + Weight::from_ref_time(28_801_723) + // Standard Error: 2_606 + .saturating_add(Weight::from_ref_time(136_830).saturating_mul(a.into())) + // Standard Error: 2_692 + .saturating_add(Weight::from_ref_time(1_102).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -87,12 +87,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn reject_announcement(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 26_881 nanoseconds. - Weight::from_ref_time(28_227_796) - // Standard Error: 2_705 - .saturating_add(Weight::from_ref_time(139_700).saturating_mul(a.into())) - // Standard Error: 2_795 - .saturating_add(Weight::from_ref_time(14_618).saturating_mul(p.into())) + // Minimum execution time: 27_089 nanoseconds. + Weight::from_ref_time(28_057_611) + // Standard Error: 2_737 + .saturating_add(Weight::from_ref_time(141_298).saturating_mul(a.into())) + // Standard Error: 2_827 + .saturating_add(Weight::from_ref_time(28_157).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -102,42 +102,42 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn announce(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 35_638 nanoseconds. - Weight::from_ref_time(37_252_645) - // Standard Error: 2_697 - .saturating_add(Weight::from_ref_time(139_434).saturating_mul(a.into())) - // Standard Error: 2_787 - .saturating_add(Weight::from_ref_time(29_159).saturating_mul(p.into())) + // Minimum execution time: 35_661 nanoseconds. + Weight::from_ref_time(37_543_831) + // Standard Error: 2_993 + .saturating_add(Weight::from_ref_time(138_950).saturating_mul(a.into())) + // Standard Error: 3_093 + .saturating_add(Weight::from_ref_time(42_513).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn add_proxy(p: u32, ) -> Weight { - // Minimum execution time: 29_499 nanoseconds. - Weight::from_ref_time(30_973_518) - // Standard Error: 2_117 - .saturating_add(Weight::from_ref_time(73_494).saturating_mul(p.into())) + // Minimum execution time: 30_001 nanoseconds. + Weight::from_ref_time(31_427_610) + // Standard Error: 1_982 + .saturating_add(Weight::from_ref_time(61_157).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxy(p: u32, ) -> Weight { - // Minimum execution time: 28_782 nanoseconds. - Weight::from_ref_time(30_566_711) - // Standard Error: 2_332 - .saturating_add(Weight::from_ref_time(84_782).saturating_mul(p.into())) + // Minimum execution time: 28_976 nanoseconds. + Weight::from_ref_time(30_915_733) + // Standard Error: 2_440 + .saturating_add(Weight::from_ref_time(77_826).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxies(p: u32, ) -> Weight { - // Minimum execution time: 24_814 nanoseconds. - Weight::from_ref_time(26_214_512) - // Standard Error: 1_780 - .saturating_add(Weight::from_ref_time(40_348).saturating_mul(p.into())) + // Minimum execution time: 25_360 nanoseconds. + Weight::from_ref_time(26_850_611) + // Standard Error: 2_438 + .saturating_add(Weight::from_ref_time(33_850).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -145,20 +145,20 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn create_pure(p: u32, ) -> Weight { - // Minimum execution time: 33_125 nanoseconds. - Weight::from_ref_time(34_466_311) - // Standard Error: 2_000 - .saturating_add(Weight::from_ref_time(12_887).saturating_mul(p.into())) + // Minimum execution time: 33_030 nanoseconds. + Weight::from_ref_time(34_749_579) + // Standard Error: 2_317 + .saturating_add(Weight::from_ref_time(19_577).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[0, 30]`. fn kill_pure(p: u32, ) -> Weight { - // Minimum execution time: 25_929 nanoseconds. - Weight::from_ref_time(27_426_940) - // Standard Error: 2_345 - .saturating_add(Weight::from_ref_time(49_944).saturating_mul(p.into())) + // Minimum execution time: 26_732 nanoseconds. + Weight::from_ref_time(28_055_090) + // Standard Error: 2_142 + .saturating_add(Weight::from_ref_time(39_034).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_scheduler.rs b/runtime/polkadot/src/weights/pallet_scheduler.rs index 8a01add944f2..3254aded96f0 100644 --- a/runtime/polkadot/src/weights/pallet_scheduler.rs +++ b/runtime/polkadot/src/weights/pallet_scheduler.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -46,61 +46,61 @@ pub struct WeightInfo(PhantomData); impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler IncompleteSince (r:1 w:1) fn service_agendas_base() -> Weight { - // Minimum execution time: 5_198 nanoseconds. - Weight::from_ref_time(5_483_000) + // Minimum execution time: 4_982 nanoseconds. + Weight::from_ref_time(5_281_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 50]`. fn service_agenda_base(s: u32, ) -> Weight { - // Minimum execution time: 4_563 nanoseconds. - Weight::from_ref_time(7_002_179) - // Standard Error: 1_693 - .saturating_add(Weight::from_ref_time(857_307).saturating_mul(s.into())) + // Minimum execution time: 4_553 nanoseconds. + Weight::from_ref_time(6_922_848) + // Standard Error: 2_117 + .saturating_add(Weight::from_ref_time(805_874).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_base() -> Weight { - // Minimum execution time: 10_824 nanoseconds. - Weight::from_ref_time(11_356_000) + // Minimum execution time: 10_784 nanoseconds. + Weight::from_ref_time(11_050_000) } // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) /// The range of component `s` is `[128, 4194304]`. fn service_task_fetched(s: u32, ) -> Weight { - // Minimum execution time: 23_176 nanoseconds. - Weight::from_ref_time(23_400_000) - // Standard Error: 8 - .saturating_add(Weight::from_ref_time(1_652).saturating_mul(s.into())) + // Minimum execution time: 23_776 nanoseconds. + Weight::from_ref_time(24_041_000) + // Standard Error: 3 + .saturating_add(Weight::from_ref_time(1_675).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Scheduler Lookup (r:0 w:1) fn service_task_named() -> Weight { - // Minimum execution time: 12_138 nanoseconds. - Weight::from_ref_time(12_508_000) + // Minimum execution time: 12_175 nanoseconds. + Weight::from_ref_time(12_662_000) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { - // Minimum execution time: 10_789 nanoseconds. - Weight::from_ref_time(11_228_000) + // Minimum execution time: 10_733 nanoseconds. + Weight::from_ref_time(11_107_000) } fn execute_dispatch_signed() -> Weight { - // Minimum execution time: 4_096 nanoseconds. - Weight::from_ref_time(4_282_000) + // Minimum execution time: 3_944 nanoseconds. + Weight::from_ref_time(4_069_000) } fn execute_dispatch_unsigned() -> Weight { - // Minimum execution time: 4_043 nanoseconds. - Weight::from_ref_time(4_312_000) + // Minimum execution time: 3_948 nanoseconds. + Weight::from_ref_time(4_092_000) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule(s: u32, ) -> Weight { - // Minimum execution time: 18_547 nanoseconds. - Weight::from_ref_time(21_624_873) - // Standard Error: 3_234 - .saturating_add(Weight::from_ref_time(907_907).saturating_mul(s.into())) + // Minimum execution time: 18_594 nanoseconds. + Weight::from_ref_time(21_305_847) + // Standard Error: 3_395 + .saturating_add(Weight::from_ref_time(863_487).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -108,10 +108,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Lookup (r:0 w:1) /// The range of component `s` is `[1, 50]`. fn cancel(s: u32, ) -> Weight { - // Minimum execution time: 22_587 nanoseconds. - Weight::from_ref_time(22_003_715) - // Standard Error: 2_997 - .saturating_add(Weight::from_ref_time(1_583_080).saturating_mul(s.into())) + // Minimum execution time: 22_178 nanoseconds. + Weight::from_ref_time(21_547_752) + // Standard Error: 3_349 + .saturating_add(Weight::from_ref_time(1_489_602).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,10 +119,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule_named(s: u32, ) -> Weight { - // Minimum execution time: 21_118 nanoseconds. - Weight::from_ref_time(24_851_464) - // Standard Error: 3_728 - .saturating_add(Weight::from_ref_time(946_401).saturating_mul(s.into())) + // Minimum execution time: 21_462 nanoseconds. + Weight::from_ref_time(24_799_593) + // Standard Error: 3_553 + .saturating_add(Weight::from_ref_time(905_524).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -130,10 +130,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[1, 50]`. fn cancel_named(s: u32, ) -> Weight { - // Minimum execution time: 23_755 nanoseconds. - Weight::from_ref_time(23_830_730) - // Standard Error: 3_006 - .saturating_add(Weight::from_ref_time(1_592_608).saturating_mul(s.into())) + // Minimum execution time: 23_536 nanoseconds. + Weight::from_ref_time(23_724_872) + // Standard Error: 3_494 + .saturating_add(Weight::from_ref_time(1_499_897).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/src/weights/pallet_session.rs b/runtime/polkadot/src/weights/pallet_session.rs index 4d0c6477217c..91b9cb6394e2 100644 --- a/runtime/polkadot/src/weights/pallet_session.rs +++ b/runtime/polkadot/src/weights/pallet_session.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -48,8 +48,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:6 w:6) fn set_keys() -> Weight { - // Minimum execution time: 62_203 nanoseconds. - Weight::from_ref_time(63_515_000) + // Minimum execution time: 62_631 nanoseconds. + Weight::from_ref_time(64_606_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -57,8 +57,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:0 w:6) fn purge_keys() -> Weight { - // Minimum execution time: 47_243 nanoseconds. - Weight::from_ref_time(48_808_000) + // Minimum execution time: 47_344 nanoseconds. + Weight::from_ref_time(48_577_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/polkadot/src/weights/pallet_staking.rs b/runtime/polkadot/src/weights/pallet_staking.rs index 5622a8235e06..859f5242ce12 100644 --- a/runtime/polkadot/src/weights/pallet_staking.rs +++ b/runtime/polkadot/src/weights/pallet_staking.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_staking` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -50,8 +50,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) // Storage: Staking Payee (r:0 w:1) fn bond() -> Weight { - // Minimum execution time: 46_694 nanoseconds. - Weight::from_ref_time(48_361_000) + // Minimum execution time: 47_629 nanoseconds. + Weight::from_ref_time(49_218_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -61,8 +61,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn bond_extra() -> Weight { - // Minimum execution time: 89_581 nanoseconds. - Weight::from_ref_time(91_556_000) + // Minimum execution time: 89_135 nanoseconds. + Weight::from_ref_time(92_535_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -76,8 +76,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking Bonded (r:1 w:0) // Storage: VoterList ListBags (r:2 w:2) fn unbond() -> Weight { - // Minimum execution time: 95_825 nanoseconds. - Weight::from_ref_time(98_346_000) + // Minimum execution time: 96_021 nanoseconds. + Weight::from_ref_time(98_591_000) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -87,10 +87,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { - // Minimum execution time: 39_562 nanoseconds. - Weight::from_ref_time(42_009_651) - // Standard Error: 1_320 - .saturating_add(Weight::from_ref_time(59_861).saturating_mul(s.into())) + // Minimum execution time: 41_115 nanoseconds. + Weight::from_ref_time(42_713_925) + // Standard Error: 1_131 + .saturating_add(Weight::from_ref_time(53_950).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -110,10 +110,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking SpanSlash (r:0 w:2) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_kill(s: u32, ) -> Weight { - // Minimum execution time: 83_248 nanoseconds. - Weight::from_ref_time(88_745_930) - // Standard Error: 2_939 - .saturating_add(Weight::from_ref_time(1_140_863).saturating_mul(s.into())) + // Minimum execution time: 82_831 nanoseconds. + Weight::from_ref_time(90_490_125) + // Standard Error: 3_295 + .saturating_add(Weight::from_ref_time(1_132_806).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -130,8 +130,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList CounterForListNodes (r:1 w:1) // Storage: Staking CounterForValidators (r:1 w:1) fn validate() -> Weight { - // Minimum execution time: 61_106 nanoseconds. - Weight::from_ref_time(63_362_000) + // Minimum execution time: 61_930 nanoseconds. + Weight::from_ref_time(63_636_000) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -139,10 +139,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking Nominators (r:1 w:1) /// The range of component `k` is `[1, 128]`. fn kick(k: u32, ) -> Weight { - // Minimum execution time: 41_130 nanoseconds. - Weight::from_ref_time(39_126_837) - // Standard Error: 11_113 - .saturating_add(Weight::from_ref_time(8_031_124).saturating_mul(k.into())) + // Minimum execution time: 39_665 nanoseconds. + Weight::from_ref_time(40_450_362) + // Standard Error: 10_020 + .saturating_add(Weight::from_ref_time(7_915_108).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) @@ -160,10 +160,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking CounterForNominators (r:1 w:1) /// The range of component `n` is `[1, 16]`. fn nominate(n: u32, ) -> Weight { - // Minimum execution time: 67_836 nanoseconds. - Weight::from_ref_time(68_198_059) - // Standard Error: 11_682 - .saturating_add(Weight::from_ref_time(3_364_877).saturating_mul(n.into())) + // Minimum execution time: 67_783 nanoseconds. + Weight::from_ref_time(68_600_064) + // Standard Error: 14_754 + .saturating_add(Weight::from_ref_time(3_400_838).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6)) @@ -176,58 +176,58 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:1 w:1) // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill() -> Weight { - // Minimum execution time: 62_088 nanoseconds. - Weight::from_ref_time(63_144_000) + // Minimum execution time: 63_355 nanoseconds. + Weight::from_ref_time(65_251_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking Ledger (r:1 w:0) // Storage: Staking Payee (r:0 w:1) fn set_payee() -> Weight { - // Minimum execution time: 14_839 nanoseconds. - Weight::from_ref_time(15_425_000) + // Minimum execution time: 14_963 nanoseconds. + Weight::from_ref_time(15_340_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Bonded (r:1 w:1) // Storage: Staking Ledger (r:2 w:2) fn set_controller() -> Weight { - // Minimum execution time: 21_497 nanoseconds. - Weight::from_ref_time(22_373_000) + // Minimum execution time: 21_692 nanoseconds. + Weight::from_ref_time(22_453_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Staking ValidatorCount (r:0 w:1) fn set_validator_count() -> Weight { - // Minimum execution time: 4_199 nanoseconds. - Weight::from_ref_time(4_552_000) + // Minimum execution time: 4_085 nanoseconds. + Weight::from_ref_time(4_251_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_no_eras() -> Weight { - // Minimum execution time: 16_088 nanoseconds. - Weight::from_ref_time(16_765_000) + // Minimum execution time: 16_038 nanoseconds. + Weight::from_ref_time(16_855_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_new_era() -> Weight { - // Minimum execution time: 16_326 nanoseconds. - Weight::from_ref_time(16_833_000) + // Minimum execution time: 16_051 nanoseconds. + Weight::from_ref_time(17_165_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_new_era_always() -> Weight { - // Minimum execution time: 16_383 nanoseconds. - Weight::from_ref_time(16_864_000) + // Minimum execution time: 16_016 nanoseconds. + Weight::from_ref_time(16_378_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Invulnerables (r:0 w:1) /// The range of component `v` is `[0, 1000]`. fn set_invulnerables(v: u32, ) -> Weight { - // Minimum execution time: 4_424 nanoseconds. - Weight::from_ref_time(4_748_702) - // Standard Error: 31 - .saturating_add(Weight::from_ref_time(10_724).saturating_mul(v.into())) + // Minimum execution time: 4_062 nanoseconds. + Weight::from_ref_time(4_503_619) + // Standard Error: 33 + .saturating_add(Weight::from_ref_time(10_944).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Bonded (r:1 w:1) @@ -245,10 +245,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking SpanSlash (r:0 w:2) /// The range of component `s` is `[0, 100]`. fn force_unstake(s: u32, ) -> Weight { - // Minimum execution time: 75_143 nanoseconds. - Weight::from_ref_time(81_295_128) - // Standard Error: 2_388 - .saturating_add(Weight::from_ref_time(1_136_879).saturating_mul(s.into())) + // Minimum execution time: 77_207 nanoseconds. + Weight::from_ref_time(82_572_469) + // Standard Error: 2_872 + .saturating_add(Weight::from_ref_time(1_137_085).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -256,10 +256,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking UnappliedSlashes (r:1 w:1) /// The range of component `s` is `[1, 1000]`. fn cancel_deferred_slash(s: u32, ) -> Weight { - // Minimum execution time: 127_628 nanoseconds. - Weight::from_ref_time(1_049_536_127) - // Standard Error: 70_913 - .saturating_add(Weight::from_ref_time(6_110_124).saturating_mul(s.into())) + // Minimum execution time: 131_796 nanoseconds. + Weight::from_ref_time(1_195_168_215) + // Standard Error: 76_678 + .saturating_add(Weight::from_ref_time(6_454_839).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -274,10 +274,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `n` is `[0, 512]`. fn payout_stakers_dead_controller(n: u32, ) -> Weight { - // Minimum execution time: 138_783 nanoseconds. - Weight::from_ref_time(251_991_856) - // Standard Error: 22_383 - .saturating_add(Weight::from_ref_time(27_500_253).saturating_mul(n.into())) + // Minimum execution time: 146_034 nanoseconds. + Weight::from_ref_time(313_150_975) + // Standard Error: 31_696 + .saturating_add(Weight::from_ref_time(27_191_754).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -295,10 +295,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) /// The range of component `n` is `[0, 512]`. fn payout_stakers_alive_staked(n: u32, ) -> Weight { - // Minimum execution time: 157_412 nanoseconds. - Weight::from_ref_time(363_638_586) - // Standard Error: 60_344 - .saturating_add(Weight::from_ref_time(38_171_746).saturating_mul(n.into())) + // Minimum execution time: 169_012 nanoseconds. + Weight::from_ref_time(307_962_601) + // Standard Error: 93_421 + .saturating_add(Weight::from_ref_time(39_016_614).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -312,10 +312,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:2 w:2) /// The range of component `l` is `[1, 32]`. fn rebond(l: u32, ) -> Weight { - // Minimum execution time: 87_506 nanoseconds. - Weight::from_ref_time(91_417_066) - // Standard Error: 6_377 - .saturating_add(Weight::from_ref_time(34_225).saturating_mul(l.into())) + // Minimum execution time: 87_544 nanoseconds. + Weight::from_ref_time(91_393_582) + // Standard Error: 5_547 + .saturating_add(Weight::from_ref_time(77_886).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -334,10 +334,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking SpanSlash (r:0 w:1) /// The range of component `s` is `[1, 100]`. fn reap_stash(s: u32, ) -> Weight { - // Minimum execution time: 88_191 nanoseconds. - Weight::from_ref_time(91_421_173) - // Standard Error: 3_027 - .saturating_add(Weight::from_ref_time(1_127_000).saturating_mul(s.into())) + // Minimum execution time: 88_739 nanoseconds. + Weight::from_ref_time(92_872_902) + // Standard Error: 3_439 + .saturating_add(Weight::from_ref_time(1_113_947).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -363,12 +363,12 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `v` is `[1, 10]`. /// The range of component `n` is `[0, 100]`. fn new_era(v: u32, n: u32, ) -> Weight { - // Minimum execution time: 507_711 nanoseconds. - Weight::from_ref_time(512_708_000) - // Standard Error: 2_108_519 - .saturating_add(Weight::from_ref_time(63_898_977).saturating_mul(v.into())) - // Standard Error: 210_102 - .saturating_add(Weight::from_ref_time(16_518_329).saturating_mul(n.into())) + // Minimum execution time: 514_460 nanoseconds. + Weight::from_ref_time(516_799_000) + // Standard Error: 2_093_599 + .saturating_add(Weight::from_ref_time(62_626_667).saturating_mul(v.into())) + // Standard Error: 208_615 + .saturating_add(Weight::from_ref_time(16_649_351).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(185)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -387,12 +387,12 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `v` is `[500, 1000]`. /// The range of component `n` is `[500, 1000]`. fn get_npos_voters(v: u32, n: u32, ) -> Weight { - // Minimum execution time: 29_470_596 nanoseconds. - Weight::from_ref_time(30_812_027_000) - // Standard Error: 561_728 - .saturating_add(Weight::from_ref_time(5_918_748).saturating_mul(v.into())) - // Standard Error: 561_728 - .saturating_add(Weight::from_ref_time(6_267_819).saturating_mul(n.into())) + // Minimum execution time: 29_246_926 nanoseconds. + Weight::from_ref_time(30_635_818_000) + // Standard Error: 574_516 + .saturating_add(Weight::from_ref_time(6_489_218).saturating_mul(v.into())) + // Standard Error: 574_516 + .saturating_add(Weight::from_ref_time(6_330_675).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(180)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -403,10 +403,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: System BlockWeight (r:1 w:1) /// The range of component `v` is `[500, 1000]`. fn get_npos_targets(v: u32, ) -> Weight { - // Minimum execution time: 4_339_144 nanoseconds. - Weight::from_ref_time(4_420_939_000) - // Standard Error: 51_944 - .saturating_add(Weight::from_ref_time(3_236_900).saturating_mul(v.into())) + // Minimum execution time: 4_232_847 nanoseconds. + Weight::from_ref_time(148_328_408) + // Standard Error: 63_689 + .saturating_add(Weight::from_ref_time(8_636_236).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -418,8 +418,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking MaxNominatorsCount (r:0 w:1) // Storage: Staking MinNominatorBond (r:0 w:1) fn set_staking_configs_all_set() -> Weight { - // Minimum execution time: 7_294 nanoseconds. - Weight::from_ref_time(7_645_000) + // Minimum execution time: 7_056 nanoseconds. + Weight::from_ref_time(7_591_000) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking MinCommission (r:0 w:1) @@ -429,8 +429,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking MaxNominatorsCount (r:0 w:1) // Storage: Staking MinNominatorBond (r:0 w:1) fn set_staking_configs_all_remove() -> Weight { - // Minimum execution time: 6_993 nanoseconds. - Weight::from_ref_time(7_234_000) + // Minimum execution time: 6_645 nanoseconds. + Weight::from_ref_time(6_933_000) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking Ledger (r:1 w:0) @@ -444,23 +444,23 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:1 w:1) // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill_other() -> Weight { - // Minimum execution time: 75_535 nanoseconds. - Weight::from_ref_time(77_892_000) + // Minimum execution time: 74_943 nanoseconds. + Weight::from_ref_time(78_185_000) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking MinCommission (r:1 w:0) // Storage: Staking Validators (r:1 w:1) fn force_apply_min_commission() -> Weight { - // Minimum execution time: 14_276 nanoseconds. - Weight::from_ref_time(15_103_000) + // Minimum execution time: 14_161 nanoseconds. + Weight::from_ref_time(14_930_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking MinCommission (r:0 w:1) fn set_min_commission() -> Weight { - // Minimum execution time: 4_395 nanoseconds. - Weight::from_ref_time(4_657_000) + // Minimum execution time: 4_280 nanoseconds. + Weight::from_ref_time(4_530_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/pallet_timestamp.rs b/runtime/polkadot/src/weights/pallet_timestamp.rs index de4e3c33b58c..3c963ebd7dfa 100644 --- a/runtime/polkadot/src/weights/pallet_timestamp.rs +++ b/runtime/polkadot/src/weights/pallet_timestamp.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -47,13 +47,13 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Storage: Timestamp Now (r:1 w:1) // Storage: Babe CurrentSlot (r:1 w:0) fn set() -> Weight { - // Minimum execution time: 10_077 nanoseconds. - Weight::from_ref_time(10_366_000) + // Minimum execution time: 9_879 nanoseconds. + Weight::from_ref_time(10_493_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } fn on_finalize() -> Weight { - // Minimum execution time: 4_313 nanoseconds. - Weight::from_ref_time(4_587_000) + // Minimum execution time: 4_325 nanoseconds. + Weight::from_ref_time(4_459_000) } } diff --git a/runtime/polkadot/src/weights/pallet_tips.rs b/runtime/polkadot/src/weights/pallet_tips.rs index 418efdf5d900..987849d7aef0 100644 --- a/runtime/polkadot/src/weights/pallet_tips.rs +++ b/runtime/polkadot/src/weights/pallet_tips.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_tips` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -48,18 +48,18 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Tips (r:1 w:1) /// The range of component `r` is `[0, 16384]`. fn report_awesome(r: u32, ) -> Weight { - // Minimum execution time: 31_511 nanoseconds. - Weight::from_ref_time(32_680_890) - // Standard Error: 7 - .saturating_add(Weight::from_ref_time(2_155).saturating_mul(r.into())) + // Minimum execution time: 30_971 nanoseconds. + Weight::from_ref_time(32_661_165) + // Standard Error: 9 + .saturating_add(Weight::from_ref_time(2_208).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Tips Tips (r:1 w:1) // Storage: Tips Reasons (r:0 w:1) fn retract_tip() -> Weight { - // Minimum execution time: 30_581 nanoseconds. - Weight::from_ref_time(31_543_000) + // Minimum execution time: 30_323 nanoseconds. + Weight::from_ref_time(31_539_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -69,12 +69,12 @@ impl pallet_tips::WeightInfo for WeightInfo { /// The range of component `r` is `[0, 16384]`. /// The range of component `t` is `[1, 13]`. fn tip_new(r: u32, t: u32, ) -> Weight { - // Minimum execution time: 23_629 nanoseconds. - Weight::from_ref_time(22_478_050) - // Standard Error: 9 - .saturating_add(Weight::from_ref_time(1_984).saturating_mul(r.into())) - // Standard Error: 12_422 - .saturating_add(Weight::from_ref_time(244_702).saturating_mul(t.into())) + // Minimum execution time: 23_101 nanoseconds. + Weight::from_ref_time(21_413_574) + // Standard Error: 10 + .saturating_add(Weight::from_ref_time(2_048).saturating_mul(r.into())) + // Standard Error: 13_189 + .saturating_add(Weight::from_ref_time(290_540).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -82,10 +82,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Tips (r:1 w:1) /// The range of component `t` is `[1, 13]`. fn tip(t: u32, ) -> Weight { - // Minimum execution time: 15_153 nanoseconds. - Weight::from_ref_time(15_900_950) - // Standard Error: 2_499 - .saturating_add(Weight::from_ref_time(131_453).saturating_mul(t.into())) + // Minimum execution time: 15_132 nanoseconds. + Weight::from_ref_time(15_779_311) + // Standard Error: 2_493 + .saturating_add(Weight::from_ref_time(160_275).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -95,10 +95,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Reasons (r:0 w:1) /// The range of component `t` is `[1, 13]`. fn close_tip(t: u32, ) -> Weight { - // Minimum execution time: 49_231 nanoseconds. - Weight::from_ref_time(51_038_901) - // Standard Error: 8_859 - .saturating_add(Weight::from_ref_time(118_891).saturating_mul(t.into())) + // Minimum execution time: 48_794 nanoseconds. + Weight::from_ref_time(50_936_973) + // Standard Error: 9_234 + .saturating_add(Weight::from_ref_time(166_623).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -106,10 +106,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Reasons (r:0 w:1) /// The range of component `t` is `[1, 13]`. fn slash_tip(t: u32, ) -> Weight { - // Minimum execution time: 19_501 nanoseconds. - Weight::from_ref_time(20_535_732) - // Standard Error: 2_882 - .saturating_add(Weight::from_ref_time(14_912).saturating_mul(t.into())) + // Minimum execution time: 19_287 nanoseconds. + Weight::from_ref_time(20_337_768) + // Standard Error: 3_066 + .saturating_add(Weight::from_ref_time(5_463).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/src/weights/pallet_treasury.rs b/runtime/polkadot/src/weights/pallet_treasury.rs index a9ae0553a08b..09d10555334c 100644 --- a/runtime/polkadot/src/weights/pallet_treasury.rs +++ b/runtime/polkadot/src/weights/pallet_treasury.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -48,24 +48,24 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: Treasury Approvals (r:1 w:1) // Storage: Treasury Proposals (r:0 w:1) fn spend() -> Weight { - // Minimum execution time: 19_031 nanoseconds. - Weight::from_ref_time(20_016_000) + // Minimum execution time: 18_833 nanoseconds. + Weight::from_ref_time(19_399_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Treasury ProposalCount (r:1 w:1) // Storage: Treasury Proposals (r:0 w:1) fn propose_spend() -> Weight { - // Minimum execution time: 27_633 nanoseconds. - Weight::from_ref_time(28_313_000) + // Minimum execution time: 27_913 nanoseconds. + Weight::from_ref_time(28_405_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Treasury Proposals (r:1 w:1) // Storage: System Account (r:1 w:1) fn reject_proposal() -> Weight { - // Minimum execution time: 41_280 nanoseconds. - Weight::from_ref_time(42_385_000) + // Minimum execution time: 40_413 nanoseconds. + Weight::from_ref_time(41_585_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -73,17 +73,17 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: Treasury Approvals (r:1 w:1) /// The range of component `p` is `[0, 99]`. fn approve_proposal(p: u32, ) -> Weight { - // Minimum execution time: 9_317 nanoseconds. - Weight::from_ref_time(12_109_322) - // Standard Error: 1_389 - .saturating_add(Weight::from_ref_time(113_796).saturating_mul(p.into())) + // Minimum execution time: 9_312 nanoseconds. + Weight::from_ref_time(12_390_551) + // Standard Error: 1_381 + .saturating_add(Weight::from_ref_time(104_919).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Treasury Approvals (r:1 w:1) fn remove_approval() -> Weight { - // Minimum execution time: 8_057 nanoseconds. - Weight::from_ref_time(8_274_000) + // Minimum execution time: 7_853 nanoseconds. + Weight::from_ref_time(8_207_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -95,10 +95,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: System Account (r:4 w:4) /// The range of component `p` is `[0, 100]`. fn on_initialize_proposals(p: u32, ) -> Weight { - // Minimum execution time: 45_592 nanoseconds. - Weight::from_ref_time(53_260_465) - // Standard Error: 13_409 - .saturating_add(Weight::from_ref_time(30_040_122).saturating_mul(p.into())) + // Minimum execution time: 45_445 nanoseconds. + Weight::from_ref_time(53_324_539) + // Standard Error: 10_658 + .saturating_add(Weight::from_ref_time(30_232_100).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(4)) diff --git a/runtime/polkadot/src/weights/pallet_utility.rs b/runtime/polkadot/src/weights/pallet_utility.rs index 0a40171db40a..7816b45b2ca8 100644 --- a/runtime/polkadot/src/weights/pallet_utility.rs +++ b/runtime/polkadot/src/weights/pallet_utility.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -46,31 +46,31 @@ pub struct WeightInfo(PhantomData); impl pallet_utility::WeightInfo for WeightInfo { /// The range of component `c` is `[0, 1000]`. fn batch(c: u32, ) -> Weight { - // Minimum execution time: 12_647 nanoseconds. - Weight::from_ref_time(15_779_545) - // Standard Error: 1_623 - .saturating_add(Weight::from_ref_time(4_464_644).saturating_mul(c.into())) + // Minimum execution time: 12_477 nanoseconds. + Weight::from_ref_time(19_701_610) + // Standard Error: 3_487 + .saturating_add(Weight::from_ref_time(4_222_264).saturating_mul(c.into())) } fn as_derivative() -> Weight { - // Minimum execution time: 6_774 nanoseconds. - Weight::from_ref_time(7_114_000) + // Minimum execution time: 5_818 nanoseconds. + Weight::from_ref_time(6_052_000) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { - // Minimum execution time: 12_829 nanoseconds. - Weight::from_ref_time(17_142_043) - // Standard Error: 3_525 - .saturating_add(Weight::from_ref_time(4_630_725).saturating_mul(c.into())) + // Minimum execution time: 12_742 nanoseconds. + Weight::from_ref_time(21_587_185) + // Standard Error: 2_987 + .saturating_add(Weight::from_ref_time(4_349_988).saturating_mul(c.into())) } fn dispatch_as() -> Weight { - // Minimum execution time: 14_663 nanoseconds. - Weight::from_ref_time(15_280_000) + // Minimum execution time: 14_581 nanoseconds. + Weight::from_ref_time(15_256_000) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { - // Minimum execution time: 12_528 nanoseconds. - Weight::from_ref_time(15_279_249) - // Standard Error: 3_312 - .saturating_add(Weight::from_ref_time(4_447_417).saturating_mul(c.into())) + // Minimum execution time: 12_732 nanoseconds. + Weight::from_ref_time(12_971_397) + // Standard Error: 3_490 + .saturating_add(Weight::from_ref_time(4_228_147).saturating_mul(c.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_vesting.rs b/runtime/polkadot/src/weights/pallet_vesting.rs index 1a80ba1f3d10..7b9f32ab9245 100644 --- a/runtime/polkadot/src/weights/pallet_vesting.rs +++ b/runtime/polkadot/src/weights/pallet_vesting.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_vesting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -49,12 +49,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 39_272 nanoseconds. - Weight::from_ref_time(38_459_796) - // Standard Error: 2_273 - .saturating_add(Weight::from_ref_time(57_704).saturating_mul(l.into())) - // Standard Error: 4_045 - .saturating_add(Weight::from_ref_time(106_653).saturating_mul(s.into())) + // Minimum execution time: 39_630 nanoseconds. + Weight::from_ref_time(38_793_491) + // Standard Error: 2_193 + .saturating_add(Weight::from_ref_time(56_758).saturating_mul(l.into())) + // Standard Error: 3_902 + .saturating_add(Weight::from_ref_time(104_209).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -63,12 +63,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_971 nanoseconds. - Weight::from_ref_time(39_291_813) - // Standard Error: 2_135 - .saturating_add(Weight::from_ref_time(36_477).saturating_mul(l.into())) - // Standard Error: 3_799 - .saturating_add(Weight::from_ref_time(80_706).saturating_mul(s.into())) + // Minimum execution time: 39_009 nanoseconds. + Weight::from_ref_time(39_516_539) + // Standard Error: 2_449 + .saturating_add(Weight::from_ref_time(32_505).saturating_mul(l.into())) + // Standard Error: 4_358 + .saturating_add(Weight::from_ref_time(73_752).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,12 +78,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_other_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_641 nanoseconds. - Weight::from_ref_time(38_034_009) - // Standard Error: 2_144 - .saturating_add(Weight::from_ref_time(53_222).saturating_mul(l.into())) - // Standard Error: 3_815 - .saturating_add(Weight::from_ref_time(114_553).saturating_mul(s.into())) + // Minimum execution time: 39_443 nanoseconds. + Weight::from_ref_time(38_915_099) + // Standard Error: 2_174 + .saturating_add(Weight::from_ref_time(48_144).saturating_mul(l.into())) + // Standard Error: 3_868 + .saturating_add(Weight::from_ref_time(101_392).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -93,12 +93,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_other_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_528 nanoseconds. - Weight::from_ref_time(38_543_990) - // Standard Error: 2_306 - .saturating_add(Weight::from_ref_time(43_719).saturating_mul(l.into())) - // Standard Error: 4_103 - .saturating_add(Weight::from_ref_time(86_087).saturating_mul(s.into())) + // Minimum execution time: 38_830 nanoseconds. + Weight::from_ref_time(38_771_924) + // Standard Error: 2_448 + .saturating_add(Weight::from_ref_time(32_979).saturating_mul(l.into())) + // Standard Error: 4_356 + .saturating_add(Weight::from_ref_time(103_057).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -108,12 +108,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. fn vested_transfer(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 54_828 nanoseconds. - Weight::from_ref_time(55_909_556) - // Standard Error: 2_967 - .saturating_add(Weight::from_ref_time(44_736).saturating_mul(l.into())) - // Standard Error: 5_279 - .saturating_add(Weight::from_ref_time(95_215).saturating_mul(s.into())) + // Minimum execution time: 55_587 nanoseconds. + Weight::from_ref_time(56_398_819) + // Standard Error: 2_992 + .saturating_add(Weight::from_ref_time(38_787).saturating_mul(l.into())) + // Standard Error: 5_324 + .saturating_add(Weight::from_ref_time(91_047).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -123,12 +123,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. fn force_vested_transfer(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 54_603 nanoseconds. - Weight::from_ref_time(54_374_173) - // Standard Error: 3_170 - .saturating_add(Weight::from_ref_time(57_068).saturating_mul(l.into())) - // Standard Error: 5_640 - .saturating_add(Weight::from_ref_time(102_208).saturating_mul(s.into())) + // Minimum execution time: 55_058 nanoseconds. + Weight::from_ref_time(54_757_286) + // Standard Error: 3_122 + .saturating_add(Weight::from_ref_time(61_367).saturating_mul(l.into())) + // Standard Error: 5_556 + .saturating_add(Weight::from_ref_time(103_123).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -138,12 +138,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 40_710 nanoseconds. - Weight::from_ref_time(39_868_026) - // Standard Error: 2_210 - .saturating_add(Weight::from_ref_time(56_190).saturating_mul(l.into())) - // Standard Error: 4_081 - .saturating_add(Weight::from_ref_time(103_611).saturating_mul(s.into())) + // Minimum execution time: 40_458 nanoseconds. + Weight::from_ref_time(40_670_966) + // Standard Error: 2_267 + .saturating_add(Weight::from_ref_time(43_310).saturating_mul(l.into())) + // Standard Error: 4_187 + .saturating_add(Weight::from_ref_time(95_586).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -153,12 +153,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 40_268 nanoseconds. - Weight::from_ref_time(40_379_672) - // Standard Error: 2_251 - .saturating_add(Weight::from_ref_time(44_719).saturating_mul(l.into())) - // Standard Error: 4_158 - .saturating_add(Weight::from_ref_time(102_350).saturating_mul(s.into())) + // Minimum execution time: 40_594 nanoseconds. + Weight::from_ref_time(39_865_351) + // Standard Error: 2_044 + .saturating_add(Weight::from_ref_time(62_001).saturating_mul(l.into())) + // Standard Error: 3_775 + .saturating_add(Weight::from_ref_time(107_785).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/polkadot/src/weights/pallet_xcm.rs b/runtime/polkadot/src/weights/pallet_xcm.rs index 1f854f0b8270..156f4c2b316f 100644 --- a/runtime/polkadot/src/weights/pallet_xcm.rs +++ b/runtime/polkadot/src/weights/pallet_xcm.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -51,18 +51,18 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn send() -> Weight { - // Minimum execution time: 37_058 nanoseconds. - Weight::from_ref_time(37_882_000) + // Minimum execution time: 36_044 nanoseconds. + Weight::from_ref_time(37_236_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } fn teleport_assets() -> Weight { - // Minimum execution time: 30_456 nanoseconds. - Weight::from_ref_time(31_269_000) + // Minimum execution time: 29_267 nanoseconds. + Weight::from_ref_time(29_981_000) } fn reserve_transfer_assets() -> Weight { - // Minimum execution time: 29_372 nanoseconds. - Weight::from_ref_time(29_811_000) + // Minimum execution time: 27_566 nanoseconds. + Weight::from_ref_time(28_901_000) } // Storage: Benchmark Override (r:0 w:0) fn execute() -> Weight { @@ -71,14 +71,14 @@ impl pallet_xcm::WeightInfo for WeightInfo { } // Storage: XcmPallet SupportedVersion (r:0 w:1) fn force_xcm_version() -> Weight { - // Minimum execution time: 15_127 nanoseconds. - Weight::from_ref_time(16_029_000) + // Minimum execution time: 15_231 nanoseconds. + Weight::from_ref_time(15_699_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet SafeXcmVersion (r:0 w:1) fn force_default_xcm_version() -> Weight { - // Minimum execution time: 4_030 nanoseconds. - Weight::from_ref_time(4_316_000) + // Minimum execution time: 3_903 nanoseconds. + Weight::from_ref_time(4_116_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -91,8 +91,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_subscribe_version_notify() -> Weight { - // Minimum execution time: 41_209 nanoseconds. - Weight::from_ref_time(42_069_000) + // Minimum execution time: 41_188 nanoseconds. + Weight::from_ref_time(42_818_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -105,29 +105,29 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_unsubscribe_version_notify() -> Weight { - // Minimum execution time: 44_646 nanoseconds. - Weight::from_ref_time(45_511_000) + // Minimum execution time: 44_431 nanoseconds. + Weight::from_ref_time(45_268_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: XcmPallet SupportedVersion (r:4 w:2) fn migrate_supported_version() -> Weight { - // Minimum execution time: 15_635 nanoseconds. - Weight::from_ref_time(16_157_000) + // Minimum execution time: 15_211 nanoseconds. + Weight::from_ref_time(15_658_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifiers (r:4 w:2) fn migrate_version_notifiers() -> Weight { - // Minimum execution time: 15_636 nanoseconds. - Weight::from_ref_time(16_193_000) + // Minimum execution time: 15_546 nanoseconds. + Weight::from_ref_time(15_849_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifyTargets (r:5 w:0) fn already_notified_target() -> Weight { - // Minimum execution time: 18_920 nanoseconds. - Weight::from_ref_time(19_695_000) + // Minimum execution time: 18_178 nanoseconds. + Weight::from_ref_time(18_883_000) .saturating_add(T::DbWeight::get().reads(5)) } // Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -138,21 +138,21 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn notify_current_targets() -> Weight { - // Minimum execution time: 37_344 nanoseconds. - Weight::from_ref_time(37_857_000) + // Minimum execution time: 37_284 nanoseconds. + Weight::from_ref_time(38_411_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: XcmPallet VersionNotifyTargets (r:3 w:0) fn notify_target_migration_fail() -> Weight { - // Minimum execution time: 8_253 nanoseconds. - Weight::from_ref_time(8_637_000) + // Minimum execution time: 8_251 nanoseconds. + Weight::from_ref_time(8_661_000) .saturating_add(T::DbWeight::get().reads(3)) } // Storage: XcmPallet VersionNotifyTargets (r:4 w:2) fn migrate_version_notify_targets() -> Weight { - // Minimum execution time: 16_179 nanoseconds. - Weight::from_ref_time(16_694_000) + // Minimum execution time: 15_947 nanoseconds. + Weight::from_ref_time(16_360_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -164,8 +164,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn migrate_and_notify_old_targets() -> Weight { - // Minimum execution time: 44_361 nanoseconds. - Weight::from_ref_time(46_004_000) + // Minimum execution time: 43_765 nanoseconds. + Weight::from_ref_time(44_704_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/polkadot/src/weights/runtime_common_auctions.rs b/runtime/polkadot/src/weights/runtime_common_auctions.rs index d2a3200746bc..93e1fe502433 100644 --- a/runtime/polkadot/src/weights/runtime_common_auctions.rs +++ b/runtime/polkadot/src/weights/runtime_common_auctions.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::auctions` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -47,8 +47,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions AuctionInfo (r:1 w:1) // Storage: Auctions AuctionCounter (r:1 w:1) fn new_auction() -> Weight { - // Minimum execution time: 18_679 nanoseconds. - Weight::from_ref_time(19_183_000) + // Minimum execution time: 18_501 nanoseconds. + Weight::from_ref_time(19_027_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -60,8 +60,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions ReservedAmounts (r:2 w:2) // Storage: System Account (r:1 w:1) fn bid() -> Weight { - // Minimum execution time: 96_454 nanoseconds. - Weight::from_ref_time(102_945_000) + // Minimum execution time: 91_282 nanoseconds. + Weight::from_ref_time(96_314_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Paras ActionsQueue (r:1 w:1) // Storage: Registrar Paras (r:1 w:1) fn on_initialize() -> Weight { - // Minimum execution time: 19_268_518 nanoseconds. - Weight::from_ref_time(19_583_975_000) + // Minimum execution time: 19_434_286 nanoseconds. + Weight::from_ref_time(19_898_691_000) .saturating_add(T::DbWeight::get().reads(3688)) .saturating_add(T::DbWeight::get().writes(3683)) } @@ -88,8 +88,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions Winning (r:0 w:3600) // Storage: Auctions AuctionInfo (r:0 w:1) fn cancel_auction() -> Weight { - // Minimum execution time: 5_888_276 nanoseconds. - Weight::from_ref_time(6_081_721_000) + // Minimum execution time: 5_864_966 nanoseconds. + Weight::from_ref_time(6_074_294_000) .saturating_add(T::DbWeight::get().reads(73)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/polkadot/src/weights/runtime_common_claims.rs b/runtime/polkadot/src/weights/runtime_common_claims.rs index 342c570097be..28fbb52ae0ab 100644 --- a/runtime/polkadot/src/weights/runtime_common_claims.rs +++ b/runtime/polkadot/src/weights/runtime_common_claims.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::claims` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -52,8 +52,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: System Account (r:1 w:0) // Storage: Balances Locks (r:1 w:1) fn claim() -> Weight { - // Minimum execution time: 200_550 nanoseconds. - Weight::from_ref_time(224_367_000) + // Minimum execution time: 201_756 nanoseconds. + Weight::from_ref_time(221_823_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -62,8 +62,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: Claims Claims (r:0 w:1) // Storage: Claims Signing (r:0 w:1) fn mint_claim() -> Weight { - // Minimum execution time: 13_842 nanoseconds. - Weight::from_ref_time(18_329_000) + // Minimum execution time: 15_170 nanoseconds. + Weight::from_ref_time(19_117_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -75,8 +75,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: System Account (r:1 w:0) // Storage: Balances Locks (r:1 w:1) fn claim_attest() -> Weight { - // Minimum execution time: 209_327 nanoseconds. - Weight::from_ref_time(225_206_000) + // Minimum execution time: 209_541 nanoseconds. + Weight::from_ref_time(229_246_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -89,8 +89,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: System Account (r:1 w:0) // Storage: Balances Locks (r:1 w:1) fn attest() -> Weight { - // Minimum execution time: 104_418 nanoseconds. - Weight::from_ref_time(121_121_000) + // Minimum execution time: 98_728 nanoseconds. + Weight::from_ref_time(122_241_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -99,8 +99,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: Claims Signing (r:1 w:2) // Storage: Claims Preclaims (r:1 w:1) fn move_claim() -> Weight { - // Minimum execution time: 26_434 nanoseconds. - Weight::from_ref_time(30_817_000) + // Minimum execution time: 26_466 nanoseconds. + Weight::from_ref_time(31_398_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/polkadot/src/weights/runtime_common_crowdloan.rs b/runtime/polkadot/src/weights/runtime_common_crowdloan.rs index 71f47df35214..e66b055172cf 100644 --- a/runtime/polkadot/src/weights/runtime_common_crowdloan.rs +++ b/runtime/polkadot/src/weights/runtime_common_crowdloan.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::crowdloan` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -49,8 +49,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Paras ParaLifecycles (r:1 w:0) // Storage: Crowdloan NextFundIndex (r:1 w:1) fn create() -> Weight { - // Minimum execution time: 62_327 nanoseconds. - Weight::from_ref_time(68_425_000) + // Minimum execution time: 64_086 nanoseconds. + Weight::from_ref_time(67_361_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -63,8 +63,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Crowdloan NewRaise (r:1 w:1) // Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1) fn contribute() -> Weight { - // Minimum execution time: 148_611 nanoseconds. - Weight::from_ref_time(160_406_000) + // Minimum execution time: 155_768 nanoseconds. + Weight::from_ref_time(174_371_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -73,18 +73,18 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Balances InactiveIssuance (r:1 w:1) // Storage: unknown [0xc85982571aa615c788ef9b2c16f54f25773fd439e8ee1ed2aa3ae43d48e880f0] (r:1 w:1) fn withdraw() -> Weight { - // Minimum execution time: 78_867 nanoseconds. - Weight::from_ref_time(86_870_000) + // Minimum execution time: 80_425 nanoseconds. + Weight::from_ref_time(96_226_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `k` is `[0, 1000]`. fn refund(k: u32, ) -> Weight { - // Minimum execution time: 74_189 nanoseconds. - Weight::from_ref_time(82_889_000) - // Standard Error: 17_765 - .saturating_add(Weight::from_ref_time(22_772_444).saturating_mul(k.into())) + // Minimum execution time: 78_607 nanoseconds. + Weight::from_ref_time(84_810_000) + // Standard Error: 18_697 + .saturating_add(Weight::from_ref_time(22_921_029).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -93,31 +93,31 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Crowdloan Funds (r:1 w:1) // Storage: System Account (r:1 w:1) fn dissolve() -> Weight { - // Minimum execution time: 47_062 nanoseconds. - Weight::from_ref_time(50_741_000) + // Minimum execution time: 56_442 nanoseconds. + Weight::from_ref_time(61_810_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Crowdloan Funds (r:1 w:1) fn edit() -> Weight { - // Minimum execution time: 40_013 nanoseconds. - Weight::from_ref_time(45_041_000) + // Minimum execution time: 32_818 nanoseconds. + Weight::from_ref_time(37_323_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Crowdloan Funds (r:1 w:0) // Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1) fn add_memo() -> Weight { - // Minimum execution time: 47_988 nanoseconds. - Weight::from_ref_time(60_779_000) + // Minimum execution time: 55_940 nanoseconds. + Weight::from_ref_time(63_611_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Crowdloan Funds (r:1 w:0) // Storage: Crowdloan NewRaise (r:1 w:1) fn poke() -> Weight { - // Minimum execution time: 37_454 nanoseconds. - Weight::from_ref_time(40_310_000) + // Minimum execution time: 40_671 nanoseconds. + Weight::from_ref_time(44_678_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -133,10 +133,10 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: System Account (r:2 w:2) /// The range of component `n` is `[2, 100]`. fn on_initialize(n: u32, ) -> Weight { - // Minimum execution time: 134_710 nanoseconds. - Weight::from_ref_time(31_811_570) - // Standard Error: 48_045 - .saturating_add(Weight::from_ref_time(49_411_877).saturating_mul(n.into())) + // Minimum execution time: 137_696 nanoseconds. + Weight::from_ref_time(33_843_007) + // Standard Error: 40_554 + .saturating_add(Weight::from_ref_time(49_768_413).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs b/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs index 9a1a51364e53..69d3b99aa84d 100644 --- a/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::paras_registrar` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -48,8 +48,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Registrar Paras (r:1 w:1) // Storage: Paras ParaLifecycles (r:1 w:0) fn reserve() -> Weight { - // Minimum execution time: 32_797 nanoseconds. - Weight::from_ref_time(33_662_000) + // Minimum execution time: 33_686 nanoseconds. + Weight::from_ref_time(35_013_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -64,8 +64,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras CurrentCodeHash (r:0 w:1) // Storage: Paras UpcomingParasGenesis (r:0 w:1) fn register() -> Weight { - // Minimum execution time: 7_764_223 nanoseconds. - Weight::from_ref_time(7_898_773_000) + // Minimum execution time: 7_615_484 nanoseconds. + Weight::from_ref_time(7_835_913_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -80,8 +80,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras CurrentCodeHash (r:0 w:1) // Storage: Paras UpcomingParasGenesis (r:0 w:1) fn force_register() -> Weight { - // Minimum execution time: 7_911_612 nanoseconds. - Weight::from_ref_time(8_030_819_000) + // Minimum execution time: 7_452_688 nanoseconds. + Weight::from_ref_time(7_586_138_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -92,8 +92,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras ActionsQueue (r:1 w:1) // Storage: Registrar PendingSwap (r:0 w:1) fn deregister() -> Weight { - // Minimum execution time: 59_628 nanoseconds. - Weight::from_ref_time(69_939_000) + // Minimum execution time: 56_782 nanoseconds. + Weight::from_ref_time(66_549_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -105,8 +105,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Crowdloan Funds (r:2 w:2) // Storage: Slots Leases (r:2 w:2) fn swap() -> Weight { - // Minimum execution time: 58_550 nanoseconds. - Weight::from_ref_time(63_846_000) + // Minimum execution time: 57_787 nanoseconds. + Weight::from_ref_time(63_950_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -123,20 +123,20 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras FutureCodeUpgrades (r:0 w:1) /// The range of component `b` is `[1, 3145728]`. fn schedule_code_upgrade(b: u32, ) -> Weight { - // Minimum execution time: 44_505 nanoseconds. - Weight::from_ref_time(44_769_000) + // Minimum execution time: 45_394 nanoseconds. + Weight::from_ref_time(46_249_000) // Standard Error: 3 - .saturating_add(Weight::from_ref_time(2_762).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(2_817).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } // Storage: Paras Heads (r:0 w:1) /// The range of component `b` is `[1, 1048576]`. fn set_current_head(b: u32, ) -> Weight { - // Minimum execution time: 14_284 nanoseconds. - Weight::from_ref_time(7_898_872) + // Minimum execution time: 14_809 nanoseconds. + Weight::from_ref_time(10_357_328) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(1_077).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(1_100).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/runtime_common_slots.rs b/runtime/polkadot/src/weights/runtime_common_slots.rs index 24e02f4a8ab6..2d48bd9b1b65 100644 --- a/runtime/polkadot/src/weights/runtime_common_slots.rs +++ b/runtime/polkadot/src/weights/runtime_common_slots.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::slots` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -47,8 +47,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 32_700 nanoseconds. - Weight::from_ref_time(33_801_000) + // Minimum execution time: 33_399 nanoseconds. + Weight::from_ref_time(34_116_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -61,12 +61,12 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 659_808 nanoseconds. - Weight::from_ref_time(671_012_000) - // Standard Error: 82_755 - .saturating_add(Weight::from_ref_time(2_646_168).saturating_mul(c.into())) - // Standard Error: 82_755 - .saturating_add(Weight::from_ref_time(15_678_984).saturating_mul(t.into())) + // Minimum execution time: 639_890 nanoseconds. + Weight::from_ref_time(667_066_000) + // Standard Error: 83_039 + .saturating_add(Weight::from_ref_time(2_745_068).saturating_mul(c.into())) + // Standard Error: 83_039 + .saturating_add(Weight::from_ref_time(15_811_649).saturating_mul(t.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().reads((3_u64).saturating_mul(t.into()))) @@ -77,8 +77,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 118_215 nanoseconds. - Weight::from_ref_time(128_892_000) + // Minimum execution time: 117_729 nanoseconds. + Weight::from_ref_time(123_803_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -88,8 +88,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 35_512 nanoseconds. - Weight::from_ref_time(39_008_000) + // Minimum execution time: 35_789 nanoseconds. + Weight::from_ref_time(37_534_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_configuration.rs b/runtime/polkadot/src/weights/runtime_parachains_configuration.rs index 7b06a87c5a38..a7af02ca2101 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_configuration.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_configuration.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::configuration` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -49,8 +49,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_block_number() -> Weight { - // Minimum execution time: 12_057 nanoseconds. - Weight::from_ref_time(12_467_000) + // Minimum execution time: 11_821 nanoseconds. + Weight::from_ref_time(12_290_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -59,8 +59,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_u32() -> Weight { - // Minimum execution time: 12_176 nanoseconds. - Weight::from_ref_time(12_483_000) + // Minimum execution time: 11_794 nanoseconds. + Weight::from_ref_time(12_219_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,8 +69,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_option_u32() -> Weight { - // Minimum execution time: 12_102 nanoseconds. - Weight::from_ref_time(12_358_000) + // Minimum execution time: 11_797 nanoseconds. + Weight::from_ref_time(12_180_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -79,8 +79,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_weight() -> Weight { - // Minimum execution time: 12_112 nanoseconds. - Weight::from_ref_time(12_444_000) + // Minimum execution time: 11_853 nanoseconds. + Weight::from_ref_time(12_301_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -94,8 +94,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_balance() -> Weight { - // Minimum execution time: 11_942 nanoseconds. - Weight::from_ref_time(12_491_000) + // Minimum execution time: 11_700 nanoseconds. + Weight::from_ref_time(12_189_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_disputes.rs b/runtime/polkadot/src/weights/runtime_parachains_disputes.rs index a2e70d9f65f2..5650e4529d16 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_disputes.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_disputes.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::disputes` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -46,8 +46,8 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::disputes::WeightInfo for WeightInfo { // Storage: ParasDisputes Frozen (r:0 w:1) fn force_unfreeze() -> Weight { - // Minimum execution time: 4_198 nanoseconds. - Weight::from_ref_time(4_471_000) + // Minimum execution time: 4_105 nanoseconds. + Weight::from_ref_time(4_327_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs b/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs index 104baadcccef..d30706dadf22 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::hrmp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -54,8 +54,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_init_open_channel() -> Weight { - // Minimum execution time: 43_278 nanoseconds. - Weight::from_ref_time(44_345_000) + // Minimum execution time: 43_536 nanoseconds. + Weight::from_ref_time(44_980_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -67,8 +67,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_accept_open_channel() -> Weight { - // Minimum execution time: 42_598 nanoseconds. - Weight::from_ref_time(43_414_000) + // Minimum execution time: 42_267 nanoseconds. + Weight::from_ref_time(43_633_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -79,8 +79,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_close_channel() -> Weight { - // Minimum execution time: 38_720 nanoseconds. - Weight::from_ref_time(39_534_000) + // Minimum execution time: 39_289 nanoseconds. + Weight::from_ref_time(40_868_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -93,12 +93,12 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf /// The range of component `i` is `[0, 127]`. /// The range of component `e` is `[0, 127]`. fn force_clean_hrmp(i: u32, e: u32, ) -> Weight { - // Minimum execution time: 1_038_557 nanoseconds. - Weight::from_ref_time(1_052_333_000) - // Standard Error: 96_414 - .saturating_add(Weight::from_ref_time(3_228_714).saturating_mul(i.into())) - // Standard Error: 96_414 - .saturating_add(Weight::from_ref_time(3_264_256).saturating_mul(e.into())) + // Minimum execution time: 1_047_882 nanoseconds. + Weight::from_ref_time(1_059_705_000) + // Standard Error: 99_305 + .saturating_add(Weight::from_ref_time(3_327_972).saturating_mul(i.into())) + // Standard Error: 99_305 + .saturating_add(Weight::from_ref_time(3_340_689).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) @@ -117,10 +117,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpChannels (r:0 w:2) /// The range of component `c` is `[0, 128]`. fn force_process_hrmp_open(c: u32, ) -> Weight { - // Minimum execution time: 9_936 nanoseconds. - Weight::from_ref_time(10_543_126) - // Standard Error: 16_207 - .saturating_add(Weight::from_ref_time(18_523_575).saturating_mul(c.into())) + // Minimum execution time: 9_951 nanoseconds. + Weight::from_ref_time(10_146_000) + // Standard Error: 11_178 + .saturating_add(Weight::from_ref_time(18_818_787).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -134,10 +134,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpChannelContents (r:0 w:2) /// The range of component `c` is `[0, 128]`. fn force_process_hrmp_close(c: u32, ) -> Weight { - // Minimum execution time: 6_807 nanoseconds. - Weight::from_ref_time(2_928_678) - // Standard Error: 13_610 - .saturating_add(Weight::from_ref_time(11_428_924).saturating_mul(c.into())) + // Minimum execution time: 6_607 nanoseconds. + Weight::from_ref_time(6_759_000) + // Standard Error: 11_202 + .saturating_add(Weight::from_ref_time(11_699_042).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -148,10 +148,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1) /// The range of component `c` is `[0, 128]`. fn hrmp_cancel_open_request(c: u32, ) -> Weight { - // Minimum execution time: 25_994 nanoseconds. - Weight::from_ref_time(35_768_473) - // Standard Error: 3_041 - .saturating_add(Weight::from_ref_time(195_812).saturating_mul(c.into())) + // Minimum execution time: 26_131 nanoseconds. + Weight::from_ref_time(35_778_008) + // Standard Error: 3_491 + .saturating_add(Weight::from_ref_time(210_196).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -159,10 +159,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpOpenChannelRequests (r:2 w:2) /// The range of component `c` is `[0, 128]`. fn clean_open_channel_requests(c: u32, ) -> Weight { - // Minimum execution time: 4_914 nanoseconds. - Weight::from_ref_time(1_167_892) - // Standard Error: 4_929 - .saturating_add(Weight::from_ref_time(3_222_356).saturating_mul(c.into())) + // Minimum execution time: 4_894 nanoseconds. + Weight::from_ref_time(5_023_000) + // Standard Error: 3_379 + .saturating_add(Weight::from_ref_time(3_206_344).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -180,8 +180,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpIngressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpAcceptedChannelRequestCount (r:1 w:1) fn force_open_hrmp_channel() -> Weight { - // Minimum execution time: 55_575 nanoseconds. - Weight::from_ref_time(57_798_000) + // Minimum execution time: 56_318 nanoseconds. + Weight::from_ref_time(57_275_000) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_initializer.rs b/runtime/polkadot/src/weights/runtime_parachains_initializer.rs index 6cd720c4ecdc..4bf39d89cf52 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_initializer.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_initializer.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::initializer` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -47,10 +47,10 @@ impl runtime_parachains::initializer::WeightInfo for We // Storage: System Digest (r:1 w:1) /// The range of component `d` is `[0, 65536]`. fn force_approve(d: u32, ) -> Weight { - // Minimum execution time: 8_344 nanoseconds. - Weight::from_ref_time(8_505_000) - // Standard Error: 20 - .saturating_add(Weight::from_ref_time(2_862).saturating_mul(d.into())) + // Minimum execution time: 8_055 nanoseconds. + Weight::from_ref_time(8_449_000) + // Standard Error: 24 + .saturating_add(Weight::from_ref_time(3_034).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_paras.rs b/runtime/polkadot/src/weights/runtime_parachains_paras.rs index 026889ab4f01..a9ec4f347831 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_paras.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_paras.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::paras` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -52,20 +52,20 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras CodeByHash (r:0 w:1) /// The range of component `c` is `[1, 3145728]`. fn force_set_current_code(c: u32, ) -> Weight { - // Minimum execution time: 38_255 nanoseconds. - Weight::from_ref_time(8_633_444) - // Standard Error: 5 - .saturating_add(Weight::from_ref_time(2_687).saturating_mul(c.into())) + // Minimum execution time: 37_965 nanoseconds. + Weight::from_ref_time(38_880_000) + // Standard Error: 2 + .saturating_add(Weight::from_ref_time(2_733).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Paras Heads (r:0 w:1) /// The range of component `s` is `[1, 1048576]`. fn force_set_current_head(s: u32, ) -> Weight { - // Minimum execution time: 13_877 nanoseconds. - Weight::from_ref_time(8_609_236) - // Standard Error: 2 - .saturating_add(Weight::from_ref_time(1_074).saturating_mul(s.into())) + // Minimum execution time: 14_212 nanoseconds. + Weight::from_ref_time(1_426_791) + // Standard Error: 3 + .saturating_add(Weight::from_ref_time(1_139).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Configuration ActiveConfig (r:1 w:0) @@ -81,10 +81,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras UpgradeRestrictionSignal (r:0 w:1) /// The range of component `c` is `[1, 3145728]`. fn force_schedule_code_upgrade(c: u32, ) -> Weight { - // Minimum execution time: 64_895 nanoseconds. - Weight::from_ref_time(41_462) - // Standard Error: 4 - .saturating_add(Weight::from_ref_time(2_717).saturating_mul(c.into())) + // Minimum execution time: 64_418 nanoseconds. + Weight::from_ref_time(65_273_000) + // Standard Error: 3 + .saturating_add(Weight::from_ref_time(2_771).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -93,18 +93,18 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) /// The range of component `s` is `[1, 1048576]`. fn force_note_new_head(s: u32, ) -> Weight { - // Minimum execution time: 19_265 nanoseconds. - Weight::from_ref_time(24_011_411) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_046).saturating_mul(s.into())) + // Minimum execution time: 19_585 nanoseconds. + Weight::from_ref_time(19_277_389) + // Standard Error: 2 + .saturating_add(Weight::from_ref_time(1_094).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras ActionsQueue (r:1 w:1) fn force_queue_action() -> Weight { - // Minimum execution time: 24_645 nanoseconds. - Weight::from_ref_time(25_285_000) + // Minimum execution time: 25_195 nanoseconds. + Weight::from_ref_time(25_846_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -112,18 +112,18 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras CodeByHash (r:1 w:1) /// The range of component `c` is `[1, 3145728]`. fn add_trusted_validation_code(c: u32, ) -> Weight { - // Minimum execution time: 8_999 nanoseconds. - Weight::from_ref_time(9_246_000) - // Standard Error: 2 - .saturating_add(Weight::from_ref_time(2_695).saturating_mul(c.into())) + // Minimum execution time: 9_120 nanoseconds. + Weight::from_ref_time(9_320_000) + // Standard Error: 3 + .saturating_add(Weight::from_ref_time(2_748).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Paras CodeByHashRefs (r:1 w:0) // Storage: Paras CodeByHash (r:0 w:1) fn poke_unused_validation_code() -> Weight { - // Minimum execution time: 7_282 nanoseconds. - Weight::from_ref_time(7_456_000) + // Minimum execution time: 8_503 nanoseconds. + Weight::from_ref_time(8_985_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -132,8 +132,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement() -> Weight { - // Minimum execution time: 126_528 nanoseconds. - Weight::from_ref_time(130_469_000) + // Minimum execution time: 127_360 nanoseconds. + Weight::from_ref_time(133_874_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -146,8 +146,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: System Digest (r:1 w:1) // Storage: Paras FutureCodeUpgrades (r:0 w:100) fn include_pvf_check_statement_finalize_upgrade_accept() -> Weight { - // Minimum execution time: 825_480 nanoseconds. - Weight::from_ref_time(848_037_000) + // Minimum execution time: 809_562 nanoseconds. + Weight::from_ref_time(834_810_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(104)) } @@ -156,8 +156,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement_finalize_upgrade_reject() -> Weight { - // Minimum execution time: 124_663 nanoseconds. - Weight::from_ref_time(132_702_000) + // Minimum execution time: 127_891 nanoseconds. + Weight::from_ref_time(135_753_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -168,8 +168,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras PvfActiveVoteList (r:1 w:1) // Storage: Paras ActionsQueue (r:1 w:1) fn include_pvf_check_statement_finalize_onboarding_accept() -> Weight { - // Minimum execution time: 636_835 nanoseconds. - Weight::from_ref_time(664_792_000) + // Minimum execution time: 620_842 nanoseconds. + Weight::from_ref_time(635_900_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -178,8 +178,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement_finalize_onboarding_reject() -> Weight { - // Minimum execution time: 123_738 nanoseconds. - Weight::from_ref_time(131_166_000) + // Minimum execution time: 122_580 nanoseconds. + Weight::from_ref_time(131_172_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs b/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs index 453eb81c37c1..591ae74f86bc 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::paras_inherent` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -77,10 +77,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) /// The range of component `v` is `[10, 200]`. fn enter_variable_disputes(v: u32, ) -> Weight { - // Minimum execution time: 1_019_570 nanoseconds. - Weight::from_ref_time(461_833_422) - // Standard Error: 15_019 - .saturating_add(Weight::from_ref_time(58_146_564).saturating_mul(v.into())) + // Minimum execution time: 1_006_974 nanoseconds. + Weight::from_ref_time(467_173_816) + // Standard Error: 15_368 + .saturating_add(Weight::from_ref_time(56_795_076).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(28)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -116,8 +116,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras Heads (r:0 w:1) // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) fn enter_bitfields() -> Weight { - // Minimum execution time: 477_748 nanoseconds. - Weight::from_ref_time(504_838_000) + // Minimum execution time: 473_028 nanoseconds. + Weight::from_ref_time(509_926_000) .saturating_add(T::DbWeight::get().reads(27)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -155,10 +155,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) /// The range of component `v` is `[101, 200]`. fn enter_backed_candidates_variable(v: u32, ) -> Weight { - // Minimum execution time: 6_792_700 nanoseconds. - Weight::from_ref_time(1_165_176_866) - // Standard Error: 21_821 - .saturating_add(Weight::from_ref_time(56_060_786).saturating_mul(v.into())) + // Minimum execution time: 6_809_307 nanoseconds. + Weight::from_ref_time(1_155_296_200) + // Standard Error: 21_529 + .saturating_add(Weight::from_ref_time(56_241_083).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(30)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -197,8 +197,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras Heads (r:0 w:1) // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) fn enter_backed_candidate_code_upgrade() -> Weight { - // Minimum execution time: 45_083_238 nanoseconds. - Weight::from_ref_time(47_662_139_000) + // Minimum execution time: 44_922_675 nanoseconds. + Weight::from_ref_time(47_835_866_000) .saturating_add(T::DbWeight::get().reads(32)) .saturating_add(T::DbWeight::get().writes(16)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_ump.rs b/runtime/polkadot/src/weights/runtime_parachains_ump.rs index d88b30f71837..ebd6ecbadb2e 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_ump.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_ump.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::ump` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 @@ -46,26 +46,26 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::ump::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 51200]`. fn process_upward_message(s: u32, ) -> Weight { - // Minimum execution time: 11_172 nanoseconds. - Weight::from_ref_time(2_752_019) + // Minimum execution time: 10_819 nanoseconds. + Weight::from_ref_time(2_400_246) // Standard Error: 16 - .saturating_add(Weight::from_ref_time(2_339).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(2_405).saturating_mul(s.into())) } // Storage: Ump NeedsDispatch (r:1 w:1) // Storage: Ump NextDispatchRoundStartWith (r:1 w:1) // Storage: Ump RelayDispatchQueues (r:0 w:1) // Storage: Ump RelayDispatchQueueSize (r:0 w:1) fn clean_ump_after_outgoing() -> Weight { - // Minimum execution time: 9_515 nanoseconds. - Weight::from_ref_time(9_767_000) + // Minimum execution time: 9_197 nanoseconds. + Weight::from_ref_time(9_717_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Ump Overweight (r:1 w:1) // Storage: Ump CounterForOverweight (r:1 w:1) fn service_overweight() -> Weight { - // Minimum execution time: 29_741 nanoseconds. - Weight::from_ref_time(30_580_000) + // Minimum execution time: 29_721 nanoseconds. + Weight::from_ref_time(30_376_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/constants/src/weights/block_weights.rs b/runtime/rococo/constants/src/weights/block_weights.rs index 8e5557964cff..d2755dd2324b 100644 --- a/runtime/rococo/constants/src/weights/block_weights.rs +++ b/runtime/rococo/constants/src/weights/block_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20 (Y/M/D) +//! DATE: 2023-01-23 (Y/M/D) //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development` @@ -42,17 +42,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 541_377, 617_993 - /// Average: 557_029 - /// Median: 553_883 - /// Std-Dev: 11061.36 + /// Min, Max: 542_431, 584_808 + /// Average: 555_715 + /// Median: 554_397 + /// Std-Dev: 7935.99 /// /// Percentiles nanoseconds: - /// 99th: 594_174 - /// 95th: 574_397 - /// 75th: 559_694 + /// 99th: 576_591 + /// 95th: 571_435 + /// 75th: 559_921 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(557_029)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(555_715)); } #[cfg(test)] diff --git a/runtime/rococo/constants/src/weights/extrinsic_weights.rs b/runtime/rococo/constants/src/weights/extrinsic_weights.rs index 0909bb80c3ac..696621787eb5 100644 --- a/runtime/rococo/constants/src/weights/extrinsic_weights.rs +++ b/runtime/rococo/constants/src/weights/extrinsic_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20 (Y/M/D) +//! DATE: 2023-01-23 (Y/M/D) //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development` @@ -42,17 +42,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 102_711, 104_182 - /// Average: 103_216 - /// Median: 103_169 - /// Std-Dev: 246.21 + /// Min, Max: 103_048, 104_418 + /// Average: 103_770 + /// Median: 103_775 + /// Std-Dev: 237.51 /// /// Percentiles nanoseconds: - /// 99th: 104_048 - /// 95th: 103_608 - /// 75th: 103_324 + /// 99th: 104_335 + /// 95th: 104_168 + /// 75th: 103_913 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(103_216)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(103_770)); } #[cfg(test)] diff --git a/runtime/rococo/src/weights/frame_benchmarking_baseline.rs b/runtime/rococo/src/weights/frame_benchmarking_baseline.rs index dcf7fcd139ec..83b02e932d74 100644 --- a/runtime/rococo/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/rococo/src/weights/frame_benchmarking_baseline.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `frame_benchmarking::baseline` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -46,54 +46,52 @@ pub struct WeightInfo(PhantomData); impl frame_benchmarking::baseline::WeightInfo for WeightInfo { /// The range of component `i` is `[0, 1000000]`. fn addition(_i: u32, ) -> Weight { - // Minimum execution time: 114 nanoseconds. - Weight::from_ref_time(139_433) + // Minimum execution time: 111 nanoseconds. + Weight::from_ref_time(125_746) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { - // Minimum execution time: 114 nanoseconds. - Weight::from_ref_time(140_238) + // Minimum execution time: 108 nanoseconds. + Weight::from_ref_time(127_834) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { - // Minimum execution time: 115 nanoseconds. - Weight::from_ref_time(143_801) + // Minimum execution time: 110 nanoseconds. + Weight::from_ref_time(133_152) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { - // Minimum execution time: 113 nanoseconds. - Weight::from_ref_time(150_311) + // Minimum execution time: 110 nanoseconds. + Weight::from_ref_time(128_930) } /// The range of component `i` is `[0, 100]`. - fn hashing(i: u32, ) -> Weight { - // Minimum execution time: 24_164_826 nanoseconds. - Weight::from_ref_time(24_218_927_729) - // Standard Error: 53_893 - .saturating_add(Weight::from_ref_time(223_904).saturating_mul(i.into())) + fn hashing(_i: u32, ) -> Weight { + // Minimum execution time: 23_879_119 nanoseconds. + Weight::from_ref_time(23_953_239_689) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { - // Minimum execution time: 160 nanoseconds. - Weight::from_ref_time(1_811_519) - // Standard Error: 5_809 - .saturating_add(Weight::from_ref_time(55_565_086).saturating_mul(i.into())) + // Minimum execution time: 136 nanoseconds. + Weight::from_ref_time(2_453_545) + // Standard Error: 6_526 + .saturating_add(Weight::from_ref_time(55_601_782).saturating_mul(i.into())) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn storage_read(i: u32, ) -> Weight { - // Minimum execution time: 118 nanoseconds. - Weight::from_ref_time(130_000) - // Standard Error: 16_510 - .saturating_add(Weight::from_ref_time(3_255_803).saturating_mul(i.into())) + // Minimum execution time: 121 nanoseconds. + Weight::from_ref_time(127_000) + // Standard Error: 8_321 + .saturating_add(Weight::from_ref_time(2_538_099).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn storage_write(i: u32, ) -> Weight { - // Minimum execution time: 124 nanoseconds. - Weight::from_ref_time(132_000) - // Standard Error: 1_698 - .saturating_add(Weight::from_ref_time(449_125).saturating_mul(i.into())) + // Minimum execution time: 115 nanoseconds. + Weight::from_ref_time(122_000) + // Standard Error: 1_010 + .saturating_add(Weight::from_ref_time(388_054).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } } diff --git a/runtime/rococo/src/weights/frame_system.rs b/runtime/rococo/src/weights/frame_system.rs index dce4cd46286a..ded4bb753ff9 100644 --- a/runtime/rococo/src/weights/frame_system.rs +++ b/runtime/rococo/src/weights/frame_system.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -46,51 +46,51 @@ pub struct WeightInfo(PhantomData); impl frame_system::WeightInfo for WeightInfo { /// The range of component `b` is `[0, 3932160]`. fn remark(b: u32, ) -> Weight { - // Minimum execution time: 4_569 nanoseconds. - Weight::from_ref_time(4_795_000) + // Minimum execution time: 3_782 nanoseconds. + Weight::from_ref_time(2_142_077) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(490).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(481).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { - // Minimum execution time: 13_486 nanoseconds. - Weight::from_ref_time(55_801_973) - // Standard Error: 4 - .saturating_add(Weight::from_ref_time(2_131).saturating_mul(b.into())) + // Minimum execution time: 13_557 nanoseconds. + Weight::from_ref_time(194_218_997) + // Standard Error: 6 + .saturating_add(Weight::from_ref_time(1_891).saturating_mul(b.into())) } // Storage: System Digest (r:1 w:1) // Storage: unknown [0x3a686561707061676573] (r:0 w:1) fn set_heap_pages() -> Weight { - // Minimum execution time: 8_571 nanoseconds. - Weight::from_ref_time(9_234_000) + // Minimum execution time: 8_533 nanoseconds. + Weight::from_ref_time(9_115_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn set_storage(i: u32, ) -> Weight { - // Minimum execution time: 4_079 nanoseconds. - Weight::from_ref_time(4_153_000) - // Standard Error: 2_774 - .saturating_add(Weight::from_ref_time(743_286).saturating_mul(i.into())) + // Minimum execution time: 3_819 nanoseconds. + Weight::from_ref_time(3_954_000) + // Standard Error: 2_051 + .saturating_add(Weight::from_ref_time(686_836).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn kill_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_973 nanoseconds. - Weight::from_ref_time(4_150_000) - // Standard Error: 1_547 - .saturating_add(Weight::from_ref_time(575_802).saturating_mul(i.into())) + // Minimum execution time: 3_780 nanoseconds. + Weight::from_ref_time(3_934_000) + // Standard Error: 944 + .saturating_add(Weight::from_ref_time(512_590).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { - // Minimum execution time: 5_696 nanoseconds. - Weight::from_ref_time(5_887_000) - // Standard Error: 3_416 - .saturating_add(Weight::from_ref_time(1_331_124).saturating_mul(p.into())) + // Minimum execution time: 5_580 nanoseconds. + Weight::from_ref_time(5_629_000) + // Standard Error: 1_287 + .saturating_add(Weight::from_ref_time(1_167_339).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) } } diff --git a/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs b/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs index 5f1c8095eac4..adcbc1b5abb5 100644 --- a/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs +++ b/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -48,24 +48,24 @@ impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn transfer() -> Weight { - // Minimum execution time: 48_836 nanoseconds. - Weight::from_ref_time(50_484_000) + // Minimum execution time: 47_238 nanoseconds. + Weight::from_ref_time(48_885_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: NisCounterpartBalances Account (r:2 w:2) // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { - // Minimum execution time: 34_020 nanoseconds. - Weight::from_ref_time(35_466_000) + // Minimum execution time: 33_152 nanoseconds. + Weight::from_ref_time(34_119_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: NisCounterpartBalances Account (r:1 w:1) // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn set_balance_creating() -> Weight { - // Minimum execution time: 22_751 nanoseconds. - Weight::from_ref_time(24_987_000) + // Minimum execution time: 21_670 nanoseconds. + Weight::from_ref_time(22_809_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -73,8 +73,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn set_balance_killing() -> Weight { - // Minimum execution time: 31_116 nanoseconds. - Weight::from_ref_time(32_365_000) + // Minimum execution time: 30_300 nanoseconds. + Weight::from_ref_time(31_513_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -82,23 +82,23 @@ impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:2 w:2) // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn force_transfer() -> Weight { - // Minimum execution time: 46_843 nanoseconds. - Weight::from_ref_time(48_605_000) + // Minimum execution time: 46_348 nanoseconds. + Weight::from_ref_time(47_821_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: NisCounterpartBalances Account (r:2 w:2) // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { - // Minimum execution time: 44_129 nanoseconds. - Weight::from_ref_time(45_992_000) + // Minimum execution time: 43_167 nanoseconds. + Weight::from_ref_time(44_523_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: NisCounterpartBalances Account (r:1 w:1) fn force_unreserve() -> Weight { - // Minimum execution time: 20_343 nanoseconds. - Weight::from_ref_time(21_708_000) + // Minimum execution time: 19_977 nanoseconds. + Weight::from_ref_time(20_793_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_bounties.rs b/runtime/rococo/src/weights/pallet_bounties.rs index efb53f07c9a4..5e1cb272aa0f 100644 --- a/runtime/rococo/src/weights/pallet_bounties.rs +++ b/runtime/rococo/src/weights/pallet_bounties.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_bounties` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -50,10 +50,10 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: Bounties Bounties (r:0 w:1) /// The range of component `d` is `[0, 16384]`. fn propose_bounty(d: u32, ) -> Weight { - // Minimum execution time: 30_017 nanoseconds. - Weight::from_ref_time(32_784_599) - // Standard Error: 12 - .saturating_add(Weight::from_ref_time(861).saturating_mul(d.into())) + // Minimum execution time: 29_855 nanoseconds. + Weight::from_ref_time(32_084_917) + // Standard Error: 8 + .saturating_add(Weight::from_ref_time(877).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -86,8 +86,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: Bounties BountyDescriptions (r:0 w:1) fn close_bounty_proposed() -> Weight { - // Minimum execution time: 48_783 nanoseconds. - Weight::from_ref_time(50_318_000) + // Minimum execution time: 47_203 nanoseconds. + Weight::from_ref_time(48_590_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -103,6 +103,6 @@ impl pallet_bounties::WeightInfo for WeightInfo { /// The range of component `b` is `[0, 100]`. fn spend_funds(_b: u32, ) -> Weight { // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(3_427_067) + Weight::from_ref_time(3_564_251) } } diff --git a/runtime/rococo/src/weights/pallet_child_bounties.rs b/runtime/rococo/src/weights/pallet_child_bounties.rs index 9193d64d046e..98c1bb816142 100644 --- a/runtime/rococo/src/weights/pallet_child_bounties.rs +++ b/runtime/rococo/src/weights/pallet_child_bounties.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_child_bounties` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 diff --git a/runtime/rococo/src/weights/pallet_collective_council.rs b/runtime/rococo/src/weights/pallet_collective_council.rs index 12a7b42fa8c1..698cbcda5224 100644 --- a/runtime/rococo/src/weights/pallet_collective_council.rs +++ b/runtime/rococo/src/weights/pallet_collective_council.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -55,12 +55,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 100]`. /// The range of component `p` is `[0, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { - // Minimum execution time: 17_523 nanoseconds. - Weight::from_ref_time(18_037_000) - // Standard Error: 45_688 - .saturating_add(Weight::from_ref_time(4_963_776).saturating_mul(m.into())) - // Standard Error: 45_688 - .saturating_add(Weight::from_ref_time(8_415_313).saturating_mul(p.into())) + // Minimum execution time: 17_925 nanoseconds. + Weight::from_ref_time(18_181_000) + // Standard Error: 43_836 + .saturating_add(Weight::from_ref_time(4_863_956).saturating_mul(m.into())) + // Standard Error: 43_836 + .saturating_add(Weight::from_ref_time(7_922_306).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -72,12 +72,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 20_648 nanoseconds. - Weight::from_ref_time(18_868_358) - // Standard Error: 371 - .saturating_add(Weight::from_ref_time(3_184).saturating_mul(b.into())) - // Standard Error: 3_828 - .saturating_add(Weight::from_ref_time(29_207).saturating_mul(m.into())) + // Minimum execution time: 21_057 nanoseconds. + Weight::from_ref_time(20_952_200) + // Standard Error: 26 + .saturating_add(Weight::from_ref_time(1_847).saturating_mul(b.into())) + // Standard Error: 270 + .saturating_add(Weight::from_ref_time(11_814).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: Council Members (r:1 w:0) @@ -87,12 +87,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 23_058 nanoseconds. - Weight::from_ref_time(21_999_008) - // Standard Error: 69 - .saturating_add(Weight::from_ref_time(2_560).saturating_mul(b.into())) - // Standard Error: 718 - .saturating_add(Weight::from_ref_time(23_371).saturating_mul(m.into())) + // Minimum execution time: 23_644 nanoseconds. + Weight::from_ref_time(22_531_253) + // Standard Error: 31 + .saturating_add(Weight::from_ref_time(2_093).saturating_mul(b.into())) + // Standard Error: 323 + .saturating_add(Weight::from_ref_time(22_500).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) } // Storage: Council Members (r:1 w:0) @@ -107,14 +107,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 28_691 nanoseconds. - Weight::from_ref_time(26_392_321) - // Standard Error: 129 - .saturating_add(Weight::from_ref_time(5_464).saturating_mul(b.into())) - // Standard Error: 1_353 - .saturating_add(Weight::from_ref_time(27_047).saturating_mul(m.into())) - // Standard Error: 1_336 - .saturating_add(Weight::from_ref_time(251_323).saturating_mul(p.into())) + // Minimum execution time: 29_657 nanoseconds. + Weight::from_ref_time(27_909_474) + // Standard Error: 103 + .saturating_add(Weight::from_ref_time(4_354).saturating_mul(b.into())) + // Standard Error: 1_081 + .saturating_add(Weight::from_ref_time(30_636).saturating_mul(m.into())) + // Standard Error: 1_068 + .saturating_add(Weight::from_ref_time(202_594).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -123,10 +123,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[5, 100]`. /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { - // Minimum execution time: 38_248 nanoseconds. - Weight::from_ref_time(42_022_547) - // Standard Error: 1_647 - .saturating_add(Weight::from_ref_time(68_469).saturating_mul(m.into())) + // Minimum execution time: 34_950 nanoseconds. + Weight::from_ref_time(37_589_486) + // Standard Error: 969 + .saturating_add(Weight::from_ref_time(58_213).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -139,12 +139,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 31_712 nanoseconds. - Weight::from_ref_time(30_585_169) - // Standard Error: 1_165 - .saturating_add(Weight::from_ref_time(53_092).saturating_mul(m.into())) - // Standard Error: 1_136 - .saturating_add(Weight::from_ref_time(243_737).saturating_mul(p.into())) + // Minimum execution time: 32_189 nanoseconds. + Weight::from_ref_time(33_688_931) + // Standard Error: 895 + .saturating_add(Weight::from_ref_time(35_236).saturating_mul(m.into())) + // Standard Error: 873 + .saturating_add(Weight::from_ref_time(180_058).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -159,14 +159,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 42_406 nanoseconds. - Weight::from_ref_time(34_411_224) - // Standard Error: 133 - .saturating_add(Weight::from_ref_time(6_931).saturating_mul(b.into())) - // Standard Error: 1_413 - .saturating_add(Weight::from_ref_time(57_766).saturating_mul(m.into())) - // Standard Error: 1_377 - .saturating_add(Weight::from_ref_time(348_685).saturating_mul(p.into())) + // Minimum execution time: 42_866 nanoseconds. + Weight::from_ref_time(42_607_292) + // Standard Error: 115 + .saturating_add(Weight::from_ref_time(3_444).saturating_mul(b.into())) + // Standard Error: 1_225 + .saturating_add(Weight::from_ref_time(35_350).saturating_mul(m.into())) + // Standard Error: 1_194 + .saturating_add(Weight::from_ref_time(223_215).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -180,12 +180,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 34_989 nanoseconds. - Weight::from_ref_time(32_334_475) - // Standard Error: 1_288 - .saturating_add(Weight::from_ref_time(65_428).saturating_mul(m.into())) - // Standard Error: 1_256 - .saturating_add(Weight::from_ref_time(250_259).saturating_mul(p.into())) + // Minimum execution time: 35_200 nanoseconds. + Weight::from_ref_time(35_984_937) + // Standard Error: 947 + .saturating_add(Weight::from_ref_time(39_163).saturating_mul(m.into())) + // Standard Error: 923 + .saturating_add(Weight::from_ref_time(186_666).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -201,14 +201,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 44_616 nanoseconds. - Weight::from_ref_time(39_226_753) - // Standard Error: 143 - .saturating_add(Weight::from_ref_time(5_958).saturating_mul(b.into())) - // Standard Error: 1_518 - .saturating_add(Weight::from_ref_time(46_056).saturating_mul(m.into())) - // Standard Error: 1_480 - .saturating_add(Weight::from_ref_time(350_609).saturating_mul(p.into())) + // Minimum execution time: 45_539 nanoseconds. + Weight::from_ref_time(45_484_159) + // Standard Error: 122 + .saturating_add(Weight::from_ref_time(3_642).saturating_mul(b.into())) + // Standard Error: 1_297 + .saturating_add(Weight::from_ref_time(32_947).saturating_mul(m.into())) + // Standard Error: 1_264 + .saturating_add(Weight::from_ref_time(223_458).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -218,10 +218,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { - // Minimum execution time: 19_928 nanoseconds. - Weight::from_ref_time(22_273_420) - // Standard Error: 1_083 - .saturating_add(Weight::from_ref_time(220_337).saturating_mul(p.into())) + // Minimum execution time: 20_289 nanoseconds. + Weight::from_ref_time(23_108_163) + // Standard Error: 1_194 + .saturating_add(Weight::from_ref_time(179_054).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/rococo/src/weights/pallet_collective_technical_committee.rs b/runtime/rococo/src/weights/pallet_collective_technical_committee.rs index b76bdf51b052..c7ccc9490cd6 100644 --- a/runtime/rococo/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/rococo/src/weights/pallet_collective_technical_committee.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -55,12 +55,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 100]`. /// The range of component `p` is `[0, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { - // Minimum execution time: 18_262 nanoseconds. - Weight::from_ref_time(18_616_000) - // Standard Error: 46_239 - .saturating_add(Weight::from_ref_time(5_013_614).saturating_mul(m.into())) - // Standard Error: 46_239 - .saturating_add(Weight::from_ref_time(8_519_930).saturating_mul(p.into())) + // Minimum execution time: 18_467 nanoseconds. + Weight::from_ref_time(18_767_000) + // Standard Error: 44_297 + .saturating_add(Weight::from_ref_time(4_997_368).saturating_mul(m.into())) + // Standard Error: 44_297 + .saturating_add(Weight::from_ref_time(8_086_426).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -72,12 +72,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 21_224 nanoseconds. - Weight::from_ref_time(19_432_931) - // Standard Error: 379 - .saturating_add(Weight::from_ref_time(3_070).saturating_mul(b.into())) - // Standard Error: 3_914 - .saturating_add(Weight::from_ref_time(26_603).saturating_mul(m.into())) + // Minimum execution time: 21_574 nanoseconds. + Weight::from_ref_time(21_359_288) + // Standard Error: 22 + .saturating_add(Weight::from_ref_time(1_804).saturating_mul(b.into())) + // Standard Error: 231 + .saturating_add(Weight::from_ref_time(13_172).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: TechnicalCommittee Members (r:1 w:0) @@ -87,12 +87,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 23_600 nanoseconds. - Weight::from_ref_time(22_908_627) - // Standard Error: 57 - .saturating_add(Weight::from_ref_time(2_332).saturating_mul(b.into())) - // Standard Error: 589 - .saturating_add(Weight::from_ref_time(17_408).saturating_mul(m.into())) + // Minimum execution time: 24_260 nanoseconds. + Weight::from_ref_time(23_163_195) + // Standard Error: 25 + .saturating_add(Weight::from_ref_time(2_117).saturating_mul(b.into())) + // Standard Error: 262 + .saturating_add(Weight::from_ref_time(21_327).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) } // Storage: TechnicalCommittee Members (r:1 w:0) @@ -107,14 +107,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 29_722 nanoseconds. - Weight::from_ref_time(25_002_360) - // Standard Error: 98 - .saturating_add(Weight::from_ref_time(6_473).saturating_mul(b.into())) - // Standard Error: 1_028 - .saturating_add(Weight::from_ref_time(28_595).saturating_mul(m.into())) - // Standard Error: 1_015 - .saturating_add(Weight::from_ref_time(270_180).saturating_mul(p.into())) + // Minimum execution time: 30_609 nanoseconds. + Weight::from_ref_time(28_648_528) + // Standard Error: 95 + .saturating_add(Weight::from_ref_time(4_982).saturating_mul(b.into())) + // Standard Error: 997 + .saturating_add(Weight::from_ref_time(31_950).saturating_mul(m.into())) + // Standard Error: 984 + .saturating_add(Weight::from_ref_time(207_125).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -123,10 +123,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[5, 100]`. /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { - // Minimum execution time: 36_466 nanoseconds. - Weight::from_ref_time(41_777_089) - // Standard Error: 1_092 - .saturating_add(Weight::from_ref_time(65_053).saturating_mul(m.into())) + // Minimum execution time: 34_745 nanoseconds. + Weight::from_ref_time(38_288_358) + // Standard Error: 902 + .saturating_add(Weight::from_ref_time(52_450).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -139,12 +139,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 32_894 nanoseconds. - Weight::from_ref_time(30_837_458) - // Standard Error: 950 - .saturating_add(Weight::from_ref_time(51_676).saturating_mul(m.into())) - // Standard Error: 927 - .saturating_add(Weight::from_ref_time(239_992).saturating_mul(p.into())) + // Minimum execution time: 33_516 nanoseconds. + Weight::from_ref_time(33_949_601) + // Standard Error: 806 + .saturating_add(Weight::from_ref_time(35_238).saturating_mul(m.into())) + // Standard Error: 786 + .saturating_add(Weight::from_ref_time(185_097).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -159,14 +159,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 42_891 nanoseconds. - Weight::from_ref_time(35_273_603) - // Standard Error: 113 - .saturating_add(Weight::from_ref_time(6_432).saturating_mul(b.into())) - // Standard Error: 1_198 - .saturating_add(Weight::from_ref_time(54_236).saturating_mul(m.into())) - // Standard Error: 1_168 - .saturating_add(Weight::from_ref_time(341_641).saturating_mul(p.into())) + // Minimum execution time: 43_880 nanoseconds. + Weight::from_ref_time(43_521_872) + // Standard Error: 106 + .saturating_add(Weight::from_ref_time(3_540).saturating_mul(b.into())) + // Standard Error: 1_129 + .saturating_add(Weight::from_ref_time(30_685).saturating_mul(m.into())) + // Standard Error: 1_100 + .saturating_add(Weight::from_ref_time(220_013).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -180,12 +180,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 35_343 nanoseconds. - Weight::from_ref_time(33_350_853) - // Standard Error: 1_027 - .saturating_add(Weight::from_ref_time(57_495).saturating_mul(m.into())) - // Standard Error: 1_001 - .saturating_add(Weight::from_ref_time(244_781).saturating_mul(p.into())) + // Minimum execution time: 36_245 nanoseconds. + Weight::from_ref_time(36_588_565) + // Standard Error: 871 + .saturating_add(Weight::from_ref_time(40_011).saturating_mul(m.into())) + // Standard Error: 849 + .saturating_add(Weight::from_ref_time(189_599).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -201,14 +201,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 44_865 nanoseconds. - Weight::from_ref_time(39_043_636) - // Standard Error: 116 - .saturating_add(Weight::from_ref_time(6_088).saturating_mul(b.into())) - // Standard Error: 1_228 - .saturating_add(Weight::from_ref_time(48_993).saturating_mul(m.into())) - // Standard Error: 1_197 - .saturating_add(Weight::from_ref_time(344_791).saturating_mul(p.into())) + // Minimum execution time: 46_412 nanoseconds. + Weight::from_ref_time(45_574_288) + // Standard Error: 112 + .saturating_add(Weight::from_ref_time(3_774).saturating_mul(b.into())) + // Standard Error: 1_188 + .saturating_add(Weight::from_ref_time(35_962).saturating_mul(m.into())) + // Standard Error: 1_158 + .saturating_add(Weight::from_ref_time(225_413).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -218,10 +218,10 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { - // Minimum execution time: 20_170 nanoseconds. - Weight::from_ref_time(22_021_051) - // Standard Error: 962 - .saturating_add(Weight::from_ref_time(222_966).saturating_mul(p.into())) + // Minimum execution time: 21_008 nanoseconds. + Weight::from_ref_time(23_373_668) + // Standard Error: 1_006 + .saturating_add(Weight::from_ref_time(179_623).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/rococo/src/weights/pallet_democracy.rs b/runtime/rococo/src/weights/pallet_democracy.rs index 09c2f2e14d35..faa010cab359 100644 --- a/runtime/rococo/src/weights/pallet_democracy.rs +++ b/runtime/rococo/src/weights/pallet_democracy.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_democracy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -49,15 +49,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy Blacklist (r:1 w:0) // Storage: Democracy DepositOf (r:0 w:1) fn propose() -> Weight { - // Minimum execution time: 54_845 nanoseconds. - Weight::from_ref_time(61_904_000) + // Minimum execution time: 52_790 nanoseconds. + Weight::from_ref_time(54_752_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy DepositOf (r:1 w:1) fn second() -> Weight { - // Minimum execution time: 46_655 nanoseconds. - Weight::from_ref_time(49_062_000) + // Minimum execution time: 45_259 nanoseconds. + Weight::from_ref_time(48_365_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,8 +65,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_new() -> Weight { - // Minimum execution time: 60_820 nanoseconds. - Weight::from_ref_time(64_902_000) + // Minimum execution time: 59_441 nanoseconds. + Weight::from_ref_time(61_696_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -74,16 +74,16 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_existing() -> Weight { - // Minimum execution time: 59_462 nanoseconds. - Weight::from_ref_time(62_214_000) + // Minimum execution time: 60_522 nanoseconds. + Weight::from_ref_time(62_995_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Cancellations (r:1 w:1) fn emergency_cancel() -> Weight { - // Minimum execution time: 22_614 nanoseconds. - Weight::from_ref_time(23_610_000) + // Minimum execution time: 22_301 nanoseconds. + Weight::from_ref_time(22_900_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -94,45 +94,45 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Blacklist (r:0 w:1) fn blacklist() -> Weight { - // Minimum execution time: 99_669 nanoseconds. - Weight::from_ref_time(109_548_000) + // Minimum execution time: 96_444 nanoseconds. + Weight::from_ref_time(99_441_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:0) fn external_propose() -> Weight { - // Minimum execution time: 17_530 nanoseconds. - Weight::from_ref_time(18_320_000) + // Minimum execution time: 17_583 nanoseconds. + Weight::from_ref_time(18_423_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_majority() -> Weight { - // Minimum execution time: 5_075 nanoseconds. + // Minimum execution time: 5_180 nanoseconds. Weight::from_ref_time(5_463_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_default() -> Weight { - // Minimum execution time: 5_137 nanoseconds. - Weight::from_ref_time(5_364_000) + // Minimum execution time: 4_834 nanoseconds. + Weight::from_ref_time(5_249_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy ReferendumCount (r:1 w:1) // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn fast_track() -> Weight { - // Minimum execution time: 22_654 nanoseconds. - Weight::from_ref_time(23_381_000) + // Minimum execution time: 22_042 nanoseconds. + Weight::from_ref_time(22_757_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:1) fn veto_external() -> Weight { - // Minimum execution time: 28_995 nanoseconds. - Weight::from_ref_time(31_172_000) + // Minimum execution time: 27_437 nanoseconds. + Weight::from_ref_time(28_606_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -140,15 +140,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy DepositOf (r:1 w:1) // Storage: System Account (r:1 w:1) fn cancel_proposal() -> Weight { - // Minimum execution time: 89_903 nanoseconds. - Weight::from_ref_time(96_964_000) + // Minimum execution time: 81_906 nanoseconds. + Weight::from_ref_time(86_110_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn cancel_referendum() -> Weight { - // Minimum execution time: 14_863 nanoseconds. - Weight::from_ref_time(15_995_000) + // Minimum execution time: 14_329 nanoseconds. + Weight::from_ref_time(14_853_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy LowestUnbaked (r:1 w:1) @@ -156,10 +156,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:0) /// The range of component `r` is `[0, 99]`. fn on_initialize_base(r: u32, ) -> Weight { - // Minimum execution time: 6_827 nanoseconds. - Weight::from_ref_time(7_456_609) - // Standard Error: 5_920 - .saturating_add(Weight::from_ref_time(2_582_553).saturating_mul(r.into())) + // Minimum execution time: 6_672 nanoseconds. + Weight::from_ref_time(6_649_252) + // Standard Error: 5_909 + .saturating_add(Weight::from_ref_time(2_597_196).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)) @@ -172,10 +172,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:0) /// The range of component `r` is `[0, 99]`. fn on_initialize_base_with_launch_period(r: u32, ) -> Weight { - // Minimum execution time: 9_204 nanoseconds. - Weight::from_ref_time(10_261_288) - // Standard Error: 6_626 - .saturating_add(Weight::from_ref_time(2_578_594).saturating_mul(r.into())) + // Minimum execution time: 9_163 nanoseconds. + Weight::from_ref_time(9_527_961) + // Standard Error: 6_495 + .saturating_add(Weight::from_ref_time(2_595_826).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)) @@ -185,10 +185,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:2) /// The range of component `r` is `[0, 99]`. fn delegate(r: u32, ) -> Weight { - // Minimum execution time: 43_087 nanoseconds. - Weight::from_ref_time(43_453_367) - // Standard Error: 11_138 - .saturating_add(Weight::from_ref_time(4_052_412).saturating_mul(r.into())) + // Minimum execution time: 43_971 nanoseconds. + Weight::from_ref_time(48_177_424) + // Standard Error: 7_687 + .saturating_add(Weight::from_ref_time(3_825_037).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -198,10 +198,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:2) /// The range of component `r` is `[0, 99]`. fn undelegate(r: u32, ) -> Weight { - // Minimum execution time: 25_758 nanoseconds. - Weight::from_ref_time(20_828_074) - // Standard Error: 11_710 - .saturating_add(Weight::from_ref_time(4_016_409).saturating_mul(r.into())) + // Minimum execution time: 26_297 nanoseconds. + Weight::from_ref_time(26_805_688) + // Standard Error: 6_248 + .saturating_add(Weight::from_ref_time(3_780_649).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)) @@ -209,8 +209,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { } // Storage: Democracy PublicProps (r:0 w:1) fn clear_public_proposals() -> Weight { - // Minimum execution time: 5_429 nanoseconds. - Weight::from_ref_time(5_838_000) + // Minimum execution time: 5_382 nanoseconds. + Weight::from_ref_time(5_610_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Democracy VotingOf (r:1 w:1) @@ -218,10 +218,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `r` is `[0, 99]`. fn unlock_remove(r: u32, ) -> Weight { - // Minimum execution time: 25_894 nanoseconds. - Weight::from_ref_time(31_924_702) - // Standard Error: 2_256 - .saturating_add(Weight::from_ref_time(99_247).saturating_mul(r.into())) + // Minimum execution time: 25_335 nanoseconds. + Weight::from_ref_time(31_939_462) + // Standard Error: 1_885 + .saturating_add(Weight::from_ref_time(93_824).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -230,10 +230,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `r` is `[0, 99]`. fn unlock_set(r: u32, ) -> Weight { - // Minimum execution time: 30_949 nanoseconds. - Weight::from_ref_time(31_810_618) - // Standard Error: 2_450 - .saturating_add(Weight::from_ref_time(137_600).saturating_mul(r.into())) + // Minimum execution time: 30_340 nanoseconds. + Weight::from_ref_time(31_636_621) + // Standard Error: 1_625 + .saturating_add(Weight::from_ref_time(133_508).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -241,10 +241,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) /// The range of component `r` is `[1, 100]`. fn remove_vote(r: u32, ) -> Weight { - // Minimum execution time: 16_393 nanoseconds. - Weight::from_ref_time(18_260_392) - // Standard Error: 2_146 - .saturating_add(Weight::from_ref_time(133_629).saturating_mul(r.into())) + // Minimum execution time: 16_834 nanoseconds. + Weight::from_ref_time(18_056_579) + // Standard Error: 1_477 + .saturating_add(Weight::from_ref_time(137_607).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -252,10 +252,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) /// The range of component `r` is `[1, 100]`. fn remove_other_vote(r: u32, ) -> Weight { - // Minimum execution time: 16_484 nanoseconds. - Weight::from_ref_time(18_235_859) - // Standard Error: 1_752 - .saturating_add(Weight::from_ref_time(133_455).saturating_mul(r.into())) + // Minimum execution time: 16_165 nanoseconds. + Weight::from_ref_time(18_301_612) + // Standard Error: 1_417 + .saturating_add(Weight::from_ref_time(133_792).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/pallet_elections_phragmen.rs b/runtime/rococo/src/weights/pallet_elections_phragmen.rs index e762e2f0f1dc..06e3fd278a3d 100644 --- a/runtime/rococo/src/weights/pallet_elections_phragmen.rs +++ b/runtime/rococo/src/weights/pallet_elections_phragmen.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_elections_phragmen` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -51,10 +51,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) /// The range of component `v` is `[1, 16]`. fn vote_equal(v: u32, ) -> Weight { - // Minimum execution time: 32_652 nanoseconds. - Weight::from_ref_time(34_665_305) - // Standard Error: 10_893 - .saturating_add(Weight::from_ref_time(181_357).saturating_mul(v.into())) + // Minimum execution time: 32_677 nanoseconds. + Weight::from_ref_time(34_227_352) + // Standard Error: 5_345 + .saturating_add(Weight::from_ref_time(224_235).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -65,10 +65,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) /// The range of component `v` is `[2, 16]`. fn vote_more(v: u32, ) -> Weight { - // Minimum execution time: 42_795 nanoseconds. - Weight::from_ref_time(45_769_482) - // Standard Error: 15_326 - .saturating_add(Weight::from_ref_time(146_747).saturating_mul(v.into())) + // Minimum execution time: 44_181 nanoseconds. + Weight::from_ref_time(45_320_635) + // Standard Error: 7_484 + .saturating_add(Weight::from_ref_time(266_913).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -79,18 +79,18 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) /// The range of component `v` is `[2, 16]`. fn vote_less(v: u32, ) -> Weight { - // Minimum execution time: 42_711 nanoseconds. - Weight::from_ref_time(45_742_875) - // Standard Error: 15_381 - .saturating_add(Weight::from_ref_time(208_112).saturating_mul(v.into())) + // Minimum execution time: 43_404 nanoseconds. + Weight::from_ref_time(45_277_395) + // Standard Error: 8_628 + .saturating_add(Weight::from_ref_time(281_032).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: PhragmenElection Voting (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn remove_voter() -> Weight { - // Minimum execution time: 41_912 nanoseconds. - Weight::from_ref_time(43_839_000) + // Minimum execution time: 43_044 nanoseconds. + Weight::from_ref_time(45_495_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -99,20 +99,20 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: PhragmenElection RunnersUp (r:1 w:0) /// The range of component `c` is `[1, 1000]`. fn submit_candidacy(c: u32, ) -> Weight { - // Minimum execution time: 45_677 nanoseconds. - Weight::from_ref_time(33_829_517) - // Standard Error: 2_045 - .saturating_add(Weight::from_ref_time(211_038).saturating_mul(c.into())) + // Minimum execution time: 45_448 nanoseconds. + Weight::from_ref_time(34_113_986) + // Standard Error: 1_620 + .saturating_add(Weight::from_ref_time(140_766).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: PhragmenElection Candidates (r:1 w:1) /// The range of component `c` is `[1, 1000]`. fn renounce_candidacy_candidate(c: u32, ) -> Weight { - // Minimum execution time: 40_430 nanoseconds. - Weight::from_ref_time(29_664_021) - // Standard Error: 2_168 - .saturating_add(Weight::from_ref_time(177_069).saturating_mul(c.into())) + // Minimum execution time: 40_252 nanoseconds. + Weight::from_ref_time(31_471_189) + // Standard Error: 1_493 + .saturating_add(Weight::from_ref_time(113_030).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -122,15 +122,15 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Council Proposals (r:1 w:0) // Storage: Council Members (r:0 w:1) fn renounce_candidacy_members() -> Weight { - // Minimum execution time: 56_854 nanoseconds. - Weight::from_ref_time(59_980_000) + // Minimum execution time: 55_915 nanoseconds. + Weight::from_ref_time(57_846_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: PhragmenElection RunnersUp (r:1 w:1) fn renounce_candidacy_runners_up() -> Weight { - // Minimum execution time: 43_240 nanoseconds. - Weight::from_ref_time(45_490_000) + // Minimum execution time: 42_213 nanoseconds. + Weight::from_ref_time(43_554_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -146,8 +146,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Storage: Council Proposals (r:1 w:0) // Storage: Council Members (r:0 w:1) fn remove_member_with_replacement() -> Weight { - // Minimum execution time: 76_748 nanoseconds. - Weight::from_ref_time(79_788_000) + // Minimum execution time: 74_919 nanoseconds. + Weight::from_ref_time(77_262_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -160,10 +160,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// The range of component `v` is `[5000, 10000]`. /// The range of component `d` is `[0, 5000]`. fn clean_defunct_voters(v: u32, _d: u32, ) -> Weight { - // Minimum execution time: 340_749_675 nanoseconds. - Weight::from_ref_time(48_898_196_531) - // Standard Error: 351_084 - .saturating_add(Weight::from_ref_time(60_213_621).saturating_mul(v.into())) + // Minimum execution time: 322_078_105 nanoseconds. + Weight::from_ref_time(324_383_527_000) + // Standard Error: 275_673 + .saturating_add(Weight::from_ref_time(40_225_987).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) @@ -181,12 +181,12 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// The range of component `v` is `[1, 10000]`. /// The range of component `e` is `[10000, 160000]`. fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight { - // Minimum execution time: 34_414_515 nanoseconds. - Weight::from_ref_time(34_724_804_000) - // Standard Error: 482_719 - .saturating_add(Weight::from_ref_time(42_927_670).saturating_mul(v.into())) - // Standard Error: 30_977 - .saturating_add(Weight::from_ref_time(2_060_023).saturating_mul(e.into())) + // Minimum execution time: 34_971_691 nanoseconds. + Weight::from_ref_time(35_553_879_000) + // Standard Error: 497_428 + .saturating_add(Weight::from_ref_time(42_656_388).saturating_mul(v.into())) + // Standard Error: 31_921 + .saturating_add(Weight::from_ref_time(2_044_392).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(265)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) diff --git a/runtime/rococo/src/weights/pallet_identity.rs b/runtime/rococo/src/weights/pallet_identity.rs index 8b59f80882a2..c80b19e039ad 100644 --- a/runtime/rococo/src/weights/pallet_identity.rs +++ b/runtime/rococo/src/weights/pallet_identity.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -47,10 +47,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity Registrars (r:1 w:1) /// The range of component `r` is `[1, 19]`. fn add_registrar(r: u32, ) -> Weight { - // Minimum execution time: 17_154 nanoseconds. - Weight::from_ref_time(18_481_383) - // Standard Error: 2_665 - .saturating_add(Weight::from_ref_time(154_066).saturating_mul(r.into())) + // Minimum execution time: 18_050 nanoseconds. + Weight::from_ref_time(19_099_537) + // Standard Error: 3_507 + .saturating_add(Weight::from_ref_time(153_839).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -58,12 +58,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn set_identity(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 37_498 nanoseconds. - Weight::from_ref_time(34_944_282) - // Standard Error: 6_906 - .saturating_add(Weight::from_ref_time(261_701).saturating_mul(r.into())) - // Standard Error: 1_347 - .saturating_add(Weight::from_ref_time(336_849).saturating_mul(x.into())) + // Minimum execution time: 37_894 nanoseconds. + Weight::from_ref_time(35_797_961) + // Standard Error: 6_226 + .saturating_add(Weight::from_ref_time(243_817).saturating_mul(r.into())) + // Standard Error: 1_214 + .saturating_add(Weight::from_ref_time(339_426).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -72,10 +72,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:2 w:2) /// The range of component `s` is `[0, 100]`. fn set_subs_new(s: u32, ) -> Weight { - // Minimum execution time: 10_598 nanoseconds. - Weight::from_ref_time(27_917_369) - // Standard Error: 4_450 - .saturating_add(Weight::from_ref_time(2_631_653).saturating_mul(s.into())) + // Minimum execution time: 10_742 nanoseconds. + Weight::from_ref_time(28_861_840) + // Standard Error: 5_212 + .saturating_add(Weight::from_ref_time(2_612_382).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)) @@ -86,10 +86,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:0 w:2) /// The range of component `p` is `[0, 100]`. fn set_subs_old(p: u32, ) -> Weight { - // Minimum execution time: 10_507 nanoseconds. - Weight::from_ref_time(28_567_582) - // Standard Error: 4_356 - .saturating_add(Weight::from_ref_time(1_164_523).saturating_mul(p.into())) + // Minimum execution time: 10_758 nanoseconds. + Weight::from_ref_time(28_876_790) + // Standard Error: 4_432 + .saturating_add(Weight::from_ref_time(1_167_813).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -101,14 +101,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { - // Minimum execution time: 55_559 nanoseconds. - Weight::from_ref_time(35_894_221) - // Standard Error: 8_217 - .saturating_add(Weight::from_ref_time(216_607).saturating_mul(r.into())) - // Standard Error: 1_604 - .saturating_add(Weight::from_ref_time(1_164_158).saturating_mul(s.into())) - // Standard Error: 1_604 - .saturating_add(Weight::from_ref_time(189_076).saturating_mul(x.into())) + // Minimum execution time: 54_937 nanoseconds. + Weight::from_ref_time(37_163_527) + // Standard Error: 10_657 + .saturating_add(Weight::from_ref_time(226_196).saturating_mul(r.into())) + // Standard Error: 2_081 + .saturating_add(Weight::from_ref_time(1_146_551).saturating_mul(s.into())) + // Standard Error: 2_081 + .saturating_add(Weight::from_ref_time(186_218).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -118,12 +118,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn request_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 39_083 nanoseconds. - Weight::from_ref_time(36_651_730) - // Standard Error: 5_993 - .saturating_add(Weight::from_ref_time(206_130).saturating_mul(r.into())) - // Standard Error: 1_169 - .saturating_add(Weight::from_ref_time(351_276).saturating_mul(x.into())) + // Minimum execution time: 39_900 nanoseconds. + Weight::from_ref_time(37_527_482) + // Standard Error: 6_804 + .saturating_add(Weight::from_ref_time(232_221).saturating_mul(r.into())) + // Standard Error: 1_327 + .saturating_add(Weight::from_ref_time(353_611).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -131,42 +131,42 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn cancel_request(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 34_554 nanoseconds. - Weight::from_ref_time(33_278_748) - // Standard Error: 4_368 - .saturating_add(Weight::from_ref_time(169_594).saturating_mul(r.into())) - // Standard Error: 852 - .saturating_add(Weight::from_ref_time(347_956).saturating_mul(x.into())) + // Minimum execution time: 34_633 nanoseconds. + Weight::from_ref_time(35_325_047) + // Standard Error: 6_588 + .saturating_add(Weight::from_ref_time(165_512).saturating_mul(r.into())) + // Standard Error: 1_285 + .saturating_add(Weight::from_ref_time(342_476).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) /// The range of component `r` is `[1, 19]`. fn set_fee(r: u32, ) -> Weight { - // Minimum execution time: 8_805 nanoseconds. - Weight::from_ref_time(9_646_080) - // Standard Error: 1_824 - .saturating_add(Weight::from_ref_time(117_489).saturating_mul(r.into())) + // Minimum execution time: 9_038 nanoseconds. + Weight::from_ref_time(9_775_885) + // Standard Error: 1_976 + .saturating_add(Weight::from_ref_time(111_168).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) /// The range of component `r` is `[1, 19]`. fn set_account_id(r: u32, ) -> Weight { - // Minimum execution time: 9_111 nanoseconds. - Weight::from_ref_time(9_767_522) - // Standard Error: 1_844 - .saturating_add(Weight::from_ref_time(109_266).saturating_mul(r.into())) + // Minimum execution time: 9_448 nanoseconds. + Weight::from_ref_time(10_163_483) + // Standard Error: 2_470 + .saturating_add(Weight::from_ref_time(108_455).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) /// The range of component `r` is `[1, 19]`. fn set_fields(r: u32, ) -> Weight { - // Minimum execution time: 8_886 nanoseconds. - Weight::from_ref_time(9_843_967) - // Standard Error: 1_977 - .saturating_add(Weight::from_ref_time(110_766).saturating_mul(r.into())) + // Minimum execution time: 9_225 nanoseconds. + Weight::from_ref_time(10_055_521) + // Standard Error: 2_827 + .saturating_add(Weight::from_ref_time(109_981).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 19]`. /// The range of component `x` is `[0, 100]`. fn provide_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 28_032 nanoseconds. - Weight::from_ref_time(27_311_880) - // Standard Error: 5_875 - .saturating_add(Weight::from_ref_time(154_412).saturating_mul(r.into())) - // Standard Error: 1_087 - .saturating_add(Weight::from_ref_time(599_130).saturating_mul(x.into())) + // Minimum execution time: 28_546 nanoseconds. + Weight::from_ref_time(28_703_647) + // Standard Error: 6_629 + .saturating_add(Weight::from_ref_time(136_425).saturating_mul(r.into())) + // Standard Error: 1_226 + .saturating_add(Weight::from_ref_time(598_279).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -191,11 +191,15 @@ 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 { - // Minimum execution time: 68_021 nanoseconds. - Weight::from_ref_time(87_205_182) - // Standard Error: 33_545 - .saturating_add(Weight::from_ref_time(1_111_770).saturating_mul(s.into())) + fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight { + // Minimum execution time: 70_327 nanoseconds. + Weight::from_ref_time(49_590_782) + // Standard Error: 11_218 + .saturating_add(Weight::from_ref_time(231_936).saturating_mul(r.into())) + // Standard Error: 2_190 + .saturating_add(Weight::from_ref_time(1_162_176).saturating_mul(s.into())) + // Standard Error: 2_190 + .saturating_add(Weight::from_ref_time(202_465).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -205,10 +209,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn add_sub(s: u32, ) -> Weight { - // Minimum execution time: 33_512 nanoseconds. - Weight::from_ref_time(38_811_238) - // Standard Error: 1_602 - .saturating_add(Weight::from_ref_time(125_850).saturating_mul(s.into())) + // Minimum execution time: 33_939 nanoseconds. + Weight::from_ref_time(39_839_659) + // Standard Error: 1_997 + .saturating_add(Weight::from_ref_time(125_657).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -216,10 +220,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn rename_sub(s: u32, ) -> Weight { - // Minimum execution time: 13_873 nanoseconds. - Weight::from_ref_time(15_530_438) - // Standard Error: 682 - .saturating_add(Weight::from_ref_time(50_545).saturating_mul(s.into())) + // Minimum execution time: 14_478 nanoseconds. + Weight::from_ref_time(16_138_721) + // Standard Error: 859 + .saturating_add(Weight::from_ref_time(55_065).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -228,10 +232,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn remove_sub(s: u32, ) -> Weight { - // Minimum execution time: 37_436 nanoseconds. - Weight::from_ref_time(40_258_805) - // Standard Error: 1_350 - .saturating_add(Weight::from_ref_time(106_215).saturating_mul(s.into())) + // Minimum execution time: 38_929 nanoseconds. + Weight::from_ref_time(41_549_387) + // Standard Error: 1_574 + .saturating_add(Weight::from_ref_time(116_053).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -239,10 +243,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn quit_sub(s: u32, ) -> Weight { - // Minimum execution time: 25_859 nanoseconds. - Weight::from_ref_time(28_773_508) - // Standard Error: 1_151 - .saturating_add(Weight::from_ref_time(103_352).saturating_mul(s.into())) + // Minimum execution time: 27_185 nanoseconds. + Weight::from_ref_time(29_827_240) + // Standard Error: 1_486 + .saturating_add(Weight::from_ref_time(105_510).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/pallet_im_online.rs b/runtime/rococo/src/weights/pallet_im_online.rs index bb096a82838e..865785d47ec3 100644 --- a/runtime/rococo/src/weights/pallet_im_online.rs +++ b/runtime/rococo/src/weights/pallet_im_online.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_im_online` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -53,12 +53,12 @@ impl pallet_im_online::WeightInfo for WeightInfo { /// The range of component `k` is `[1, 1000]`. /// The range of component `e` is `[1, 100]`. fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight { - // Minimum execution time: 125_088 nanoseconds. - Weight::from_ref_time(106_393_821) - // Standard Error: 463 - .saturating_add(Weight::from_ref_time(33_219).saturating_mul(k.into())) - // Standard Error: 4_669 - .saturating_add(Weight::from_ref_time(394_940).saturating_mul(e.into())) + // Minimum execution time: 123_796 nanoseconds. + Weight::from_ref_time(104_073_855) + // Standard Error: 453 + .saturating_add(Weight::from_ref_time(35_993).saturating_mul(k.into())) + // Standard Error: 4_567 + .saturating_add(Weight::from_ref_time(399_291).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_indices.rs b/runtime/rococo/src/weights/pallet_indices.rs index 6a6ca39adb3d..c90baba41e64 100644 --- a/runtime/rococo/src/weights/pallet_indices.rs +++ b/runtime/rococo/src/weights/pallet_indices.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_indices` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -46,38 +46,38 @@ pub struct WeightInfo(PhantomData); impl pallet_indices::WeightInfo for WeightInfo { // Storage: Indices Accounts (r:1 w:1) fn claim() -> Weight { - // Minimum execution time: 27_937 nanoseconds. - Weight::from_ref_time(28_807_000) + // Minimum execution time: 28_482 nanoseconds. + Weight::from_ref_time(29_129_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - // Minimum execution time: 34_523 nanoseconds. - Weight::from_ref_time(35_441_000) + // Minimum execution time: 34_660 nanoseconds. + Weight::from_ref_time(35_677_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Indices Accounts (r:1 w:1) fn free() -> Weight { - // Minimum execution time: 28_850 nanoseconds. - Weight::from_ref_time(29_801_000) + // Minimum execution time: 28_758 nanoseconds. + Weight::from_ref_time(29_865_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn force_transfer() -> Weight { - // Minimum execution time: 28_918 nanoseconds. - Weight::from_ref_time(29_664_000) + // Minimum execution time: 28_676 nanoseconds. + Weight::from_ref_time(30_082_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Indices Accounts (r:1 w:1) fn freeze() -> Weight { - // Minimum execution time: 33_720 nanoseconds. - Weight::from_ref_time(34_369_000) + // Minimum execution time: 34_024 nanoseconds. + Weight::from_ref_time(35_547_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_membership.rs b/runtime/rococo/src/weights/pallet_membership.rs index 7085a7c34787..689e8603b268 100644 --- a/runtime/rococo/src/weights/pallet_membership.rs +++ b/runtime/rococo/src/weights/pallet_membership.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_membership` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -50,10 +50,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 99]`. fn add_member(m: u32, ) -> Weight { - // Minimum execution time: 21_625 nanoseconds. - Weight::from_ref_time(22_835_675) - // Standard Error: 564 - .saturating_add(Weight::from_ref_time(36_458).saturating_mul(m.into())) + // Minimum execution time: 21_714 nanoseconds. + Weight::from_ref_time(22_733_685) + // Standard Error: 1_206 + .saturating_add(Weight::from_ref_time(38_088).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -64,10 +64,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[2, 100]`. fn remove_member(m: u32, ) -> Weight { - // Minimum execution time: 24_468 nanoseconds. - Weight::from_ref_time(25_375_242) - // Standard Error: 917 - .saturating_add(Weight::from_ref_time(36_533).saturating_mul(m.into())) + // Minimum execution time: 24_217 nanoseconds. + Weight::from_ref_time(25_444_716) + // Standard Error: 685 + .saturating_add(Weight::from_ref_time(31_952).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -78,10 +78,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[2, 100]`. fn swap_member(m: u32, ) -> Weight { - // Minimum execution time: 24_566 nanoseconds. - Weight::from_ref_time(25_506_042) - // Standard Error: 1_042 - .saturating_add(Weight::from_ref_time(45_002).saturating_mul(m.into())) + // Minimum execution time: 24_426 nanoseconds. + Weight::from_ref_time(25_522_861) + // Standard Error: 799 + .saturating_add(Weight::from_ref_time(44_426).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -92,10 +92,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn reset_member(m: u32, ) -> Weight { - // Minimum execution time: 23_913 nanoseconds. - Weight::from_ref_time(25_305_390) - // Standard Error: 1_203 - .saturating_add(Weight::from_ref_time(147_680).saturating_mul(m.into())) + // Minimum execution time: 23_735 nanoseconds. + Weight::from_ref_time(25_259_554) + // Standard Error: 1_322 + .saturating_add(Weight::from_ref_time(153_396).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -106,10 +106,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn change_key(m: u32, ) -> Weight { - // Minimum execution time: 24_721 nanoseconds. - Weight::from_ref_time(26_055_909) - // Standard Error: 906 - .saturating_add(Weight::from_ref_time(41_926).saturating_mul(m.into())) + // Minimum execution time: 24_948 nanoseconds. + Weight::from_ref_time(26_225_060) + // Standard Error: 1_467 + .saturating_add(Weight::from_ref_time(42_107).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -118,10 +118,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn set_prime(m: u32, ) -> Weight { - // Minimum execution time: 8_896 nanoseconds. - Weight::from_ref_time(9_402_350) - // Standard Error: 289 - .saturating_add(Weight::from_ref_time(9_036).saturating_mul(m.into())) + // Minimum execution time: 8_883 nanoseconds. + Weight::from_ref_time(9_313_090) + // Standard Error: 291 + .saturating_add(Weight::from_ref_time(8_854).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -129,8 +129,8 @@ impl pallet_membership::WeightInfo for WeightInfo { // Storage: TechnicalCommittee Prime (r:0 w:1) /// The range of component `m` is `[1, 100]`. fn clear_prime(_m: u32, ) -> Weight { - // Minimum execution time: 5_307 nanoseconds. - Weight::from_ref_time(5_763_434) + // Minimum execution time: 5_174 nanoseconds. + Weight::from_ref_time(5_708_105) .saturating_add(T::DbWeight::get().writes(2)) } } diff --git a/runtime/rococo/src/weights/pallet_multisig.rs b/runtime/rococo/src/weights/pallet_multisig.rs index e4b79b9c51e9..4fd520b9a229 100644 --- a/runtime/rococo/src/weights/pallet_multisig.rs +++ b/runtime/rococo/src/weights/pallet_multisig.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -46,22 +46,22 @@ pub struct WeightInfo(PhantomData); impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_threshold_1(z: u32, ) -> Weight { - // Minimum execution time: 17_573 nanoseconds. - Weight::from_ref_time(18_446_679) - // Standard Error: 8 - .saturating_add(Weight::from_ref_time(637).saturating_mul(z.into())) + // Minimum execution time: 16_544 nanoseconds. + Weight::from_ref_time(18_309_933) + // Standard Error: 9 + .saturating_add(Weight::from_ref_time(610).saturating_mul(z.into())) } // Storage: Multisig Multisigs (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 49_908 nanoseconds. - Weight::from_ref_time(36_300_298) - // Standard Error: 1_587 - .saturating_add(Weight::from_ref_time(157_522).saturating_mul(s.into())) + // Minimum execution time: 50_623 nanoseconds. + Weight::from_ref_time(36_061_466) + // Standard Error: 1_626 + .saturating_add(Weight::from_ref_time(160_741).saturating_mul(s.into())) // Standard Error: 15 - .saturating_add(Weight::from_ref_time(1_899).saturating_mul(z.into())) + .saturating_add(Weight::from_ref_time(1_962).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[3, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 36_610 nanoseconds. - Weight::from_ref_time(23_776_472) - // Standard Error: 1_126 - .saturating_add(Weight::from_ref_time(145_567).saturating_mul(s.into())) - // Standard Error: 11 - .saturating_add(Weight::from_ref_time(1_967).saturating_mul(z.into())) + // Minimum execution time: 37_458 nanoseconds. + Weight::from_ref_time(25_419_081) + // Standard Error: 1_320 + .saturating_add(Weight::from_ref_time(141_766).saturating_mul(s.into())) + // Standard Error: 12 + .saturating_add(Weight::from_ref_time(1_891).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 52_481 nanoseconds. - Weight::from_ref_time(35_991_178) - // Standard Error: 1_390 - .saturating_add(Weight::from_ref_time(188_599).saturating_mul(s.into())) - // Standard Error: 13 - .saturating_add(Weight::from_ref_time(2_087).saturating_mul(z.into())) + // Minimum execution time: 53_942 nanoseconds. + Weight::from_ref_time(37_373_893) + // Standard Error: 1_504 + .saturating_add(Weight::from_ref_time(189_355).saturating_mul(s.into())) + // Standard Error: 14 + .saturating_add(Weight::from_ref_time(2_025).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -96,30 +96,30 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { - // Minimum execution time: 32_329 nanoseconds. - Weight::from_ref_time(34_240_874) - // Standard Error: 1_328 - .saturating_add(Weight::from_ref_time(156_384).saturating_mul(s.into())) + // Minimum execution time: 33_208 nanoseconds. + Weight::from_ref_time(35_116_014) + // Standard Error: 1_471 + .saturating_add(Weight::from_ref_time(156_831).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Multisig Multisigs (r:1 w:1) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { - // Minimum execution time: 21_952 nanoseconds. - Weight::from_ref_time(23_138_218) - // Standard Error: 892 - .saturating_add(Weight::from_ref_time(141_686).saturating_mul(s.into())) + // Minimum execution time: 22_822 nanoseconds. + Weight::from_ref_time(23_714_943) + // Standard Error: 1_325 + .saturating_add(Weight::from_ref_time(137_562).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) /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { - // Minimum execution time: 32_694 nanoseconds. - Weight::from_ref_time(33_970_387) + // Minimum execution time: 32_642 nanoseconds. + Weight::from_ref_time(34_360_224) // Standard Error: 1_531 - .saturating_add(Weight::from_ref_time(149_047).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(145_598).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_nis.rs b/runtime/rococo/src/weights/pallet_nis.rs index 1da4a38e25b0..0c543b4a1ef9 100644 --- a/runtime/rococo/src/weights/pallet_nis.rs +++ b/runtime/rococo/src/weights/pallet_nis.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_nis` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -49,10 +49,10 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: Nis QueueTotals (r:1 w:1) /// The range of component `l` is `[0, 999]`. fn place_bid(l: u32, ) -> Weight { - // Minimum execution time: 38_036 nanoseconds. - Weight::from_ref_time(36_192_187) - // Standard Error: 1_268 - .saturating_add(Weight::from_ref_time(106_439).saturating_mul(l.into())) + // Minimum execution time: 39_300 nanoseconds. + Weight::from_ref_time(37_860_776) + // Standard Error: 1_149 + .saturating_add(Weight::from_ref_time(107_779).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -60,8 +60,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: Balances Reserves (r:1 w:1) // Storage: Nis QueueTotals (r:1 w:1) fn place_bid_max() -> Weight { - // Minimum execution time: 136_430 nanoseconds. - Weight::from_ref_time(141_354_000) + // Minimum execution time: 141_883 nanoseconds. + Weight::from_ref_time(145_745_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,18 +70,18 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: Balances Reserves (r:1 w:1) /// The range of component `l` is `[1, 1000]`. fn retract_bid(l: u32, ) -> Weight { - // Minimum execution time: 44_767 nanoseconds. - Weight::from_ref_time(37_807_151) - // Standard Error: 1_244 - .saturating_add(Weight::from_ref_time(90_684).saturating_mul(l.into())) + // Minimum execution time: 46_575 nanoseconds. + Weight::from_ref_time(39_340_663) + // Standard Error: 1_163 + .saturating_add(Weight::from_ref_time(91_453).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Nis Summary (r:1 w:0) // Storage: System Account (r:1 w:1) fn fund_deficit() -> Weight { - // Minimum execution time: 44_648 nanoseconds. - Weight::from_ref_time(45_962_000) + // Minimum execution time: 45_167 nanoseconds. + Weight::from_ref_time(46_296_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,8 +90,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:0) // Storage: Balances Reserves (r:1 w:1) fn thaw_private() -> Weight { - // Minimum execution time: 58_160 nanoseconds. - Weight::from_ref_time(59_705_000) + // Minimum execution time: 60_402 nanoseconds. + Weight::from_ref_time(61_465_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -101,8 +101,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) // Storage: System Account (r:1 w:1) fn thaw_communal() -> Weight { - // Minimum execution time: 74_158 nanoseconds. - Weight::from_ref_time(76_526_000) + // Minimum execution time: 75_199 nanoseconds. + Weight::from_ref_time(77_640_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -113,8 +113,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) // Storage: Balances Reserves (r:1 w:1) fn privatize() -> Weight { - // Minimum execution time: 82_427 nanoseconds. - Weight::from_ref_time(86_010_000) + // Minimum execution time: 83_739 nanoseconds. + Weight::from_ref_time(86_239_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -125,8 +125,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: NisCounterpartBalances Account (r:1 w:1) // Storage: NisCounterpartBalances TotalIssuance (r:1 w:1) fn communify() -> Weight { - // Minimum execution time: 72_406 nanoseconds. - Weight::from_ref_time(75_148_000) + // Minimum execution time: 73_649 nanoseconds. + Weight::from_ref_time(75_624_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -134,22 +134,22 @@ impl pallet_nis::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:0) // Storage: Nis QueueTotals (r:1 w:1) fn process_queues() -> Weight { - // Minimum execution time: 45_241 nanoseconds. - Weight::from_ref_time(48_639_000) + // Minimum execution time: 47_254 nanoseconds. + Weight::from_ref_time(52_358_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Nis Queues (r:1 w:1) fn process_queue() -> Weight { - // Minimum execution time: 4_629 nanoseconds. - Weight::from_ref_time(4_811_000) + // Minimum execution time: 4_635 nanoseconds. + Weight::from_ref_time(4_822_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Nis Receipts (r:0 w:1) fn process_bid() -> Weight { - // Minimum execution time: 11_248 nanoseconds. - Weight::from_ref_time(11_617_000) + // Minimum execution time: 11_589 nanoseconds. + Weight::from_ref_time(11_947_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/rococo/src/weights/pallet_preimage.rs b/runtime/rococo/src/weights/pallet_preimage.rs index 30a0522a15dd..14f2b06c9f1c 100644 --- a/runtime/rococo/src/weights/pallet_preimage.rs +++ b/runtime/rococo/src/weights/pallet_preimage.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -48,10 +48,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_preimage(s: u32, ) -> Weight { - // Minimum execution time: 31_337 nanoseconds. - Weight::from_ref_time(139_472_283) + // Minimum execution time: 31_024 nanoseconds. + Weight::from_ref_time(178_076_512) // Standard Error: 8 - .saturating_add(Weight::from_ref_time(2_493).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(2_488).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -59,10 +59,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_requested_preimage(s: u32, ) -> Weight { - // Minimum execution time: 21_829 nanoseconds. - Weight::from_ref_time(125_686_363) - // Standard Error: 7 - .saturating_add(Weight::from_ref_time(2_550).saturating_mul(s.into())) + // Minimum execution time: 22_182 nanoseconds. + Weight::from_ref_time(22_515_000) + // Standard Error: 2 + .saturating_add(Weight::from_ref_time(2_749).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -70,76 +70,76 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_no_deposit_preimage(s: u32, ) -> Weight { - // Minimum execution time: 20_712 nanoseconds. - Weight::from_ref_time(21_367_000) + // Minimum execution time: 20_737 nanoseconds. + Weight::from_ref_time(21_042_000) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(2_676).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(2_744).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_preimage() -> Weight { - // Minimum execution time: 56_051 nanoseconds. - Weight::from_ref_time(61_748_000) + // Minimum execution time: 45_423 nanoseconds. + Weight::from_ref_time(55_379_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_no_deposit_preimage() -> Weight { - // Minimum execution time: 35_243 nanoseconds. - Weight::from_ref_time(39_795_000) + // Minimum execution time: 35_708 nanoseconds. + Weight::from_ref_time(47_121_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_preimage() -> Weight { - // Minimum execution time: 30_771 nanoseconds. - Weight::from_ref_time(34_675_000) + // Minimum execution time: 38_528 nanoseconds. + Weight::from_ref_time(45_328_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_no_deposit_preimage() -> Weight { - // Minimum execution time: 19_133 nanoseconds. - Weight::from_ref_time(28_426_000) + // Minimum execution time: 22_631 nanoseconds. + Weight::from_ref_time(28_215_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_unnoted_preimage() -> Weight { - // Minimum execution time: 25_191 nanoseconds. - Weight::from_ref_time(26_424_000) + // Minimum execution time: 26_069 nanoseconds. + Weight::from_ref_time(37_642_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_requested_preimage() -> Weight { - // Minimum execution time: 11_892 nanoseconds. - Weight::from_ref_time(12_441_000) + // Minimum execution time: 10_775 nanoseconds. + Weight::from_ref_time(12_392_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unrequest_preimage() -> Weight { - // Minimum execution time: 34_045 nanoseconds. - Weight::from_ref_time(37_009_000) + // Minimum execution time: 33_617 nanoseconds. + Weight::from_ref_time(48_394_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_unnoted_preimage() -> Weight { - // Minimum execution time: 11_848 nanoseconds. - Weight::from_ref_time(12_310_000) + // Minimum execution time: 10_675 nanoseconds. + Weight::from_ref_time(12_489_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_multi_referenced_preimage() -> Weight { - // Minimum execution time: 12_216 nanoseconds. - Weight::from_ref_time(12_570_000) + // Minimum execution time: 10_544 nanoseconds. + Weight::from_ref_time(12_620_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_proxy.rs b/runtime/rococo/src/weights/pallet_proxy.rs index 5575da678410..11ccc45cc6ed 100644 --- a/runtime/rococo/src/weights/pallet_proxy.rs +++ b/runtime/rococo/src/weights/pallet_proxy.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_proxy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -47,10 +47,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:0) /// The range of component `p` is `[1, 31]`. fn proxy(p: u32, ) -> Weight { - // Minimum execution time: 20_632 nanoseconds. - Weight::from_ref_time(21_615_128) - // Standard Error: 1_662 - .saturating_add(Weight::from_ref_time(37_877).saturating_mul(p.into())) + // Minimum execution time: 20_754 nanoseconds. + Weight::from_ref_time(21_673_847) + // Standard Error: 2_291 + .saturating_add(Weight::from_ref_time(45_665).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: Proxy Proxies (r:1 w:0) @@ -59,12 +59,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn proxy_announced(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 39_412 nanoseconds. - Weight::from_ref_time(40_128_943) - // Standard Error: 2_923 - .saturating_add(Weight::from_ref_time(150_892).saturating_mul(a.into())) - // Standard Error: 3_020 - .saturating_add(Weight::from_ref_time(52_396).saturating_mul(p.into())) + // Minimum execution time: 40_830 nanoseconds. + Weight::from_ref_time(40_953_561) + // Standard Error: 2_851 + .saturating_add(Weight::from_ref_time(128_295).saturating_mul(a.into())) + // Standard Error: 2_946 + .saturating_add(Weight::from_ref_time(51_681).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -73,12 +73,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn remove_announcement(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 26_849 nanoseconds. - Weight::from_ref_time(28_415_895) - // Standard Error: 2_092 - .saturating_add(Weight::from_ref_time(133_114).saturating_mul(a.into())) - // Standard Error: 2_161 - .saturating_add(Weight::from_ref_time(12_282).saturating_mul(p.into())) + // Minimum execution time: 27_474 nanoseconds. + Weight::from_ref_time(29_038_533) + // Standard Error: 2_596 + .saturating_add(Weight::from_ref_time(138_084).saturating_mul(a.into())) + // Standard Error: 2_682 + .saturating_add(Weight::from_ref_time(4_513).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -87,12 +87,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn reject_announcement(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 27_253 nanoseconds. - Weight::from_ref_time(28_728_206) - // Standard Error: 2_364 - .saturating_add(Weight::from_ref_time(129_418).saturating_mul(a.into())) - // Standard Error: 2_443 - .saturating_add(Weight::from_ref_time(10_984).saturating_mul(p.into())) + // Minimum execution time: 27_565 nanoseconds. + Weight::from_ref_time(29_565_723) + // Standard Error: 2_781 + .saturating_add(Weight::from_ref_time(121_941).saturating_mul(a.into())) + // Standard Error: 2_873 + .saturating_add(Weight::from_ref_time(30).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -102,42 +102,42 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn announce(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 35_832 nanoseconds. - Weight::from_ref_time(37_846_912) - // Standard Error: 2_774 - .saturating_add(Weight::from_ref_time(123_558).saturating_mul(a.into())) - // Standard Error: 2_866 - .saturating_add(Weight::from_ref_time(29_975).saturating_mul(p.into())) + // Minimum execution time: 36_106 nanoseconds. + Weight::from_ref_time(37_855_961) + // Standard Error: 2_902 + .saturating_add(Weight::from_ref_time(133_243).saturating_mul(a.into())) + // Standard Error: 2_999 + .saturating_add(Weight::from_ref_time(39_754).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn add_proxy(p: u32, ) -> Weight { - // Minimum execution time: 30_462 nanoseconds. - Weight::from_ref_time(31_599_117) - // Standard Error: 2_361 - .saturating_add(Weight::from_ref_time(59_222).saturating_mul(p.into())) + // Minimum execution time: 30_690 nanoseconds. + Weight::from_ref_time(31_764_944) + // Standard Error: 2_357 + .saturating_add(Weight::from_ref_time(73_706).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxy(p: u32, ) -> Weight { - // Minimum execution time: 29_127 nanoseconds. - Weight::from_ref_time(30_897_619) - // Standard Error: 2_358 - .saturating_add(Weight::from_ref_time(85_013).saturating_mul(p.into())) + // Minimum execution time: 29_786 nanoseconds. + Weight::from_ref_time(31_477_593) + // Standard Error: 2_473 + .saturating_add(Weight::from_ref_time(84_636).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxies(p: u32, ) -> Weight { - // Minimum execution time: 25_058 nanoseconds. - Weight::from_ref_time(26_477_350) - // Standard Error: 1_686 - .saturating_add(Weight::from_ref_time(47_189).saturating_mul(p.into())) + // Minimum execution time: 25_530 nanoseconds. + Weight::from_ref_time(27_232_687) + // Standard Error: 1_979 + .saturating_add(Weight::from_ref_time(38_012).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -145,20 +145,20 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn create_pure(p: u32, ) -> Weight { - // Minimum execution time: 33_133 nanoseconds. - Weight::from_ref_time(34_419_086) - // Standard Error: 2_144 - .saturating_add(Weight::from_ref_time(26_717).saturating_mul(p.into())) + // Minimum execution time: 33_560 nanoseconds. + Weight::from_ref_time(35_010_132) + // Standard Error: 2_705 + .saturating_add(Weight::from_ref_time(22_801).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[0, 30]`. fn kill_pure(p: u32, ) -> Weight { - // Minimum execution time: 26_839 nanoseconds. - Weight::from_ref_time(28_038_833) - // Standard Error: 1_739 - .saturating_add(Weight::from_ref_time(30_687).saturating_mul(p.into())) + // Minimum execution time: 27_178 nanoseconds. + Weight::from_ref_time(28_399_298) + // Standard Error: 1_987 + .saturating_add(Weight::from_ref_time(49_361).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_scheduler.rs b/runtime/rococo/src/weights/pallet_scheduler.rs index 5eb47e38d081..8add79a6bf2d 100644 --- a/runtime/rococo/src/weights/pallet_scheduler.rs +++ b/runtime/rococo/src/weights/pallet_scheduler.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -46,61 +46,61 @@ pub struct WeightInfo(PhantomData); impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler IncompleteSince (r:1 w:1) fn service_agendas_base() -> Weight { - // Minimum execution time: 5_573 nanoseconds. - Weight::from_ref_time(5_813_000) + // Minimum execution time: 5_396 nanoseconds. + Weight::from_ref_time(5_614_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 50]`. fn service_agenda_base(s: u32, ) -> Weight { - // Minimum execution time: 4_892 nanoseconds. - Weight::from_ref_time(7_405_227) - // Standard Error: 1_732 - .saturating_add(Weight::from_ref_time(841_821).saturating_mul(s.into())) + // Minimum execution time: 4_800 nanoseconds. + Weight::from_ref_time(7_392_128) + // Standard Error: 2_024 + .saturating_add(Weight::from_ref_time(855_609).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_base() -> Weight { - // Minimum execution time: 10_749 nanoseconds. - Weight::from_ref_time(11_036_000) + // Minimum execution time: 10_455 nanoseconds. + Weight::from_ref_time(10_780_000) } // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) /// The range of component `s` is `[128, 4194304]`. fn service_task_fetched(s: u32, ) -> Weight { - // Minimum execution time: 24_071 nanoseconds. - Weight::from_ref_time(24_553_000) - // Standard Error: 2 - .saturating_add(Weight::from_ref_time(1_466).saturating_mul(s.into())) + // Minimum execution time: 23_822 nanoseconds. + Weight::from_ref_time(24_168_000) + // Standard Error: 5 + .saturating_add(Weight::from_ref_time(1_595).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Scheduler Lookup (r:0 w:1) fn service_task_named() -> Weight { - // Minimum execution time: 11_784 nanoseconds. - Weight::from_ref_time(12_510_000) + // Minimum execution time: 14_677 nanoseconds. + Weight::from_ref_time(15_068_000) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { - // Minimum execution time: 10_694 nanoseconds. - Weight::from_ref_time(10_925_000) + // Minimum execution time: 10_435 nanoseconds. + Weight::from_ref_time(10_892_000) } fn execute_dispatch_signed() -> Weight { - // Minimum execution time: 4_688 nanoseconds. - Weight::from_ref_time(4_931_000) + // Minimum execution time: 4_540 nanoseconds. + Weight::from_ref_time(4_741_000) } fn execute_dispatch_unsigned() -> Weight { - // Minimum execution time: 4_647 nanoseconds. - Weight::from_ref_time(4_911_000) + // Minimum execution time: 4_467 nanoseconds. + Weight::from_ref_time(4_769_000) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule(s: u32, ) -> Weight { - // Minimum execution time: 18_768 nanoseconds. - Weight::from_ref_time(22_132_072) - // Standard Error: 2_371 - .saturating_add(Weight::from_ref_time(881_885).saturating_mul(s.into())) + // Minimum execution time: 18_588 nanoseconds. + Weight::from_ref_time(22_165_335) + // Standard Error: 3_451 + .saturating_add(Weight::from_ref_time(905_858).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -108,10 +108,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Lookup (r:0 w:1) /// The range of component `s` is `[1, 50]`. fn cancel(s: u32, ) -> Weight { - // Minimum execution time: 23_006 nanoseconds. - Weight::from_ref_time(22_083_502) - // Standard Error: 2_520 - .saturating_add(Weight::from_ref_time(1_551_987).saturating_mul(s.into())) + // Minimum execution time: 23_347 nanoseconds. + Weight::from_ref_time(22_216_295) + // Standard Error: 4_539 + .saturating_add(Weight::from_ref_time(1_586_206).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,10 +119,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule_named(s: u32, ) -> Weight { - // Minimum execution time: 21_452 nanoseconds. - Weight::from_ref_time(25_078_815) - // Standard Error: 3_505 - .saturating_add(Weight::from_ref_time(927_832).saturating_mul(s.into())) + // Minimum execution time: 22_193 nanoseconds. + Weight::from_ref_time(25_965_802) + // Standard Error: 3_961 + .saturating_add(Weight::from_ref_time(933_085).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -130,10 +130,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[1, 50]`. fn cancel_named(s: u32, ) -> Weight { - // Minimum execution time: 23_820 nanoseconds. - Weight::from_ref_time(24_006_469) - // Standard Error: 2_659 - .saturating_add(Weight::from_ref_time(1_565_980).saturating_mul(s.into())) + // Minimum execution time: 24_106 nanoseconds. + Weight::from_ref_time(24_094_306) + // Standard Error: 2_925 + .saturating_add(Weight::from_ref_time(1_593_222).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/pallet_timestamp.rs b/runtime/rococo/src/weights/pallet_timestamp.rs index 12a777b8d4a5..698e5edf4c1c 100644 --- a/runtime/rococo/src/weights/pallet_timestamp.rs +++ b/runtime/rococo/src/weights/pallet_timestamp.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -47,13 +47,13 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Storage: Timestamp Now (r:1 w:1) // Storage: Babe CurrentSlot (r:1 w:0) fn set() -> Weight { - // Minimum execution time: 10_175 nanoseconds. - Weight::from_ref_time(10_717_000) + // Minimum execution time: 10_610 nanoseconds. + Weight::from_ref_time(10_851_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } fn on_finalize() -> Weight { - // Minimum execution time: 4_409 nanoseconds. - Weight::from_ref_time(4_508_000) + // Minimum execution time: 4_331 nanoseconds. + Weight::from_ref_time(4_482_000) } } diff --git a/runtime/rococo/src/weights/pallet_tips.rs b/runtime/rococo/src/weights/pallet_tips.rs index 2d8ca5056575..cd28fee9a452 100644 --- a/runtime/rococo/src/weights/pallet_tips.rs +++ b/runtime/rococo/src/weights/pallet_tips.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_tips` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -48,18 +48,18 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Tips (r:1 w:1) /// The range of component `r` is `[0, 16384]`. fn report_awesome(r: u32, ) -> Weight { - // Minimum execution time: 31_211 nanoseconds. - Weight::from_ref_time(32_292_654) - // Standard Error: 7 - .saturating_add(Weight::from_ref_time(2_173).saturating_mul(r.into())) + // Minimum execution time: 32_143 nanoseconds. + Weight::from_ref_time(33_161_986) + // Standard Error: 9 + .saturating_add(Weight::from_ref_time(2_168).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Tips Tips (r:1 w:1) // Storage: Tips Reasons (r:0 w:1) fn retract_tip() -> Weight { - // Minimum execution time: 30_265 nanoseconds. - Weight::from_ref_time(31_557_000) + // Minimum execution time: 30_767 nanoseconds. + Weight::from_ref_time(31_913_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -69,12 +69,12 @@ impl pallet_tips::WeightInfo for WeightInfo { /// The range of component `r` is `[0, 16384]`. /// The range of component `t` is `[1, 19]`. fn tip_new(r: u32, t: u32, ) -> Weight { - // Minimum execution time: 23_345 nanoseconds. - Weight::from_ref_time(22_026_611) + // Minimum execution time: 23_234 nanoseconds. + Weight::from_ref_time(21_806_702) // Standard Error: 8 - .saturating_add(Weight::from_ref_time(1_991).saturating_mul(r.into())) - // Standard Error: 7_578 - .saturating_add(Weight::from_ref_time(180_157).saturating_mul(t.into())) + .saturating_add(Weight::from_ref_time(2_000).saturating_mul(r.into())) + // Standard Error: 7_342 + .saturating_add(Weight::from_ref_time(197_780).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -82,10 +82,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Tips (r:1 w:1) /// The range of component `t` is `[1, 19]`. fn tip(t: u32, ) -> Weight { - // Minimum execution time: 15_765 nanoseconds. - Weight::from_ref_time(16_411_709) - // Standard Error: 1_498 - .saturating_add(Weight::from_ref_time(132_834).saturating_mul(t.into())) + // Minimum execution time: 15_883 nanoseconds. + Weight::from_ref_time(16_513_046) + // Standard Error: 2_374 + .saturating_add(Weight::from_ref_time(131_931).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -95,10 +95,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Reasons (r:0 w:1) /// The range of component `t` is `[1, 19]`. fn close_tip(t: u32, ) -> Weight { - // Minimum execution time: 48_864 nanoseconds. - Weight::from_ref_time(51_032_004) - // Standard Error: 6_169 - .saturating_add(Weight::from_ref_time(119_177).saturating_mul(t.into())) + // Minimum execution time: 50_228 nanoseconds. + Weight::from_ref_time(52_862_263) + // Standard Error: 7_479 + .saturating_add(Weight::from_ref_time(141_454).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -106,10 +106,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Storage: Tips Reasons (r:0 w:1) /// The range of component `t` is `[1, 19]`. fn slash_tip(t: u32, ) -> Weight { - // Minimum execution time: 19_661 nanoseconds. - Weight::from_ref_time(20_503_772) - // Standard Error: 2_433 - .saturating_add(Weight::from_ref_time(13_489).saturating_mul(t.into())) + // Minimum execution time: 19_791 nanoseconds. + Weight::from_ref_time(20_985_764) + // Standard Error: 2_536 + .saturating_add(Weight::from_ref_time(10_114).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/pallet_treasury.rs b/runtime/rococo/src/weights/pallet_treasury.rs index 14927e6832f0..a6a1bf35b94f 100644 --- a/runtime/rococo/src/weights/pallet_treasury.rs +++ b/runtime/rococo/src/weights/pallet_treasury.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -45,22 +45,22 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_treasury::WeightInfo for WeightInfo { fn spend() -> Weight { - // Minimum execution time: 196 nanoseconds. - Weight::from_ref_time(220_000) + // Minimum execution time: 137 nanoseconds. + Weight::from_ref_time(162_000) } // Storage: Treasury ProposalCount (r:1 w:1) // Storage: Treasury Proposals (r:0 w:1) fn propose_spend() -> Weight { - // Minimum execution time: 27_766 nanoseconds. - Weight::from_ref_time(28_924_000) + // Minimum execution time: 28_809 nanoseconds. + Weight::from_ref_time(31_089_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Treasury Proposals (r:1 w:1) // Storage: System Account (r:1 w:1) fn reject_proposal() -> Weight { - // Minimum execution time: 41_047 nanoseconds. - Weight::from_ref_time(42_356_000) + // Minimum execution time: 42_572 nanoseconds. + Weight::from_ref_time(43_309_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -68,17 +68,17 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: Treasury Approvals (r:1 w:1) /// The range of component `p` is `[0, 99]`. fn approve_proposal(p: u32, ) -> Weight { - // Minimum execution time: 9_755 nanoseconds. - Weight::from_ref_time(12_622_007) - // Standard Error: 1_404 - .saturating_add(Weight::from_ref_time(109_800).saturating_mul(p.into())) + // Minimum execution time: 9_769 nanoseconds. + Weight::from_ref_time(13_116_481) + // Standard Error: 1_690 + .saturating_add(Weight::from_ref_time(111_932).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Treasury Approvals (r:1 w:1) fn remove_approval() -> Weight { - // Minimum execution time: 8_383 nanoseconds. - Weight::from_ref_time(8_847_000) + // Minimum execution time: 8_512 nanoseconds. + Weight::from_ref_time(8_681_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,10 +90,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: Treasury Proposals (r:2 w:2) /// The range of component `p` is `[0, 100]`. fn on_initialize_proposals(p: u32, ) -> Weight { - // Minimum execution time: 63_708 nanoseconds. - Weight::from_ref_time(71_056_361) - // Standard Error: 11_140 - .saturating_add(Weight::from_ref_time(30_695_916).saturating_mul(p.into())) + // Minimum execution time: 64_821 nanoseconds. + Weight::from_ref_time(69_780_248) + // Standard Error: 12_532 + .saturating_add(Weight::from_ref_time(31_395_370).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(5)) diff --git a/runtime/rococo/src/weights/pallet_utility.rs b/runtime/rococo/src/weights/pallet_utility.rs index 0c31ae33aad6..d1068d7551bd 100644 --- a/runtime/rococo/src/weights/pallet_utility.rs +++ b/runtime/rococo/src/weights/pallet_utility.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -46,31 +46,31 @@ pub struct WeightInfo(PhantomData); impl pallet_utility::WeightInfo for WeightInfo { /// The range of component `c` is `[0, 1000]`. fn batch(c: u32, ) -> Weight { - // Minimum execution time: 12_841 nanoseconds. - Weight::from_ref_time(16_000_445) - // Standard Error: 2_173 - .saturating_add(Weight::from_ref_time(4_610_993).saturating_mul(c.into())) + // Minimum execution time: 12_735 nanoseconds. + Weight::from_ref_time(25_784_287) + // Standard Error: 3_250 + .saturating_add(Weight::from_ref_time(4_497_732).saturating_mul(c.into())) } fn as_derivative() -> Weight { - // Minimum execution time: 6_552 nanoseconds. - Weight::from_ref_time(6_846_000) + // Minimum execution time: 6_410 nanoseconds. + Weight::from_ref_time(6_766_000) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { - // Minimum execution time: 12_855 nanoseconds. - Weight::from_ref_time(16_125_745) - // Standard Error: 2_976 - .saturating_add(Weight::from_ref_time(4_825_333).saturating_mul(c.into())) + // Minimum execution time: 12_841 nanoseconds. + Weight::from_ref_time(18_877_705) + // Standard Error: 3_363 + .saturating_add(Weight::from_ref_time(4_708_446).saturating_mul(c.into())) } fn dispatch_as() -> Weight { - // Minimum execution time: 14_876 nanoseconds. - Weight::from_ref_time(15_512_000) + // Minimum execution time: 14_830 nanoseconds. + Weight::from_ref_time(15_549_000) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { - // Minimum execution time: 12_940 nanoseconds. - Weight::from_ref_time(18_627_501) - // Standard Error: 1_359 - .saturating_add(Weight::from_ref_time(4_610_398).saturating_mul(c.into())) + // Minimum execution time: 12_963 nanoseconds. + Weight::from_ref_time(21_797_288) + // Standard Error: 2_754 + .saturating_add(Weight::from_ref_time(4_525_992).saturating_mul(c.into())) } } diff --git a/runtime/rococo/src/weights/pallet_vesting.rs b/runtime/rococo/src/weights/pallet_vesting.rs index 57de63e41e0b..ec099911681c 100644 --- a/runtime/rococo/src/weights/pallet_vesting.rs +++ b/runtime/rococo/src/weights/pallet_vesting.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_vesting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -49,12 +49,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_377 nanoseconds. - Weight::from_ref_time(37_532_428) - // Standard Error: 1_838 - .saturating_add(Weight::from_ref_time(51_405).saturating_mul(l.into())) - // Standard Error: 3_271 - .saturating_add(Weight::from_ref_time(101_430).saturating_mul(s.into())) + // Minimum execution time: 38_900 nanoseconds. + Weight::from_ref_time(38_372_323) + // Standard Error: 3_080 + .saturating_add(Weight::from_ref_time(50_727).saturating_mul(l.into())) + // Standard Error: 5_480 + .saturating_add(Weight::from_ref_time(117_941).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -63,12 +63,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 37_858 nanoseconds. - Weight::from_ref_time(37_473_285) - // Standard Error: 1_768 - .saturating_add(Weight::from_ref_time(51_973).saturating_mul(l.into())) - // Standard Error: 3_146 - .saturating_add(Weight::from_ref_time(70_767).saturating_mul(s.into())) + // Minimum execution time: 38_461 nanoseconds. + Weight::from_ref_time(38_867_531) + // Standard Error: 2_507 + .saturating_add(Weight::from_ref_time(36_949).saturating_mul(l.into())) + // Standard Error: 4_460 + .saturating_add(Weight::from_ref_time(84_703).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,12 +78,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_other_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 37_534 nanoseconds. - Weight::from_ref_time(36_833_796) - // Standard Error: 1_617 - .saturating_add(Weight::from_ref_time(50_192).saturating_mul(l.into())) - // Standard Error: 2_877 - .saturating_add(Weight::from_ref_time(107_899).saturating_mul(s.into())) + // Minimum execution time: 37_821 nanoseconds. + Weight::from_ref_time(37_896_454) + // Standard Error: 2_886 + .saturating_add(Weight::from_ref_time(51_865).saturating_mul(l.into())) + // Standard Error: 5_135 + .saturating_add(Weight::from_ref_time(112_185).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -93,12 +93,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_other_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 37_399 nanoseconds. - Weight::from_ref_time(37_253_869) - // Standard Error: 1_872 - .saturating_add(Weight::from_ref_time(40_862).saturating_mul(l.into())) - // Standard Error: 3_331 - .saturating_add(Weight::from_ref_time(72_009).saturating_mul(s.into())) + // Minimum execution time: 38_023 nanoseconds. + Weight::from_ref_time(38_873_673) + // Standard Error: 2_715 + .saturating_add(Weight::from_ref_time(27_420).saturating_mul(l.into())) + // Standard Error: 4_831 + .saturating_add(Weight::from_ref_time(72_807).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -108,12 +108,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. fn vested_transfer(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 54_029 nanoseconds. - Weight::from_ref_time(54_814_014) - // Standard Error: 3_338 - .saturating_add(Weight::from_ref_time(46_277).saturating_mul(l.into())) - // Standard Error: 5_939 - .saturating_add(Weight::from_ref_time(77_992).saturating_mul(s.into())) + // Minimum execution time: 53_800 nanoseconds. + Weight::from_ref_time(55_483_956) + // Standard Error: 3_291 + .saturating_add(Weight::from_ref_time(44_862).saturating_mul(l.into())) + // Standard Error: 5_856 + .saturating_add(Weight::from_ref_time(90_291).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -123,12 +123,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. fn force_vested_transfer(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 53_108 nanoseconds. - Weight::from_ref_time(54_121_031) - // Standard Error: 3_049 - .saturating_add(Weight::from_ref_time(47_614).saturating_mul(l.into())) - // Standard Error: 5_425 - .saturating_add(Weight::from_ref_time(64_955).saturating_mul(s.into())) + // Minimum execution time: 53_913 nanoseconds. + Weight::from_ref_time(55_030_721) + // Standard Error: 3_520 + .saturating_add(Weight::from_ref_time(41_292).saturating_mul(l.into())) + // Standard Error: 6_263 + .saturating_add(Weight::from_ref_time(96_350).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -138,12 +138,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 39_591 nanoseconds. - Weight::from_ref_time(38_803_046) - // Standard Error: 1_872 - .saturating_add(Weight::from_ref_time(47_413).saturating_mul(l.into())) - // Standard Error: 3_458 - .saturating_add(Weight::from_ref_time(97_905).saturating_mul(s.into())) + // Minimum execution time: 39_714 nanoseconds. + Weight::from_ref_time(39_434_667) + // Standard Error: 2_888 + .saturating_add(Weight::from_ref_time(53_066).saturating_mul(l.into())) + // Standard Error: 5_334 + .saturating_add(Weight::from_ref_time(106_278).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -153,12 +153,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 39_432 nanoseconds. - Weight::from_ref_time(38_962_142) - // Standard Error: 2_006 - .saturating_add(Weight::from_ref_time(48_163).saturating_mul(l.into())) - // Standard Error: 3_705 - .saturating_add(Weight::from_ref_time(101_464).saturating_mul(s.into())) + // Minimum execution time: 39_864 nanoseconds. + Weight::from_ref_time(38_885_244) + // Standard Error: 2_649 + .saturating_add(Weight::from_ref_time(60_039).saturating_mul(l.into())) + // Standard Error: 4_893 + .saturating_add(Weight::from_ref_time(126_047).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/rococo/src/weights/pallet_xcm.rs b/runtime/rococo/src/weights/pallet_xcm.rs index 4ee07c857aa0..8d0eb99f0af0 100644 --- a/runtime/rococo/src/weights/pallet_xcm.rs +++ b/runtime/rococo/src/weights/pallet_xcm.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -51,33 +51,33 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn send() -> Weight { - // Minimum execution time: 37_821 nanoseconds. - Weight::from_ref_time(38_451_000) + // Minimum execution time: 38_577 nanoseconds. + Weight::from_ref_time(39_129_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } fn teleport_assets() -> Weight { - // Minimum execution time: 29_364 nanoseconds. - Weight::from_ref_time(29_848_000) + // Minimum execution time: 29_341 nanoseconds. + Weight::from_ref_time(30_152_000) } fn reserve_transfer_assets() -> Weight { - // Minimum execution time: 28_414 nanoseconds. - Weight::from_ref_time(28_904_000) + // Minimum execution time: 28_444 nanoseconds. + Weight::from_ref_time(29_071_000) } fn execute() -> Weight { - // Minimum execution time: 15_243 nanoseconds. - Weight::from_ref_time(15_756_000) + // Minimum execution time: 15_306 nanoseconds. + Weight::from_ref_time(15_742_000) } // Storage: XcmPallet SupportedVersion (r:0 w:1) fn force_xcm_version() -> Weight { - // Minimum execution time: 15_483 nanoseconds. - Weight::from_ref_time(16_025_000) + // Minimum execution time: 15_675 nanoseconds. + Weight::from_ref_time(16_181_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet SafeXcmVersion (r:0 w:1) fn force_default_xcm_version() -> Weight { - // Minimum execution time: 4_739 nanoseconds. - Weight::from_ref_time(4_944_000) + // Minimum execution time: 4_555 nanoseconds. + Weight::from_ref_time(4_749_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -90,8 +90,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_subscribe_version_notify() -> Weight { - // Minimum execution time: 41_781 nanoseconds. - Weight::from_ref_time(42_873_000) + // Minimum execution time: 42_354 nanoseconds. + Weight::from_ref_time(43_728_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -104,29 +104,29 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_unsubscribe_version_notify() -> Weight { - // Minimum execution time: 45_245 nanoseconds. - Weight::from_ref_time(46_198_000) + // Minimum execution time: 46_799 nanoseconds. + Weight::from_ref_time(48_112_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: XcmPallet SupportedVersion (r:4 w:2) fn migrate_supported_version() -> Weight { - // Minimum execution time: 15_815 nanoseconds. - Weight::from_ref_time(16_379_000) + // Minimum execution time: 15_380 nanoseconds. + Weight::from_ref_time(16_088_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifiers (r:4 w:2) fn migrate_version_notifiers() -> Weight { - // Minimum execution time: 15_719 nanoseconds. - Weight::from_ref_time(16_432_000) + // Minimum execution time: 15_822 nanoseconds. + Weight::from_ref_time(16_301_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifyTargets (r:5 w:0) fn already_notified_target() -> Weight { - // Minimum execution time: 18_306 nanoseconds. - Weight::from_ref_time(18_826_000) + // Minimum execution time: 18_929 nanoseconds. + Weight::from_ref_time(19_524_000) .saturating_add(T::DbWeight::get().reads(5)) } // Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -137,21 +137,21 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn notify_current_targets() -> Weight { - // Minimum execution time: 37_264 nanoseconds. - Weight::from_ref_time(39_345_000) + // Minimum execution time: 38_235 nanoseconds. + Weight::from_ref_time(39_286_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: XcmPallet VersionNotifyTargets (r:3 w:0) fn notify_target_migration_fail() -> Weight { - // Minimum execution time: 8_318 nanoseconds. - Weight::from_ref_time(8_613_000) + // Minimum execution time: 8_143 nanoseconds. + Weight::from_ref_time(8_552_000) .saturating_add(T::DbWeight::get().reads(3)) } // Storage: XcmPallet VersionNotifyTargets (r:4 w:2) fn migrate_version_notify_targets() -> Weight { - // Minimum execution time: 16_467 nanoseconds. - Weight::from_ref_time(16_781_000) + // Minimum execution time: 16_409 nanoseconds. + Weight::from_ref_time(16_785_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -163,8 +163,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn migrate_and_notify_old_targets() -> Weight { - // Minimum execution time: 44_075 nanoseconds. - Weight::from_ref_time(46_059_000) + // Minimum execution time: 44_941 nanoseconds. + Weight::from_ref_time(47_953_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/rococo/src/weights/runtime_common_auctions.rs b/runtime/rococo/src/weights/runtime_common_auctions.rs index 4501d04daa32..69d503a72dc7 100644 --- a/runtime/rococo/src/weights/runtime_common_auctions.rs +++ b/runtime/rococo/src/weights/runtime_common_auctions.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::auctions` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -47,8 +47,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions AuctionInfo (r:1 w:1) // Storage: Auctions AuctionCounter (r:1 w:1) fn new_auction() -> Weight { - // Minimum execution time: 19_027 nanoseconds. - Weight::from_ref_time(19_501_000) + // Minimum execution time: 18_671 nanoseconds. + Weight::from_ref_time(19_227_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -60,8 +60,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions ReservedAmounts (r:2 w:2) // Storage: System Account (r:1 w:1) fn bid() -> Weight { - // Minimum execution time: 88_563 nanoseconds. - Weight::from_ref_time(93_067_000) + // Minimum execution time: 97_059 nanoseconds. + Weight::from_ref_time(107_163_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Paras ActionsQueue (r:1 w:1) // Storage: Registrar Paras (r:1 w:1) fn on_initialize() -> Weight { - // Minimum execution time: 18_878_527 nanoseconds. - Weight::from_ref_time(19_330_567_000) + // Minimum execution time: 18_607_508 nanoseconds. + Weight::from_ref_time(19_280_523_000) .saturating_add(T::DbWeight::get().reads(3683)) .saturating_add(T::DbWeight::get().writes(3678)) } @@ -88,8 +88,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions Winning (r:0 w:3600) // Storage: Auctions AuctionInfo (r:0 w:1) fn cancel_auction() -> Weight { - // Minimum execution time: 5_724_608 nanoseconds. - Weight::from_ref_time(5_903_289_000) + // Minimum execution time: 5_682_998 nanoseconds. + Weight::from_ref_time(5_990_328_000) .saturating_add(T::DbWeight::get().reads(73)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/rococo/src/weights/runtime_common_claims.rs b/runtime/rococo/src/weights/runtime_common_claims.rs index 84a0355afdbc..a129418fa43e 100644 --- a/runtime/rococo/src/weights/runtime_common_claims.rs +++ b/runtime/rococo/src/weights/runtime_common_claims.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::claims` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -52,8 +52,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: System Account (r:1 w:0) // Storage: Balances Locks (r:1 w:1) fn claim() -> Weight { - // Minimum execution time: 205_753 nanoseconds. - Weight::from_ref_time(221_457_000) + // Minimum execution time: 197_662 nanoseconds. + Weight::from_ref_time(223_369_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -62,8 +62,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: Claims Claims (r:0 w:1) // Storage: Claims Signing (r:0 w:1) fn mint_claim() -> Weight { - // Minimum execution time: 15_624 nanoseconds. - Weight::from_ref_time(18_633_000) + // Minimum execution time: 14_892 nanoseconds. + Weight::from_ref_time(18_615_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -75,8 +75,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: System Account (r:1 w:0) // Storage: Balances Locks (r:1 w:1) fn claim_attest() -> Weight { - // Minimum execution time: 216_231 nanoseconds. - Weight::from_ref_time(228_205_000) + // Minimum execution time: 207_374 nanoseconds. + Weight::from_ref_time(228_927_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -89,8 +89,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: System Account (r:1 w:0) // Storage: Balances Locks (r:1 w:1) fn attest() -> Weight { - // Minimum execution time: 109_202 nanoseconds. - Weight::from_ref_time(117_540_000) + // Minimum execution time: 108_369 nanoseconds. + Weight::from_ref_time(122_575_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -99,8 +99,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Storage: Claims Signing (r:1 w:2) // Storage: Claims Preclaims (r:1 w:1) fn move_claim() -> Weight { - // Minimum execution time: 29_952 nanoseconds. - Weight::from_ref_time(31_493_000) + // Minimum execution time: 27_022 nanoseconds. + Weight::from_ref_time(31_725_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/rococo/src/weights/runtime_common_crowdloan.rs b/runtime/rococo/src/weights/runtime_common_crowdloan.rs index 0191bbd15450..e9adecf3ae2a 100644 --- a/runtime/rococo/src/weights/runtime_common_crowdloan.rs +++ b/runtime/rococo/src/weights/runtime_common_crowdloan.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::crowdloan` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -49,8 +49,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Paras ParaLifecycles (r:1 w:0) // Storage: Crowdloan NextFundIndex (r:1 w:1) fn create() -> Weight { - // Minimum execution time: 54_077 nanoseconds. - Weight::from_ref_time(60_282_000) + // Minimum execution time: 56_635 nanoseconds. + Weight::from_ref_time(72_929_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -63,8 +63,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Crowdloan NewRaise (r:1 w:1) // Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1) fn contribute() -> Weight { - // Minimum execution time: 138_507 nanoseconds. - Weight::from_ref_time(145_627_000) + // Minimum execution time: 146_622 nanoseconds. + Weight::from_ref_time(165_170_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -73,18 +73,18 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Balances InactiveIssuance (r:1 w:1) // Storage: unknown [0xc85982571aa615c788ef9b2c16f54f25773fd439e8ee1ed2aa3ae43d48e880f0] (r:1 w:1) fn withdraw() -> Weight { - // Minimum execution time: 71_318 nanoseconds. - Weight::from_ref_time(79_222_000) + // Minimum execution time: 71_796 nanoseconds. + Weight::from_ref_time(83_853_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `k` is `[0, 1000]`. fn refund(k: u32, ) -> Weight { - // Minimum execution time: 60_712 nanoseconds. - Weight::from_ref_time(63_285_000) - // Standard Error: 13_726 - .saturating_add(Weight::from_ref_time(22_623_318).saturating_mul(k.into())) + // Minimum execution time: 55_878 nanoseconds. + Weight::from_ref_time(66_089_000) + // Standard Error: 16_328 + .saturating_add(Weight::from_ref_time(23_466_663).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -93,31 +93,31 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Crowdloan Funds (r:1 w:1) // Storage: System Account (r:1 w:1) fn dissolve() -> Weight { - // Minimum execution time: 44_610 nanoseconds. - Weight::from_ref_time(48_798_000) + // Minimum execution time: 53_669 nanoseconds. + Weight::from_ref_time(60_682_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Crowdloan Funds (r:1 w:1) fn edit() -> Weight { - // Minimum execution time: 32_455 nanoseconds. - Weight::from_ref_time(34_443_000) + // Minimum execution time: 36_010 nanoseconds. + Weight::from_ref_time(43_693_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Crowdloan Funds (r:1 w:0) // Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1) fn add_memo() -> Weight { - // Minimum execution time: 40_872 nanoseconds. - Weight::from_ref_time(44_467_000) + // Minimum execution time: 48_748 nanoseconds. + Weight::from_ref_time(60_903_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Crowdloan Funds (r:1 w:0) // Storage: Crowdloan NewRaise (r:1 w:1) fn poke() -> Weight { - // Minimum execution time: 32_225 nanoseconds. - Weight::from_ref_time(35_077_000) + // Minimum execution time: 35_635 nanoseconds. + Weight::from_ref_time(43_066_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -133,10 +133,10 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: System Account (r:2 w:2) /// The range of component `n` is `[2, 100]`. fn on_initialize(n: u32, ) -> Weight { - // Minimum execution time: 123_633 nanoseconds. - Weight::from_ref_time(48_161_956) - // Standard Error: 18_766 - .saturating_add(Weight::from_ref_time(49_307_992).saturating_mul(n.into())) + // Minimum execution time: 135_282 nanoseconds. + Weight::from_ref_time(36_362_030) + // Standard Error: 43_364 + .saturating_add(Weight::from_ref_time(51_344_009).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/rococo/src/weights/runtime_common_paras_registrar.rs b/runtime/rococo/src/weights/runtime_common_paras_registrar.rs index cb35190a2922..b0f07e8d43f5 100644 --- a/runtime/rococo/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/rococo/src/weights/runtime_common_paras_registrar.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::paras_registrar` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -48,8 +48,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Registrar Paras (r:1 w:1) // Storage: Paras ParaLifecycles (r:1 w:0) fn reserve() -> Weight { - // Minimum execution time: 33_270 nanoseconds. - Weight::from_ref_time(34_560_000) + // Minimum execution time: 33_875 nanoseconds. + Weight::from_ref_time(34_787_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -64,8 +64,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras CurrentCodeHash (r:0 w:1) // Storage: Paras UpcomingParasGenesis (r:0 w:1) fn register() -> Weight { - // Minimum execution time: 7_362_836 nanoseconds. - Weight::from_ref_time(7_539_337_000) + // Minimum execution time: 7_326_027 nanoseconds. + Weight::from_ref_time(7_577_872_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -80,8 +80,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras CurrentCodeHash (r:0 w:1) // Storage: Paras UpcomingParasGenesis (r:0 w:1) fn force_register() -> Weight { - // Minimum execution time: 7_353_195 nanoseconds. - Weight::from_ref_time(7_412_536_000) + // Minimum execution time: 7_423_148 nanoseconds. + Weight::from_ref_time(7_765_597_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -92,8 +92,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras ActionsQueue (r:1 w:1) // Storage: Registrar PendingSwap (r:0 w:1) fn deregister() -> Weight { - // Minimum execution time: 55_674 nanoseconds. - Weight::from_ref_time(59_143_000) + // Minimum execution time: 58_632 nanoseconds. + Weight::from_ref_time(65_277_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -105,8 +105,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Crowdloan Funds (r:2 w:2) // Storage: Slots Leases (r:2 w:2) fn swap() -> Weight { - // Minimum execution time: 50_682 nanoseconds. - Weight::from_ref_time(52_444_000) + // Minimum execution time: 52_502 nanoseconds. + Weight::from_ref_time(63_357_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -123,20 +123,20 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras FutureCodeUpgrades (r:0 w:1) /// The range of component `b` is `[1, 3145728]`. fn schedule_code_upgrade(b: u32, ) -> Weight { - // Minimum execution time: 44_694 nanoseconds. - Weight::from_ref_time(15_119_448) - // Standard Error: 7 - .saturating_add(Weight::from_ref_time(2_683).saturating_mul(b.into())) + // Minimum execution time: 45_626 nanoseconds. + Weight::from_ref_time(46_144_000) + // Standard Error: 3 + .saturating_add(Weight::from_ref_time(2_763).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } // Storage: Paras Heads (r:0 w:1) /// The range of component `b` is `[1, 1048576]`. fn set_current_head(b: u32, ) -> Weight { - // Minimum execution time: 14_401 nanoseconds. - Weight::from_ref_time(11_299_214) + // Minimum execution time: 14_458 nanoseconds. + Weight::from_ref_time(12_242_391) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_060).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(1_067).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/rococo/src/weights/runtime_common_slots.rs b/runtime/rococo/src/weights/runtime_common_slots.rs index efe827996e87..8494015efd0a 100644 --- a/runtime/rococo/src/weights/runtime_common_slots.rs +++ b/runtime/rococo/src/weights/runtime_common_slots.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::slots` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -47,8 +47,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 33_427 nanoseconds. - Weight::from_ref_time(34_466_000) + // Minimum execution time: 34_510 nanoseconds. + Weight::from_ref_time(35_577_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -61,12 +61,12 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 661_055 nanoseconds. - Weight::from_ref_time(668_740_000) - // Standard Error: 85_114 - .saturating_add(Weight::from_ref_time(2_660_491).saturating_mul(c.into())) - // Standard Error: 85_114 - .saturating_add(Weight::from_ref_time(15_521_021).saturating_mul(t.into())) + // Minimum execution time: 673_062 nanoseconds. + Weight::from_ref_time(686_758_000) + // Standard Error: 82_664 + .saturating_add(Weight::from_ref_time(2_674_745).saturating_mul(c.into())) + // Standard Error: 82_664 + .saturating_add(Weight::from_ref_time(15_950_615).saturating_mul(t.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().reads((3_u64).saturating_mul(t.into()))) @@ -77,8 +77,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 115_794 nanoseconds. - Weight::from_ref_time(121_011_000) + // Minimum execution time: 117_549 nanoseconds. + Weight::from_ref_time(132_308_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -88,8 +88,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 34_894 nanoseconds. - Weight::from_ref_time(37_072_000) + // Minimum execution time: 38_987 nanoseconds. + Weight::from_ref_time(47_758_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_configuration.rs b/runtime/rococo/src/weights/runtime_parachains_configuration.rs index 26323fee5984..094d343a2536 100644 --- a/runtime/rococo/src/weights/runtime_parachains_configuration.rs +++ b/runtime/rococo/src/weights/runtime_parachains_configuration.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::configuration` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -49,8 +49,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_block_number() -> Weight { - // Minimum execution time: 12_958 nanoseconds. - Weight::from_ref_time(13_445_000) + // Minimum execution time: 13_220 nanoseconds. + Weight::from_ref_time(13_982_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -59,8 +59,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_u32() -> Weight { - // Minimum execution time: 13_131 nanoseconds. - Weight::from_ref_time(13_487_000) + // Minimum execution time: 13_397 nanoseconds. + Weight::from_ref_time(13_700_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,8 +69,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_option_u32() -> Weight { - // Minimum execution time: 13_043 nanoseconds. - Weight::from_ref_time(13_478_000) + // Minimum execution time: 13_143 nanoseconds. + Weight::from_ref_time(13_710_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -79,8 +79,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_weight() -> Weight { - // Minimum execution time: 13_133 nanoseconds. - Weight::from_ref_time(13_798_000) + // Minimum execution time: 13_410 nanoseconds. + Weight::from_ref_time(13_777_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -94,8 +94,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_balance() -> Weight { - // Minimum execution time: 13_223 nanoseconds. - Weight::from_ref_time(13_649_000) + // Minimum execution time: 13_335 nanoseconds. + Weight::from_ref_time(13_824_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_disputes.rs b/runtime/rococo/src/weights/runtime_parachains_disputes.rs index bb44c5726ee3..460e1fc1aa08 100644 --- a/runtime/rococo/src/weights/runtime_parachains_disputes.rs +++ b/runtime/rococo/src/weights/runtime_parachains_disputes.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::disputes` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -46,8 +46,8 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::disputes::WeightInfo for WeightInfo { // Storage: ParasDisputes Frozen (r:0 w:1) fn force_unfreeze() -> Weight { - // Minimum execution time: 4_603 nanoseconds. - Weight::from_ref_time(4_782_000) + // Minimum execution time: 4_532 nanoseconds. + Weight::from_ref_time(4_980_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/rococo/src/weights/runtime_parachains_hrmp.rs b/runtime/rococo/src/weights/runtime_parachains_hrmp.rs index 50388e142c18..a6e1baaab0bd 100644 --- a/runtime/rococo/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/rococo/src/weights/runtime_parachains_hrmp.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::hrmp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -54,8 +54,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_init_open_channel() -> Weight { - // Minimum execution time: 44_084 nanoseconds. - Weight::from_ref_time(45_016_000) + // Minimum execution time: 43_454 nanoseconds. + Weight::from_ref_time(44_923_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -67,8 +67,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_accept_open_channel() -> Weight { - // Minimum execution time: 42_745 nanoseconds. - Weight::from_ref_time(44_079_000) + // Minimum execution time: 43_222 nanoseconds. + Weight::from_ref_time(44_760_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -79,8 +79,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_close_channel() -> Weight { - // Minimum execution time: 39_790 nanoseconds. - Weight::from_ref_time(40_787_000) + // Minimum execution time: 39_732 nanoseconds. + Weight::from_ref_time(41_351_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -93,12 +93,12 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf /// The range of component `i` is `[0, 127]`. /// The range of component `e` is `[0, 127]`. fn force_clean_hrmp(i: u32, e: u32, ) -> Weight { - // Minimum execution time: 1_044_464 nanoseconds. - Weight::from_ref_time(1_051_390_000) - // Standard Error: 93_433 - .saturating_add(Weight::from_ref_time(3_125_507).saturating_mul(i.into())) - // Standard Error: 93_433 - .saturating_add(Weight::from_ref_time(3_264_686).saturating_mul(e.into())) + // Minimum execution time: 1_044_572 nanoseconds. + Weight::from_ref_time(1_051_676_000) + // Standard Error: 96_937 + .saturating_add(Weight::from_ref_time(3_317_018).saturating_mul(i.into())) + // Standard Error: 96_937 + .saturating_add(Weight::from_ref_time(3_348_012).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) @@ -117,10 +117,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpChannels (r:0 w:2) /// The range of component `c` is `[0, 128]`. fn force_process_hrmp_open(c: u32, ) -> Weight { - // Minimum execution time: 10_849 nanoseconds. - Weight::from_ref_time(7_615_329) - // Standard Error: 13_116 - .saturating_add(Weight::from_ref_time(18_631_464).saturating_mul(c.into())) + // Minimum execution time: 10_903 nanoseconds. + Weight::from_ref_time(1_219_805) + // Standard Error: 19_959 + .saturating_add(Weight::from_ref_time(18_892_545).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -134,10 +134,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpChannelContents (r:0 w:2) /// The range of component `c` is `[0, 128]`. fn force_process_hrmp_close(c: u32, ) -> Weight { - // Minimum execution time: 7_103 nanoseconds. - Weight::from_ref_time(7_015_278) - // Standard Error: 8_783 - .saturating_add(Weight::from_ref_time(11_476_773).saturating_mul(c.into())) + // Minimum execution time: 7_315 nanoseconds. + Weight::from_ref_time(1_359_089) + // Standard Error: 15_125 + .saturating_add(Weight::from_ref_time(11_676_589).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -148,10 +148,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1) /// The range of component `c` is `[0, 128]`. fn hrmp_cancel_open_request(c: u32, ) -> Weight { - // Minimum execution time: 25_708 nanoseconds. - Weight::from_ref_time(36_456_393) - // Standard Error: 2_945 - .saturating_add(Weight::from_ref_time(177_636).saturating_mul(c.into())) + // Minimum execution time: 26_413 nanoseconds. + Weight::from_ref_time(35_401_924) + // Standard Error: 3_242 + .saturating_add(Weight::from_ref_time(228_592).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -159,10 +159,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpOpenChannelRequests (r:2 w:2) /// The range of component `c` is `[0, 128]`. fn clean_open_channel_requests(c: u32, ) -> Weight { - // Minimum execution time: 5_039 nanoseconds. - Weight::from_ref_time(1_662_262) - // Standard Error: 3_846 - .saturating_add(Weight::from_ref_time(3_202_115).saturating_mul(c.into())) + // Minimum execution time: 5_120 nanoseconds. + Weight::from_ref_time(735_035) + // Standard Error: 5_328 + .saturating_add(Weight::from_ref_time(3_270_409).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -180,8 +180,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpIngressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpAcceptedChannelRequestCount (r:1 w:1) fn force_open_hrmp_channel() -> Weight { - // Minimum execution time: 56_026 nanoseconds. - Weight::from_ref_time(57_494_000) + // Minimum execution time: 56_970 nanoseconds. + Weight::from_ref_time(58_788_000) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_initializer.rs b/runtime/rococo/src/weights/runtime_parachains_initializer.rs index 0101bf0dfd02..48fc95b32881 100644 --- a/runtime/rococo/src/weights/runtime_parachains_initializer.rs +++ b/runtime/rococo/src/weights/runtime_parachains_initializer.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::initializer` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -47,10 +47,10 @@ impl runtime_parachains::initializer::WeightInfo for We // Storage: System Digest (r:1 w:1) /// The range of component `d` is `[0, 65536]`. fn force_approve(d: u32, ) -> Weight { - // Minimum execution time: 8_377 nanoseconds. - Weight::from_ref_time(8_639_000) - // Standard Error: 14 - .saturating_add(Weight::from_ref_time(2_222).saturating_mul(d.into())) + // Minimum execution time: 8_196 nanoseconds. + Weight::from_ref_time(8_488_000) + // Standard Error: 20 + .saturating_add(Weight::from_ref_time(2_817).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_paras.rs b/runtime/rococo/src/weights/runtime_parachains_paras.rs index d6e5c1673e16..aa0dd46836e4 100644 --- a/runtime/rococo/src/weights/runtime_parachains_paras.rs +++ b/runtime/rococo/src/weights/runtime_parachains_paras.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::paras` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -52,20 +52,20 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras CodeByHash (r:0 w:1) /// The range of component `c` is `[1, 3145728]`. fn force_set_current_code(c: u32, ) -> Weight { - // Minimum execution time: 38_246 nanoseconds. - Weight::from_ref_time(125_433_017) - // Standard Error: 12 - .saturating_add(Weight::from_ref_time(2_527).saturating_mul(c.into())) + // Minimum execution time: 38_922 nanoseconds. + Weight::from_ref_time(56_697_065) + // Standard Error: 14 + .saturating_add(Weight::from_ref_time(2_617).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Paras Heads (r:0 w:1) /// The range of component `s` is `[1, 1048576]`. fn force_set_current_head(s: u32, ) -> Weight { - // Minimum execution time: 13_726 nanoseconds. - Weight::from_ref_time(7_645_690) + // Minimum execution time: 14_358 nanoseconds. + Weight::from_ref_time(10_296_435) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(1_071).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(1_074).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Configuration ActiveConfig (r:1 w:0) @@ -81,10 +81,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras UpgradeRestrictionSignal (r:0 w:1) /// The range of component `c` is `[1, 3145728]`. fn force_schedule_code_upgrade(c: u32, ) -> Weight { - // Minimum execution time: 65_770 nanoseconds. - Weight::from_ref_time(77_383_646) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_598).saturating_mul(c.into())) + // Minimum execution time: 66_499 nanoseconds. + Weight::from_ref_time(67_287_000) + // Standard Error: 3 + .saturating_add(Weight::from_ref_time(2_713).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -93,18 +93,18 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) /// The range of component `s` is `[1, 1048576]`. fn force_note_new_head(s: u32, ) -> Weight { - // Minimum execution time: 19_563 nanoseconds. - Weight::from_ref_time(24_816_837) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_038).saturating_mul(s.into())) + // Minimum execution time: 20_123 nanoseconds. + Weight::from_ref_time(22_232_263) + // Standard Error: 1 + .saturating_add(Weight::from_ref_time(1_058).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras ActionsQueue (r:1 w:1) fn force_queue_action() -> Weight { - // Minimum execution time: 24_912 nanoseconds. - Weight::from_ref_time(25_612_000) + // Minimum execution time: 25_083 nanoseconds. + Weight::from_ref_time(26_054_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -112,18 +112,18 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras CodeByHash (r:1 w:1) /// The range of component `c` is `[1, 3145728]`. fn add_trusted_validation_code(c: u32, ) -> Weight { - // Minimum execution time: 9_248 nanoseconds. - Weight::from_ref_time(28_464_908) - // Standard Error: 8 - .saturating_add(Weight::from_ref_time(2_597).saturating_mul(c.into())) + // Minimum execution time: 9_450 nanoseconds. + Weight::from_ref_time(9_734_000) + // Standard Error: 2 + .saturating_add(Weight::from_ref_time(2_710).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Paras CodeByHashRefs (r:1 w:0) // Storage: Paras CodeByHash (r:0 w:1) fn poke_unused_validation_code() -> Weight { - // Minimum execution time: 7_690 nanoseconds. - Weight::from_ref_time(7_897_000) + // Minimum execution time: 7_616 nanoseconds. + Weight::from_ref_time(8_066_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -132,8 +132,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement() -> Weight { - // Minimum execution time: 124_570 nanoseconds. - Weight::from_ref_time(131_340_000) + // Minimum execution time: 130_700 nanoseconds. + Weight::from_ref_time(138_727_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -146,8 +146,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: System Digest (r:1 w:1) // Storage: Paras FutureCodeUpgrades (r:0 w:100) fn include_pvf_check_statement_finalize_upgrade_accept() -> Weight { - // Minimum execution time: 819_144 nanoseconds. - Weight::from_ref_time(842_527_000) + // Minimum execution time: 808_758 nanoseconds. + Weight::from_ref_time(836_844_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(104)) } @@ -156,8 +156,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement_finalize_upgrade_reject() -> Weight { - // Minimum execution time: 125_093 nanoseconds. - Weight::from_ref_time(131_146_000) + // Minimum execution time: 124_850 nanoseconds. + Weight::from_ref_time(135_227_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -168,8 +168,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras PvfActiveVoteList (r:1 w:1) // Storage: Paras ActionsQueue (r:1 w:1) fn include_pvf_check_statement_finalize_onboarding_accept() -> Weight { - // Minimum execution time: 646_678 nanoseconds. - Weight::from_ref_time(661_441_000) + // Minimum execution time: 630_541 nanoseconds. + Weight::from_ref_time(642_748_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -178,8 +178,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement_finalize_onboarding_reject() -> Weight { - // Minimum execution time: 123_755 nanoseconds. - Weight::from_ref_time(127_740_000) + // Minimum execution time: 123_066 nanoseconds. + Weight::from_ref_time(132_022_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_ump.rs b/runtime/rococo/src/weights/runtime_parachains_ump.rs index 06982b0650ec..b797d3d7b79c 100644 --- a/runtime/rococo/src/weights/runtime_parachains_ump.rs +++ b/runtime/rococo/src/weights/runtime_parachains_ump.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::ump` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024 @@ -46,26 +46,26 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::ump::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 51200]`. fn process_upward_message(s: u32, ) -> Weight { - // Minimum execution time: 10_654 nanoseconds. - Weight::from_ref_time(2_768_168) - // Standard Error: 15 - .saturating_add(Weight::from_ref_time(2_316).saturating_mul(s.into())) + // Minimum execution time: 10_641 nanoseconds. + Weight::from_ref_time(1_992_129) + // Standard Error: 16 + .saturating_add(Weight::from_ref_time(2_373).saturating_mul(s.into())) } // Storage: Ump NeedsDispatch (r:1 w:1) // Storage: Ump NextDispatchRoundStartWith (r:1 w:1) // Storage: Ump RelayDispatchQueues (r:0 w:1) // Storage: Ump RelayDispatchQueueSize (r:0 w:1) fn clean_ump_after_outgoing() -> Weight { - // Minimum execution time: 8_376 nanoseconds. - Weight::from_ref_time(8_976_000) + // Minimum execution time: 8_510 nanoseconds. + Weight::from_ref_time(9_067_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Ump Overweight (r:1 w:1) // Storage: Ump CounterForOverweight (r:1 w:1) fn service_overweight() -> Weight { - // Minimum execution time: 28_869 nanoseconds. - Weight::from_ref_time(29_990_000) + // Minimum execution time: 28_966 nanoseconds. + Weight::from_ref_time(29_910_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/westend/constants/src/weights/block_weights.rs b/runtime/westend/constants/src/weights/block_weights.rs index e76d28fbabac..c10c82510ecc 100644 --- a/runtime/westend/constants/src/weights/block_weights.rs +++ b/runtime/westend/constants/src/weights/block_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20 (Y/M/D) +//! DATE: 2023-01-23 (Y/M/D) //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development` @@ -42,17 +42,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 491_994, 635_374 - /// Average: 507_200 - /// Median: 503_037 - /// Std-Dev: 18348.6 + /// Min, Max: 497_409, 526_202 + /// Average: 507_924 + /// Median: 506_700 + /// Std-Dev: 6477.45 /// /// Percentiles nanoseconds: - /// 99th: 603_479 - /// 95th: 521_976 - /// 75th: 508_648 + /// 99th: 525_093 + /// 95th: 520_402 + /// 75th: 510_318 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(507_200)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(507_924)); } #[cfg(test)] diff --git a/runtime/westend/constants/src/weights/extrinsic_weights.rs b/runtime/westend/constants/src/weights/extrinsic_weights.rs index d040ae5715fc..3e2ae633d00e 100644 --- a/runtime/westend/constants/src/weights/extrinsic_weights.rs +++ b/runtime/westend/constants/src/weights/extrinsic_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20 (Y/M/D) +//! DATE: 2023-01-23 (Y/M/D) //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development` @@ -42,17 +42,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 99_948, 100_910 - /// Average: 100_411 - /// Median: 100_387 - /// Std-Dev: 178.29 + /// Min, Max: 101_511, 102_954 + /// Average: 102_129 + /// Median: 102_093 + /// Std-Dev: 262.89 /// /// Percentiles nanoseconds: - /// 99th: 100_840 - /// 95th: 100_710 - /// 75th: 100_506 + /// 99th: 102_783 + /// 95th: 102_667 + /// 75th: 102_259 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(100_411)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(102_129)); } #[cfg(test)] diff --git a/runtime/westend/src/weights/frame_election_provider_support.rs b/runtime/westend/src/weights/frame_election_provider_support.rs index 39be8285af4c..2d556e19151b 100644 --- a/runtime/westend/src/weights/frame_election_provider_support.rs +++ b/runtime/westend/src/weights/frame_election_provider_support.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `frame_election_provider_support` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -48,22 +48,22 @@ impl frame_election_provider_support::WeightInfo for We /// The range of component `t` is `[500, 1000]`. /// The range of component `d` is `[5, 16]`. fn phragmen(v: u32, _t: u32, d: u32, ) -> Weight { - // Minimum execution time: 5_792_136 nanoseconds. - Weight::from_ref_time(5_851_520_000) - // Standard Error: 139_848 - .saturating_add(Weight::from_ref_time(5_708_991).saturating_mul(v.into())) - // Standard Error: 14_297_653 - .saturating_add(Weight::from_ref_time(1_504_427_423).saturating_mul(d.into())) + // Minimum execution time: 5_743_124 nanoseconds. + Weight::from_ref_time(5_792_819_000) + // Standard Error: 138_395 + .saturating_add(Weight::from_ref_time(5_680_397).saturating_mul(v.into())) + // Standard Error: 14_149_036 + .saturating_add(Weight::from_ref_time(1_496_025_833).saturating_mul(d.into())) } /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. /// The range of component `d` is `[5, 16]`. fn phragmms(v: u32, _t: u32, d: u32, ) -> Weight { - // Minimum execution time: 4_170_523 nanoseconds. - Weight::from_ref_time(4_233_449_000) - // Standard Error: 140_223 - .saturating_add(Weight::from_ref_time(4_974_990).saturating_mul(v.into())) - // Standard Error: 14_335_971 - .saturating_add(Weight::from_ref_time(1_529_560_157).saturating_mul(d.into())) + // Minimum execution time: 4_096_862 nanoseconds. + Weight::from_ref_time(4_145_331_000) + // Standard Error: 125_858 + .saturating_add(Weight::from_ref_time(4_831_715).saturating_mul(v.into())) + // Standard Error: 12_867_350 + .saturating_add(Weight::from_ref_time(1_470_365_686).saturating_mul(d.into())) } } diff --git a/runtime/westend/src/weights/frame_system.rs b/runtime/westend/src/weights/frame_system.rs index 63e188758fa6..dda550d269ae 100644 --- a/runtime/westend/src/weights/frame_system.rs +++ b/runtime/westend/src/weights/frame_system.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -46,51 +46,51 @@ pub struct WeightInfo(PhantomData); impl frame_system::WeightInfo for WeightInfo { /// The range of component `b` is `[0, 3932160]`. fn remark(b: u32, ) -> Weight { - // Minimum execution time: 3_880 nanoseconds. - Weight::from_ref_time(2_381_340) + // Minimum execution time: 3_854 nanoseconds. + Weight::from_ref_time(301_345) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(480).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(482).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { - // Minimum execution time: 13_513 nanoseconds. - Weight::from_ref_time(141_280_143) - // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_928).saturating_mul(b.into())) + // Minimum execution time: 13_378 nanoseconds. + Weight::from_ref_time(13_835_000) + // Standard Error: 3 + .saturating_add(Weight::from_ref_time(2_054).saturating_mul(b.into())) } // Storage: System Digest (r:1 w:1) // Storage: unknown [0x3a686561707061676573] (r:0 w:1) fn set_heap_pages() -> Weight { - // Minimum execution time: 8_692 nanoseconds. - Weight::from_ref_time(9_020_000) + // Minimum execution time: 8_776 nanoseconds. + Weight::from_ref_time(9_105_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn set_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_990 nanoseconds. - Weight::from_ref_time(4_131_000) - // Standard Error: 2_196 - .saturating_add(Weight::from_ref_time(685_833).saturating_mul(i.into())) + // Minimum execution time: 3_963 nanoseconds. + Weight::from_ref_time(4_141_000) + // Standard Error: 2_146 + .saturating_add(Weight::from_ref_time(688_366).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn kill_storage(i: u32, ) -> Weight { - // Minimum execution time: 4_006 nanoseconds. - Weight::from_ref_time(4_133_000) - // Standard Error: 954 - .saturating_add(Weight::from_ref_time(516_970).saturating_mul(i.into())) + // Minimum execution time: 3_837 nanoseconds. + Weight::from_ref_time(3_945_000) + // Standard Error: 878 + .saturating_add(Weight::from_ref_time(510_270).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { - // Minimum execution time: 5_745 nanoseconds. - Weight::from_ref_time(5_994_000) - // Standard Error: 1_397 - .saturating_add(Weight::from_ref_time(1_171_102).saturating_mul(p.into())) + // Minimum execution time: 5_601 nanoseconds. + Weight::from_ref_time(5_791_000) + // Standard Error: 1_315 + .saturating_add(Weight::from_ref_time(1_159_943).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) } } diff --git a/runtime/westend/src/weights/pallet_bags_list.rs b/runtime/westend/src/weights/pallet_bags_list.rs index 558d104dd50c..90ed78fe13fa 100644 --- a/runtime/westend/src/weights/pallet_bags_list.rs +++ b/runtime/westend/src/weights/pallet_bags_list.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_bags_list` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -49,8 +49,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList ListNodes (r:4 w:4) // Storage: VoterList ListBags (r:1 w:1) fn rebag_non_terminal() -> Weight { - // Minimum execution time: 64_195 nanoseconds. - Weight::from_ref_time(66_672_000) + // Minimum execution time: 64_049 nanoseconds. + Weight::from_ref_time(66_599_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -59,8 +59,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn rebag_terminal() -> Weight { - // Minimum execution time: 63_120 nanoseconds. - Weight::from_ref_time(64_806_000) + // Minimum execution time: 64_248 nanoseconds. + Weight::from_ref_time(71_257_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -70,8 +70,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList CounterForListNodes (r:1 w:1) // Storage: VoterList ListBags (r:1 w:1) fn put_in_front_of() -> Weight { - // Minimum execution time: 62_320 nanoseconds. - Weight::from_ref_time(63_711_000) + // Minimum execution time: 63_370 nanoseconds. + Weight::from_ref_time(67_244_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(6)) } diff --git a/runtime/westend/src/weights/pallet_balances.rs b/runtime/westend/src/weights/pallet_balances.rs index 8bdedfc17c2a..31f8f798f1bf 100644 --- a/runtime/westend/src/weights/pallet_balances.rs +++ b/runtime/westend/src/weights/pallet_balances.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -46,50 +46,50 @@ pub struct WeightInfo(PhantomData); impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - // Minimum execution time: 43_622 nanoseconds. - Weight::from_ref_time(45_069_000) + // Minimum execution time: 44_730 nanoseconds. + Weight::from_ref_time(45_839_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { - // Minimum execution time: 31_865 nanoseconds. - Weight::from_ref_time(32_974_000) + // Minimum execution time: 33_515 nanoseconds. + Weight::from_ref_time(34_438_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn set_balance_creating() -> Weight { - // Minimum execution time: 23_618 nanoseconds. - Weight::from_ref_time(24_193_000) + // Minimum execution time: 23_841 nanoseconds. + Weight::from_ref_time(24_425_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn set_balance_killing() -> Weight { - // Minimum execution time: 26_781 nanoseconds. - Weight::from_ref_time(27_160_000) + // Minimum execution time: 26_521 nanoseconds. + Weight::from_ref_time(27_752_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:2 w:2) fn force_transfer() -> Weight { - // Minimum execution time: 43_020 nanoseconds. - Weight::from_ref_time(43_744_000) + // Minimum execution time: 44_019 nanoseconds. + Weight::from_ref_time(45_026_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { - // Minimum execution time: 38_005 nanoseconds. - Weight::from_ref_time(38_834_000) + // Minimum execution time: 39_240 nanoseconds. + Weight::from_ref_time(39_667_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn force_unreserve() -> Weight { - // Minimum execution time: 20_790 nanoseconds. - Weight::from_ref_time(21_648_000) + // Minimum execution time: 20_883 nanoseconds. + Weight::from_ref_time(21_632_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs b/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs index c29d0dc71cc6..6d6fd0849c0f 100644 --- a/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs +++ b/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_election_provider_multi_phase` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -53,38 +53,38 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: Staking ForceEra (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) fn on_initialize_nothing() -> Weight { - // Minimum execution time: 17_331 nanoseconds. - Weight::from_ref_time(17_849_000) + // Minimum execution time: 17_197 nanoseconds. + Weight::from_ref_time(17_957_000) .saturating_add(T::DbWeight::get().reads(8)) } // Storage: ElectionProviderMultiPhase Round (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:1) fn on_initialize_open_signed() -> Weight { - // Minimum execution time: 15_326 nanoseconds. - Weight::from_ref_time(15_637_000) + // Minimum execution time: 15_499 nanoseconds. + Weight::from_ref_time(16_123_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: ElectionProviderMultiPhase Round (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:1) fn on_initialize_open_unsigned() -> Weight { - // Minimum execution time: 16_292 nanoseconds. - Weight::from_ref_time(16_844_000) + // Minimum execution time: 16_937 nanoseconds. + Weight::from_ref_time(17_340_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) // Storage: ElectionProviderMultiPhase QueuedSolution (r:0 w:1) fn finalize_signed_phase_accept_solution() -> Weight { - // Minimum execution time: 30_850 nanoseconds. - Weight::from_ref_time(31_826_000) + // Minimum execution time: 31_455 nanoseconds. + Weight::from_ref_time(32_494_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: System Account (r:1 w:1) fn finalize_signed_phase_reject_solution() -> Weight { - // Minimum execution time: 23_947 nanoseconds. - Weight::from_ref_time(24_942_000) + // Minimum execution time: 24_474 nanoseconds. + Weight::from_ref_time(25_269_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -94,10 +94,10 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. fn create_snapshot_internal(v: u32, _t: u32, ) -> Weight { - // Minimum execution time: 580_497 nanoseconds. - Weight::from_ref_time(594_851_000) - // Standard Error: 3_222 - .saturating_add(Weight::from_ref_time(323_805).saturating_mul(v.into())) + // Minimum execution time: 572_470 nanoseconds. + Weight::from_ref_time(591_650_000) + // Standard Error: 3_258 + .saturating_add(Weight::from_ref_time(324_058).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -113,12 +113,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `a` is `[500, 800]`. /// The range of component `d` is `[200, 400]`. fn elect_queued(a: u32, d: u32, ) -> Weight { - // Minimum execution time: 448_589 nanoseconds. - Weight::from_ref_time(124_947_017) - // Standard Error: 8_080 - .saturating_add(Weight::from_ref_time(589_797).saturating_mul(a.into())) - // Standard Error: 12_112 - .saturating_add(Weight::from_ref_time(184_444).saturating_mul(d.into())) + // Minimum execution time: 450_955 nanoseconds. + Weight::from_ref_time(164_237_468) + // Standard Error: 8_396 + .saturating_add(Weight::from_ref_time(555_007).saturating_mul(a.into())) + // Standard Error: 12_586 + .saturating_add(Weight::from_ref_time(153_341).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -129,8 +129,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: ElectionProviderMultiPhase SignedSubmissionNextIndex (r:1 w:1) // Storage: ElectionProviderMultiPhase SignedSubmissionsMap (r:0 w:1) fn submit() -> Weight { - // Minimum execution time: 66_920 nanoseconds. - Weight::from_ref_time(69_949_000) + // Minimum execution time: 68_633 nanoseconds. + Weight::from_ref_time(70_643_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -146,12 +146,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `a` is `[500, 800]`. /// The range of component `d` is `[200, 400]`. fn submit_unsigned(v: u32, _t: u32, a: u32, _d: u32, ) -> Weight { - // Minimum execution time: 6_222_722 nanoseconds. - Weight::from_ref_time(6_342_692_000) - // Standard Error: 20_126 - .saturating_add(Weight::from_ref_time(125_889).saturating_mul(v.into())) - // Standard Error: 59_641 - .saturating_add(Weight::from_ref_time(5_895_396).saturating_mul(a.into())) + // Minimum execution time: 6_123_952 nanoseconds. + Weight::from_ref_time(6_315_509_000) + // Standard Error: 20_268 + .saturating_add(Weight::from_ref_time(98_941).saturating_mul(v.into())) + // Standard Error: 60_063 + .saturating_add(Weight::from_ref_time(6_083_015).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -164,12 +164,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `a` is `[500, 800]`. /// The range of component `d` is `[200, 400]`. fn feasibility_check(v: u32, _t: u32, a: u32, _d: u32, ) -> Weight { - // Minimum execution time: 5_091_838 nanoseconds. - Weight::from_ref_time(5_248_865_000) - // Standard Error: 15_672 - .saturating_add(Weight::from_ref_time(315_764).saturating_mul(v.into())) - // Standard Error: 46_442 - .saturating_add(Weight::from_ref_time(3_473_585).saturating_mul(a.into())) + // Minimum execution time: 5_133_409 nanoseconds. + Weight::from_ref_time(5_319_991_000) + // Standard Error: 15_334 + .saturating_add(Weight::from_ref_time(350_749).saturating_mul(v.into())) + // Standard Error: 45_441 + .saturating_add(Weight::from_ref_time(3_495_879).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4)) } } diff --git a/runtime/westend/src/weights/pallet_fast_unstake.rs b/runtime/westend/src/weights/pallet_fast_unstake.rs index b39b5202e21e..cca94d0a2b7e 100644 --- a/runtime/westend/src/weights/pallet_fast_unstake.rs +++ b/runtime/westend/src/weights/pallet_fast_unstake.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_fast_unstake` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -58,8 +58,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: Staking Ledger (r:0 w:64) // Storage: Staking Payee (r:0 w:64) fn on_idle_unstake() -> Weight { - // Minimum execution time: 2_501_290 nanoseconds. - Weight::from_ref_time(2_524_064_000) + // Minimum execution time: 2_522_692 nanoseconds. + Weight::from_ref_time(2_542_008_000) .saturating_add(T::DbWeight::get().reads(389)) .saturating_add(T::DbWeight::get().writes(321)) } @@ -73,10 +73,10 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: Staking ErasStakers (r:4 w:0) /// The range of component `x` is `[2, 256]`. fn on_idle_check(x: u32, ) -> Weight { - // Minimum execution time: 2_627_503 nanoseconds. - Weight::from_ref_time(2_655_719_000) - // Standard Error: 529_391 - .saturating_add(Weight::from_ref_time(870_671_490).saturating_mul(x.into())) + // Minimum execution time: 2_657_214 nanoseconds. + Weight::from_ref_time(2_672_893_000) + // Standard Error: 548_838 + .saturating_add(Weight::from_ref_time(868_095_065).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(72)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(66)) @@ -96,8 +96,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: Balances Locks (r:1 w:1) // Storage: FastUnstake CounterForQueue (r:1 w:1) fn register_fast_unstake() -> Weight { - // Minimum execution time: 156_265 nanoseconds. - Weight::from_ref_time(163_820_000) + // Minimum execution time: 159_946 nanoseconds. + Weight::from_ref_time(164_798_000) .saturating_add(T::DbWeight::get().reads(15)) .saturating_add(T::DbWeight::get().writes(10)) } @@ -107,15 +107,15 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: FastUnstake Head (r:1 w:0) // Storage: FastUnstake CounterForQueue (r:1 w:1) fn deregister() -> Weight { - // Minimum execution time: 68_616 nanoseconds. - Weight::from_ref_time(70_758_000) + // Minimum execution time: 67_054 nanoseconds. + Weight::from_ref_time(70_067_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1) fn control() -> Weight { - // Minimum execution time: 4_451 nanoseconds. - Weight::from_ref_time(4_771_000) + // Minimum execution time: 4_535 nanoseconds. + Weight::from_ref_time(4_750_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/pallet_identity.rs b/runtime/westend/src/weights/pallet_identity.rs index bb91f566c867..5dff24c876b4 100644 --- a/runtime/westend/src/weights/pallet_identity.rs +++ b/runtime/westend/src/weights/pallet_identity.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -47,10 +47,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity Registrars (r:1 w:1) /// The range of component `r` is `[1, 19]`. fn add_registrar(r: u32, ) -> Weight { - // Minimum execution time: 17_219 nanoseconds. - Weight::from_ref_time(18_644_382) - // Standard Error: 3_094 - .saturating_add(Weight::from_ref_time(163_651).saturating_mul(r.into())) + // Minimum execution time: 17_721 nanoseconds. + Weight::from_ref_time(18_727_060) + // Standard Error: 3_240 + .saturating_add(Weight::from_ref_time(171_319).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -58,12 +58,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn set_identity(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 37_666 nanoseconds. - Weight::from_ref_time(35_591_916) - // Standard Error: 5_105 - .saturating_add(Weight::from_ref_time(230_075).saturating_mul(r.into())) - // Standard Error: 996 - .saturating_add(Weight::from_ref_time(327_559).saturating_mul(x.into())) + // Minimum execution time: 39_104 nanoseconds. + Weight::from_ref_time(36_816_420) + // Standard Error: 7_039 + .saturating_add(Weight::from_ref_time(215_550).saturating_mul(r.into())) + // Standard Error: 1_373 + .saturating_add(Weight::from_ref_time(323_272).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -72,10 +72,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:2 w:2) /// The range of component `s` is `[0, 100]`. fn set_subs_new(s: u32, ) -> Weight { - // Minimum execution time: 10_566 nanoseconds. - Weight::from_ref_time(28_022_849) - // Standard Error: 4_822 - .saturating_add(Weight::from_ref_time(2_605_764).saturating_mul(s.into())) + // Minimum execution time: 10_506 nanoseconds. + Weight::from_ref_time(28_645_089) + // Standard Error: 5_054 + .saturating_add(Weight::from_ref_time(2_631_504).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)) @@ -86,10 +86,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:0 w:2) /// The range of component `p` is `[0, 100]`. fn set_subs_old(p: u32, ) -> Weight { - // Minimum execution time: 10_424 nanoseconds. - Weight::from_ref_time(27_748_012) - // Standard Error: 4_248 - .saturating_add(Weight::from_ref_time(1_169_323).saturating_mul(p.into())) + // Minimum execution time: 10_464 nanoseconds. + Weight::from_ref_time(28_679_151) + // Standard Error: 4_404 + .saturating_add(Weight::from_ref_time(1_165_328).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -101,14 +101,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { - // Minimum execution time: 54_544 nanoseconds. - Weight::from_ref_time(36_114_637) - // Standard Error: 9_230 - .saturating_add(Weight::from_ref_time(256_928).saturating_mul(r.into())) - // Standard Error: 1_802 - .saturating_add(Weight::from_ref_time(1_151_381).saturating_mul(s.into())) - // Standard Error: 1_802 - .saturating_add(Weight::from_ref_time(180_943).saturating_mul(x.into())) + // Minimum execution time: 54_718 nanoseconds. + Weight::from_ref_time(36_657_052) + // Standard Error: 10_516 + .saturating_add(Weight::from_ref_time(225_162).saturating_mul(r.into())) + // Standard Error: 2_053 + .saturating_add(Weight::from_ref_time(1_154_975).saturating_mul(s.into())) + // Standard Error: 2_053 + .saturating_add(Weight::from_ref_time(185_205).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -118,12 +118,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn request_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 39_564 nanoseconds. - Weight::from_ref_time(36_950_088) - // Standard Error: 6_349 - .saturating_add(Weight::from_ref_time(223_967).saturating_mul(r.into())) - // Standard Error: 1_238 - .saturating_add(Weight::from_ref_time(354_139).saturating_mul(x.into())) + // Minimum execution time: 39_400 nanoseconds. + Weight::from_ref_time(37_112_415) + // Standard Error: 7_303 + .saturating_add(Weight::from_ref_time(232_983).saturating_mul(r.into())) + // Standard Error: 1_425 + .saturating_add(Weight::from_ref_time(348_409).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -131,42 +131,42 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn cancel_request(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 35_812 nanoseconds. - Weight::from_ref_time(34_099_384) - // Standard Error: 4_365 - .saturating_add(Weight::from_ref_time(164_006).saturating_mul(r.into())) - // Standard Error: 851 - .saturating_add(Weight::from_ref_time(346_687).saturating_mul(x.into())) + // Minimum execution time: 35_733 nanoseconds. + Weight::from_ref_time(34_355_159) + // Standard Error: 6_018 + .saturating_add(Weight::from_ref_time(169_133).saturating_mul(r.into())) + // Standard Error: 1_174 + .saturating_add(Weight::from_ref_time(338_064).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) /// The range of component `r` is `[1, 19]`. fn set_fee(r: u32, ) -> Weight { - // Minimum execution time: 8_837 nanoseconds. - Weight::from_ref_time(9_767_498) - // Standard Error: 2_403 - .saturating_add(Weight::from_ref_time(110_694).saturating_mul(r.into())) + // Minimum execution time: 8_840 nanoseconds. + Weight::from_ref_time(9_690_231) + // Standard Error: 2_034 + .saturating_add(Weight::from_ref_time(113_840).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) /// The range of component `r` is `[1, 19]`. fn set_account_id(r: u32, ) -> Weight { - // Minimum execution time: 8_630 nanoseconds. - Weight::from_ref_time(9_570_353) - // Standard Error: 1_781 - .saturating_add(Weight::from_ref_time(118_520).saturating_mul(r.into())) + // Minimum execution time: 9_051 nanoseconds. + Weight::from_ref_time(9_696_417) + // Standard Error: 1_920 + .saturating_add(Weight::from_ref_time(114_060).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) /// The range of component `r` is `[1, 19]`. fn set_fields(r: u32, ) -> Weight { - // Minimum execution time: 9_063 nanoseconds. - Weight::from_ref_time(9_698_295) - // Standard Error: 1_951 - .saturating_add(Weight::from_ref_time(114_610).saturating_mul(r.into())) + // Minimum execution time: 9_076 nanoseconds. + Weight::from_ref_time(9_789_994) + // Standard Error: 2_023 + .saturating_add(Weight::from_ref_time(121_698).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 19]`. /// The range of component `x` is `[0, 100]`. fn provide_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 28_410 nanoseconds. - Weight::from_ref_time(26_727_537) - // Standard Error: 5_884 - .saturating_add(Weight::from_ref_time(201_779).saturating_mul(r.into())) - // Standard Error: 1_088 - .saturating_add(Weight::from_ref_time(613_204).saturating_mul(x.into())) + // Minimum execution time: 28_978 nanoseconds. + Weight::from_ref_time(27_340_145) + // Standard Error: 6_507 + .saturating_add(Weight::from_ref_time(207_315).saturating_mul(r.into())) + // Standard Error: 1_203 + .saturating_add(Weight::from_ref_time(589_768).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,14 +192,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// 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 { - // Minimum execution time: 60_140 nanoseconds. - Weight::from_ref_time(40_374_243) - // Standard Error: 9_240 - .saturating_add(Weight::from_ref_time(227_547).saturating_mul(r.into())) - // Standard Error: 1_804 - .saturating_add(Weight::from_ref_time(1_156_581).saturating_mul(s.into())) - // Standard Error: 1_804 - .saturating_add(Weight::from_ref_time(192_287).saturating_mul(x.into())) + // Minimum execution time: 59_454 nanoseconds. + Weight::from_ref_time(42_570_386) + // Standard Error: 10_698 + .saturating_add(Weight::from_ref_time(183_102).saturating_mul(r.into())) + // Standard Error: 2_089 + .saturating_add(Weight::from_ref_time(1_159_349).saturating_mul(s.into())) + // Standard Error: 2_089 + .saturating_add(Weight::from_ref_time(182_901).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -209,10 +209,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn add_sub(s: u32, ) -> Weight { - // Minimum execution time: 33_360 nanoseconds. - Weight::from_ref_time(38_195_225) - // Standard Error: 1_764 - .saturating_add(Weight::from_ref_time(132_577).saturating_mul(s.into())) + // Minimum execution time: 33_811 nanoseconds. + Weight::from_ref_time(38_973_792) + // Standard Error: 1_648 + .saturating_add(Weight::from_ref_time(124_121).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -220,10 +220,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn rename_sub(s: u32, ) -> Weight { - // Minimum execution time: 14_051 nanoseconds. - Weight::from_ref_time(15_405_341) - // Standard Error: 776 - .saturating_add(Weight::from_ref_time(53_848).saturating_mul(s.into())) + // Minimum execution time: 14_469 nanoseconds. + Weight::from_ref_time(15_663_711) + // Standard Error: 761 + .saturating_add(Weight::from_ref_time(55_243).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -232,10 +232,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn remove_sub(s: u32, ) -> Weight { - // Minimum execution time: 37_413 nanoseconds. - Weight::from_ref_time(40_310_075) - // Standard Error: 1_393 - .saturating_add(Weight::from_ref_time(114_390).saturating_mul(s.into())) + // Minimum execution time: 38_024 nanoseconds. + Weight::from_ref_time(41_170_092) + // Standard Error: 1_694 + .saturating_add(Weight::from_ref_time(112_577).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -243,10 +243,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn quit_sub(s: u32, ) -> Weight { - // Minimum execution time: 26_305 nanoseconds. - Weight::from_ref_time(29_132_228) - // Standard Error: 1_366 - .saturating_add(Weight::from_ref_time(112_853).saturating_mul(s.into())) + // Minimum execution time: 26_560 nanoseconds. + Weight::from_ref_time(29_489_434) + // Standard Error: 1_131 + .saturating_add(Weight::from_ref_time(105_237).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/westend/src/weights/pallet_im_online.rs b/runtime/westend/src/weights/pallet_im_online.rs index 3b4f604d79d3..ba44fec5243a 100644 --- a/runtime/westend/src/weights/pallet_im_online.rs +++ b/runtime/westend/src/weights/pallet_im_online.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_im_online` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -52,12 +52,12 @@ impl pallet_im_online::WeightInfo for WeightInfo { /// The range of component `k` is `[1, 1000]`. /// The range of component `e` is `[1, 100]`. fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight { - // Minimum execution time: 124_051 nanoseconds. - Weight::from_ref_time(105_127_855) - // Standard Error: 424 - .saturating_add(Weight::from_ref_time(34_443).saturating_mul(k.into())) - // Standard Error: 4_276 - .saturating_add(Weight::from_ref_time(406_308).saturating_mul(e.into())) + // Minimum execution time: 123_239 nanoseconds. + Weight::from_ref_time(104_992_306) + // Standard Error: 444 + .saturating_add(Weight::from_ref_time(34_727).saturating_mul(k.into())) + // Standard Error: 4_475 + .saturating_add(Weight::from_ref_time(400_482).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_indices.rs b/runtime/westend/src/weights/pallet_indices.rs index 1257003cb6a7..cea6f4f1f7c7 100644 --- a/runtime/westend/src/weights/pallet_indices.rs +++ b/runtime/westend/src/weights/pallet_indices.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_indices` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -46,38 +46,38 @@ pub struct WeightInfo(PhantomData); impl pallet_indices::WeightInfo for WeightInfo { // Storage: Indices Accounts (r:1 w:1) fn claim() -> Weight { - // Minimum execution time: 27_775 nanoseconds. - Weight::from_ref_time(28_555_000) + // Minimum execution time: 28_304 nanoseconds. + Weight::from_ref_time(28_913_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - // Minimum execution time: 34_543 nanoseconds. - Weight::from_ref_time(35_698_000) + // Minimum execution time: 34_582 nanoseconds. + Weight::from_ref_time(36_289_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Indices Accounts (r:1 w:1) fn free() -> Weight { - // Minimum execution time: 28_616 nanoseconds. - Weight::from_ref_time(29_152_000) + // Minimum execution time: 28_944 nanoseconds. + Weight::from_ref_time(30_183_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn force_transfer() -> Weight { - // Minimum execution time: 29_096 nanoseconds. - Weight::from_ref_time(30_005_000) + // Minimum execution time: 29_140 nanoseconds. + Weight::from_ref_time(29_767_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Indices Accounts (r:1 w:1) fn freeze() -> Weight { - // Minimum execution time: 34_100 nanoseconds. - Weight::from_ref_time(35_147_000) + // Minimum execution time: 34_327 nanoseconds. + Weight::from_ref_time(35_344_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_multisig.rs b/runtime/westend/src/weights/pallet_multisig.rs index 69ee1199a1c6..db2630a58a14 100644 --- a/runtime/westend/src/weights/pallet_multisig.rs +++ b/runtime/westend/src/weights/pallet_multisig.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -46,22 +46,22 @@ pub struct WeightInfo(PhantomData); impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_threshold_1(z: u32, ) -> Weight { - // Minimum execution time: 17_160 nanoseconds. - Weight::from_ref_time(18_141_708) - // Standard Error: 7 - .saturating_add(Weight::from_ref_time(597).saturating_mul(z.into())) + // Minimum execution time: 16_814 nanoseconds. + Weight::from_ref_time(18_252_508) + // Standard Error: 8 + .saturating_add(Weight::from_ref_time(555).saturating_mul(z.into())) } // Storage: Multisig Multisigs (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 50_074 nanoseconds. - Weight::from_ref_time(36_270_673) - // Standard Error: 1_527 - .saturating_add(Weight::from_ref_time(157_115).saturating_mul(s.into())) - // Standard Error: 14 - .saturating_add(Weight::from_ref_time(1_888).saturating_mul(z.into())) + // Minimum execution time: 49_472 nanoseconds. + Weight::from_ref_time(35_944_742) + // Standard Error: 1_394 + .saturating_add(Weight::from_ref_time(155_857).saturating_mul(s.into())) + // Standard Error: 13 + .saturating_add(Weight::from_ref_time(1_929).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[3, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 37_765 nanoseconds. - Weight::from_ref_time(25_788_045) - // Standard Error: 976 - .saturating_add(Weight::from_ref_time(143_171).saturating_mul(s.into())) - // Standard Error: 9 - .saturating_add(Weight::from_ref_time(1_895).saturating_mul(z.into())) + // Minimum execution time: 38_081 nanoseconds. + Weight::from_ref_time(26_846_048) + // Standard Error: 1_192 + .saturating_add(Weight::from_ref_time(136_620).saturating_mul(s.into())) + // Standard Error: 11 + .saturating_add(Weight::from_ref_time(1_811).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 55_887 nanoseconds. - Weight::from_ref_time(38_621_539) - // Standard Error: 1_382 - .saturating_add(Weight::from_ref_time(192_903).saturating_mul(s.into())) - // Standard Error: 13 - .saturating_add(Weight::from_ref_time(1_976).saturating_mul(z.into())) + // Minimum execution time: 55_395 nanoseconds. + Weight::from_ref_time(38_385_316) + // Standard Error: 1_684 + .saturating_add(Weight::from_ref_time(188_921).saturating_mul(s.into())) + // Standard Error: 16 + .saturating_add(Weight::from_ref_time(2_024).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -96,30 +96,30 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { - // Minimum execution time: 33_387 nanoseconds. - Weight::from_ref_time(34_517_492) - // Standard Error: 1_477 - .saturating_add(Weight::from_ref_time(158_241).saturating_mul(s.into())) + // Minimum execution time: 32_781 nanoseconds. + Weight::from_ref_time(35_307_540) + // Standard Error: 1_664 + .saturating_add(Weight::from_ref_time(154_999).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Multisig Multisigs (r:1 w:1) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { - // Minimum execution time: 23_230 nanoseconds. - Weight::from_ref_time(24_494_910) - // Standard Error: 1_137 - .saturating_add(Weight::from_ref_time(141_194).saturating_mul(s.into())) + // Minimum execution time: 24_006 nanoseconds. + Weight::from_ref_time(24_709_664) + // Standard Error: 1_253 + .saturating_add(Weight::from_ref_time(147_127).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) /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { - // Minimum execution time: 34_222 nanoseconds. - Weight::from_ref_time(35_697_727) - // Standard Error: 1_269 - .saturating_add(Weight::from_ref_time(153_634).saturating_mul(s.into())) + // Minimum execution time: 34_794 nanoseconds. + Weight::from_ref_time(36_103_891) + // Standard Error: 1_306 + .saturating_add(Weight::from_ref_time(157_422).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index 2234e2dcd7f3..0a5ad3e4f105 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_nomination_pools` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -58,8 +58,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn join() -> Weight { - // Minimum execution time: 153_519 nanoseconds. - Weight::from_ref_time(157_726_000) + // Minimum execution time: 156_948 nanoseconds. + Weight::from_ref_time(162_365_000) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -73,8 +73,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn bond_extra_transfer() -> Weight { - // Minimum execution time: 155_288 nanoseconds. - Weight::from_ref_time(161_952_000) + // Minimum execution time: 157_479 nanoseconds. + Weight::from_ref_time(160_787_000) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -88,8 +88,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListNodes (r:2 w:2) // Storage: VoterList ListBags (r:2 w:2) fn bond_extra_reward() -> Weight { - // Minimum execution time: 159_560 nanoseconds. - Weight::from_ref_time(165_447_000) + // Minimum execution time: 162_589 nanoseconds. + Weight::from_ref_time(165_762_000) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -98,8 +98,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools RewardPools (r:1 w:1) // Storage: System Account (r:1 w:1) fn claim_payout() -> Weight { - // Minimum execution time: 56_257 nanoseconds. - Weight::from_ref_time(58_631_000) + // Minimum execution time: 57_645 nanoseconds. + Weight::from_ref_time(59_826_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -118,8 +118,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools SubPoolsStorage (r:1 w:1) // Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) fn unbond() -> Weight { - // Minimum execution time: 161_773 nanoseconds. - Weight::from_ref_time(167_256_000) + // Minimum execution time: 162_433 nanoseconds. + Weight::from_ref_time(169_310_000) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(13)) } @@ -130,10 +130,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Balances Locks (r:1 w:1) /// The range of component `s` is `[0, 100]`. fn pool_withdraw_unbonded(s: u32, ) -> Weight { - // Minimum execution time: 56_861 nanoseconds. - Weight::from_ref_time(59_457_225) - // Standard Error: 1_495 - .saturating_add(Weight::from_ref_time(62_475).saturating_mul(s.into())) + // Minimum execution time: 56_778 nanoseconds. + Weight::from_ref_time(60_466_141) + // Standard Error: 2_668 + .saturating_add(Weight::from_ref_time(61_418).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -148,10 +148,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools CounterForPoolMembers (r:1 w:1) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { - // Minimum execution time: 103_624 nanoseconds. - Weight::from_ref_time(107_666_179) - // Standard Error: 2_705 - .saturating_add(Weight::from_ref_time(86_158).saturating_mul(s.into())) + // Minimum execution time: 104_497 nanoseconds. + Weight::from_ref_time(108_932_779) + // Standard Error: 3_211 + .saturating_add(Weight::from_ref_time(93_364).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -177,8 +177,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Staking Payee (r:0 w:1) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_kill(_s: u32, ) -> Weight { - // Minimum execution time: 157_021 nanoseconds. - Weight::from_ref_time(164_501_366) + // Minimum execution time: 159_367 nanoseconds. + Weight::from_ref_time(166_808_101) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -204,8 +204,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools BondedPools (r:1 w:1) // Storage: Staking Payee (r:0 w:1) fn create() -> Weight { - // Minimum execution time: 135_463 nanoseconds. - Weight::from_ref_time(139_148_000) + // Minimum execution time: 135_920 nanoseconds. + Weight::from_ref_time(142_025_000) .saturating_add(T::DbWeight::get().reads(21)) .saturating_add(T::DbWeight::get().writes(15)) } @@ -223,10 +223,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Staking CounterForNominators (r:1 w:1) /// The range of component `n` is `[1, 16]`. fn nominate(n: u32, ) -> Weight { - // Minimum execution time: 66_014 nanoseconds. - Weight::from_ref_time(67_276_709) - // Standard Error: 10_047 - .saturating_add(Weight::from_ref_time(1_214_297).saturating_mul(n.into())) + // Minimum execution time: 66_273 nanoseconds. + Weight::from_ref_time(68_044_278) + // Standard Error: 9_756 + .saturating_add(Weight::from_ref_time(1_201_892).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) @@ -235,8 +235,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: Staking Bonded (r:1 w:0) // Storage: Staking Ledger (r:1 w:0) fn set_state() -> Weight { - // Minimum execution time: 37_652 nanoseconds. - Weight::from_ref_time(39_301_000) + // Minimum execution time: 38_230 nanoseconds. + Weight::from_ref_time(39_595_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -245,10 +245,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools CounterForMetadata (r:1 w:1) /// The range of component `n` is `[1, 256]`. fn set_metadata(n: u32, ) -> Weight { - // Minimum execution time: 14_845 nanoseconds. - Weight::from_ref_time(15_863_125) - // Standard Error: 212 - .saturating_add(Weight::from_ref_time(1_054).saturating_mul(n.into())) + // Minimum execution time: 14_832 nanoseconds. + Weight::from_ref_time(15_909_237) + // Standard Error: 218 + .saturating_add(Weight::from_ref_time(805).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -258,14 +258,14 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools MinCreateBond (r:0 w:1) // Storage: NominationPools MaxPools (r:0 w:1) fn set_configs() -> Weight { - // Minimum execution time: 6_735 nanoseconds. - Weight::from_ref_time(7_157_000) + // Minimum execution time: 6_497 nanoseconds. + Weight::from_ref_time(6_938_000) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: NominationPools BondedPools (r:1 w:1) fn update_roles() -> Weight { - // Minimum execution time: 25_120 nanoseconds. - Weight::from_ref_time(26_223_000) + // Minimum execution time: 25_038 nanoseconds. + Weight::from_ref_time(26_260_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -279,8 +279,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: VoterList ListBags (r:1 w:1) // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill() -> Weight { - // Minimum execution time: 66_119 nanoseconds. - Weight::from_ref_time(69_086_000) + // Minimum execution time: 69_027 nanoseconds. + Weight::from_ref_time(70_687_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/westend/src/weights/pallet_preimage.rs b/runtime/westend/src/weights/pallet_preimage.rs index f262f6fc0cb7..511b197120ed 100644 --- a/runtime/westend/src/weights/pallet_preimage.rs +++ b/runtime/westend/src/weights/pallet_preimage.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -48,10 +48,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_preimage(s: u32, ) -> Weight { - // Minimum execution time: 30_334 nanoseconds. - Weight::from_ref_time(299_688_468) + // Minimum execution time: 31_562 nanoseconds. + Weight::from_ref_time(171_400_857) // Standard Error: 8 - .saturating_add(Weight::from_ref_time(2_288).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(2_527).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -59,10 +59,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_requested_preimage(s: u32, ) -> Weight { - // Minimum execution time: 21_289 nanoseconds. - Weight::from_ref_time(1_184_667) - // Standard Error: 13 - .saturating_add(Weight::from_ref_time(2_484).saturating_mul(s.into())) + // Minimum execution time: 22_020 nanoseconds. + Weight::from_ref_time(22_351_000) + // Standard Error: 2 + .saturating_add(Weight::from_ref_time(2_791).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -70,76 +70,76 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_no_deposit_preimage(s: u32, ) -> Weight { - // Minimum execution time: 20_431 nanoseconds. - Weight::from_ref_time(26_848_870) - // Standard Error: 4 - .saturating_add(Weight::from_ref_time(2_561).saturating_mul(s.into())) + // Minimum execution time: 20_963 nanoseconds. + Weight::from_ref_time(21_456_000) + // Standard Error: 2 + .saturating_add(Weight::from_ref_time(2_795).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_preimage() -> Weight { - // Minimum execution time: 43_251 nanoseconds. - Weight::from_ref_time(46_041_000) + // Minimum execution time: 63_207 nanoseconds. + Weight::from_ref_time(69_356_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_no_deposit_preimage() -> Weight { - // Minimum execution time: 30_672 nanoseconds. - Weight::from_ref_time(33_229_000) + // Minimum execution time: 50_694 nanoseconds. + Weight::from_ref_time(53_449_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_preimage() -> Weight { - // Minimum execution time: 30_260 nanoseconds. - Weight::from_ref_time(33_833_000) + // Minimum execution time: 45_428 nanoseconds. + Weight::from_ref_time(50_044_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_no_deposit_preimage() -> Weight { - // Minimum execution time: 16_722 nanoseconds. - Weight::from_ref_time(17_529_000) + // Minimum execution time: 27_772 nanoseconds. + Weight::from_ref_time(30_683_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_unnoted_preimage() -> Weight { - // Minimum execution time: 26_033 nanoseconds. - Weight::from_ref_time(26_846_000) + // Minimum execution time: 33_497 nanoseconds. + Weight::from_ref_time(35_702_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_requested_preimage() -> Weight { - // Minimum execution time: 10_629 nanoseconds. - Weight::from_ref_time(12_546_000) + // Minimum execution time: 12_126 nanoseconds. + Weight::from_ref_time(13_934_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unrequest_preimage() -> Weight { - // Minimum execution time: 30_014 nanoseconds. - Weight::from_ref_time(31_813_000) + // Minimum execution time: 46_863 nanoseconds. + Weight::from_ref_time(52_194_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_unnoted_preimage() -> Weight { - // Minimum execution time: 10_954 nanoseconds. - Weight::from_ref_time(12_657_000) + // Minimum execution time: 12_336 nanoseconds. + Weight::from_ref_time(14_182_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_multi_referenced_preimage() -> Weight { - // Minimum execution time: 11_255 nanoseconds. - Weight::from_ref_time(12_298_000) + // Minimum execution time: 12_643 nanoseconds. + Weight::from_ref_time(14_132_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_proxy.rs b/runtime/westend/src/weights/pallet_proxy.rs index f41ee73a54e2..401d3a509e86 100644 --- a/runtime/westend/src/weights/pallet_proxy.rs +++ b/runtime/westend/src/weights/pallet_proxy.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_proxy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -47,10 +47,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:0) /// The range of component `p` is `[1, 31]`. fn proxy(p: u32, ) -> Weight { - // Minimum execution time: 20_413 nanoseconds. - Weight::from_ref_time(21_531_533) - // Standard Error: 2_217 - .saturating_add(Weight::from_ref_time(29_605).saturating_mul(p.into())) + // Minimum execution time: 20_611 nanoseconds. + Weight::from_ref_time(21_993_943) + // Standard Error: 2_242 + .saturating_add(Weight::from_ref_time(48_834).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: Proxy Proxies (r:1 w:0) @@ -59,12 +59,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn proxy_announced(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 38_885 nanoseconds. - Weight::from_ref_time(39_447_475) - // Standard Error: 2_541 - .saturating_add(Weight::from_ref_time(132_904).saturating_mul(a.into())) - // Standard Error: 2_626 - .saturating_add(Weight::from_ref_time(41_980).saturating_mul(p.into())) + // Minimum execution time: 39_883 nanoseconds. + Weight::from_ref_time(40_883_571) + // Standard Error: 3_523 + .saturating_add(Weight::from_ref_time(147_668).saturating_mul(a.into())) + // Standard Error: 3_640 + .saturating_add(Weight::from_ref_time(46_388).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -73,12 +73,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn remove_announcement(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 26_625 nanoseconds. - Weight::from_ref_time(28_140_157) - // Standard Error: 2_257 - .saturating_add(Weight::from_ref_time(122_180).saturating_mul(a.into())) - // Standard Error: 2_332 - .saturating_add(Weight::from_ref_time(12_751).saturating_mul(p.into())) + // Minimum execution time: 27_811 nanoseconds. + Weight::from_ref_time(29_632_960) + // Standard Error: 2_730 + .saturating_add(Weight::from_ref_time(120_711).saturating_mul(a.into())) + // Standard Error: 2_820 + .saturating_add(Weight::from_ref_time(10_478).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -87,12 +87,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn reject_announcement(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 26_719 nanoseconds. - Weight::from_ref_time(27_918_236) - // Standard Error: 2_113 - .saturating_add(Weight::from_ref_time(124_809).saturating_mul(a.into())) - // Standard Error: 2_184 - .saturating_add(Weight::from_ref_time(16_141).saturating_mul(p.into())) + // Minimum execution time: 28_051 nanoseconds. + Weight::from_ref_time(29_928_975) + // Standard Error: 2_750 + .saturating_add(Weight::from_ref_time(119_102).saturating_mul(a.into())) + // Standard Error: 2_841 + .saturating_add(Weight::from_ref_time(2_233).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -102,42 +102,42 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn announce(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 35_171 nanoseconds. - Weight::from_ref_time(36_908_800) - // Standard Error: 2_521 - .saturating_add(Weight::from_ref_time(112_734).saturating_mul(a.into())) - // Standard Error: 2_605 - .saturating_add(Weight::from_ref_time(37_617).saturating_mul(p.into())) + // Minimum execution time: 36_193 nanoseconds. + Weight::from_ref_time(38_162_314) + // Standard Error: 2_756 + .saturating_add(Weight::from_ref_time(124_559).saturating_mul(a.into())) + // Standard Error: 2_847 + .saturating_add(Weight::from_ref_time(37_787).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn add_proxy(p: u32, ) -> Weight { - // Minimum execution time: 29_118 nanoseconds. - Weight::from_ref_time(30_884_441) - // Standard Error: 2_514 - .saturating_add(Weight::from_ref_time(53_192).saturating_mul(p.into())) + // Minimum execution time: 29_819 nanoseconds. + Weight::from_ref_time(31_646_836) + // Standard Error: 2_629 + .saturating_add(Weight::from_ref_time(69_752).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxy(p: u32, ) -> Weight { - // Minimum execution time: 28_765 nanoseconds. - Weight::from_ref_time(30_403_231) - // Standard Error: 2_267 - .saturating_add(Weight::from_ref_time(73_602).saturating_mul(p.into())) + // Minimum execution time: 30_096 nanoseconds. + Weight::from_ref_time(31_657_583) + // Standard Error: 2_641 + .saturating_add(Weight::from_ref_time(74_552).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxies(p: u32, ) -> Weight { - // Minimum execution time: 25_139 nanoseconds. - Weight::from_ref_time(26_459_750) - // Standard Error: 1_847 - .saturating_add(Weight::from_ref_time(27_361).saturating_mul(p.into())) + // Minimum execution time: 26_013 nanoseconds. + Weight::from_ref_time(27_323_978) + // Standard Error: 1_722 + .saturating_add(Weight::from_ref_time(37_878).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -145,20 +145,20 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn create_pure(p: u32, ) -> Weight { - // Minimum execution time: 31_522 nanoseconds. - Weight::from_ref_time(33_031_273) - // Standard Error: 1_890 - .saturating_add(Weight::from_ref_time(10_692).saturating_mul(p.into())) + // Minimum execution time: 32_395 nanoseconds. + Weight::from_ref_time(34_072_271) + // Standard Error: 2_410 + .saturating_add(Weight::from_ref_time(16_526).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[0, 30]`. fn kill_pure(p: u32, ) -> Weight { - // Minimum execution time: 26_343 nanoseconds. - Weight::from_ref_time(27_510_372) - // Standard Error: 2_470 - .saturating_add(Weight::from_ref_time(43_203).saturating_mul(p.into())) + // Minimum execution time: 27_149 nanoseconds. + Weight::from_ref_time(28_629_950) + // Standard Error: 2_634 + .saturating_add(Weight::from_ref_time(29_904).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_scheduler.rs b/runtime/westend/src/weights/pallet_scheduler.rs index e88f88eb9b0a..f2156047b79f 100644 --- a/runtime/westend/src/weights/pallet_scheduler.rs +++ b/runtime/westend/src/weights/pallet_scheduler.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -46,61 +46,61 @@ pub struct WeightInfo(PhantomData); impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler IncompleteSince (r:1 w:1) fn service_agendas_base() -> Weight { - // Minimum execution time: 5_168 nanoseconds. - Weight::from_ref_time(5_317_000) + // Minimum execution time: 5_078 nanoseconds. + Weight::from_ref_time(5_283_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 50]`. fn service_agenda_base(s: u32, ) -> Weight { - // Minimum execution time: 4_510 nanoseconds. - Weight::from_ref_time(6_320_514) - // Standard Error: 1_714 - .saturating_add(Weight::from_ref_time(822_496).saturating_mul(s.into())) + // Minimum execution time: 5_670 nanoseconds. + Weight::from_ref_time(6_515_590) + // Standard Error: 1_621 + .saturating_add(Weight::from_ref_time(838_283).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_base() -> Weight { - // Minimum execution time: 10_694 nanoseconds. - Weight::from_ref_time(10_991_000) + // Minimum execution time: 10_831 nanoseconds. + Weight::from_ref_time(11_053_000) } // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) /// The range of component `s` is `[128, 4194304]`. fn service_task_fetched(s: u32, ) -> Weight { - // Minimum execution time: 23_666 nanoseconds. - Weight::from_ref_time(24_204_000) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_442).saturating_mul(s.into())) + // Minimum execution time: 24_280 nanoseconds. + Weight::from_ref_time(24_426_000) + // Standard Error: 10 + .saturating_add(Weight::from_ref_time(1_681).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Scheduler Lookup (r:0 w:1) fn service_task_named() -> Weight { - // Minimum execution time: 12_133 nanoseconds. - Weight::from_ref_time(12_482_000) + // Minimum execution time: 12_201 nanoseconds. + Weight::from_ref_time(12_693_000) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { - // Minimum execution time: 10_733 nanoseconds. - Weight::from_ref_time(10_989_000) + // Minimum execution time: 10_850 nanoseconds. + Weight::from_ref_time(11_218_000) } fn execute_dispatch_signed() -> Weight { - // Minimum execution time: 4_427 nanoseconds. - Weight::from_ref_time(4_606_000) + // Minimum execution time: 4_322 nanoseconds. + Weight::from_ref_time(4_424_000) } fn execute_dispatch_unsigned() -> Weight { - // Minimum execution time: 4_408 nanoseconds. - Weight::from_ref_time(4_562_000) + // Minimum execution time: 4_264 nanoseconds. + Weight::from_ref_time(4_407_000) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule(s: u32, ) -> Weight { - // Minimum execution time: 18_297 nanoseconds. - Weight::from_ref_time(20_531_744) - // Standard Error: 2_314 - .saturating_add(Weight::from_ref_time(870_323).saturating_mul(s.into())) + // Minimum execution time: 19_171 nanoseconds. + Weight::from_ref_time(21_225_154) + // Standard Error: 3_051 + .saturating_add(Weight::from_ref_time(896_757).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -108,10 +108,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Lookup (r:0 w:1) /// The range of component `s` is `[1, 50]`. fn cancel(s: u32, ) -> Weight { - // Minimum execution time: 22_514 nanoseconds. - Weight::from_ref_time(21_018_601) - // Standard Error: 2_788 - .saturating_add(Weight::from_ref_time(1_510_250).saturating_mul(s.into())) + // Minimum execution time: 22_320 nanoseconds. + Weight::from_ref_time(20_983_225) + // Standard Error: 3_505 + .saturating_add(Weight::from_ref_time(1_548_439).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,10 +119,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule_named(s: u32, ) -> Weight { - // Minimum execution time: 20_865 nanoseconds. - Weight::from_ref_time(23_913_045) - // Standard Error: 3_399 - .saturating_add(Weight::from_ref_time(903_130).saturating_mul(s.into())) + // Minimum execution time: 21_422 nanoseconds. + Weight::from_ref_time(24_542_138) + // Standard Error: 3_635 + .saturating_add(Weight::from_ref_time(936_057).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -130,10 +130,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[1, 50]`. fn cancel_named(s: u32, ) -> Weight { - // Minimum execution time: 23_694 nanoseconds. - Weight::from_ref_time(22_633_053) - // Standard Error: 2_782 - .saturating_add(Weight::from_ref_time(1_539_008).saturating_mul(s.into())) + // Minimum execution time: 24_084 nanoseconds. + Weight::from_ref_time(23_234_964) + // Standard Error: 3_163 + .saturating_add(Weight::from_ref_time(1_562_424).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/westend/src/weights/pallet_session.rs b/runtime/westend/src/weights/pallet_session.rs index d7ba344f0dae..e20c7468c2f9 100644 --- a/runtime/westend/src/weights/pallet_session.rs +++ b/runtime/westend/src/weights/pallet_session.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -48,8 +48,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:6 w:6) fn set_keys() -> Weight { - // Minimum execution time: 64_044 nanoseconds. - Weight::from_ref_time(66_031_000) + // Minimum execution time: 63_868 nanoseconds. + Weight::from_ref_time(66_590_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -57,8 +57,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:0 w:6) fn purge_keys() -> Weight { - // Minimum execution time: 48_332 nanoseconds. - Weight::from_ref_time(49_322_000) + // Minimum execution time: 49_220 nanoseconds. + Weight::from_ref_time(51_396_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/westend/src/weights/pallet_staking.rs b/runtime/westend/src/weights/pallet_staking.rs index 44ad21abc536..0cdb7ca56ae1 100644 --- a/runtime/westend/src/weights/pallet_staking.rs +++ b/runtime/westend/src/weights/pallet_staking.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_staking` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -50,8 +50,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) // Storage: Staking Payee (r:0 w:1) fn bond() -> Weight { - // Minimum execution time: 46_608 nanoseconds. - Weight::from_ref_time(49_316_000) + // Minimum execution time: 49_024 nanoseconds. + Weight::from_ref_time(51_230_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -61,8 +61,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListNodes (r:3 w:3) // Storage: VoterList ListBags (r:2 w:2) fn bond_extra() -> Weight { - // Minimum execution time: 87_890 nanoseconds. - Weight::from_ref_time(91_003_000) + // Minimum execution time: 90_685 nanoseconds. + Weight::from_ref_time(94_108_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -76,8 +76,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking Bonded (r:1 w:0) // Storage: VoterList ListBags (r:2 w:2) fn unbond() -> Weight { - // Minimum execution time: 94_757 nanoseconds. - Weight::from_ref_time(96_844_000) + // Minimum execution time: 97_123 nanoseconds. + Weight::from_ref_time(100_528_000) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -87,10 +87,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { - // Minimum execution time: 40_240 nanoseconds. - Weight::from_ref_time(41_930_987) - // Standard Error: 1_063 - .saturating_add(Weight::from_ref_time(59_093).saturating_mul(s.into())) + // Minimum execution time: 41_430 nanoseconds. + Weight::from_ref_time(42_973_610) + // Standard Error: 1_308 + .saturating_add(Weight::from_ref_time(62_023).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -110,10 +110,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking SpanSlash (r:0 w:2) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_kill(s: u32, ) -> Weight { - // Minimum execution time: 82_880 nanoseconds. - Weight::from_ref_time(88_383_656) - // Standard Error: 2_606 - .saturating_add(Weight::from_ref_time(1_123_716).saturating_mul(s.into())) + // Minimum execution time: 82_653 nanoseconds. + Weight::from_ref_time(90_696_727) + // Standard Error: 3_181 + .saturating_add(Weight::from_ref_time(1_127_876).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -130,8 +130,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList CounterForListNodes (r:1 w:1) // Storage: Staking CounterForValidators (r:1 w:1) fn validate() -> Weight { - // Minimum execution time: 61_610 nanoseconds. - Weight::from_ref_time(63_806_000) + // Minimum execution time: 61_883 nanoseconds. + Weight::from_ref_time(64_246_000) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -139,10 +139,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking Nominators (r:1 w:1) /// The range of component `k` is `[1, 128]`. fn kick(k: u32, ) -> Weight { - // Minimum execution time: 39_763 nanoseconds. - Weight::from_ref_time(43_847_097) - // Standard Error: 6_163 - .saturating_add(Weight::from_ref_time(7_671_132).saturating_mul(k.into())) + // Minimum execution time: 40_667 nanoseconds. + Weight::from_ref_time(40_225_662) + // Standard Error: 8_951 + .saturating_add(Weight::from_ref_time(7_876_547).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) @@ -160,10 +160,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking CounterForNominators (r:1 w:1) /// The range of component `n` is `[1, 16]`. fn nominate(n: u32, ) -> Weight { - // Minimum execution time: 68_390 nanoseconds. - Weight::from_ref_time(68_186_699) - // Standard Error: 14_069 - .saturating_add(Weight::from_ref_time(3_429_081).saturating_mul(n.into())) + // Minimum execution time: 69_289 nanoseconds. + Weight::from_ref_time(69_036_560) + // Standard Error: 12_911 + .saturating_add(Weight::from_ref_time(3_481_477).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6)) @@ -176,58 +176,58 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:1 w:1) // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill() -> Weight { - // Minimum execution time: 61_905 nanoseconds. - Weight::from_ref_time(64_404_000) + // Minimum execution time: 63_253 nanoseconds. + Weight::from_ref_time(66_339_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking Ledger (r:1 w:0) // Storage: Staking Payee (r:0 w:1) fn set_payee() -> Weight { - // Minimum execution time: 15_948 nanoseconds. - Weight::from_ref_time(16_842_000) + // Minimum execution time: 15_643 nanoseconds. + Weight::from_ref_time(16_048_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Bonded (r:1 w:1) // Storage: Staking Ledger (r:2 w:2) fn set_controller() -> Weight { - // Minimum execution time: 21_905 nanoseconds. - Weight::from_ref_time(22_598_000) + // Minimum execution time: 22_367 nanoseconds. + Weight::from_ref_time(23_174_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Staking ValidatorCount (r:0 w:1) fn set_validator_count() -> Weight { - // Minimum execution time: 4_390 nanoseconds. - Weight::from_ref_time(4_706_000) + // Minimum execution time: 4_560 nanoseconds. + Weight::from_ref_time(4_855_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_no_eras() -> Weight { - // Minimum execution time: 16_336 nanoseconds. - Weight::from_ref_time(16_885_000) + // Minimum execution time: 16_516 nanoseconds. + Weight::from_ref_time(17_506_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_new_era() -> Weight { - // Minimum execution time: 16_023 nanoseconds. - Weight::from_ref_time(16_650_000) + // Minimum execution time: 16_623 nanoseconds. + Weight::from_ref_time(17_192_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_new_era_always() -> Weight { - // Minimum execution time: 16_058 nanoseconds. - Weight::from_ref_time(16_984_000) + // Minimum execution time: 16_690 nanoseconds. + Weight::from_ref_time(17_377_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Invulnerables (r:0 w:1) /// The range of component `v` is `[0, 1000]`. fn set_invulnerables(v: u32, ) -> Weight { - // Minimum execution time: 4_704 nanoseconds. - Weight::from_ref_time(5_026_742) - // Standard Error: 33 - .saturating_add(Weight::from_ref_time(10_783).saturating_mul(v.into())) + // Minimum execution time: 4_701 nanoseconds. + Weight::from_ref_time(5_136_238) + // Standard Error: 37 + .saturating_add(Weight::from_ref_time(11_017).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Bonded (r:1 w:1) @@ -245,10 +245,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking SpanSlash (r:0 w:2) /// The range of component `s` is `[0, 100]`. fn force_unstake(s: u32, ) -> Weight { - // Minimum execution time: 74_092 nanoseconds. - Weight::from_ref_time(80_741_519) - // Standard Error: 2_707 - .saturating_add(Weight::from_ref_time(1_127_671).saturating_mul(s.into())) + // Minimum execution time: 77_281 nanoseconds. + Weight::from_ref_time(83_508_734) + // Standard Error: 3_011 + .saturating_add(Weight::from_ref_time(1_125_840).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -256,10 +256,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking UnappliedSlashes (r:1 w:1) /// The range of component `s` is `[1, 1000]`. fn cancel_deferred_slash(s: u32, ) -> Weight { - // Minimum execution time: 126_706 nanoseconds. - Weight::from_ref_time(921_157_269) - // Standard Error: 57_408 - .saturating_add(Weight::from_ref_time(4_846_520).saturating_mul(s.into())) + // Minimum execution time: 125_631 nanoseconds. + Weight::from_ref_time(926_160_180) + // Standard Error: 57_471 + .saturating_add(Weight::from_ref_time(4_840_726).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -274,10 +274,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `n` is `[0, 64]`. fn payout_stakers_dead_controller(n: u32, ) -> Weight { - // Minimum execution time: 96_367 nanoseconds. - Weight::from_ref_time(119_342_489) - // Standard Error: 23_243 - .saturating_add(Weight::from_ref_time(24_029_110).saturating_mul(n.into())) + // Minimum execution time: 95_480 nanoseconds. + Weight::from_ref_time(119_120_535) + // Standard Error: 20_529 + .saturating_add(Weight::from_ref_time(24_553_693).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -295,10 +295,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) /// The range of component `n` is `[0, 64]`. fn payout_stakers_alive_staked(n: u32, ) -> Weight { - // Minimum execution time: 113_142 nanoseconds. - Weight::from_ref_time(146_281_962) - // Standard Error: 28_455 - .saturating_add(Weight::from_ref_time(31_500_275).saturating_mul(n.into())) + // Minimum execution time: 115_503 nanoseconds. + Weight::from_ref_time(146_888_028) + // Standard Error: 30_235 + .saturating_add(Weight::from_ref_time(32_342_060).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -312,10 +312,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:2 w:2) /// The range of component `l` is `[1, 32]`. fn rebond(l: u32, ) -> Weight { - // Minimum execution time: 85_886 nanoseconds. - Weight::from_ref_time(89_692_428) - // Standard Error: 5_468 - .saturating_add(Weight::from_ref_time(33_699).saturating_mul(l.into())) + // Minimum execution time: 87_519 nanoseconds. + Weight::from_ref_time(91_533_087) + // Standard Error: 6_309 + .saturating_add(Weight::from_ref_time(42_645).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -334,10 +334,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking SpanSlash (r:0 w:1) /// The range of component `s` is `[1, 100]`. fn reap_stash(s: u32, ) -> Weight { - // Minimum execution time: 87_613 nanoseconds. - Weight::from_ref_time(89_834_665) - // Standard Error: 2_708 - .saturating_add(Weight::from_ref_time(1_128_707).saturating_mul(s.into())) + // Minimum execution time: 89_783 nanoseconds. + Weight::from_ref_time(92_664_529) + // Standard Error: 3_039 + .saturating_add(Weight::from_ref_time(1_117_414).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -363,12 +363,12 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `v` is `[1, 10]`. /// The range of component `n` is `[0, 100]`. fn new_era(v: u32, n: u32, ) -> Weight { - // Minimum execution time: 510_686 nanoseconds. - Weight::from_ref_time(515_313_000) - // Standard Error: 1_978_461 - .saturating_add(Weight::from_ref_time(65_079_662).saturating_mul(v.into())) - // Standard Error: 197_142 - .saturating_add(Weight::from_ref_time(15_393_182).saturating_mul(n.into())) + // Minimum execution time: 508_493 nanoseconds. + Weight::from_ref_time(515_015_000) + // Standard Error: 2_056_473 + .saturating_add(Weight::from_ref_time(65_810_351).saturating_mul(v.into())) + // Standard Error: 204_916 + .saturating_add(Weight::from_ref_time(16_248_651).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(185)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -387,12 +387,12 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `v` is `[500, 1000]`. /// The range of component `n` is `[500, 1000]`. fn get_npos_voters(v: u32, n: u32, ) -> Weight { - // Minimum execution time: 28_223_508 nanoseconds. - Weight::from_ref_time(29_130_291_000) - // Standard Error: 519_947 - .saturating_add(Weight::from_ref_time(4_873_886).saturating_mul(v.into())) - // Standard Error: 519_947 - .saturating_add(Weight::from_ref_time(4_908_879).saturating_mul(n.into())) + // Minimum execution time: 31_307_537 nanoseconds. + Weight::from_ref_time(31_955_304_000) + // Standard Error: 578_351 + .saturating_add(Weight::from_ref_time(6_307_371).saturating_mul(v.into())) + // Standard Error: 578_351 + .saturating_add(Weight::from_ref_time(5_224_226).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(180)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -403,10 +403,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: System BlockWeight (r:1 w:1) /// The range of component `v` is `[500, 1000]`. fn get_npos_targets(v: u32, ) -> Weight { - // Minimum execution time: 4_077_737 nanoseconds. - Weight::from_ref_time(4_167_924_000) - // Standard Error: 47_967 - .saturating_add(Weight::from_ref_time(3_179_502).saturating_mul(v.into())) + // Minimum execution time: 4_269_534 nanoseconds. + Weight::from_ref_time(4_382_455_000) + // Standard Error: 50_747 + .saturating_add(Weight::from_ref_time(3_265_338).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -418,8 +418,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking MaxNominatorsCount (r:0 w:1) // Storage: Staking MinNominatorBond (r:0 w:1) fn set_staking_configs_all_set() -> Weight { - // Minimum execution time: 7_902 nanoseconds. - Weight::from_ref_time(8_243_000) + // Minimum execution time: 7_936 nanoseconds. + Weight::from_ref_time(8_457_000) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking MinCommission (r:0 w:1) @@ -429,8 +429,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking MaxNominatorsCount (r:0 w:1) // Storage: Staking MinNominatorBond (r:0 w:1) fn set_staking_configs_all_remove() -> Weight { - // Minimum execution time: 7_529 nanoseconds. - Weight::from_ref_time(7_861_000) + // Minimum execution time: 7_247 nanoseconds. + Weight::from_ref_time(7_713_000) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking Ledger (r:1 w:0) @@ -444,23 +444,23 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:1 w:1) // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill_other() -> Weight { - // Minimum execution time: 74_519 nanoseconds. - Weight::from_ref_time(77_733_000) + // Minimum execution time: 75_533 nanoseconds. + Weight::from_ref_time(78_724_000) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking MinCommission (r:1 w:0) // Storage: Staking Validators (r:1 w:1) fn force_apply_min_commission() -> Weight { - // Minimum execution time: 14_616 nanoseconds. - Weight::from_ref_time(15_443_000) + // Minimum execution time: 15_193 nanoseconds. + Weight::from_ref_time(15_700_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking MinCommission (r:0 w:1) fn set_min_commission() -> Weight { - // Minimum execution time: 4_687 nanoseconds. - Weight::from_ref_time(5_059_000) + // Minimum execution time: 4_690 nanoseconds. + Weight::from_ref_time(4_945_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/pallet_timestamp.rs b/runtime/westend/src/weights/pallet_timestamp.rs index f25b7613b689..e469118f8308 100644 --- a/runtime/westend/src/weights/pallet_timestamp.rs +++ b/runtime/westend/src/weights/pallet_timestamp.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -47,13 +47,13 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Storage: Timestamp Now (r:1 w:1) // Storage: Babe CurrentSlot (r:1 w:0) fn set() -> Weight { - // Minimum execution time: 10_502 nanoseconds. - Weight::from_ref_time(10_892_000) + // Minimum execution time: 10_391 nanoseconds. + Weight::from_ref_time(10_881_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } fn on_finalize() -> Weight { - // Minimum execution time: 4_355 nanoseconds. - Weight::from_ref_time(4_505_000) + // Minimum execution time: 4_327 nanoseconds. + Weight::from_ref_time(4_494_000) } } diff --git a/runtime/westend/src/weights/pallet_utility.rs b/runtime/westend/src/weights/pallet_utility.rs index 68fc2852baa8..74b13fedbb83 100644 --- a/runtime/westend/src/weights/pallet_utility.rs +++ b/runtime/westend/src/weights/pallet_utility.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -46,31 +46,31 @@ pub struct WeightInfo(PhantomData); impl pallet_utility::WeightInfo for WeightInfo { /// The range of component `c` is `[0, 1000]`. fn batch(c: u32, ) -> Weight { - // Minimum execution time: 12_618 nanoseconds. - Weight::from_ref_time(16_202_720) - // Standard Error: 1_774 - .saturating_add(Weight::from_ref_time(4_255_147).saturating_mul(c.into())) + // Minimum execution time: 12_976 nanoseconds. + Weight::from_ref_time(17_945_328) + // Standard Error: 2_191 + .saturating_add(Weight::from_ref_time(4_298_440).saturating_mul(c.into())) } fn as_derivative() -> Weight { - // Minimum execution time: 6_401 nanoseconds. - Weight::from_ref_time(6_634_000) + // Minimum execution time: 6_487 nanoseconds. + Weight::from_ref_time(6_822_000) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { - // Minimum execution time: 13_021 nanoseconds. - Weight::from_ref_time(14_828_280) - // Standard Error: 1_802 - .saturating_add(Weight::from_ref_time(4_455_567).saturating_mul(c.into())) + // Minimum execution time: 13_287 nanoseconds. + Weight::from_ref_time(23_435_451) + // Standard Error: 1_891 + .saturating_add(Weight::from_ref_time(4_521_746).saturating_mul(c.into())) } fn dispatch_as() -> Weight { - // Minimum execution time: 14_780 nanoseconds. - Weight::from_ref_time(15_251_000) + // Minimum execution time: 15_069 nanoseconds. + Weight::from_ref_time(15_654_000) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { - // Minimum execution time: 13_103 nanoseconds. - Weight::from_ref_time(14_643_042) - // Standard Error: 1_836 - .saturating_add(Weight::from_ref_time(4_265_181).saturating_mul(c.into())) + // Minimum execution time: 13_148 nanoseconds. + Weight::from_ref_time(21_124_216) + // Standard Error: 2_515 + .saturating_add(Weight::from_ref_time(4_292_695).saturating_mul(c.into())) } } diff --git a/runtime/westend/src/weights/pallet_vesting.rs b/runtime/westend/src/weights/pallet_vesting.rs index 77e3d5094ab8..111737f015e2 100644 --- a/runtime/westend/src/weights/pallet_vesting.rs +++ b/runtime/westend/src/weights/pallet_vesting.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_vesting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -49,12 +49,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 39_079 nanoseconds. - Weight::from_ref_time(38_646_893) - // Standard Error: 1_650 - .saturating_add(Weight::from_ref_time(44_850).saturating_mul(l.into())) - // Standard Error: 2_935 - .saturating_add(Weight::from_ref_time(81_428).saturating_mul(s.into())) + // Minimum execution time: 39_606 nanoseconds. + Weight::from_ref_time(39_126_286) + // Standard Error: 2_229 + .saturating_add(Weight::from_ref_time(49_156).saturating_mul(l.into())) + // Standard Error: 3_966 + .saturating_add(Weight::from_ref_time(131_485).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -63,12 +63,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_496 nanoseconds. - Weight::from_ref_time(38_393_435) - // Standard Error: 1_401 - .saturating_add(Weight::from_ref_time(38_466).saturating_mul(l.into())) - // Standard Error: 2_493 - .saturating_add(Weight::from_ref_time(68_674).saturating_mul(s.into())) + // Minimum execution time: 39_725 nanoseconds. + Weight::from_ref_time(39_316_940) + // Standard Error: 2_096 + .saturating_add(Weight::from_ref_time(51_129).saturating_mul(l.into())) + // Standard Error: 3_729 + .saturating_add(Weight::from_ref_time(91_410).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,12 +78,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_other_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_691 nanoseconds. - Weight::from_ref_time(38_090_706) - // Standard Error: 1_482 - .saturating_add(Weight::from_ref_time(41_336).saturating_mul(l.into())) - // Standard Error: 2_638 - .saturating_add(Weight::from_ref_time(92_597).saturating_mul(s.into())) + // Minimum execution time: 40_094 nanoseconds. + Weight::from_ref_time(39_181_593) + // Standard Error: 2_656 + .saturating_add(Weight::from_ref_time(58_520).saturating_mul(l.into())) + // Standard Error: 4_726 + .saturating_add(Weight::from_ref_time(106_280).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -93,12 +93,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_other_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 38_417 nanoseconds. - Weight::from_ref_time(38_172_126) - // Standard Error: 1_692 - .saturating_add(Weight::from_ref_time(38_032).saturating_mul(l.into())) - // Standard Error: 3_011 - .saturating_add(Weight::from_ref_time(67_761).saturating_mul(s.into())) + // Minimum execution time: 39_572 nanoseconds. + Weight::from_ref_time(39_262_140) + // Standard Error: 2_331 + .saturating_add(Weight::from_ref_time(48_095).saturating_mul(l.into())) + // Standard Error: 4_148 + .saturating_add(Weight::from_ref_time(89_208).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -108,12 +108,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. fn vested_transfer(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 54_528 nanoseconds. - Weight::from_ref_time(55_334_000) - // Standard Error: 2_472 - .saturating_add(Weight::from_ref_time(45_157).saturating_mul(l.into())) - // Standard Error: 4_398 - .saturating_add(Weight::from_ref_time(67_032).saturating_mul(s.into())) + // Minimum execution time: 56_483 nanoseconds. + Weight::from_ref_time(57_095_510) + // Standard Error: 2_782 + .saturating_add(Weight::from_ref_time(42_757).saturating_mul(l.into())) + // Standard Error: 4_950 + .saturating_add(Weight::from_ref_time(79_812).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -123,12 +123,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. fn force_vested_transfer(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 53_860 nanoseconds. - Weight::from_ref_time(54_613_838) - // Standard Error: 2_422 - .saturating_add(Weight::from_ref_time(42_687).saturating_mul(l.into())) - // Standard Error: 4_310 - .saturating_add(Weight::from_ref_time(66_057).saturating_mul(s.into())) + // Minimum execution time: 55_270 nanoseconds. + Weight::from_ref_time(57_043_614) + // Standard Error: 2_833 + .saturating_add(Weight::from_ref_time(29_839).saturating_mul(l.into())) + // Standard Error: 5_040 + .saturating_add(Weight::from_ref_time(67_429).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -138,12 +138,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 39_603 nanoseconds. - Weight::from_ref_time(39_924_943) - // Standard Error: 1_901 - .saturating_add(Weight::from_ref_time(39_395).saturating_mul(l.into())) - // Standard Error: 3_510 - .saturating_add(Weight::from_ref_time(85_324).saturating_mul(s.into())) + // Minimum execution time: 41_695 nanoseconds. + Weight::from_ref_time(41_640_100) + // Standard Error: 2_040 + .saturating_add(Weight::from_ref_time(33_458).saturating_mul(l.into())) + // Standard Error: 3_768 + .saturating_add(Weight::from_ref_time(101_011).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -153,12 +153,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 40_256 nanoseconds. - Weight::from_ref_time(39_851_151) - // Standard Error: 1_686 - .saturating_add(Weight::from_ref_time(40_753).saturating_mul(l.into())) - // Standard Error: 3_114 - .saturating_add(Weight::from_ref_time(81_890).saturating_mul(s.into())) + // Minimum execution time: 40_834 nanoseconds. + Weight::from_ref_time(40_051_044) + // Standard Error: 1_874 + .saturating_add(Weight::from_ref_time(61_045).saturating_mul(l.into())) + // Standard Error: 3_462 + .saturating_add(Weight::from_ref_time(113_102).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/westend/src/weights/pallet_xcm.rs b/runtime/westend/src/weights/pallet_xcm.rs index bfebb5a866a1..58d6177ec666 100644 --- a/runtime/westend/src/weights/pallet_xcm.rs +++ b/runtime/westend/src/weights/pallet_xcm.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -50,18 +50,18 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn send() -> Weight { - // Minimum execution time: 37_409 nanoseconds. - Weight::from_ref_time(39_056_000) + // Minimum execution time: 38_435 nanoseconds. + Weight::from_ref_time(39_264_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } fn teleport_assets() -> Weight { - // Minimum execution time: 28_204 nanoseconds. - Weight::from_ref_time(28_880_000) + // Minimum execution time: 29_090 nanoseconds. + Weight::from_ref_time(29_801_000) } fn reserve_transfer_assets() -> Weight { - // Minimum execution time: 27_280 nanoseconds. - Weight::from_ref_time(28_635_000) + // Minimum execution time: 27_998 nanoseconds. + Weight::from_ref_time(29_079_000) } // Storage: Benchmark Override (r:0 w:0) fn execute() -> Weight { @@ -70,14 +70,14 @@ impl pallet_xcm::WeightInfo for WeightInfo { } // Storage: XcmPallet SupportedVersion (r:0 w:1) fn force_xcm_version() -> Weight { - // Minimum execution time: 15_205 nanoseconds. - Weight::from_ref_time(16_053_000) + // Minimum execution time: 15_893 nanoseconds. + Weight::from_ref_time(16_196_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet SafeXcmVersion (r:0 w:1) fn force_default_xcm_version() -> Weight { - // Minimum execution time: 4_655 nanoseconds. - Weight::from_ref_time(4_882_000) + // Minimum execution time: 4_403 nanoseconds. + Weight::from_ref_time(4_553_000) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -89,8 +89,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_subscribe_version_notify() -> Weight { - // Minimum execution time: 41_416 nanoseconds. - Weight::from_ref_time(42_521_000) + // Minimum execution time: 42_466 nanoseconds. + Weight::from_ref_time(43_907_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -102,29 +102,29 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: XcmPallet Queries (r:0 w:1) fn force_unsubscribe_version_notify() -> Weight { - // Minimum execution time: 44_759 nanoseconds. - Weight::from_ref_time(45_753_000) + // Minimum execution time: 46_063 nanoseconds. + Weight::from_ref_time(47_278_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: XcmPallet SupportedVersion (r:4 w:2) fn migrate_supported_version() -> Weight { - // Minimum execution time: 15_664 nanoseconds. - Weight::from_ref_time(16_156_000) + // Minimum execution time: 15_315 nanoseconds. + Weight::from_ref_time(15_983_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifiers (r:4 w:2) fn migrate_version_notifiers() -> Weight { - // Minimum execution time: 15_605 nanoseconds. - Weight::from_ref_time(15_870_000) + // Minimum execution time: 15_715 nanoseconds. + Weight::from_ref_time(16_212_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifyTargets (r:5 w:0) fn already_notified_target() -> Weight { - // Minimum execution time: 18_585 nanoseconds. - Weight::from_ref_time(19_189_000) + // Minimum execution time: 18_319 nanoseconds. + Weight::from_ref_time(18_821_000) .saturating_add(T::DbWeight::get().reads(5)) } // Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -134,21 +134,21 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn notify_current_targets() -> Weight { - // Minimum execution time: 37_227 nanoseconds. - Weight::from_ref_time(37_949_000) + // Minimum execution time: 38_303 nanoseconds. + Weight::from_ref_time(39_210_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: XcmPallet VersionNotifyTargets (r:3 w:0) fn notify_target_migration_fail() -> Weight { - // Minimum execution time: 8_155 nanoseconds. - Weight::from_ref_time(8_480_000) + // Minimum execution time: 8_105 nanoseconds. + Weight::from_ref_time(8_402_000) .saturating_add(T::DbWeight::get().reads(3)) } // Storage: XcmPallet VersionNotifyTargets (r:4 w:2) fn migrate_version_notify_targets() -> Weight { - // Minimum execution time: 16_298 nanoseconds. - Weight::from_ref_time(16_840_000) + // Minimum execution time: 16_035 nanoseconds. + Weight::from_ref_time(16_561_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -159,8 +159,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn migrate_and_notify_old_targets() -> Weight { - // Minimum execution time: 43_983 nanoseconds. - Weight::from_ref_time(45_632_000) + // Minimum execution time: 45_300 nanoseconds. + Weight::from_ref_time(46_946_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/westend/src/weights/runtime_common_auctions.rs b/runtime/westend/src/weights/runtime_common_auctions.rs index a270c7c3d81a..67aa694ec547 100644 --- a/runtime/westend/src/weights/runtime_common_auctions.rs +++ b/runtime/westend/src/weights/runtime_common_auctions.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::auctions` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -47,8 +47,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions AuctionInfo (r:1 w:1) // Storage: Auctions AuctionCounter (r:1 w:1) fn new_auction() -> Weight { - // Minimum execution time: 18_607 nanoseconds. - Weight::from_ref_time(19_269_000) + // Minimum execution time: 18_809 nanoseconds. + Weight::from_ref_time(19_672_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -60,8 +60,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions ReservedAmounts (r:2 w:2) // Storage: System Account (r:1 w:1) fn bid() -> Weight { - // Minimum execution time: 85_063 nanoseconds. - Weight::from_ref_time(88_797_000) + // Minimum execution time: 97_164 nanoseconds. + Weight::from_ref_time(101_731_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Paras ActionsQueue (r:1 w:1) // Storage: Registrar Paras (r:1 w:1) fn on_initialize() -> Weight { - // Minimum execution time: 18_802_608 nanoseconds. - Weight::from_ref_time(19_128_116_000) + // Minimum execution time: 18_715_887 nanoseconds. + Weight::from_ref_time(19_146_918_000) .saturating_add(T::DbWeight::get().reads(3688)) .saturating_add(T::DbWeight::get().writes(3683)) } @@ -88,8 +88,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions Winning (r:0 w:3600) // Storage: Auctions AuctionInfo (r:0 w:1) fn cancel_auction() -> Weight { - // Minimum execution time: 5_581_442 nanoseconds. - Weight::from_ref_time(5_711_726_000) + // Minimum execution time: 5_818_774 nanoseconds. + Weight::from_ref_time(5_962_283_000) .saturating_add(T::DbWeight::get().reads(73)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/westend/src/weights/runtime_common_crowdloan.rs b/runtime/westend/src/weights/runtime_common_crowdloan.rs index 563f888418d2..2fdb0a251b84 100644 --- a/runtime/westend/src/weights/runtime_common_crowdloan.rs +++ b/runtime/westend/src/weights/runtime_common_crowdloan.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::crowdloan` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -49,8 +49,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Paras ParaLifecycles (r:1 w:0) // Storage: Crowdloan NextFundIndex (r:1 w:1) fn create() -> Weight { - // Minimum execution time: 54_394 nanoseconds. - Weight::from_ref_time(58_886_000) + // Minimum execution time: 72_148 nanoseconds. + Weight::from_ref_time(76_111_000) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -63,8 +63,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Crowdloan NewRaise (r:1 w:1) // Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1) fn contribute() -> Weight { - // Minimum execution time: 137_920 nanoseconds. - Weight::from_ref_time(141_188_000) + // Minimum execution time: 156_487 nanoseconds. + Weight::from_ref_time(168_788_000) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -73,18 +73,18 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Balances InactiveIssuance (r:1 w:1) // Storage: unknown [0xc85982571aa615c788ef9b2c16f54f25773fd439e8ee1ed2aa3ae43d48e880f0] (r:1 w:1) fn withdraw() -> Weight { - // Minimum execution time: 71_237 nanoseconds. - Weight::from_ref_time(73_291_000) + // Minimum execution time: 80_510 nanoseconds. + Weight::from_ref_time(84_823_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `k` is `[0, 500]`. fn refund(k: u32, ) -> Weight { - // Minimum execution time: 56_453 nanoseconds. - Weight::from_ref_time(37_562_608) - // Standard Error: 12_628 - .saturating_add(Weight::from_ref_time(21_708_756).saturating_mul(k.into())) + // Minimum execution time: 76_619 nanoseconds. + Weight::from_ref_time(26_853_164) + // Standard Error: 15_512 + .saturating_add(Weight::from_ref_time(22_564_390).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -93,31 +93,31 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Crowdloan Funds (r:1 w:1) // Storage: System Account (r:1 w:1) fn dissolve() -> Weight { - // Minimum execution time: 41_770 nanoseconds. - Weight::from_ref_time(43_613_000) + // Minimum execution time: 50_520 nanoseconds. + Weight::from_ref_time(55_019_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Crowdloan Funds (r:1 w:1) fn edit() -> Weight { - // Minimum execution time: 30_070 nanoseconds. - Weight::from_ref_time(32_976_000) + // Minimum execution time: 38_580 nanoseconds. + Weight::from_ref_time(42_137_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Crowdloan Funds (r:1 w:0) // Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1) fn add_memo() -> Weight { - // Minimum execution time: 39_573 nanoseconds. - Weight::from_ref_time(41_734_000) + // Minimum execution time: 49_364 nanoseconds. + Weight::from_ref_time(53_683_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Crowdloan Funds (r:1 w:0) // Storage: Crowdloan NewRaise (r:1 w:1) fn poke() -> Weight { - // Minimum execution time: 31_444 nanoseconds. - Weight::from_ref_time(32_413_000) + // Minimum execution time: 37_979 nanoseconds. + Weight::from_ref_time(40_397_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -133,10 +133,10 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: System Account (r:2 w:2) /// The range of component `n` is `[2, 100]`. fn on_initialize(n: u32, ) -> Weight { - // Minimum execution time: 120_424 nanoseconds. - Weight::from_ref_time(35_924_154) - // Standard Error: 37_465 - .saturating_add(Weight::from_ref_time(48_048_559).saturating_mul(n.into())) + // Minimum execution time: 131_992 nanoseconds. + Weight::from_ref_time(44_527_784) + // Standard Error: 54_125 + .saturating_add(Weight::from_ref_time(48_555_553).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/westend/src/weights/runtime_common_paras_registrar.rs b/runtime/westend/src/weights/runtime_common_paras_registrar.rs index ded4f866132e..2c790d1811b6 100644 --- a/runtime/westend/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/westend/src/weights/runtime_common_paras_registrar.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::paras_registrar` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -48,8 +48,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Registrar Paras (r:1 w:1) // Storage: Paras ParaLifecycles (r:1 w:0) fn reserve() -> Weight { - // Minimum execution time: 33_341 nanoseconds. - Weight::from_ref_time(34_394_000) + // Minimum execution time: 34_291 nanoseconds. + Weight::from_ref_time(35_169_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -63,8 +63,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras CurrentCodeHash (r:0 w:1) // Storage: Paras UpcomingParasGenesis (r:0 w:1) fn register() -> Weight { - // Minimum execution time: 7_228_269 nanoseconds. - Weight::from_ref_time(7_272_236_000) + // Minimum execution time: 8_013_023 nanoseconds. + Weight::from_ref_time(8_293_565_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -78,8 +78,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras CurrentCodeHash (r:0 w:1) // Storage: Paras UpcomingParasGenesis (r:0 w:1) fn force_register() -> Weight { - // Minimum execution time: 7_299_606 nanoseconds. - Weight::from_ref_time(7_345_818_000) + // Minimum execution time: 7_800_623 nanoseconds. + Weight::from_ref_time(8_122_517_000) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -90,8 +90,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras ActionsQueue (r:1 w:1) // Storage: Registrar PendingSwap (r:0 w:1) fn deregister() -> Weight { - // Minimum execution time: 54_359 nanoseconds. - Weight::from_ref_time(58_011_000) + // Minimum execution time: 62_973 nanoseconds. + Weight::from_ref_time(68_158_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -103,8 +103,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Crowdloan Funds (r:2 w:2) // Storage: Slots Leases (r:2 w:2) fn swap() -> Weight { - // Minimum execution time: 49_629 nanoseconds. - Weight::from_ref_time(51_999_000) + // Minimum execution time: 59_960 nanoseconds. + Weight::from_ref_time(66_150_000) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -120,20 +120,20 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras FutureCodeUpgrades (r:0 w:1) /// The range of component `b` is `[1, 3145728]`. fn schedule_code_upgrade(b: u32, ) -> Weight { - // Minimum execution time: 45_221 nanoseconds. - Weight::from_ref_time(228_094_094) - // Standard Error: 12 - .saturating_add(Weight::from_ref_time(2_401).saturating_mul(b.into())) + // Minimum execution time: 46_384 nanoseconds. + Weight::from_ref_time(47_270_000) + // Standard Error: 4 + .saturating_add(Weight::from_ref_time(2_696).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } // Storage: Paras Heads (r:0 w:1) /// The range of component `b` is `[1, 1048576]`. fn set_current_head(b: u32, ) -> Weight { - // Minimum execution time: 14_547 nanoseconds. - Weight::from_ref_time(15_116_445) + // Minimum execution time: 14_753 nanoseconds. + Weight::from_ref_time(14_372_398) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_017).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(1_024).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/runtime_common_slots.rs b/runtime/westend/src/weights/runtime_common_slots.rs index 09b267fe0041..c03fce91c49f 100644 --- a/runtime/westend/src/weights/runtime_common_slots.rs +++ b/runtime/westend/src/weights/runtime_common_slots.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_common::slots` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -47,8 +47,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 32_455 nanoseconds. - Weight::from_ref_time(33_848_000) + // Minimum execution time: 33_866 nanoseconds. + Weight::from_ref_time(34_857_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -61,12 +61,12 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 647_982 nanoseconds. - Weight::from_ref_time(653_263_000) - // Standard Error: 81_958 - .saturating_add(Weight::from_ref_time(2_638_878).saturating_mul(c.into())) - // Standard Error: 81_958 - .saturating_add(Weight::from_ref_time(15_376_441).saturating_mul(t.into())) + // Minimum execution time: 669_275 nanoseconds. + Weight::from_ref_time(677_390_000) + // Standard Error: 81_554 + .saturating_add(Weight::from_ref_time(2_774_748).saturating_mul(c.into())) + // Standard Error: 81_554 + .saturating_add(Weight::from_ref_time(15_978_870).saturating_mul(t.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().reads((3_u64).saturating_mul(t.into()))) @@ -77,8 +77,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 116_017 nanoseconds. - Weight::from_ref_time(118_926_000) + // Minimum execution time: 123_998 nanoseconds. + Weight::from_ref_time(131_162_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -88,8 +88,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { - // Minimum execution time: 33_737 nanoseconds. - Weight::from_ref_time(35_045_000) + // Minimum execution time: 43_235 nanoseconds. + Weight::from_ref_time(46_143_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/westend/src/weights/runtime_parachains_configuration.rs b/runtime/westend/src/weights/runtime_parachains_configuration.rs index ff5ebd7181ee..033ae2925774 100644 --- a/runtime/westend/src/weights/runtime_parachains_configuration.rs +++ b/runtime/westend/src/weights/runtime_parachains_configuration.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::configuration` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -48,8 +48,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_block_number() -> Weight { - // Minimum execution time: 13_078 nanoseconds. - Weight::from_ref_time(13_971_000) + // Minimum execution time: 13_368 nanoseconds. + Weight::from_ref_time(13_767_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -57,8 +57,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_u32() -> Weight { - // Minimum execution time: 13_047 nanoseconds. - Weight::from_ref_time(13_857_000) + // Minimum execution time: 13_127 nanoseconds. + Weight::from_ref_time(13_589_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -66,8 +66,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_option_u32() -> Weight { - // Minimum execution time: 13_168 nanoseconds. - Weight::from_ref_time(13_849_000) + // Minimum execution time: 13_040 nanoseconds. + Weight::from_ref_time(13_607_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -75,8 +75,8 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_weight() -> Weight { - // Minimum execution time: 13_260 nanoseconds. - Weight::from_ref_time(14_035_000) + // Minimum execution time: 13_190 nanoseconds. + Weight::from_ref_time(13_486_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,7 +90,7 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_balance() -> Weight { // Minimum execution time: 13_204 nanoseconds. - Weight::from_ref_time(13_829_000) + Weight::from_ref_time(13_495_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/runtime_parachains_disputes.rs b/runtime/westend/src/weights/runtime_parachains_disputes.rs index 08e7367369c4..31af64daff76 100644 --- a/runtime/westend/src/weights/runtime_parachains_disputes.rs +++ b/runtime/westend/src/weights/runtime_parachains_disputes.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::disputes` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -46,8 +46,8 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::disputes::WeightInfo for WeightInfo { // Storage: ParasDisputes Frozen (r:0 w:1) fn force_unfreeze() -> Weight { - // Minimum execution time: 4_540 nanoseconds. - Weight::from_ref_time(4_876_000) + // Minimum execution time: 4_453 nanoseconds. + Weight::from_ref_time(4_845_000) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs b/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs index dc12a80cf63e..9f6fdd753ed4 100644 --- a/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs +++ b/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::disputes::slashing` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -58,10 +58,10 @@ impl runtime_parachains::disputes::slashing::WeightInfo // Storage: Staking ValidatorSlashInEra (r:1 w:0) /// The range of component `n` is `[4, 300]`. fn report_dispute_lost(n: u32, ) -> Weight { - // Minimum execution time: 111_082 nanoseconds. - Weight::from_ref_time(115_185_320) - // Standard Error: 2_993 - .saturating_add(Weight::from_ref_time(287_923).saturating_mul(n.into())) + // Minimum execution time: 112_012 nanoseconds. + Weight::from_ref_time(129_548_015) + // Standard Error: 4_303 + .saturating_add(Weight::from_ref_time(386_999).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(4)) } diff --git a/runtime/westend/src/weights/runtime_parachains_hrmp.rs b/runtime/westend/src/weights/runtime_parachains_hrmp.rs index 5ccd55da7776..38b22af3985d 100644 --- a/runtime/westend/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/westend/src/weights/runtime_parachains_hrmp.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::hrmp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -53,8 +53,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_init_open_channel() -> Weight { - // Minimum execution time: 43_268 nanoseconds. - Weight::from_ref_time(44_376_000) + // Minimum execution time: 44_758 nanoseconds. + Weight::from_ref_time(45_389_000) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -65,8 +65,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_accept_open_channel() -> Weight { - // Minimum execution time: 42_907 nanoseconds. - Weight::from_ref_time(43_968_000) + // Minimum execution time: 44_016 nanoseconds. + Weight::from_ref_time(45_257_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -76,8 +76,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_close_channel() -> Weight { - // Minimum execution time: 39_435 nanoseconds. - Weight::from_ref_time(40_933_000) + // Minimum execution time: 39_833 nanoseconds. + Weight::from_ref_time(41_031_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -90,12 +90,12 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf /// The range of component `i` is `[0, 127]`. /// The range of component `e` is `[0, 127]`. fn force_clean_hrmp(i: u32, e: u32, ) -> Weight { - // Minimum execution time: 1_053_409 nanoseconds. - Weight::from_ref_time(1_059_484_000) - // Standard Error: 94_319 - .saturating_add(Weight::from_ref_time(3_181_216).saturating_mul(i.into())) - // Standard Error: 94_319 - .saturating_add(Weight::from_ref_time(3_232_494).saturating_mul(e.into())) + // Minimum execution time: 1_069_994 nanoseconds. + Weight::from_ref_time(1_077_474_000) + // Standard Error: 100_039 + .saturating_add(Weight::from_ref_time(3_329_744).saturating_mul(i.into())) + // Standard Error: 100_039 + .saturating_add(Weight::from_ref_time(3_319_499).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) @@ -113,10 +113,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpChannels (r:0 w:2) /// The range of component `c` is `[0, 128]`. fn force_process_hrmp_open(c: u32, ) -> Weight { - // Minimum execution time: 10_933 nanoseconds. - Weight::from_ref_time(4_826_830) - // Standard Error: 14_464 - .saturating_add(Weight::from_ref_time(18_639_017).saturating_mul(c.into())) + // Minimum execution time: 11_011 nanoseconds. + Weight::from_ref_time(11_210_000) + // Standard Error: 10_892 + .saturating_add(Weight::from_ref_time(18_988_029).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -130,10 +130,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpChannelContents (r:0 w:2) /// The range of component `c` is `[0, 128]`. fn force_process_hrmp_close(c: u32, ) -> Weight { - // Minimum execution time: 7_007 nanoseconds. - Weight::from_ref_time(4_996_249) - // Standard Error: 8_807 - .saturating_add(Weight::from_ref_time(11_441_104).saturating_mul(c.into())) + // Minimum execution time: 7_063 nanoseconds. + Weight::from_ref_time(1_086_025) + // Standard Error: 11_522 + .saturating_add(Weight::from_ref_time(11_790_425).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -144,10 +144,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpOpenChannelRequestCount (r:1 w:1) /// The range of component `c` is `[0, 128]`. fn hrmp_cancel_open_request(c: u32, ) -> Weight { - // Minimum execution time: 25_951 nanoseconds. - Weight::from_ref_time(36_442_015) - // Standard Error: 2_858 - .saturating_add(Weight::from_ref_time(185_849).saturating_mul(c.into())) + // Minimum execution time: 26_364 nanoseconds. + Weight::from_ref_time(35_855_385) + // Standard Error: 2_773 + .saturating_add(Weight::from_ref_time(218_705).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -155,10 +155,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpOpenChannelRequests (r:2 w:2) /// The range of component `c` is `[0, 128]`. fn clean_open_channel_requests(c: u32, ) -> Weight { - // Minimum execution time: 4_926 nanoseconds. - Weight::from_ref_time(1_680_514) - // Standard Error: 4_305 - .saturating_add(Weight::from_ref_time(3_230_865).saturating_mul(c.into())) + // Minimum execution time: 5_105 nanoseconds. + Weight::from_ref_time(390_771) + // Standard Error: 4_747 + .saturating_add(Weight::from_ref_time(3_278_499).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -175,8 +175,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpIngressChannelsIndex (r:1 w:0) // Storage: Hrmp HrmpAcceptedChannelRequestCount (r:1 w:1) fn force_open_hrmp_channel() -> Weight { - // Minimum execution time: 56_688 nanoseconds. - Weight::from_ref_time(57_515_000) + // Minimum execution time: 57_630 nanoseconds. + Weight::from_ref_time(59_011_000) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/westend/src/weights/runtime_parachains_initializer.rs b/runtime/westend/src/weights/runtime_parachains_initializer.rs index 5b0e8952fced..1d1a37af3d11 100644 --- a/runtime/westend/src/weights/runtime_parachains_initializer.rs +++ b/runtime/westend/src/weights/runtime_parachains_initializer.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::initializer` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -47,10 +47,10 @@ impl runtime_parachains::initializer::WeightInfo for We // Storage: System Digest (r:1 w:1) /// The range of component `d` is `[0, 65536]`. fn force_approve(d: u32, ) -> Weight { - // Minimum execution time: 8_499 nanoseconds. - Weight::from_ref_time(8_746_000) - // Standard Error: 17 - .saturating_add(Weight::from_ref_time(2_311).saturating_mul(d.into())) + // Minimum execution time: 8_646 nanoseconds. + Weight::from_ref_time(8_762_000) + // Standard Error: 20 + .saturating_add(Weight::from_ref_time(2_851).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/runtime_parachains_paras.rs b/runtime/westend/src/weights/runtime_parachains_paras.rs index de79ac66f2c0..b13a671a76d3 100644 --- a/runtime/westend/src/weights/runtime_parachains_paras.rs +++ b/runtime/westend/src/weights/runtime_parachains_paras.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::paras` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -52,20 +52,20 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras CodeByHash (r:0 w:1) /// The range of component `c` is `[1, 3145728]`. fn force_set_current_code(c: u32, ) -> Weight { - // Minimum execution time: 38_113 nanoseconds. - Weight::from_ref_time(265_101_632) - // Standard Error: 12 - .saturating_add(Weight::from_ref_time(2_325).saturating_mul(c.into())) + // Minimum execution time: 38_090 nanoseconds. + Weight::from_ref_time(38_598_000) + // Standard Error: 3 + .saturating_add(Weight::from_ref_time(2_666).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Paras Heads (r:0 w:1) /// The range of component `s` is `[1, 1048576]`. fn force_set_current_head(s: u32, ) -> Weight { - // Minimum execution time: 14_321 nanoseconds. - Weight::from_ref_time(8_915_810) + // Minimum execution time: 14_296 nanoseconds. + Weight::from_ref_time(4_984_392) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(1_046).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(1_063).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Paras FutureCodeHash (r:1 w:1) @@ -80,10 +80,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras UpgradeRestrictionSignal (r:0 w:1) /// The range of component `c` is `[1, 3145728]`. fn force_schedule_code_upgrade(c: u32, ) -> Weight { - // Minimum execution time: 64_383 nanoseconds. - Weight::from_ref_time(92_427_458) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_561).saturating_mul(c.into())) + // Minimum execution time: 64_275 nanoseconds. + Weight::from_ref_time(5_873_402) + // Standard Error: 2 + .saturating_add(Weight::from_ref_time(2_702).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -92,18 +92,18 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) /// The range of component `s` is `[1, 1048576]`. fn force_note_new_head(s: u32, ) -> Weight { - // Minimum execution time: 19_623 nanoseconds. - Weight::from_ref_time(20_460_223) + // Minimum execution time: 20_002 nanoseconds. + Weight::from_ref_time(16_809_711) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_032).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(1_046).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras ActionsQueue (r:1 w:1) fn force_queue_action() -> Weight { - // Minimum execution time: 25_142 nanoseconds. - Weight::from_ref_time(25_762_000) + // Minimum execution time: 25_194 nanoseconds. + Weight::from_ref_time(25_638_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -111,18 +111,18 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras CodeByHash (r:1 w:1) /// The range of component `c` is `[1, 3145728]`. fn add_trusted_validation_code(c: u32, ) -> Weight { - // Minimum execution time: 9_267 nanoseconds. - Weight::from_ref_time(8_789_361) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_566).saturating_mul(c.into())) + // Minimum execution time: 9_271 nanoseconds. + Weight::from_ref_time(9_433_000) + // Standard Error: 2 + .saturating_add(Weight::from_ref_time(2_673).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Paras CodeByHashRefs (r:1 w:0) // Storage: Paras CodeByHash (r:0 w:1) fn poke_unused_validation_code() -> Weight { - // Minimum execution time: 7_639 nanoseconds. - Weight::from_ref_time(8_068_000) + // Minimum execution time: 7_600 nanoseconds. + Weight::from_ref_time(7_857_000) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -130,8 +130,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement() -> Weight { - // Minimum execution time: 123_226 nanoseconds. - Weight::from_ref_time(132_937_000) + // Minimum execution time: 125_304 nanoseconds. + Weight::from_ref_time(134_007_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -143,8 +143,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: System Digest (r:1 w:1) // Storage: Paras FutureCodeUpgrades (r:0 w:100) fn include_pvf_check_statement_finalize_upgrade_accept() -> Weight { - // Minimum execution time: 800_925 nanoseconds. - Weight::from_ref_time(810_067_000) + // Minimum execution time: 811_926 nanoseconds. + Weight::from_ref_time(833_485_000) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(104)) } @@ -152,8 +152,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement_finalize_upgrade_reject() -> Weight { - // Minimum execution time: 122_615 nanoseconds. - Weight::from_ref_time(129_357_000) + // Minimum execution time: 127_021 nanoseconds. + Weight::from_ref_time(132_480_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -163,8 +163,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras PvfActiveVoteList (r:1 w:1) // Storage: Paras ActionsQueue (r:1 w:1) fn include_pvf_check_statement_finalize_onboarding_accept() -> Weight { - // Minimum execution time: 624_256 nanoseconds. - Weight::from_ref_time(633_011_000) + // Minimum execution time: 638_553 nanoseconds. + Weight::from_ref_time(657_891_000) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -172,8 +172,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: ParasShared CurrentSessionIndex (r:1 w:0) // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement_finalize_onboarding_reject() -> Weight { - // Minimum execution time: 121_278 nanoseconds. - Weight::from_ref_time(128_412_000) + // Minimum execution time: 122_237 nanoseconds. + Weight::from_ref_time(130_202_000) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs b/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs index c67aab65b085..38b8da983d95 100644 --- a/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs +++ b/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::paras_inherent` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -78,10 +78,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: ParasSlashing UnappliedSlashes (r:0 w:1) /// The range of component `v` is `[10, 200]`. fn enter_variable_disputes(v: u32, ) -> Weight { - // Minimum execution time: 989_953 nanoseconds. - Weight::from_ref_time(449_214_333) - // Standard Error: 15_342 - .saturating_add(Weight::from_ref_time(56_642_836).saturating_mul(v.into())) + // Minimum execution time: 1_002_512 nanoseconds. + Weight::from_ref_time(454_827_518) + // Standard Error: 15_344 + .saturating_add(Weight::from_ref_time(57_070_679).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(27)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -116,8 +116,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras Heads (r:0 w:1) // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) fn enter_bitfields() -> Weight { - // Minimum execution time: 475_872 nanoseconds. - Weight::from_ref_time(491_103_000) + // Minimum execution time: 464_245 nanoseconds. + Weight::from_ref_time(495_566_000) .saturating_add(T::DbWeight::get().reads(26)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -154,10 +154,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) /// The range of component `v` is `[101, 200]`. fn enter_backed_candidates_variable(v: u32, ) -> Weight { - // Minimum execution time: 6_760_859 nanoseconds. - Weight::from_ref_time(1_126_285_756) - // Standard Error: 21_773 - .saturating_add(Weight::from_ref_time(56_069_740).saturating_mul(v.into())) + // Minimum execution time: 6_765_662 nanoseconds. + Weight::from_ref_time(1_144_270_364) + // Standard Error: 24_331 + .saturating_add(Weight::from_ref_time(56_243_191).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(29)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -195,8 +195,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras Heads (r:0 w:1) // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) fn enter_backed_candidate_code_upgrade() -> Weight { - // Minimum execution time: 43_900_470 nanoseconds. - Weight::from_ref_time(44_165_021_000) + // Minimum execution time: 46_830_584 nanoseconds. + Weight::from_ref_time(47_913_075_000) .saturating_add(T::DbWeight::get().reads(31)) .saturating_add(T::DbWeight::get().writes(16)) } diff --git a/runtime/westend/src/weights/runtime_parachains_ump.rs b/runtime/westend/src/weights/runtime_parachains_ump.rs index e9b6e0e88e85..e4e07737734b 100644 --- a/runtime/westend/src/weights/runtime_parachains_ump.rs +++ b/runtime/westend/src/weights/runtime_parachains_ump.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `runtime_parachains::ump` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 @@ -46,26 +46,26 @@ pub struct WeightInfo(PhantomData); impl runtime_parachains::ump::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 51200]`. fn process_upward_message(s: u32, ) -> Weight { - // Minimum execution time: 10_852 nanoseconds. - Weight::from_ref_time(2_587_774) - // Standard Error: 15 - .saturating_add(Weight::from_ref_time(2_323).saturating_mul(s.into())) + // Minimum execution time: 10_863 nanoseconds. + Weight::from_ref_time(2_547_047) + // Standard Error: 16 + .saturating_add(Weight::from_ref_time(2_339).saturating_mul(s.into())) } // Storage: Ump NeedsDispatch (r:1 w:1) // Storage: Ump NextDispatchRoundStartWith (r:1 w:1) // Storage: Ump RelayDispatchQueues (r:0 w:1) // Storage: Ump RelayDispatchQueueSize (r:0 w:1) fn clean_ump_after_outgoing() -> Weight { - // Minimum execution time: 9_187 nanoseconds. - Weight::from_ref_time(9_486_000) + // Minimum execution time: 9_385 nanoseconds. + Weight::from_ref_time(9_784_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: Ump Overweight (r:1 w:1) // Storage: Ump CounterForOverweight (r:1 w:1) fn service_overweight() -> Weight { - // Minimum execution time: 29_563 nanoseconds. - Weight::from_ref_time(30_367_000) + // Minimum execution time: 29_452 nanoseconds. + Weight::from_ref_time(31_140_000) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) }