From cb49362b4c68319f96e44c9b182974afcc57af22 Mon Sep 17 00:00:00 2001 From: eNddy Date: Mon, 22 Jul 2024 09:20:49 -0600 Subject: [PATCH] add component src Update weights --- .github/workflows/benchmarks-run.yml | 2 + .github/workflows/release.yml | 3 + .github/workflows/verify-pr-commit.yml | 5 + pallets/capacity/src/weights.rs | 44 +-- pallets/frequency-tx-payment/src/weights.rs | 28 +- pallets/handles/src/weights.rs | 44 +-- pallets/messages/src/weights.rs | 28 +- pallets/msa/src/weights.rs | 136 ++++----- pallets/schemas/src/weights.rs | 140 ++++----- pallets/stateful-storage/src/weights.rs | 100 +++--- pallets/time-release/src/weights.rs | 44 +-- runtime/common/src/weights/block_weights.rs | 20 +- .../common/src/weights/extrinsic_weights.rs | 20 +- runtime/common/src/weights/pallet_balances.rs | 44 +-- .../src/weights/pallet_collator_selection.rs | 92 +++--- .../src/weights/pallet_collective_council.rs | 126 ++++---- .../pallet_collective_technical_committee.rs | 126 ++++---- .../common/src/weights/pallet_democracy.rs | 148 ++++----- runtime/common/src/weights/pallet_multisig.rs | 66 ++-- runtime/common/src/weights/pallet_preimage.rs | 72 ++--- runtime/common/src/weights/pallet_proxy.rs | 100 +++--- .../common/src/weights/pallet_scheduler.rs | 286 +++++++++++------- runtime/common/src/weights/pallet_session.rs | 12 +- .../common/src/weights/pallet_timestamp.rs | 12 +- runtime/common/src/weights/pallet_utility.rs | 36 +-- runtime/frequency/src/lib.rs | 4 +- rust-toolchain.toml | 2 +- 27 files changed, 906 insertions(+), 834 deletions(-) diff --git a/.github/workflows/benchmarks-run.yml b/.github/workflows/benchmarks-run.yml index 72df11e990..f1c16ae33a 100644 --- a/.github/workflows/benchmarks-run.yml +++ b/.github/workflows/benchmarks-run.yml @@ -42,6 +42,8 @@ jobs: run: | curl https://sh.rustup.rs -sSf | HOME=`pwd` bash -s -- -y echo "PATH=`pwd`/.cargo/bin:$PATH" >> $GITHUB_ENV + - name: Install Components + run: rustup component add rust-src - name: Update Weights run: | rustup show diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66f363af9d..d87191d61b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,6 +97,8 @@ jobs: run: | curl https://sh.rustup.rs -sSf | HOME=`pwd` bash -s -- -y echo "PATH=`pwd`/.cargo/bin:$PATH" >> $GITHUB_ENV + - name: Install Components + run: rustup component add rust-src - name: Update Weights for All Pallets if: steps.is-full-release.outputs.is-full-release == 'true' run: | @@ -348,6 +350,7 @@ jobs: uses: actions/configure-pages@v5 - name: Build Docs run: | + rustup component add rust-src rustup target add wasm32-unknown-unknown --toolchain nightly-2024-03-01 RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo +nightly-2024-03-01 doc --no-deps --workspace --features frequency - name: Fix file permissions diff --git a/.github/workflows/verify-pr-commit.yml b/.github/workflows/verify-pr-commit.yml index 571c640c3f..4b7664a4f6 100644 --- a/.github/workflows/verify-pr-commit.yml +++ b/.github/workflows/verify-pr-commit.yml @@ -143,6 +143,8 @@ jobs: run: | export BUILT_BIN_FILENAME=frequency; echo "BUILT_BIN_FILENAME=$BUILT_BIN_FILENAME" >> $GITHUB_ENV echo "FINAL_BIN_FILENAME=$BUILT_BIN_FILENAME.${{matrix.network}}.${{matrix.spec}}.${{matrix.branch_alias}}" >> $GITHUB_ENV + - name: Install Components + run: rustup component add rust-src # # XXX Keep this step as it lets us skip full binary builds during development/testing # - name: Cache Binary for Testing # id: cache-binary @@ -228,6 +230,7 @@ jobs: uses: actions/checkout@v4 - name: Build Docs run: | + rustup component add rust-src rustup target add wasm32-unknown-unknown --toolchain nightly-2024-03-01 RUSTDOCFLAGS="--enable-index-page --check -Zunstable-options" cargo +nightly-2024-03-01 doc --no-deps --features frequency @@ -332,6 +335,8 @@ jobs: run: | curl https://sh.rustup.rs -sSf | bash -s -- -y echo "PATH=$HOME/.cargo/bin:$PATH" >> $GITHUB_ENV + - name: Install Components + run: rustup component add rust-src - name: Extract Runtime Spec Version run: | echo "RUNTIME_SPEC_VERSION=$(awk '/spec_version:/ {match($0, /[0-9]+/); print substr($0, RSTART, RLENGTH); exit}' \ diff --git a/pallets/capacity/src/weights.rs b/pallets/capacity/src/weights.rs index 34f7104d68..2a325ea5b1 100644 --- a/pallets/capacity/src/weights.rs +++ b/pallets/capacity/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_capacity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-22, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -61,8 +61,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `6249` - // Minimum execution time: 37_004_000 picoseconds. - Weight::from_parts(37_516_000, 6249) + // Minimum execution time: 39_381_000 picoseconds. + Weight::from_parts(40_678_000, 6249) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -78,8 +78,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `285` // Estimated: `6249` - // Minimum execution time: 25_485_000 picoseconds. - Weight::from_parts(26_449_000, 6249) + // Minimum execution time: 27_182_000 picoseconds. + Weight::from_parts(27_758_000, 6249) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -91,8 +91,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `2974` - // Minimum execution time: 2_327_000 picoseconds. - Weight::from_parts(2_446_000, 2974) + // Minimum execution time: 2_302_000 picoseconds. + Weight::from_parts(2_416_000, 2974) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -108,8 +108,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `271` // Estimated: `5071` - // Minimum execution time: 24_044_000 picoseconds. - Weight::from_parts(25_140_000, 5071) + // Minimum execution time: 25_138_000 picoseconds. + Weight::from_parts(25_718_000, 5071) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -119,8 +119,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_537_000 picoseconds. - Weight::from_parts(4_889_000, 0) + // Minimum execution time: 4_067_000 picoseconds. + Weight::from_parts(4_482_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -145,8 +145,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174` // Estimated: `6249` - // Minimum execution time: 37_004_000 picoseconds. - Weight::from_parts(37_516_000, 6249) + // Minimum execution time: 39_381_000 picoseconds. + Weight::from_parts(40_678_000, 6249) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -162,8 +162,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `285` // Estimated: `6249` - // Minimum execution time: 25_485_000 picoseconds. - Weight::from_parts(26_449_000, 6249) + // Minimum execution time: 27_182_000 picoseconds. + Weight::from_parts(27_758_000, 6249) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -175,8 +175,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `2974` - // Minimum execution time: 2_327_000 picoseconds. - Weight::from_parts(2_446_000, 2974) + // Minimum execution time: 2_302_000 picoseconds. + Weight::from_parts(2_416_000, 2974) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -192,8 +192,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `271` // Estimated: `5071` - // Minimum execution time: 24_044_000 picoseconds. - Weight::from_parts(25_140_000, 5071) + // Minimum execution time: 25_138_000 picoseconds. + Weight::from_parts(25_718_000, 5071) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -203,8 +203,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_537_000 picoseconds. - Weight::from_parts(4_889_000, 0) + // Minimum execution time: 4_067_000 picoseconds. + Weight::from_parts(4_482_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/pallets/frequency-tx-payment/src/weights.rs b/pallets/frequency-tx-payment/src/weights.rs index e7a44179b3..cb0586bf13 100644 --- a/pallets/frequency-tx-payment/src/weights.rs +++ b/pallets/frequency-tx-payment/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_frequency_tx_payment` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-22, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -44,18 +44,18 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_236_000 picoseconds. - Weight::from_parts(3_421_000, 0) + // Minimum execution time: 3_330_000 picoseconds. + Weight::from_parts(3_511_000, 0) } /// The range of component `n` is `[0, 10]`. fn pay_with_capacity_batch_all(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_256_000 picoseconds. - Weight::from_parts(6_282_904, 0) - // Standard Error: 13_079 - .saturating_add(Weight::from_parts(3_083_520, 0).saturating_mul(n.into())) + // Minimum execution time: 5_168_000 picoseconds. + Weight::from_parts(6_149_649, 0) + // Standard Error: 10_051 + .saturating_add(Weight::from_parts(3_092_193, 0).saturating_mul(n.into())) } } @@ -65,18 +65,18 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_236_000 picoseconds. - Weight::from_parts(3_421_000, 0) + // Minimum execution time: 3_330_000 picoseconds. + Weight::from_parts(3_511_000, 0) } /// The range of component `n` is `[0, 10]`. fn pay_with_capacity_batch_all(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_256_000 picoseconds. - Weight::from_parts(6_282_904, 0) - // Standard Error: 13_079 - .saturating_add(Weight::from_parts(3_083_520, 0).saturating_mul(n.into())) + // Minimum execution time: 5_168_000 picoseconds. + Weight::from_parts(6_149_649, 0) + // Standard Error: 10_051 + .saturating_add(Weight::from_parts(3_092_193, 0).saturating_mul(n.into())) } } diff --git a/pallets/handles/src/weights.rs b/pallets/handles/src/weights.rs index 4ea2d4796b..85ea3497eb 100644 --- a/pallets/handles/src/weights.rs +++ b/pallets/handles/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_handles` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-22, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -54,10 +54,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `116` // Estimated: `5009` - // Minimum execution time: 65_766_000 picoseconds. - Weight::from_parts(67_197_664, 5009) - // Standard Error: 7_700 - .saturating_add(Weight::from_parts(93_257, 0).saturating_mul(b.into())) + // Minimum execution time: 64_491_000 picoseconds. + Weight::from_parts(66_067_584, 5009) + // Standard Error: 8_565 + .saturating_add(Weight::from_parts(107_320, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -74,10 +74,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `222 + b * (1 ±0)` // Estimated: `5009` - // Minimum execution time: 73_836_000 picoseconds. - Weight::from_parts(75_189_512, 5009) - // Standard Error: 8_314 - .saturating_add(Weight::from_parts(177_972, 0).saturating_mul(b.into())) + // Minimum execution time: 72_719_000 picoseconds. + Weight::from_parts(73_627_821, 5009) + // Standard Error: 8_127 + .saturating_add(Weight::from_parts(188_421, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -91,8 +91,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `231` // Estimated: `5009` - // Minimum execution time: 20_598_000 picoseconds. - Weight::from_parts(21_064_000, 5009) + // Minimum execution time: 19_724_000 picoseconds. + Weight::from_parts(20_448_000, 5009) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -113,10 +113,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `116` // Estimated: `5009` - // Minimum execution time: 65_766_000 picoseconds. - Weight::from_parts(67_197_664, 5009) - // Standard Error: 7_700 - .saturating_add(Weight::from_parts(93_257, 0).saturating_mul(b.into())) + // Minimum execution time: 64_491_000 picoseconds. + Weight::from_parts(66_067_584, 5009) + // Standard Error: 8_565 + .saturating_add(Weight::from_parts(107_320, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -133,10 +133,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `222 + b * (1 ±0)` // Estimated: `5009` - // Minimum execution time: 73_836_000 picoseconds. - Weight::from_parts(75_189_512, 5009) - // Standard Error: 8_314 - .saturating_add(Weight::from_parts(177_972, 0).saturating_mul(b.into())) + // Minimum execution time: 72_719_000 picoseconds. + Weight::from_parts(73_627_821, 5009) + // Standard Error: 8_127 + .saturating_add(Weight::from_parts(188_421, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -150,8 +150,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `231` // Estimated: `5009` - // Minimum execution time: 20_598_000 picoseconds. - Weight::from_parts(21_064_000, 5009) + // Minimum execution time: 19_724_000 picoseconds. + Weight::from_parts(20_448_000, 5009) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/pallets/messages/src/weights.rs b/pallets/messages/src/weights.rs index 67792b1fe8..1f1433a3dc 100644 --- a/pallets/messages/src/weights.rs +++ b/pallets/messages/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_messages` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-22, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -53,10 +53,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `329` // Estimated: `5167` - // Minimum execution time: 28_094_000 picoseconds. - Weight::from_parts(29_431_642, 5167) - // Standard Error: 51 - .saturating_add(Weight::from_parts(661, 0).saturating_mul(n.into())) + // Minimum execution time: 28_871_000 picoseconds. + Weight::from_parts(29_827_622, 5167) + // Standard Error: 33 + .saturating_add(Weight::from_parts(722, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -70,8 +70,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `722` // Estimated: `4998` - // Minimum execution time: 28_390_000 picoseconds. - Weight::from_parts(29_221_000, 4998) + // Minimum execution time: 28_844_000 picoseconds. + Weight::from_parts(29_905_000, 4998) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -92,10 +92,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `329` // Estimated: `5167` - // Minimum execution time: 28_094_000 picoseconds. - Weight::from_parts(29_431_642, 5167) - // Standard Error: 51 - .saturating_add(Weight::from_parts(661, 0).saturating_mul(n.into())) + // Minimum execution time: 28_871_000 picoseconds. + Weight::from_parts(29_827_622, 5167) + // Standard Error: 33 + .saturating_add(Weight::from_parts(722, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -109,8 +109,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `722` // Estimated: `4998` - // Minimum execution time: 28_390_000 picoseconds. - Weight::from_parts(29_221_000, 4998) + // Minimum execution time: 28_844_000 picoseconds. + Weight::from_parts(29_905_000, 4998) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/pallets/msa/src/weights.rs b/pallets/msa/src/weights.rs index 13d132bd8b..5c633d3be5 100644 --- a/pallets/msa/src/weights.rs +++ b/pallets/msa/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_msa` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-22, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -60,8 +60,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `4998` - // Minimum execution time: 11_814_000 picoseconds. - Weight::from_parts(12_243_000, 4998) + // Minimum execution time: 12_225_000 picoseconds. + Weight::from_parts(12_933_000, 4998) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -84,12 +84,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `s` is `[0, 30]`. fn create_sponsored_account_with_delegation(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1279` + // Measured: `1284` // Estimated: `7521` - // Minimum execution time: 100_289_000 picoseconds. - Weight::from_parts(103_405_214, 7521) - // Standard Error: 19_209 - .saturating_add(Weight::from_parts(114_056, 0).saturating_mul(s.into())) + // Minimum execution time: 99_947_000 picoseconds. + Weight::from_parts(102_952_721, 7521) + // Standard Error: 11_503 + .saturating_add(Weight::from_parts(124_019, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -101,8 +101,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161` // Estimated: `5167` - // Minimum execution time: 13_536_000 picoseconds. - Weight::from_parts(14_052_000, 5167) + // Minimum execution time: 14_185_000 picoseconds. + Weight::from_parts(14_370_000, 5167) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -116,10 +116,10 @@ impl WeightInfo for SubstrateWeight { /// Proof: `Msa::PublicKeyCountForMsaId` (`max_values`: None, `max_size`: Some(17), added: 2492, mode: `MaxEncodedLen`) fn add_public_key_to_msa() -> Weight { // Proof Size summary in bytes: - // Measured: `1541` + // Measured: `1502` // Estimated: `10971` - // Minimum execution time: 143_837_000 picoseconds. - Weight::from_parts(146_717_000, 10971) + // Minimum execution time: 144_584_000 picoseconds. + Weight::from_parts(147_152_000, 10971) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -131,8 +131,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `254` // Estimated: `7521` - // Minimum execution time: 25_149_000 picoseconds. - Weight::from_parts(26_080_000, 7521) + // Minimum execution time: 26_019_000 picoseconds. + Weight::from_parts(27_060_000, 7521) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -144,8 +144,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `71` // Estimated: `4998` - // Minimum execution time: 18_525_000 picoseconds. - Weight::from_parts(19_304_000, 4998) + // Minimum execution time: 18_786_000 picoseconds. + Weight::from_parts(19_090_000, 4998) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -164,12 +164,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `s` is `[0, 30]`. fn grant_delegation(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1327` + // Measured: `1330` // Estimated: `7521` - // Minimum execution time: 90_970_000 picoseconds. - Weight::from_parts(93_293_048, 7521) - // Standard Error: 8_231 - .saturating_add(Weight::from_parts(131_775, 0).saturating_mul(s.into())) + // Minimum execution time: 90_954_000 picoseconds. + Weight::from_parts(94_126_218, 7521) + // Standard Error: 11_517 + .saturating_add(Weight::from_parts(101_502, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -181,8 +181,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161` // Estimated: `5167` - // Minimum execution time: 13_479_000 picoseconds. - Weight::from_parts(13_931_000, 5167) + // Minimum execution time: 14_155_000 picoseconds. + Weight::from_parts(14_661_000, 5167) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -194,8 +194,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4998` - // Minimum execution time: 10_634_000 picoseconds. - Weight::from_parts(11_000_000, 4998) + // Minimum execution time: 10_942_000 picoseconds. + Weight::from_parts(11_459_000, 4998) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -207,8 +207,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4998` - // Minimum execution time: 10_864_000 picoseconds. - Weight::from_parts(11_347_000, 4998) + // Minimum execution time: 11_200_000 picoseconds. + Weight::from_parts(11_572_000, 4998) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -226,8 +226,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `147` // Estimated: `5097` - // Minimum execution time: 18_698_000 picoseconds. - Weight::from_parts(19_299_000, 5097) + // Minimum execution time: 19_087_000 picoseconds. + Weight::from_parts(19_474_000, 5097) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -242,10 +242,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `316 + s * (6 ±0)` // Estimated: `5167` - // Minimum execution time: 16_292_000 picoseconds. - Weight::from_parts(17_612_102, 5167) - // Standard Error: 4_588 - .saturating_add(Weight::from_parts(104_913, 0).saturating_mul(s.into())) + // Minimum execution time: 16_850_000 picoseconds. + Weight::from_parts(17_969_956, 5167) + // Standard Error: 4_223 + .saturating_add(Weight::from_parts(120_102, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -263,8 +263,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `4998` - // Minimum execution time: 11_814_000 picoseconds. - Weight::from_parts(12_243_000, 4998) + // Minimum execution time: 12_225_000 picoseconds. + Weight::from_parts(12_933_000, 4998) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -287,12 +287,12 @@ impl WeightInfo for () { /// The range of component `s` is `[0, 30]`. fn create_sponsored_account_with_delegation(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1279` + // Measured: `1284` // Estimated: `7521` - // Minimum execution time: 100_289_000 picoseconds. - Weight::from_parts(103_405_214, 7521) - // Standard Error: 19_209 - .saturating_add(Weight::from_parts(114_056, 0).saturating_mul(s.into())) + // Minimum execution time: 99_947_000 picoseconds. + Weight::from_parts(102_952_721, 7521) + // Standard Error: 11_503 + .saturating_add(Weight::from_parts(124_019, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(10_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -304,8 +304,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161` // Estimated: `5167` - // Minimum execution time: 13_536_000 picoseconds. - Weight::from_parts(14_052_000, 5167) + // Minimum execution time: 14_185_000 picoseconds. + Weight::from_parts(14_370_000, 5167) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -319,10 +319,10 @@ impl WeightInfo for () { /// Proof: `Msa::PublicKeyCountForMsaId` (`max_values`: None, `max_size`: Some(17), added: 2492, mode: `MaxEncodedLen`) fn add_public_key_to_msa() -> Weight { // Proof Size summary in bytes: - // Measured: `1541` + // Measured: `1502` // Estimated: `10971` - // Minimum execution time: 143_837_000 picoseconds. - Weight::from_parts(146_717_000, 10971) + // Minimum execution time: 144_584_000 picoseconds. + Weight::from_parts(147_152_000, 10971) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -334,8 +334,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `254` // Estimated: `7521` - // Minimum execution time: 25_149_000 picoseconds. - Weight::from_parts(26_080_000, 7521) + // Minimum execution time: 26_019_000 picoseconds. + Weight::from_parts(27_060_000, 7521) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -347,8 +347,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `71` // Estimated: `4998` - // Minimum execution time: 18_525_000 picoseconds. - Weight::from_parts(19_304_000, 4998) + // Minimum execution time: 18_786_000 picoseconds. + Weight::from_parts(19_090_000, 4998) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -367,12 +367,12 @@ impl WeightInfo for () { /// The range of component `s` is `[0, 30]`. fn grant_delegation(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1327` + // Measured: `1330` // Estimated: `7521` - // Minimum execution time: 90_970_000 picoseconds. - Weight::from_parts(93_293_048, 7521) - // Standard Error: 8_231 - .saturating_add(Weight::from_parts(131_775, 0).saturating_mul(s.into())) + // Minimum execution time: 90_954_000 picoseconds. + Weight::from_parts(94_126_218, 7521) + // Standard Error: 11_517 + .saturating_add(Weight::from_parts(101_502, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -384,8 +384,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161` // Estimated: `5167` - // Minimum execution time: 13_479_000 picoseconds. - Weight::from_parts(13_931_000, 5167) + // Minimum execution time: 14_155_000 picoseconds. + Weight::from_parts(14_661_000, 5167) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -397,8 +397,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4998` - // Minimum execution time: 10_634_000 picoseconds. - Weight::from_parts(11_000_000, 4998) + // Minimum execution time: 10_942_000 picoseconds. + Weight::from_parts(11_459_000, 4998) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -410,8 +410,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4998` - // Minimum execution time: 10_864_000 picoseconds. - Weight::from_parts(11_347_000, 4998) + // Minimum execution time: 11_200_000 picoseconds. + Weight::from_parts(11_572_000, 4998) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -429,8 +429,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `147` // Estimated: `5097` - // Minimum execution time: 18_698_000 picoseconds. - Weight::from_parts(19_299_000, 5097) + // Minimum execution time: 19_087_000 picoseconds. + Weight::from_parts(19_474_000, 5097) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -445,10 +445,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `316 + s * (6 ±0)` // Estimated: `5167` - // Minimum execution time: 16_292_000 picoseconds. - Weight::from_parts(17_612_102, 5167) - // Standard Error: 4_588 - .saturating_add(Weight::from_parts(104_913, 0).saturating_mul(s.into())) + // Minimum execution time: 16_850_000 picoseconds. + Weight::from_parts(17_969_956, 5167) + // Standard Error: 4_223 + .saturating_add(Weight::from_parts(120_102, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/pallets/schemas/src/weights.rs b/pallets/schemas/src/weights.rs index 1014d6c8d6..d3c916e56f 100644 --- a/pallets/schemas/src/weights.rs +++ b/pallets/schemas/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_schemas` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-22, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -61,10 +61,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 12_244_000 picoseconds. - Weight::from_parts(12_610_000, 2974) - // Standard Error: 38 - .saturating_add(Weight::from_parts(34_660, 0).saturating_mul(m.into())) + // Minimum execution time: 12_491_000 picoseconds. + Weight::from_parts(12_748_000, 2974) + // Standard Error: 40 + .saturating_add(Weight::from_parts(33_899, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -81,10 +81,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 12_514_000 picoseconds. - Weight::from_parts(12_611_000, 2974) - // Standard Error: 40 - .saturating_add(Weight::from_parts(34_687, 0).saturating_mul(m.into())) + // Minimum execution time: 12_806_000 picoseconds. + Weight::from_parts(12_849_000, 2974) + // Standard Error: 36 + .saturating_add(Weight::from_parts(33_780, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -103,10 +103,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `230` // Estimated: `5180` - // Minimum execution time: 16_686_000 picoseconds. - Weight::from_parts(5_277_046, 5180) - // Standard Error: 34 - .saturating_add(Weight::from_parts(3_133, 0).saturating_mul(m.into())) + // Minimum execution time: 17_163_000 picoseconds. + Weight::from_parts(5_094_573, 5180) + // Standard Error: 33 + .saturating_add(Weight::from_parts(3_135, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -123,10 +123,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 12_414_000 picoseconds. - Weight::from_parts(12_551_000, 2974) - // Standard Error: 41 - .saturating_add(Weight::from_parts(34_563, 0).saturating_mul(m.into())) + // Minimum execution time: 12_528_000 picoseconds. + Weight::from_parts(12_653_000, 2974) + // Standard Error: 38 + .saturating_add(Weight::from_parts(33_931, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -145,10 +145,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `5552` - // Minimum execution time: 20_247_000 picoseconds. - Weight::from_parts(20_359_000, 5552) - // Standard Error: 42 - .saturating_add(Weight::from_parts(34_778, 0).saturating_mul(m.into())) + // Minimum execution time: 19_966_000 picoseconds. + Weight::from_parts(3_230_351, 5552) + // Standard Error: 71 + .saturating_add(Weight::from_parts(34_251, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -158,8 +158,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_239_000 picoseconds. - Weight::from_parts(4_583_000, 0) + // Minimum execution time: 4_311_000 picoseconds. + Weight::from_parts(4_495_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Schemas::GovernanceSchemaModelMaxBytes` (r:1 w:0) @@ -177,10 +177,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `5552` - // Minimum execution time: 20_351_000 picoseconds. - Weight::from_parts(2_678_537, 5552) - // Standard Error: 65 - .saturating_add(Weight::from_parts(35_874, 0).saturating_mul(m.into())) + // Minimum execution time: 20_135_000 picoseconds. + Weight::from_parts(1_138_668, 5552) + // Standard Error: 84 + .saturating_add(Weight::from_parts(34_497, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -199,10 +199,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `230` // Estimated: `5180` - // Minimum execution time: 16_975_000 picoseconds. - Weight::from_parts(5_677_627, 5180) - // Standard Error: 35 - .saturating_add(Weight::from_parts(3_142, 0).saturating_mul(m.into())) + // Minimum execution time: 17_450_000 picoseconds. + Weight::from_parts(5_797_066, 5180) + // Standard Error: 33 + .saturating_add(Weight::from_parts(3_129, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -222,8 +222,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `433` // Estimated: `5383` - // Minimum execution time: 22_743_000 picoseconds. - Weight::from_parts(23_375_000, 5383) + // Minimum execution time: 22_432_000 picoseconds. + Weight::from_parts(23_116_000, 5383) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -235,8 +235,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `203` // Estimated: `5552` - // Minimum execution time: 15_005_000 picoseconds. - Weight::from_parts(15_431_000, 5552) + // Minimum execution time: 14_817_000 picoseconds. + Weight::from_parts(15_213_000, 5552) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -257,10 +257,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 12_244_000 picoseconds. - Weight::from_parts(12_610_000, 2974) - // Standard Error: 38 - .saturating_add(Weight::from_parts(34_660, 0).saturating_mul(m.into())) + // Minimum execution time: 12_491_000 picoseconds. + Weight::from_parts(12_748_000, 2974) + // Standard Error: 40 + .saturating_add(Weight::from_parts(33_899, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -277,10 +277,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 12_514_000 picoseconds. - Weight::from_parts(12_611_000, 2974) - // Standard Error: 40 - .saturating_add(Weight::from_parts(34_687, 0).saturating_mul(m.into())) + // Minimum execution time: 12_806_000 picoseconds. + Weight::from_parts(12_849_000, 2974) + // Standard Error: 36 + .saturating_add(Weight::from_parts(33_780, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -299,10 +299,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `230` // Estimated: `5180` - // Minimum execution time: 16_686_000 picoseconds. - Weight::from_parts(5_277_046, 5180) - // Standard Error: 34 - .saturating_add(Weight::from_parts(3_133, 0).saturating_mul(m.into())) + // Minimum execution time: 17_163_000 picoseconds. + Weight::from_parts(5_094_573, 5180) + // Standard Error: 33 + .saturating_add(Weight::from_parts(3_135, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -319,10 +319,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 12_414_000 picoseconds. - Weight::from_parts(12_551_000, 2974) - // Standard Error: 41 - .saturating_add(Weight::from_parts(34_563, 0).saturating_mul(m.into())) + // Minimum execution time: 12_528_000 picoseconds. + Weight::from_parts(12_653_000, 2974) + // Standard Error: 38 + .saturating_add(Weight::from_parts(33_931, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -341,10 +341,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `5552` - // Minimum execution time: 20_247_000 picoseconds. - Weight::from_parts(20_359_000, 5552) - // Standard Error: 42 - .saturating_add(Weight::from_parts(34_778, 0).saturating_mul(m.into())) + // Minimum execution time: 19_966_000 picoseconds. + Weight::from_parts(3_230_351, 5552) + // Standard Error: 71 + .saturating_add(Weight::from_parts(34_251, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -354,8 +354,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_239_000 picoseconds. - Weight::from_parts(4_583_000, 0) + // Minimum execution time: 4_311_000 picoseconds. + Weight::from_parts(4_495_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: `Schemas::GovernanceSchemaModelMaxBytes` (r:1 w:0) @@ -373,10 +373,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `5552` - // Minimum execution time: 20_351_000 picoseconds. - Weight::from_parts(2_678_537, 5552) - // Standard Error: 65 - .saturating_add(Weight::from_parts(35_874, 0).saturating_mul(m.into())) + // Minimum execution time: 20_135_000 picoseconds. + Weight::from_parts(1_138_668, 5552) + // Standard Error: 84 + .saturating_add(Weight::from_parts(34_497, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -395,10 +395,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `230` // Estimated: `5180` - // Minimum execution time: 16_975_000 picoseconds. - Weight::from_parts(5_677_627, 5180) - // Standard Error: 35 - .saturating_add(Weight::from_parts(3_142, 0).saturating_mul(m.into())) + // Minimum execution time: 17_450_000 picoseconds. + Weight::from_parts(5_797_066, 5180) + // Standard Error: 33 + .saturating_add(Weight::from_parts(3_129, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -418,8 +418,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `433` // Estimated: `5383` - // Minimum execution time: 22_743_000 picoseconds. - Weight::from_parts(23_375_000, 5383) + // Minimum execution time: 22_432_000 picoseconds. + Weight::from_parts(23_116_000, 5383) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -431,8 +431,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `203` // Estimated: `5552` - // Minimum execution time: 15_005_000 picoseconds. - Weight::from_parts(15_431_000, 5552) + // Minimum execution time: 14_817_000 picoseconds. + Weight::from_parts(15_213_000, 5552) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/pallets/stateful-storage/src/weights.rs b/pallets/stateful-storage/src/weights.rs index 5a1799ea3f..493a2b1aeb 100644 --- a/pallets/stateful-storage/src/weights.rs +++ b/pallets/stateful-storage/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_stateful_storage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-22, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -59,10 +59,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `318` // Estimated: `5268` - // Minimum execution time: 25_560_000 picoseconds. - Weight::from_parts(25_271_280, 5268) - // Standard Error: 48 - .saturating_add(Weight::from_parts(950, 0).saturating_mul(s.into())) + // Minimum execution time: 25_577_000 picoseconds. + Weight::from_parts(25_326_360, 5268) + // Standard Error: 52 + .saturating_add(Weight::from_parts(1_047, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -79,8 +79,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `10696` // Estimated: `15646` - // Minimum execution time: 39_498_000 picoseconds. - Weight::from_parts(43_221_884, 15646) + // Minimum execution time: 39_647_000 picoseconds. + Weight::from_parts(43_389_980, 15646) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -97,10 +97,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1479` // Estimated: `6429` - // Minimum execution time: 29_668_000 picoseconds. - Weight::from_parts(30_946_509, 6429) - // Standard Error: 346 - .saturating_add(Weight::from_parts(538, 0).saturating_mul(s.into())) + // Minimum execution time: 29_758_000 picoseconds. + Weight::from_parts(30_757_042, 6429) + // Standard Error: 159 + .saturating_add(Weight::from_parts(518, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -116,8 +116,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1477` // Estimated: `6427` - // Minimum execution time: 28_453_000 picoseconds. - Weight::from_parts(28_920_000, 6427) + // Minimum execution time: 28_318_000 picoseconds. + Weight::from_parts(29_034_000, 6427) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -132,10 +132,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `325` // Estimated: `5275` - // Minimum execution time: 74_337_000 picoseconds. - Weight::from_parts(67_191_227, 5275) - // Standard Error: 172 - .saturating_add(Weight::from_parts(6_316, 0).saturating_mul(s.into())) + // Minimum execution time: 73_956_000 picoseconds. + Weight::from_parts(66_692_897, 5275) + // Standard Error: 157 + .saturating_add(Weight::from_parts(6_282, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -150,8 +150,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `10703` // Estimated: `15653` - // Minimum execution time: 83_193_000 picoseconds. - Weight::from_parts(87_491_976, 15653) + // Minimum execution time: 82_876_000 picoseconds. + Weight::from_parts(86_733_118, 15653) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -166,10 +166,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1412` // Estimated: `6362` - // Minimum execution time: 71_164_000 picoseconds. - Weight::from_parts(72_924_188, 6362) - // Standard Error: 201 - .saturating_add(Weight::from_parts(6_242, 0).saturating_mul(s.into())) + // Minimum execution time: 70_528_000 picoseconds. + Weight::from_parts(72_038_648, 6362) + // Standard Error: 176 + .saturating_add(Weight::from_parts(6_345, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -183,8 +183,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1410` // Estimated: `6360` - // Minimum execution time: 69_586_000 picoseconds. - Weight::from_parts(70_179_000, 6360) + // Minimum execution time: 68_125_000 picoseconds. + Weight::from_parts(69_690_000, 6360) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -205,10 +205,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `318` // Estimated: `5268` - // Minimum execution time: 25_560_000 picoseconds. - Weight::from_parts(25_271_280, 5268) - // Standard Error: 48 - .saturating_add(Weight::from_parts(950, 0).saturating_mul(s.into())) + // Minimum execution time: 25_577_000 picoseconds. + Weight::from_parts(25_326_360, 5268) + // Standard Error: 52 + .saturating_add(Weight::from_parts(1_047, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -225,8 +225,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `10696` // Estimated: `15646` - // Minimum execution time: 39_498_000 picoseconds. - Weight::from_parts(43_221_884, 15646) + // Minimum execution time: 39_647_000 picoseconds. + Weight::from_parts(43_389_980, 15646) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -243,10 +243,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1479` // Estimated: `6429` - // Minimum execution time: 29_668_000 picoseconds. - Weight::from_parts(30_946_509, 6429) - // Standard Error: 346 - .saturating_add(Weight::from_parts(538, 0).saturating_mul(s.into())) + // Minimum execution time: 29_758_000 picoseconds. + Weight::from_parts(30_757_042, 6429) + // Standard Error: 159 + .saturating_add(Weight::from_parts(518, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -262,8 +262,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1477` // Estimated: `6427` - // Minimum execution time: 28_453_000 picoseconds. - Weight::from_parts(28_920_000, 6427) + // Minimum execution time: 28_318_000 picoseconds. + Weight::from_parts(29_034_000, 6427) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -278,10 +278,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `325` // Estimated: `5275` - // Minimum execution time: 74_337_000 picoseconds. - Weight::from_parts(67_191_227, 5275) - // Standard Error: 172 - .saturating_add(Weight::from_parts(6_316, 0).saturating_mul(s.into())) + // Minimum execution time: 73_956_000 picoseconds. + Weight::from_parts(66_692_897, 5275) + // Standard Error: 157 + .saturating_add(Weight::from_parts(6_282, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -296,8 +296,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `10703` // Estimated: `15653` - // Minimum execution time: 83_193_000 picoseconds. - Weight::from_parts(87_491_976, 15653) + // Minimum execution time: 82_876_000 picoseconds. + Weight::from_parts(86_733_118, 15653) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -312,10 +312,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1412` // Estimated: `6362` - // Minimum execution time: 71_164_000 picoseconds. - Weight::from_parts(72_924_188, 6362) - // Standard Error: 201 - .saturating_add(Weight::from_parts(6_242, 0).saturating_mul(s.into())) + // Minimum execution time: 70_528_000 picoseconds. + Weight::from_parts(72_038_648, 6362) + // Standard Error: 176 + .saturating_add(Weight::from_parts(6_345, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -329,8 +329,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1410` // Estimated: `6360` - // Minimum execution time: 69_586_000 picoseconds. - Weight::from_parts(70_179_000, 6360) + // Minimum execution time: 68_125_000 picoseconds. + Weight::from_parts(69_690_000, 6360) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/pallets/time-release/src/weights.rs b/pallets/time-release/src/weights.rs index 763234d647..c839bf113d 100644 --- a/pallets/time-release/src/weights.rs +++ b/pallets/time-release/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_time_release` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-22, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -57,8 +57,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `113` // Estimated: `6399` - // Minimum execution time: 42_873_000 picoseconds. - Weight::from_parts(43_213_000, 6399) + // Minimum execution time: 42_994_000 picoseconds. + Weight::from_parts(43_822_000, 6399) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -75,10 +75,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `268` // Estimated: `6399` - // Minimum execution time: 27_274_000 picoseconds. - Weight::from_parts(28_172_113, 6399) - // Standard Error: 1_675 - .saturating_add(Weight::from_parts(4_767, 0).saturating_mul(i.into())) + // Minimum execution time: 27_578_000 picoseconds. + Weight::from_parts(28_570_815, 6399) + // Standard Error: 3_476 + .saturating_add(Weight::from_parts(8_066, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -95,10 +95,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `39` // Estimated: `6249` - // Minimum execution time: 22_135_000 picoseconds. - Weight::from_parts(22_872_363, 6249) - // Standard Error: 2_037 - .saturating_add(Weight::from_parts(56_895, 0).saturating_mul(i.into())) + // Minimum execution time: 22_250_000 picoseconds. + Weight::from_parts(23_187_267, 6249) + // Standard Error: 2_230 + .saturating_add(Weight::from_parts(54_020, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -122,8 +122,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `113` // Estimated: `6399` - // Minimum execution time: 42_873_000 picoseconds. - Weight::from_parts(43_213_000, 6399) + // Minimum execution time: 42_994_000 picoseconds. + Weight::from_parts(43_822_000, 6399) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -140,10 +140,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `268` // Estimated: `6399` - // Minimum execution time: 27_274_000 picoseconds. - Weight::from_parts(28_172_113, 6399) - // Standard Error: 1_675 - .saturating_add(Weight::from_parts(4_767, 0).saturating_mul(i.into())) + // Minimum execution time: 27_578_000 picoseconds. + Weight::from_parts(28_570_815, 6399) + // Standard Error: 3_476 + .saturating_add(Weight::from_parts(8_066, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -160,10 +160,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `39` // Estimated: `6249` - // Minimum execution time: 22_135_000 picoseconds. - Weight::from_parts(22_872_363, 6249) - // Standard Error: 2_037 - .saturating_add(Weight::from_parts(56_895, 0).saturating_mul(i.into())) + // Minimum execution time: 22_250_000 picoseconds. + Weight::from_parts(23_187_267, 6249) + // Standard Error: 2_230 + .saturating_add(Weight::from_parts(54_020, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } diff --git a/runtime/common/src/weights/block_weights.rs b/runtime/common/src/weights/block_weights.rs index a81d813ab9..330495e01e 100644 --- a/runtime/common/src/weights/block_weights.rs +++ b/runtime/common/src/weights/block_weights.rs @@ -16,8 +16,8 @@ // limitations under the License. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11 (Y/M/D) -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! DATE: 2024-07-22 (Y/M/D) +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Frequency Development (No Relay)` //! WARMUPS: `10`, REPEAT: `100` @@ -43,17 +43,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 240_059, 282_255 - /// Average: 246_522 - /// Median: 243_880 - /// Std-Dev: 6867.77 + /// Min, Max: 228_705, 258_327 + /// Average: 233_749 + /// Median: 231_407 + /// Std-Dev: 6138.82 /// /// Percentiles nanoseconds: - /// 99th: 269_773 - /// 95th: 260_282 - /// 75th: 247_600 + /// 99th: 253_969 + /// 95th: 248_960 + /// 75th: 233_995 pub const BlockExecutionWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(246_522), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(233_749), 0); } #[cfg(test)] diff --git a/runtime/common/src/weights/extrinsic_weights.rs b/runtime/common/src/weights/extrinsic_weights.rs index 629c934b3e..a3426b8dad 100644 --- a/runtime/common/src/weights/extrinsic_weights.rs +++ b/runtime/common/src/weights/extrinsic_weights.rs @@ -16,8 +16,8 @@ // limitations under the License. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11 (Y/M/D) -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! DATE: 2024-07-22 (Y/M/D) +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Frequency Development (No Relay)` //! WARMUPS: `10`, REPEAT: `100` @@ -43,17 +43,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 59_907, 60_803 - /// Average: 60_223 - /// Median: 60_205 - /// Std-Dev: 203.13 + /// Min, Max: 62_781, 63_685 + /// Average: 63_128 + /// Median: 63_087 + /// Std-Dev: 186.35 /// /// Percentiles nanoseconds: - /// 99th: 60_762 - /// 95th: 60_532 - /// 75th: 60_374 + /// 99th: 63_539 + /// 95th: 63_452 + /// 75th: 63_256 pub const ExtrinsicBaseWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(60_223), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(63_128), 0); } #[cfg(test)] diff --git a/runtime/common/src/weights/pallet_balances.rs b/runtime/common/src/weights/pallet_balances.rs index 9c8195087f..f4e5de3965 100644 --- a/runtime/common/src/weights/pallet_balances.rs +++ b/runtime/common/src/weights/pallet_balances.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_balances //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -39,8 +39,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `5078` - // Minimum execution time: 43_574_000 picoseconds. - Weight::from_parts(44_322_000, 5078) + // Minimum execution time: 44_871_000 picoseconds. + Weight::from_parts(45_853_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -50,8 +50,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `5078` - // Minimum execution time: 34_934_000 picoseconds. - Weight::from_parts(35_494_000, 5078) + // Minimum execution time: 35_727_000 picoseconds. + Weight::from_parts(36_373_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -61,8 +61,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `207` // Estimated: `5078` - // Minimum execution time: 13_424_000 picoseconds. - Weight::from_parts(13_688_000, 5078) + // Minimum execution time: 13_291_000 picoseconds. + Weight::from_parts(13_715_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -72,8 +72,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `207` // Estimated: `5078` - // Minimum execution time: 18_159_000 picoseconds. - Weight::from_parts(18_889_000, 5078) + // Minimum execution time: 18_372_000 picoseconds. + Weight::from_parts(18_749_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -83,8 +83,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `103` // Estimated: `7681` - // Minimum execution time: 45_801_000 picoseconds. - Weight::from_parts(46_555_000, 7681) + // Minimum execution time: 46_955_000 picoseconds. + Weight::from_parts(47_422_000, 7681) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -94,8 +94,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `5078` - // Minimum execution time: 43_888_000 picoseconds. - Weight::from_parts(44_716_000, 5078) + // Minimum execution time: 44_096_000 picoseconds. + Weight::from_parts(45_130_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -105,8 +105,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `207` // Estimated: `5078` - // Minimum execution time: 16_268_000 picoseconds. - Weight::from_parts(16_527_000, 5078) + // Minimum execution time: 16_297_000 picoseconds. + Weight::from_parts(17_082_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -117,10 +117,10 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0 + u * (136 ±0)` // Estimated: `2475 + u * (2603 ±0)` - // Minimum execution time: 15_549_000 picoseconds. - Weight::from_parts(15_854_000, 2475) - // Standard Error: 10_593 - .saturating_add(Weight::from_parts(13_314_923, 0).saturating_mul(u.into())) + // Minimum execution time: 15_550_000 picoseconds. + Weight::from_parts(15_920_000, 2475) + // Standard Error: 11_624 + .saturating_add(Weight::from_parts(13_700_346, 0).saturating_mul(u.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into()))) .saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into())) @@ -129,8 +129,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_087_000 picoseconds. - Weight::from_parts(5_407_000, 0) + // Minimum execution time: 4_916_000 picoseconds. + Weight::from_parts(5_305_000, 0) } } diff --git a/runtime/common/src/weights/pallet_collator_selection.rs b/runtime/common/src/weights/pallet_collator_selection.rs index c8db21ba6b..861543cecc 100644 --- a/runtime/common/src/weights/pallet_collator_selection.rs +++ b/runtime/common/src/weights/pallet_collator_selection.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_collator_selection //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -42,10 +42,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `334 + b * (79 ±0)` // Estimated: `2809 + b * (2554 ±0)` - // Minimum execution time: 10_899_000 picoseconds. - Weight::from_parts(9_421_121, 2809) - // Standard Error: 9_709 - .saturating_add(Weight::from_parts(3_221_363, 0).saturating_mul(b.into())) + // Minimum execution time: 10_829_000 picoseconds. + Weight::from_parts(9_511_237, 2809) + // Standard Error: 10_923 + .saturating_add(Weight::from_parts(3_190_313, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 2554).saturating_mul(b.into())) @@ -64,12 +64,12 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `1120 + b * (32 ±0) + c * (51 ±0)` // Estimated: `6015 + b * (29 ±0) + c * (53 ±0)` - // Minimum execution time: 41_112_000 picoseconds. - Weight::from_parts(42_257_239, 6015) - // Standard Error: 4_769 - .saturating_add(Weight::from_parts(156, 0).saturating_mul(b.into())) - // Standard Error: 1_414 - .saturating_add(Weight::from_parts(195_350, 0).saturating_mul(c.into())) + // Minimum execution time: 41_425_000 picoseconds. + Weight::from_parts(42_280_759, 6015) + // Standard Error: 4_795 + .saturating_add(Weight::from_parts(30_298, 0).saturating_mul(b.into())) + // Standard Error: 1_421 + .saturating_add(Weight::from_parts(174_676, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 29).saturating_mul(b.into())) @@ -84,10 +84,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `153 + b * (32 ±0)` // Estimated: `5371` - // Minimum execution time: 10_087_000 picoseconds. - Weight::from_parts(10_322_773, 5371) - // Standard Error: 2_536 - .saturating_add(Weight::from_parts(193_881, 0).saturating_mul(b.into())) + // Minimum execution time: 10_330_000 picoseconds. + Weight::from_parts(10_443_735, 5371) + // Standard Error: 1_957 + .saturating_add(Weight::from_parts(180_588, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -97,8 +97,8 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_052_000 picoseconds. - Weight::from_parts(4_286_000, 0) + // Minimum execution time: 4_122_000 picoseconds. + Weight::from_parts(4_381_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `CollatorSelection::CandidacyBond` (r:1 w:1) @@ -115,12 +115,12 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `0 + c * (188 ±0) + k * (130 ±0)` // Estimated: `5371 + c * (894 ±29) + k * (894 ±29)` - // Minimum execution time: 8_665_000 picoseconds. - Weight::from_parts(8_896_000, 5371) - // Standard Error: 153_934 - .saturating_add(Weight::from_parts(5_343_930, 0).saturating_mul(c.into())) - // Standard Error: 153_934 - .saturating_add(Weight::from_parts(5_009_627, 0).saturating_mul(k.into())) + // Minimum execution time: 8_590_000 picoseconds. + Weight::from_parts(8_692_000, 5371) + // Standard Error: 156_482 + .saturating_add(Weight::from_parts(5_418_385, 0).saturating_mul(c.into())) + // Standard Error: 156_482 + .saturating_add(Weight::from_parts(5_088_287, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) @@ -137,10 +137,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `372 + c * (49 ±0)` // Estimated: `5371` - // Minimum execution time: 22_142_000 picoseconds. - Weight::from_parts(24_620_221, 5371) - // Standard Error: 2_794 - .saturating_add(Weight::from_parts(209_652, 0).saturating_mul(c.into())) + // Minimum execution time: 21_865_000 picoseconds. + Weight::from_parts(24_603_225, 5371) + // Standard Error: 2_450 + .saturating_add(Weight::from_parts(198_654, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -159,10 +159,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `810 + c * (57 ±0)` // Estimated: `5764 + c * (57 ±0)` - // Minimum execution time: 34_157_000 picoseconds. - Weight::from_parts(36_931_394, 5764) - // Standard Error: 3_661 - .saturating_add(Weight::from_parts(269_391, 0).saturating_mul(c.into())) + // Minimum execution time: 34_227_000 picoseconds. + Weight::from_parts(37_210_601, 5764) + // Standard Error: 3_432 + .saturating_add(Weight::from_parts(250_589, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 57).saturating_mul(c.into())) @@ -184,10 +184,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `901 + c * (58 ±0)` // Estimated: `5856 + c * (59 ±0)` - // Minimum execution time: 47_742_000 picoseconds. - Weight::from_parts(51_894_855, 5856) - // Standard Error: 3_706 - .saturating_add(Weight::from_parts(298_125, 0).saturating_mul(c.into())) + // Minimum execution time: 48_641_000 picoseconds. + Weight::from_parts(53_074_520, 5856) + // Standard Error: 4_061 + .saturating_add(Weight::from_parts(276_616, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 59).saturating_mul(c.into())) @@ -203,10 +203,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `501 + c * (48 ±0)` // Estimated: `5371` - // Minimum execution time: 26_542_000 picoseconds. - Weight::from_parts(28_697_003, 5371) - // Standard Error: 2_664 - .saturating_add(Weight::from_parts(234_224, 0).saturating_mul(c.into())) + // Minimum execution time: 26_554_000 picoseconds. + Weight::from_parts(29_179_265, 5371) + // Standard Error: 2_499 + .saturating_add(Weight::from_parts(233_716, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -218,8 +218,8 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `212` // Estimated: `7681` - // Minimum execution time: 39_757_000 picoseconds. - Weight::from_parts(40_790_000, 7681) + // Minimum execution time: 40_390_000 picoseconds. + Weight::from_parts(41_395_000, 7681) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -239,10 +239,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `1188 + c * (98 ±0) + r * (128 ±0)` // Estimated: `5371 + c * (2519 ±0) + r * (2603 ±0)` - // Minimum execution time: 17_732_000 picoseconds. - Weight::from_parts(18_036_000, 5371) - // Standard Error: 276_702 - .saturating_add(Weight::from_parts(12_436_109, 0).saturating_mul(c.into())) + // Minimum execution time: 17_807_000 picoseconds. + Weight::from_parts(18_014_000, 5371) + // Standard Error: 278_012 + .saturating_add(Weight::from_parts(12_402_936, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) diff --git a/runtime/common/src/weights/pallet_collective_council.rs b/runtime/common/src/weights/pallet_collective_council.rs index edb128937a..17f8e989ef 100644 --- a/runtime/common/src/weights/pallet_collective_council.rs +++ b/runtime/common/src/weights/pallet_collective_council.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_collective //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -51,12 +51,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `0 + m * (832 ±0) + p * (310 ±0)` // Estimated: `5779 + m * (489 ±3) + p * (2615 ±1)` - // Minimum execution time: 7_256_000 picoseconds. - Weight::from_parts(7_559_000, 5779) - // Standard Error: 61_578 - .saturating_add(Weight::from_parts(2_863_204, 0).saturating_mul(m.into())) - // Standard Error: 25_023 - .saturating_add(Weight::from_parts(3_295_860, 0).saturating_mul(p.into())) + // Minimum execution time: 7_129_000 picoseconds. + Weight::from_parts(7_514_000, 5779) + // Standard Error: 61_322 + .saturating_add(Weight::from_parts(2_955_089, 0).saturating_mul(m.into())) + // Standard Error: 24_919 + .saturating_add(Weight::from_parts(3_305_874, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -74,12 +74,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `70 + m * (32 ±0)` // Estimated: `3039 + m * (32 ±0)` - // Minimum execution time: 11_039_000 picoseconds. - Weight::from_parts(11_333_737, 3039) + // Minimum execution time: 10_853_000 picoseconds. + Weight::from_parts(11_020_723, 3039) // Standard Error: 14 - .saturating_add(Weight::from_parts(1_533, 0).saturating_mul(b.into())) - // Standard Error: 1_570 - .saturating_add(Weight::from_parts(20_705, 0).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(1_560, 0).saturating_mul(b.into())) + // Standard Error: 1_591 + .saturating_add(Weight::from_parts(26_989, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -95,12 +95,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `70 + m * (32 ±0)` // Estimated: `5019 + m * (32 ±0)` - // Minimum execution time: 13_352_000 picoseconds. - Weight::from_parts(13_612_904, 5019) - // Standard Error: 16 - .saturating_add(Weight::from_parts(1_536, 0).saturating_mul(b.into())) - // Standard Error: 1_733 - .saturating_add(Weight::from_parts(32_270, 0).saturating_mul(m.into())) + // Minimum execution time: 13_265_000 picoseconds. + Weight::from_parts(13_440_522, 5019) + // Standard Error: 15 + .saturating_add(Weight::from_parts(1_511, 0).saturating_mul(b.into())) + // Standard Error: 1_669 + .saturating_add(Weight::from_parts(36_784, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -124,14 +124,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `113 + m * (32 ±0) + p * (51 ±0)` // Estimated: `5015 + m * (42 ±0) + p * (49 ±0)` - // Minimum execution time: 18_380_000 picoseconds. - Weight::from_parts(17_313_106, 5015) - // Standard Error: 45 - .saturating_add(Weight::from_parts(2_295, 0).saturating_mul(b.into())) - // Standard Error: 5_356 - .saturating_add(Weight::from_parts(146_828, 0).saturating_mul(m.into())) - // Standard Error: 1_869 - .saturating_add(Weight::from_parts(265_508, 0).saturating_mul(p.into())) + // Minimum execution time: 18_309_000 picoseconds. + Weight::from_parts(17_220_461, 5015) + // Standard Error: 46 + .saturating_add(Weight::from_parts(2_178, 0).saturating_mul(b.into())) + // Standard Error: 5_499 + .saturating_add(Weight::from_parts(162_932, 0).saturating_mul(m.into())) + // Standard Error: 1_919 + .saturating_add(Weight::from_parts(253_401, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 42).saturating_mul(m.into())) @@ -147,10 +147,10 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `571 + m * (64 ±0)` // Estimated: `5521 + m * (64 ±0)` - // Minimum execution time: 16_116_000 picoseconds. - Weight::from_parts(16_753_405, 5521) - // Standard Error: 4_658 - .saturating_add(Weight::from_parts(93_266, 0).saturating_mul(m.into())) + // Minimum execution time: 16_155_000 picoseconds. + Weight::from_parts(16_757_384, 5521) + // Standard Error: 4_392 + .saturating_add(Weight::from_parts(80_916, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -171,12 +171,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `41 + m * (64 ±0) + p * (54 ±0)` // Estimated: `5009 + m * (80 ±0) + p * (50 ±0)` - // Minimum execution time: 18_839_000 picoseconds. - Weight::from_parts(18_529_088, 5009) - // Standard Error: 5_463 - .saturating_add(Weight::from_parts(162_153, 0).saturating_mul(m.into())) - // Standard Error: 1_457 - .saturating_add(Weight::from_parts(232_541, 0).saturating_mul(p.into())) + // Minimum execution time: 18_823_000 picoseconds. + Weight::from_parts(18_678_194, 5009) + // Standard Error: 5_978 + .saturating_add(Weight::from_parts(156_928, 0).saturating_mul(m.into())) + // Standard Error: 1_594 + .saturating_add(Weight::from_parts(228_901, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(m.into())) @@ -200,14 +200,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `72 + b * (1 ±0) + m * (64 ±0) + p * (72 ±0)` // Estimated: `5015 + b * (1 ±0) + m * (85 ±0) + p * (65 ±0)` - // Minimum execution time: 27_880_000 picoseconds. - Weight::from_parts(27_850_780, 5015) - // Standard Error: 61 - .saturating_add(Weight::from_parts(1_920, 0).saturating_mul(b.into())) - // Standard Error: 9_512 - .saturating_add(Weight::from_parts(148_795, 0).saturating_mul(m.into())) - // Standard Error: 2_545 - .saturating_add(Weight::from_parts(389_177, 0).saturating_mul(p.into())) + // Minimum execution time: 27_868_000 picoseconds. + Weight::from_parts(28_260_849, 5015) + // Standard Error: 60 + .saturating_add(Weight::from_parts(1_918, 0).saturating_mul(b.into())) + // Standard Error: 9_296 + .saturating_add(Weight::from_parts(115_933, 0).saturating_mul(m.into())) + // Standard Error: 2_487 + .saturating_add(Weight::from_parts(383_970, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -232,12 +232,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `61 + m * (64 ±0) + p * (54 ±0)` // Estimated: `5029 + m * (80 ±0) + p * (50 ±0)` - // Minimum execution time: 20_562_000 picoseconds. - Weight::from_parts(20_301_871, 5029) - // Standard Error: 6_018 - .saturating_add(Weight::from_parts(175_882, 0).saturating_mul(m.into())) - // Standard Error: 1_605 - .saturating_add(Weight::from_parts(237_898, 0).saturating_mul(p.into())) + // Minimum execution time: 20_351_000 picoseconds. + Weight::from_parts(20_057_209, 5029) + // Standard Error: 5_509 + .saturating_add(Weight::from_parts(182_336, 0).saturating_mul(m.into())) + // Standard Error: 1_469 + .saturating_add(Weight::from_parts(239_285, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(m.into())) @@ -263,14 +263,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `92 + b * (1 ±0) + m * (64 ±0) + p * (72 ±0)` // Estimated: `5035 + b * (1 ±0) + m * (85 ±0) + p * (65 ±0)` - // Minimum execution time: 29_934_000 picoseconds. - Weight::from_parts(30_156_604, 5035) - // Standard Error: 60 - .saturating_add(Weight::from_parts(2_360, 0).saturating_mul(b.into())) - // Standard Error: 9_289 - .saturating_add(Weight::from_parts(62_659, 0).saturating_mul(m.into())) - // Standard Error: 2_485 - .saturating_add(Weight::from_parts(425_493, 0).saturating_mul(p.into())) + // Minimum execution time: 29_652_000 picoseconds. + Weight::from_parts(30_320_255, 5035) + // Standard Error: 61 + .saturating_add(Weight::from_parts(2_082, 0).saturating_mul(b.into())) + // Standard Error: 9_435 + .saturating_add(Weight::from_parts(75_434, 0).saturating_mul(m.into())) + // Standard Error: 2_524 + .saturating_add(Weight::from_parts(402_196, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -289,10 +289,10 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `226 + p * (32 ±0)` // Estimated: `3196 + p * (32 ±0)` - // Minimum execution time: 11_653_000 picoseconds. - Weight::from_parts(12_256_065, 3196) - // Standard Error: 896 - .saturating_add(Weight::from_parts(200_192, 0).saturating_mul(p.into())) + // Minimum execution time: 11_520_000 picoseconds. + Weight::from_parts(12_264_225, 3196) + // Standard Error: 894 + .saturating_add(Weight::from_parts(192_395, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) diff --git a/runtime/common/src/weights/pallet_collective_technical_committee.rs b/runtime/common/src/weights/pallet_collective_technical_committee.rs index a3ac2c3361..083ff12fd6 100644 --- a/runtime/common/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/common/src/weights/pallet_collective_technical_committee.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_collective //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -50,13 +50,13 @@ impl pallet_collective::WeightInfo for SubstrateWeight< fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + m * (832 ±0) + p * (310 ±0)` - // Estimated: `5846 + m * (489 ±5) + p * (2615 ±2)` - // Minimum execution time: 7_227_000 picoseconds. - Weight::from_parts(7_606_000, 5846) - // Standard Error: 62_063 - .saturating_add(Weight::from_parts(2_936_551, 0).saturating_mul(m.into())) - // Standard Error: 25_220 - .saturating_add(Weight::from_parts(3_329_986, 0).saturating_mul(p.into())) + // Estimated: `5846 + m * (489 ±3) + p * (2615 ±1)` + // Minimum execution time: 7_213_000 picoseconds. + Weight::from_parts(7_519_000, 5846) + // Standard Error: 61_493 + .saturating_add(Weight::from_parts(2_992_848, 0).saturating_mul(m.into())) + // Standard Error: 24_988 + .saturating_add(Weight::from_parts(3_309_864, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -74,12 +74,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `137 + m * (32 ±0)` // Estimated: `3106 + m * (32 ±0)` - // Minimum execution time: 11_189_000 picoseconds. - Weight::from_parts(11_369_819, 3106) + // Minimum execution time: 10_877_000 picoseconds. + Weight::from_parts(11_126_512, 3106) // Standard Error: 9 - .saturating_add(Weight::from_parts(1_452, 0).saturating_mul(b.into())) - // Standard Error: 991 - .saturating_add(Weight::from_parts(25_806, 0).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(1_540, 0).saturating_mul(b.into())) + // Standard Error: 1_026 + .saturating_add(Weight::from_parts(26_132, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -95,12 +95,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `137 + m * (32 ±0)` // Estimated: `5086 + m * (32 ±0)` - // Minimum execution time: 13_492_000 picoseconds. - Weight::from_parts(13_466_330, 5086) - // Standard Error: 11 - .saturating_add(Weight::from_parts(1_557, 0).saturating_mul(b.into())) - // Standard Error: 1_224 - .saturating_add(Weight::from_parts(48_740, 0).saturating_mul(m.into())) + // Minimum execution time: 13_304_000 picoseconds. + Weight::from_parts(13_461_046, 5086) + // Standard Error: 10 + .saturating_add(Weight::from_parts(1_506, 0).saturating_mul(b.into())) + // Standard Error: 1_164 + .saturating_add(Weight::from_parts(36_376, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -124,14 +124,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `180 + m * (32 ±0) + p * (51 ±0)` // Estimated: `5082 + m * (42 ±0) + p * (49 ±0)` - // Minimum execution time: 18_582_000 picoseconds. - Weight::from_parts(17_081_983, 5082) - // Standard Error: 43 - .saturating_add(Weight::from_parts(2_414, 0).saturating_mul(b.into())) - // Standard Error: 5_157 - .saturating_add(Weight::from_parts(158_325, 0).saturating_mul(m.into())) - // Standard Error: 1_799 - .saturating_add(Weight::from_parts(265_255, 0).saturating_mul(p.into())) + // Minimum execution time: 18_420_000 picoseconds. + Weight::from_parts(17_364_947, 5082) + // Standard Error: 44 + .saturating_add(Weight::from_parts(2_160, 0).saturating_mul(b.into())) + // Standard Error: 5_228 + .saturating_add(Weight::from_parts(156_388, 0).saturating_mul(m.into())) + // Standard Error: 1_824 + .saturating_add(Weight::from_parts(250_357, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 42).saturating_mul(m.into())) @@ -147,10 +147,10 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `638 + m * (64 ±0)` // Estimated: `5588 + m * (64 ±0)` - // Minimum execution time: 16_266_000 picoseconds. - Weight::from_parts(16_984_501, 5588) - // Standard Error: 3_988 - .saturating_add(Weight::from_parts(95_833, 0).saturating_mul(m.into())) + // Minimum execution time: 16_353_000 picoseconds. + Weight::from_parts(16_724_550, 5588) + // Standard Error: 3_790 + .saturating_add(Weight::from_parts(87_081, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -171,12 +171,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `108 + m * (64 ±0) + p * (54 ±0)` // Estimated: `5076 + m * (80 ±0) + p * (50 ±0)` - // Minimum execution time: 19_073_000 picoseconds. - Weight::from_parts(18_782_094, 5076) - // Standard Error: 5_627 - .saturating_add(Weight::from_parts(161_382, 0).saturating_mul(m.into())) - // Standard Error: 1_501 - .saturating_add(Weight::from_parts(232_511, 0).saturating_mul(p.into())) + // Minimum execution time: 18_994_000 picoseconds. + Weight::from_parts(18_896_983, 5076) + // Standard Error: 5_576 + .saturating_add(Weight::from_parts(156_539, 0).saturating_mul(m.into())) + // Standard Error: 1_487 + .saturating_add(Weight::from_parts(225_997, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(m.into())) @@ -200,14 +200,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `139 + b * (1 ±0) + m * (64 ±0) + p * (72 ±0)` // Estimated: `5082 + b * (1 ±0) + m * (85 ±0) + p * (65 ±0)` - // Minimum execution time: 28_082_000 picoseconds. - Weight::from_parts(27_923_319, 5082) - // Standard Error: 59 - .saturating_add(Weight::from_parts(1_860, 0).saturating_mul(b.into())) - // Standard Error: 9_187 - .saturating_add(Weight::from_parts(157_787, 0).saturating_mul(m.into())) - // Standard Error: 2_458 - .saturating_add(Weight::from_parts(395_963, 0).saturating_mul(p.into())) + // Minimum execution time: 28_236_000 picoseconds. + Weight::from_parts(28_236_829, 5082) + // Standard Error: 58 + .saturating_add(Weight::from_parts(1_978, 0).saturating_mul(b.into())) + // Standard Error: 9_091 + .saturating_add(Weight::from_parts(138_112, 0).saturating_mul(m.into())) + // Standard Error: 2_432 + .saturating_add(Weight::from_parts(382_622, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -232,12 +232,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `128 + m * (64 ±0) + p * (54 ±0)` // Estimated: `5096 + m * (80 ±0) + p * (50 ±0)` - // Minimum execution time: 20_999_000 picoseconds. - Weight::from_parts(20_473_142, 5096) - // Standard Error: 5_539 - .saturating_add(Weight::from_parts(184_077, 0).saturating_mul(m.into())) - // Standard Error: 1_477 - .saturating_add(Weight::from_parts(240_080, 0).saturating_mul(p.into())) + // Minimum execution time: 20_927_000 picoseconds. + Weight::from_parts(20_521_506, 5096) + // Standard Error: 5_199 + .saturating_add(Weight::from_parts(171_706, 0).saturating_mul(m.into())) + // Standard Error: 1_387 + .saturating_add(Weight::from_parts(232_328, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(m.into())) @@ -263,14 +263,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `159 + b * (1 ±0) + m * (64 ±0) + p * (72 ±0)` // Estimated: `5102 + b * (1 ±0) + m * (85 ±0) + p * (65 ±0)` - // Minimum execution time: 30_153_000 picoseconds. - Weight::from_parts(29_676_177, 5102) + // Minimum execution time: 29_929_000 picoseconds. + Weight::from_parts(30_421_378, 5102) // Standard Error: 61 - .saturating_add(Weight::from_parts(2_623, 0).saturating_mul(b.into())) - // Standard Error: 9_443 - .saturating_add(Weight::from_parts(106_938, 0).saturating_mul(m.into())) - // Standard Error: 2_526 - .saturating_add(Weight::from_parts(436_311, 0).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(2_085, 0).saturating_mul(b.into())) + // Standard Error: 9_503 + .saturating_add(Weight::from_parts(88_424, 0).saturating_mul(m.into())) + // Standard Error: 2_542 + .saturating_add(Weight::from_parts(397_880, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -289,10 +289,10 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `293 + p * (32 ±0)` // Estimated: `3263 + p * (32 ±0)` - // Minimum execution time: 11_930_000 picoseconds. - Weight::from_parts(12_358_961, 3263) - // Standard Error: 857 - .saturating_add(Weight::from_parts(203_839, 0).saturating_mul(p.into())) + // Minimum execution time: 11_611_000 picoseconds. + Weight::from_parts(12_439_297, 3263) + // Standard Error: 870 + .saturating_add(Weight::from_parts(189_909, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) diff --git a/runtime/common/src/weights/pallet_democracy.rs b/runtime/common/src/weights/pallet_democracy.rs index 73f9ec634f..c76aaffddb 100644 --- a/runtime/common/src/weights/pallet_democracy.rs +++ b/runtime/common/src/weights/pallet_democracy.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_democracy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -45,8 +45,8 @@ impl pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 13_243_000 picoseconds. - Weight::from_parts(13_929_269, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(521, 0).saturating_mul(z.into())) + // Minimum execution time: 12_392_000 picoseconds. + Weight::from_parts(13_503_563, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(525, 0).saturating_mul(z.into())) } /// Storage: `Multisig::Multisigs` (r:1 w:1) /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) @@ -51,12 +51,12 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `192 + s * (2 ±0)` // Estimated: `8296` - // Minimum execution time: 37_778_000 picoseconds. - Weight::from_parts(26_716_968, 8296) - // Standard Error: 550 - .saturating_add(Weight::from_parts(124_002, 0).saturating_mul(s.into())) + // Minimum execution time: 38_094_000 picoseconds. + Weight::from_parts(27_622_671, 8296) + // Standard Error: 512 + .saturating_add(Weight::from_parts(118_598, 0).saturating_mul(s.into())) // Standard Error: 5 - .saturating_add(Weight::from_parts(1_484, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_446, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -68,12 +68,12 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `211` // Estimated: `8296` - // Minimum execution time: 25_507_000 picoseconds. - Weight::from_parts(15_466_878, 8296) - // Standard Error: 394 - .saturating_add(Weight::from_parts(110_921, 0).saturating_mul(s.into())) + // Minimum execution time: 24_576_000 picoseconds. + Weight::from_parts(15_507_484, 8296) + // Standard Error: 357 + .saturating_add(Weight::from_parts(103_338, 0).saturating_mul(s.into())) // Standard Error: 3 - .saturating_add(Weight::from_parts(1_436, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_437, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -87,12 +87,12 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `314 + s * (33 ±0)` // Estimated: `8296` - // Minimum execution time: 43_984_000 picoseconds. - Weight::from_parts(30_584_503, 8296) - // Standard Error: 626 - .saturating_add(Weight::from_parts(156_216, 0).saturating_mul(s.into())) + // Minimum execution time: 43_941_000 picoseconds. + Weight::from_parts(31_229_857, 8296) + // Standard Error: 661 + .saturating_add(Weight::from_parts(146_101, 0).saturating_mul(s.into())) // Standard Error: 6 - .saturating_add(Weight::from_parts(1_508, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_496, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -103,10 +103,10 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `193 + s * (2 ±0)` // Estimated: `8296` - // Minimum execution time: 25_024_000 picoseconds. - Weight::from_parts(26_000_484, 8296) - // Standard Error: 644 - .saturating_add(Weight::from_parts(125_832, 0).saturating_mul(s.into())) + // Minimum execution time: 25_062_000 picoseconds. + Weight::from_parts(26_420_061, 8296) + // Standard Error: 656 + .saturating_add(Weight::from_parts(121_028, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -117,10 +117,10 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `211` // Estimated: `8296` - // Minimum execution time: 13_857_000 picoseconds. - Weight::from_parts(14_493_125, 8296) - // Standard Error: 424 - .saturating_add(Weight::from_parts(108_751, 0).saturating_mul(s.into())) + // Minimum execution time: 14_140_000 picoseconds. + Weight::from_parts(14_311_103, 8296) + // Standard Error: 471 + .saturating_add(Weight::from_parts(106_428, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -131,10 +131,10 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `383 + s * (1 ±0)` // Estimated: `8296` - // Minimum execution time: 26_213_000 picoseconds. - Weight::from_parts(27_471_244, 8296) - // Standard Error: 695 - .saturating_add(Weight::from_parts(121_611, 0).saturating_mul(s.into())) + // Minimum execution time: 26_406_000 picoseconds. + Weight::from_parts(27_961_556, 8296) + // Standard Error: 623 + .saturating_add(Weight::from_parts(118_555, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/common/src/weights/pallet_preimage.rs b/runtime/common/src/weights/pallet_preimage.rs index 326f7f257b..cac9d61d99 100644 --- a/runtime/common/src/weights/pallet_preimage.rs +++ b/runtime/common/src/weights/pallet_preimage.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_preimage //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -46,10 +46,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `42` // Estimated: `5041` - // Minimum execution time: 42_533_000 picoseconds. - Weight::from_parts(42_939_000, 5041) - // Standard Error: 10 - .saturating_add(Weight::from_parts(2_360, 0).saturating_mul(s.into())) + // Minimum execution time: 44_115_000 picoseconds. + Weight::from_parts(44_566_000, 5041) + // Standard Error: 6 + .saturating_add(Weight::from_parts(2_352, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -64,10 +64,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 14_585_000 picoseconds. - Weight::from_parts(14_789_000, 5041) - // Standard Error: 10 - .saturating_add(Weight::from_parts(2_360, 0).saturating_mul(s.into())) + // Minimum execution time: 14_094_000 picoseconds. + Weight::from_parts(14_447_000, 5041) + // Standard Error: 6 + .saturating_add(Weight::from_parts(2_361, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -82,10 +82,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 13_400_000 picoseconds. - Weight::from_parts(13_634_000, 5041) - // Standard Error: 10 - .saturating_add(Weight::from_parts(2_343, 0).saturating_mul(s.into())) + // Minimum execution time: 13_788_000 picoseconds. + Weight::from_parts(14_014_000, 5041) + // Standard Error: 6 + .saturating_add(Weight::from_parts(2_353, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -101,8 +101,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `243` // Estimated: `5041` - // Minimum execution time: 47_310_000 picoseconds. - Weight::from_parts(48_312_000, 5041) + // Minimum execution time: 49_450_000 picoseconds. + Weight::from_parts(53_661_000, 5041) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -116,8 +116,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `144` // Estimated: `5041` - // Minimum execution time: 21_178_000 picoseconds. - Weight::from_parts(21_771_000, 5041) + // Minimum execution time: 26_430_000 picoseconds. + Weight::from_parts(30_768_000, 5041) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -129,8 +129,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `188` // Estimated: `5041` - // Minimum execution time: 18_505_000 picoseconds. - Weight::from_parts(19_213_000, 5041) + // Minimum execution time: 19_180_000 picoseconds. + Weight::from_parts(20_965_000, 5041) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -142,8 +142,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `144` // Estimated: `5041` - // Minimum execution time: 13_543_000 picoseconds. - Weight::from_parts(14_057_000, 5041) + // Minimum execution time: 14_740_000 picoseconds. + Weight::from_parts(16_074_000, 5041) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -155,8 +155,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `42` // Estimated: `5041` - // Minimum execution time: 14_946_000 picoseconds. - Weight::from_parts(15_481_000, 5041) + // Minimum execution time: 15_273_000 picoseconds. + Weight::from_parts(16_193_000, 5041) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -168,8 +168,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 10_031_000 picoseconds. - Weight::from_parts(10_517_000, 5041) + // Minimum execution time: 9_852_000 picoseconds. + Weight::from_parts(10_198_000, 5041) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -183,8 +183,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `144` // Estimated: `5041` - // Minimum execution time: 19_367_000 picoseconds. - Weight::from_parts(20_029_000, 5041) + // Minimum execution time: 20_593_000 picoseconds. + Weight::from_parts(22_296_000, 5041) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -196,8 +196,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 10_215_000 picoseconds. - Weight::from_parts(10_479_000, 5041) + // Minimum execution time: 9_890_000 picoseconds. + Weight::from_parts(10_227_000, 5041) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -209,8 +209,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 9_824_000 picoseconds. - Weight::from_parts(10_117_000, 5041) + // Minimum execution time: 9_613_000 picoseconds. + Weight::from_parts(9_941_000, 5041) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -227,10 +227,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `233 + n * (227 ±0)` // Estimated: `2475 + n * (2603 ±0)` - // Minimum execution time: 47_993_000 picoseconds. - Weight::from_parts(48_373_000, 2475) - // Standard Error: 54_889 - .saturating_add(Weight::from_parts(49_045_704, 0).saturating_mul(n.into())) + // Minimum execution time: 48_780_000 picoseconds. + Weight::from_parts(49_373_000, 2475) + // Standard Error: 42_921 + .saturating_add(Weight::from_parts(50_139_299, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(n.into()))) .saturating_add(Weight::from_parts(0, 2603).saturating_mul(n.into())) diff --git a/runtime/common/src/weights/pallet_proxy.rs b/runtime/common/src/weights/pallet_proxy.rs index ed742d7c60..ce8555b08d 100644 --- a/runtime/common/src/weights/pallet_proxy.rs +++ b/runtime/common/src/weights/pallet_proxy.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_proxy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -40,10 +40,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `6191` - // Minimum execution time: 12_369_000 picoseconds. - Weight::from_parts(12_802_114, 6191) - // Standard Error: 864 - .saturating_add(Weight::from_parts(47_072, 0).saturating_mul(p.into())) + // Minimum execution time: 12_210_000 picoseconds. + Weight::from_parts(12_713_108, 6191) + // Standard Error: 910 + .saturating_add(Weight::from_parts(45_748, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `Proxy::Proxies` (r:1 w:0) @@ -58,12 +58,12 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `524 + a * (68 ±0) + p * (37 ±0)` // Estimated: `7183` - // Minimum execution time: 35_100_000 picoseconds. - Weight::from_parts(33_513_654, 7183) - // Standard Error: 4_295 - .saturating_add(Weight::from_parts(127_361, 0).saturating_mul(a.into())) - // Standard Error: 4_437 - .saturating_add(Weight::from_parts(106_889, 0).saturating_mul(p.into())) + // Minimum execution time: 35_202_000 picoseconds. + Weight::from_parts(33_674_771, 7183) + // Standard Error: 4_676 + .saturating_add(Weight::from_parts(125_064, 0).saturating_mul(a.into())) + // Standard Error: 4_831 + .saturating_add(Weight::from_parts(102_859, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -77,12 +77,12 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `441 + a * (68 ±0)` // Estimated: `7183` - // Minimum execution time: 21_928_000 picoseconds. - Weight::from_parts(22_057_435, 7183) - // Standard Error: 1_521 - .saturating_add(Weight::from_parts(133_022, 0).saturating_mul(a.into())) - // Standard Error: 1_571 - .saturating_add(Weight::from_parts(30_924, 0).saturating_mul(p.into())) + // Minimum execution time: 21_775_000 picoseconds. + Weight::from_parts(21_958_470, 7183) + // Standard Error: 1_482 + .saturating_add(Weight::from_parts(134_068, 0).saturating_mul(a.into())) + // Standard Error: 1_531 + .saturating_add(Weight::from_parts(31_273, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -96,12 +96,12 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `441 + a * (68 ±0)` // Estimated: `7183` - // Minimum execution time: 22_078_000 picoseconds. - Weight::from_parts(22_129_503, 7183) - // Standard Error: 1_660 - .saturating_add(Weight::from_parts(132_588, 0).saturating_mul(a.into())) - // Standard Error: 1_715 - .saturating_add(Weight::from_parts(32_262, 0).saturating_mul(p.into())) + // Minimum execution time: 21_841_000 picoseconds. + Weight::from_parts(21_962_971, 7183) + // Standard Error: 1_557 + .saturating_add(Weight::from_parts(138_625, 0).saturating_mul(a.into())) + // Standard Error: 1_609 + .saturating_add(Weight::from_parts(32_383, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -117,12 +117,12 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `456 + a * (68 ±0) + p * (37 ±0)` // Estimated: `7183` - // Minimum execution time: 28_606_000 picoseconds. - Weight::from_parts(28_599_053, 7183) - // Standard Error: 4_343 - .saturating_add(Weight::from_parts(149_790, 0).saturating_mul(a.into())) - // Standard Error: 4_488 - .saturating_add(Weight::from_parts(116_855, 0).saturating_mul(p.into())) + // Minimum execution time: 29_234_000 picoseconds. + Weight::from_parts(29_109_968, 7183) + // Standard Error: 4_438 + .saturating_add(Weight::from_parts(140_416, 0).saturating_mul(a.into())) + // Standard Error: 4_585 + .saturating_add(Weight::from_parts(109_484, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -133,10 +133,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `6191` - // Minimum execution time: 19_807_000 picoseconds. - Weight::from_parts(20_431_591, 6191) - // Standard Error: 1_020 - .saturating_add(Weight::from_parts(45_712, 0).saturating_mul(p.into())) + // Minimum execution time: 19_723_000 picoseconds. + Weight::from_parts(20_558_178, 6191) + // Standard Error: 1_008 + .saturating_add(Weight::from_parts(47_336, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -147,10 +147,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `6191` - // Minimum execution time: 19_809_000 picoseconds. - Weight::from_parts(20_801_576, 6191) - // Standard Error: 1_842 - .saturating_add(Weight::from_parts(43_368, 0).saturating_mul(p.into())) + // Minimum execution time: 20_091_000 picoseconds. + Weight::from_parts(21_115_115, 6191) + // Standard Error: 1_523 + .saturating_add(Weight::from_parts(32_775, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -161,10 +161,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `6191` - // Minimum execution time: 19_389_000 picoseconds. - Weight::from_parts(20_140_080, 6191) - // Standard Error: 1_156 - .saturating_add(Weight::from_parts(39_233, 0).saturating_mul(p.into())) + // Minimum execution time: 19_441_000 picoseconds. + Weight::from_parts(20_238_302, 6191) + // Standard Error: 1_114 + .saturating_add(Weight::from_parts(38_214, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -175,10 +175,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `173` // Estimated: `6191` - // Minimum execution time: 21_026_000 picoseconds. - Weight::from_parts(21_890_410, 6191) - // Standard Error: 1_010 - .saturating_add(Weight::from_parts(15_251, 0).saturating_mul(p.into())) + // Minimum execution time: 21_525_000 picoseconds. + Weight::from_parts(22_188_892, 6191) + // Standard Error: 1_052 + .saturating_add(Weight::from_parts(11_986, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -189,10 +189,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `198 + p * (37 ±0)` // Estimated: `6191` - // Minimum execution time: 20_296_000 picoseconds. - Weight::from_parts(21_040_581, 6191) - // Standard Error: 943 - .saturating_add(Weight::from_parts(31_344, 0).saturating_mul(p.into())) + // Minimum execution time: 20_024_000 picoseconds. + Weight::from_parts(21_130_179, 6191) + // Standard Error: 1_086 + .saturating_add(Weight::from_parts(37_844, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/common/src/weights/pallet_scheduler.rs b/runtime/common/src/weights/pallet_scheduler.rs index 7624bb6a83..bd3f7fba3a 100644 --- a/runtime/common/src/weights/pallet_scheduler.rs +++ b/runtime/common/src/weights/pallet_scheduler.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_scheduler //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -39,8 +39,8 @@ impl pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight Weight { - // Proof Size summary in bytes: - // Measured: `159` - // Estimated: `159279` - // Minimum execution time: 14_069_000 picoseconds. - Weight::from_parts(14_868_345, 0) - .saturating_add(Weight::from_parts(0, 159279)) - // Standard Error: 425 - .saturating_add(Weight::from_parts(33_468, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(4)) - } - /// Storage: `Scheduler::Agenda` (r:1 w:0) - /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(155814), added: 158289, mode: `MaxEncodedLen`) - /// Storage: `Scheduler::Retries` (r:0 w:1) - /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) - fn set_retry() -> Weight { - // Proof Size summary in bytes: - // Measured: `77 + s * (177 ±0)` - // Estimated: `159279` - // Minimum execution time: 7_550_000 picoseconds. - Weight::from_parts(6_735_955, 0) - .saturating_add(Weight::from_parts(0, 159279)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) - } - /// Storage: `Scheduler::Lookup` (r:1 w:0) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) - /// Storage: `Scheduler::Agenda` (r:1 w:0) - /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(155814), added: 158289, mode: `MaxEncodedLen`) - /// Storage: `Scheduler::Retries` (r:0 w:1) - /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) - fn set_retry_named() -> Weight { - // Proof Size summary in bytes: - // Measured: `513 + s * (179 ±0)` - // Estimated: `159279` - // Minimum execution time: 11_017_000 picoseconds. - Weight::from_parts(11_749_385, 0) - .saturating_add(Weight::from_parts(0, 159279)) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(1)) - } - /// Storage: `Scheduler::Agenda` (r:1 w:0) - /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(155814), added: 158289, mode: `MaxEncodedLen`) - /// Storage: `Scheduler::Retries` (r:0 w:1) - /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) - fn cancel_retry() -> Weight { - // Proof Size summary in bytes: - // Measured: `77 + s * (177 ±0)` - // Estimated: `159279` - // Minimum execution time: 7_550_000 picoseconds. - Weight::from_parts(6_735_955, 0) - .saturating_add(Weight::from_parts(0, 159279)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) - } - /// Storage: `Scheduler::Lookup` (r:1 w:0) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) - /// Storage: `Scheduler::Agenda` (r:1 w:0) - /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(155814), added: 158289, mode: `MaxEncodedLen`) - /// Storage: `Scheduler::Retries` (r:0 w:1) - /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) - fn cancel_retry_named() -> Weight { - // Proof Size summary in bytes: - // Measured: `513 + s * (179 ±0)` - // Estimated: `159279` - // Minimum execution time: 11_017_000 picoseconds. - Weight::from_parts(11_749_385, 0) - .saturating_add(Weight::from_parts(0, 159279)) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(1)) - } - /// Storage: `Scheduler::Lookup` (r:0 w:1) /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) fn service_task_named() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_963_000 picoseconds. - Weight::from_parts(4_233_000, 0) + // Minimum execution time: 4_088_000 picoseconds. + Weight::from_parts(4_349_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } fn service_task_periodic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_727_000 picoseconds. - Weight::from_parts(2_883_000, 0) + // Minimum execution time: 2_720_000 picoseconds. + Weight::from_parts(2_864_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_961_000 picoseconds. - Weight::from_parts(2_055_000, 0) + // Minimum execution time: 1_962_000 picoseconds. + Weight::from_parts(2_030_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_988_000 picoseconds. - Weight::from_parts(2_093_000, 0) + // Minimum execution time: 1_972_000 picoseconds. + Weight::from_parts(2_040_000, 0) } /// Storage: `Scheduler::Agenda` (r:1 w:1) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(10463), added: 12938, mode: `MaxEncodedLen`) @@ -196,15 +122,17 @@ impl pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: // Measured: `281 + s * (185 ±0)` // Estimated: `15413` - // Minimum execution time: 14_635_000 picoseconds. - Weight::from_parts(15_295_570, 15413) - // Standard Error: 1_196 - .saturating_add(Weight::from_parts(699_568, 0).saturating_mul(s.into())) + // Minimum execution time: 16_983_000 picoseconds. + Weight::from_parts(16_979_782, 15413) + // Standard Error: 1_246 + .saturating_add(Weight::from_parts(706_227, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) + .saturating_add(T::DbWeight::get().writes(3_u64)) + } + /// Storage: `Scheduler::Agenda` (r:1 w:1) + /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(10463), added: 12938, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:1) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) + /// The range of component `s` is `[1, 50]`. + fn schedule_retry(s: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `118` + // Estimated: `15413` + // Minimum execution time: 8_615_000 picoseconds. + Weight::from_parts(8_986_326, 15413) + // Standard Error: 444 + .saturating_add(Weight::from_parts(34_503, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } + /// Storage: `Scheduler::Agenda` (r:1 w:0) + /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(10463), added: 12938, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:1) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) + fn set_retry() -> Weight { + // Proof Size summary in bytes: + // Measured: `8928` + // Estimated: `15413` + // Minimum execution time: 25_954_000 picoseconds. + Weight::from_parts(26_711_000, 15413) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) + } + /// Storage: `Scheduler::Lookup` (r:1 w:0) + /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Agenda` (r:1 w:0) + /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(10463), added: 12938, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:1) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) + fn set_retry_named() -> Weight { + // Proof Size summary in bytes: + // Measured: `9606` + // Estimated: `15413` + // Minimum execution time: 31_369_000 picoseconds. + Weight::from_parts(32_343_000, 15413) + .saturating_add(T::DbWeight::get().reads(2_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) + } + /// Storage: `Scheduler::Agenda` (r:1 w:0) + /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(10463), added: 12938, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:1) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) + fn cancel_retry() -> Weight { + // Proof Size summary in bytes: + // Measured: `8940` + // Estimated: `15413` + // Minimum execution time: 25_285_000 picoseconds. + Weight::from_parts(25_582_000, 15413) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) + } + /// Storage: `Scheduler::Lookup` (r:1 w:0) + /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Agenda` (r:1 w:0) + /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(10463), added: 12938, mode: `MaxEncodedLen`) + /// Storage: `Scheduler::Retries` (r:0 w:1) + /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) + fn cancel_retry_named() -> Weight { + // Proof Size summary in bytes: + // Measured: `9618` + // Estimated: `15413` + // Minimum execution time: 31_060_000 picoseconds. + Weight::from_parts(31_882_000, 15413) + .saturating_add(T::DbWeight::get().reads(2_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) + } } @@ -359,4 +361,64 @@ mod tests { > 15413 ); } + #[test] + fn test_schedule_retry() { + assert!( + BlockWeights::get() + .per_class + .get(frame_support::dispatch::DispatchClass::Normal) + .max_extrinsic + .unwrap_or_else(::max_value) + .proof_size() + > 15413 + ); + } + #[test] + fn test_set_retry() { + assert!( + BlockWeights::get() + .per_class + .get(frame_support::dispatch::DispatchClass::Normal) + .max_extrinsic + .unwrap_or_else(::max_value) + .proof_size() + > 15413 + ); + } + #[test] + fn test_set_retry_named() { + assert!( + BlockWeights::get() + .per_class + .get(frame_support::dispatch::DispatchClass::Normal) + .max_extrinsic + .unwrap_or_else(::max_value) + .proof_size() + > 15413 + ); + } + #[test] + fn test_cancel_retry() { + assert!( + BlockWeights::get() + .per_class + .get(frame_support::dispatch::DispatchClass::Normal) + .max_extrinsic + .unwrap_or_else(::max_value) + .proof_size() + > 15413 + ); + } + #[test] + fn test_cancel_retry_named() { + assert!( + BlockWeights::get() + .per_class + .get(frame_support::dispatch::DispatchClass::Normal) + .max_extrinsic + .unwrap_or_else(::max_value) + .proof_size() + > 15413 + ); + } } diff --git a/runtime/common/src/weights/pallet_session.rs b/runtime/common/src/weights/pallet_session.rs index a370d1e4c6..ea9347917a 100644 --- a/runtime/common/src/weights/pallet_session.rs +++ b/runtime/common/src/weights/pallet_session.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_session //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -41,8 +41,8 @@ impl pallet_session::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `518` // Estimated: `5468` - // Minimum execution time: 15_075_000 picoseconds. - Weight::from_parts(15_491_000, 5468) + // Minimum execution time: 15_082_000 picoseconds. + Weight::from_parts(15_884_000, 5468) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -54,8 +54,8 @@ impl pallet_session::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `409` // Estimated: `5359` - // Minimum execution time: 10_767_000 picoseconds. - Weight::from_parts(11_203_000, 5359) + // Minimum execution time: 11_145_000 picoseconds. + Weight::from_parts(11_496_000, 5359) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/runtime/common/src/weights/pallet_timestamp.rs b/runtime/common/src/weights/pallet_timestamp.rs index d0924a54a5..0e8f505104 100644 --- a/runtime/common/src/weights/pallet_timestamp.rs +++ b/runtime/common/src/weights/pallet_timestamp.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_timestamp //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-07-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-212`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -39,8 +39,8 @@ impl pallet_timestamp::WeightInfo for SubstrateWeight pallet_timestamp::WeightInfo for SubstrateWeight pallet_utility::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_823_000 picoseconds. - Weight::from_parts(4_773_768, 0) - // Standard Error: 1_584 - .saturating_add(Weight::from_parts(2_706_805, 0).saturating_mul(c.into())) + // Minimum execution time: 3_828_000 picoseconds. + Weight::from_parts(2_650_594, 0) + // Standard Error: 1_107 + .saturating_add(Weight::from_parts(2_777_996, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_980_000 picoseconds. - Weight::from_parts(4_139_000, 0) + // Minimum execution time: 4_062_000 picoseconds. + Weight::from_parts(4_337_000, 0) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_854_000 picoseconds. - Weight::from_parts(11_611_346, 0) - // Standard Error: 1_610 - .saturating_add(Weight::from_parts(2_855_427, 0).saturating_mul(c.into())) + // Minimum execution time: 3_967_000 picoseconds. + Weight::from_parts(4_370_807, 0) + // Standard Error: 1_120 + .saturating_add(Weight::from_parts(3_043_209, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_697_000 picoseconds. - Weight::from_parts(5_955_000, 0) + // Minimum execution time: 5_935_000 picoseconds. + Weight::from_parts(6_276_000, 0) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_828_000 picoseconds. - Weight::from_parts(3_764_784, 0) - // Standard Error: 1_814 - .saturating_add(Weight::from_parts(2_673_795, 0).saturating_mul(c.into())) + // Minimum execution time: 3_879_000 picoseconds. + Weight::from_parts(4_719_043, 0) + // Standard Error: 1_130 + .saturating_add(Weight::from_parts(2_779_053, 0).saturating_mul(c.into())) } } diff --git a/runtime/frequency/src/lib.rs b/runtime/frequency/src/lib.rs index b9c4d3df50..6eef5a176e 100644 --- a/runtime/frequency/src/lib.rs +++ b/runtime/frequency/src/lib.rs @@ -357,7 +357,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("frequency"), impl_name: create_runtime_str!("frequency"), authoring_version: 1, - spec_version: 97, + spec_version: 98, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, @@ -371,7 +371,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("frequency-testnet"), impl_name: create_runtime_str!("frequency"), authoring_version: 1, - spec_version: 97, + spec_version: 98, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e9ac4ced60..e50b9774d0 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] channel = "1.76.0" -components = [ "clippy", "rust-docs", "rustfmt","rustc-dev", "rustc"] +components = [ "clippy", "rust-docs", "rustfmt","rustc-dev", "rustc", "rust-src"] targets = [ "wasm32-unknown-unknown" ] profile = "minimal"