diff --git a/.github/workflows/run_all_benchmarks.yml b/.github/workflows/run_all_benchmarks.yml index 43416b675..11c107ce0 100644 --- a/.github/workflows/run_all_benchmarks.yml +++ b/.github/workflows/run_all_benchmarks.yml @@ -86,7 +86,13 @@ jobs: cd ${{ github.workspace }}/tests yarn install yarn - node append_storage.js + if [[ $CHAIN_SPEC == calamari* ]];then + echo insert mantapay and mantasbt storage into calamari chain spec + node append_storage.js calamari + else + echo insert mantasbt storage into manta chain spec + node append_storage.js + fi CHAIN_SPEC=${{ github.workspace }}/tests/data/fork.json echo $CHAIN_SPEC - name: stop sccache server diff --git a/Cargo.lock b/Cargo.lock index 12b7d3669..b05bbab70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -990,7 +990,7 @@ dependencies = [ [[package]] name = "calamari-runtime" -version = "4.5.0" +version = "4.6.0" dependencies = [ "calamari-vesting", "csv", @@ -1093,7 +1093,7 @@ dependencies = [ [[package]] name = "calamari-vesting" -version = "4.5.0" +version = "4.6.0" dependencies = [ "chrono", "frame-benchmarking", @@ -4186,7 +4186,7 @@ dependencies = [ [[package]] name = "integration-tests" -version = "4.5.0" +version = "4.6.0" dependencies = [ "calamari-runtime", "calamari-vesting", @@ -5297,7 +5297,7 @@ dependencies = [ [[package]] name = "manta" -version = "4.5.0" +version = "4.6.0" dependencies = [ "async-trait", "calamari-runtime", @@ -5403,7 +5403,7 @@ dependencies = [ [[package]] name = "manta-collator-selection" -version = "4.5.0" +version = "4.6.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5490,7 +5490,7 @@ dependencies = [ [[package]] name = "manta-primitives" -version = "4.5.0" +version = "4.6.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5511,7 +5511,7 @@ dependencies = [ [[package]] name = "manta-runtime" -version = "4.5.0" +version = "4.6.0" dependencies = [ "csv", "cumulus-pallet-dmp-queue", @@ -6483,7 +6483,7 @@ dependencies = [ [[package]] name = "pallet-asset-manager" -version = "4.5.0" +version = "4.6.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -6846,7 +6846,7 @@ dependencies = [ [[package]] name = "pallet-farming" -version = "4.5.0" +version = "4.6.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -6870,7 +6870,7 @@ dependencies = [ [[package]] name = "pallet-farming-rpc-api" -version = "4.5.0" +version = "4.6.0" dependencies = [ "jsonrpsee", "manta-primitives", @@ -6886,7 +6886,7 @@ dependencies = [ [[package]] name = "pallet-farming-rpc-runtime-api" -version = "4.5.0" +version = "4.6.0" dependencies = [ "manta-primitives", "parity-scale-codec", @@ -6990,7 +6990,7 @@ dependencies = [ [[package]] name = "pallet-lottery" -version = "4.5.0" +version = "4.6.0" dependencies = [ "calamari-runtime", "frame-benchmarking", @@ -7031,7 +7031,7 @@ dependencies = [ [[package]] name = "pallet-manta-pay" -version = "4.5.0" +version = "4.6.0" dependencies = [ "anyhow", "base64 0.20.0", @@ -7066,7 +7066,7 @@ dependencies = [ [[package]] name = "pallet-manta-sbt" -version = "4.5.0" +version = "4.6.0" dependencies = [ "anyhow", "base64 0.20.0", @@ -7106,7 +7106,7 @@ dependencies = [ [[package]] name = "pallet-manta-support" -version = "4.5.0" +version = "4.6.0" dependencies = [ "anyhow", "base64 0.20.0", @@ -7199,7 +7199,7 @@ dependencies = [ [[package]] name = "pallet-name-service" -version = "4.5.0" +version = "4.6.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7323,7 +7323,7 @@ dependencies = [ [[package]] name = "pallet-parachain-staking" -version = "4.5.0" +version = "4.6.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7380,7 +7380,7 @@ dependencies = [ [[package]] name = "pallet-randomness" -version = "4.5.0" +version = "4.6.0" dependencies = [ "derive_more", "frame-benchmarking", @@ -7705,7 +7705,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" -version = "4.5.0" +version = "4.6.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10140,7 +10140,7 @@ dependencies = [ [[package]] name = "runtime-common" -version = "4.5.0" +version = "4.6.0" dependencies = [ "cumulus-pallet-dmp-queue", "cumulus-pallet-parachain-system", @@ -11850,7 +11850,7 @@ dependencies = [ [[package]] name = "session-key-primitives" -version = "4.5.0" +version = "4.6.0" dependencies = [ "async-trait", "manta-primitives", diff --git a/node/Cargo.toml b/node/Cargo.toml index 341b8ad63..105d9bcdc 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -8,8 +8,8 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = 'manta' repository = 'https://github.com/Manta-Network/Manta/' -rust-version = '1.62' -version = '4.5.0' +rust-version = '1.71' +version = '4.6.0' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/pallets/asset-manager/Cargo.toml b/pallets/asset-manager/Cargo.toml index e5c751ed4..855467b2a 100644 --- a/pallets/asset-manager/Cargo.toml +++ b/pallets/asset-manager/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://manta.network" license = "GPL-3.0" name = "pallet-asset-manager" repository = 'https://github.com/Manta-Network/Manta/' -version = '4.5.0' +version = '4.6.0' [dependencies] codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false } diff --git a/pallets/collator-selection/Cargo.toml b/pallets/collator-selection/Cargo.toml index 14b212544..7446a58a2 100644 --- a/pallets/collator-selection/Cargo.toml +++ b/pallets/collator-selection/Cargo.toml @@ -7,7 +7,7 @@ license = 'GPL-3.0' name = 'manta-collator-selection' readme = 'README.md' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.5.0' +version = '4.6.0' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/pallets/farming/Cargo.toml b/pallets/farming/Cargo.toml index 662053d6d..6fada99be 100644 --- a/pallets/farming/Cargo.toml +++ b/pallets/farming/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://manta.network" license = "GPL-3.0" name = "pallet-farming" repository = 'https://github.com/Manta-Network/Manta/' -version = "4.5.0" +version = "4.6.0" [dependencies] codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false, features = ["derive"] } diff --git a/pallets/farming/rpc/Cargo.toml b/pallets/farming/rpc/Cargo.toml index 8c68e4338..4bf9a02ca 100644 --- a/pallets/farming/rpc/Cargo.toml +++ b/pallets/farming/rpc/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://manta.network" license = "GPL-3.0" name = "pallet-farming-rpc-api" repository = 'https://github.com/Manta-Network/Manta/' -version = "4.5.0" +version = "4.6.0" [dependencies] codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false, features = ["derive"] } diff --git a/pallets/farming/rpc/runtime-api/Cargo.toml b/pallets/farming/rpc/runtime-api/Cargo.toml index f68c86bb1..04fc9323d 100644 --- a/pallets/farming/rpc/runtime-api/Cargo.toml +++ b/pallets/farming/rpc/runtime-api/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://manta.network" license = "GPL-3.0" name = "pallet-farming-rpc-runtime-api" repository = 'https://github.com/Manta-Network/Manta/' -version = "4.5.0" +version = "4.6.0" [dependencies] codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false, features = ["derive"] } diff --git a/pallets/manta-pay/Cargo.toml b/pallets/manta-pay/Cargo.toml index 1db243586..5b72e461f 100644 --- a/pallets/manta-pay/Cargo.toml +++ b/pallets/manta-pay/Cargo.toml @@ -7,7 +7,7 @@ license = 'GPL-3.0' name = 'pallet-manta-pay' readme = 'README.md' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.5.0' +version = '4.6.0' [package.metadata.docs.rs] # To build locally: diff --git a/pallets/manta-sbt/Cargo.toml b/pallets/manta-sbt/Cargo.toml index 19f07e44a..53c530fc4 100644 --- a/pallets/manta-sbt/Cargo.toml +++ b/pallets/manta-sbt/Cargo.toml @@ -7,7 +7,7 @@ license = 'GPL-3.0' name = 'pallet-manta-sbt' readme = 'README.md' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.5.0' +version = '4.6.0' [[bin]] name = "precompute_coins" diff --git a/pallets/manta-support/Cargo.toml b/pallets/manta-support/Cargo.toml index ed6704f41..cd4fb656e 100644 --- a/pallets/manta-support/Cargo.toml +++ b/pallets/manta-support/Cargo.toml @@ -7,7 +7,7 @@ license = 'GPL-3.0' name = 'pallet-manta-support' readme = 'README.md' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.5.0' +version = '4.6.0' [dependencies] # utils diff --git a/pallets/name-service/Cargo.toml b/pallets/name-service/Cargo.toml index 5bd2a88f4..33dd98f4b 100644 --- a/pallets/name-service/Cargo.toml +++ b/pallets/name-service/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://manta.network" license = "GPL-3.0" name = "pallet-name-service" repository = "https://github.com/Manta-Network/Manta/" -version = "4.5.0" +version = "4.6.0" [dependencies] codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false } diff --git a/pallets/pallet-lottery/Cargo.toml b/pallets/pallet-lottery/Cargo.toml index f304e120d..f20a6200e 100644 --- a/pallets/pallet-lottery/Cargo.toml +++ b/pallets/pallet-lottery/Cargo.toml @@ -6,7 +6,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = 'pallet-lottery' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.5.0' +version = '4.6.0' [dependencies] codec = { version = '3.4.0', default-features = false, features = ['derive'], package = 'parity-scale-codec' } diff --git a/pallets/parachain-staking/Cargo.toml b/pallets/parachain-staking/Cargo.toml index aa6681d41..50e9dabd0 100644 --- a/pallets/parachain-staking/Cargo.toml +++ b/pallets/parachain-staking/Cargo.toml @@ -6,7 +6,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = "pallet-parachain-staking" repository = 'https://github.com/Manta-Network/Manta/' -version = '4.5.0' +version = '4.6.0' [dependencies] log = { version = "0.4", default-features = false } diff --git a/pallets/randomness/Cargo.toml b/pallets/randomness/Cargo.toml index d843038a6..962508a80 100644 --- a/pallets/randomness/Cargo.toml +++ b/pallets/randomness/Cargo.toml @@ -6,7 +6,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = 'pallet-randomness' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.5.0' +version = '4.6.0' [dependencies] frame-benchmarking = { git = 'https://github.com/paritytech/substrate.git', branch = "polkadot-v0.9.43", default-features = false, optional = true } diff --git a/pallets/tx-pause/Cargo.toml b/pallets/tx-pause/Cargo.toml index 44219e3ed..c1118b9c2 100644 --- a/pallets/tx-pause/Cargo.toml +++ b/pallets/tx-pause/Cargo.toml @@ -5,7 +5,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = "pallet-tx-pause" repository = 'https://github.com/Manta-Network/Manta/' -version = '4.5.0' +version = '4.6.0' [dependencies] codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false } diff --git a/pallets/vesting/Cargo.toml b/pallets/vesting/Cargo.toml index a0e639b41..41bf2da95 100644 --- a/pallets/vesting/Cargo.toml +++ b/pallets/vesting/Cargo.toml @@ -5,7 +5,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = "calamari-vesting" repository = 'https://github.com/Manta-Network/Manta/' -version = '4.5.0' +version = '4.6.0' [dependencies] codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false, features = ["derive", "max-encoded-len"] } diff --git a/primitives/manta/Cargo.toml b/primitives/manta/Cargo.toml index 12be87be8..8261d52da 100644 --- a/primitives/manta/Cargo.toml +++ b/primitives/manta/Cargo.toml @@ -5,7 +5,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = "manta-primitives" repository = 'https://github.com/Manta-Network/Manta/' -version = '4.5.0' +version = '4.6.0' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/primitives/session-keys/Cargo.toml b/primitives/session-keys/Cargo.toml index 04221af9e..feb5357d5 100644 --- a/primitives/session-keys/Cargo.toml +++ b/primitives/session-keys/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives for session keys" edition = "2021" license = "GPL-3.0" name = "session-key-primitives" -version = '4.5.0' +version = '4.6.0' [dependencies] async-trait = { version = "0.1", optional = true } diff --git a/runtime/calamari/Cargo.toml b/runtime/calamari/Cargo.toml index 5f4c4fd40..39b0d560a 100644 --- a/runtime/calamari/Cargo.toml +++ b/runtime/calamari/Cargo.toml @@ -6,7 +6,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = 'calamari-runtime' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.5.0' +version = '4.6.0' [dependencies] codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false, features = ["derive", "max-encoded-len"] } diff --git a/runtime/calamari/src/lib.rs b/runtime/calamari/src/lib.rs index 6cf67ce80..9646675b8 100644 --- a/runtime/calamari/src/lib.rs +++ b/runtime/calamari/src/lib.rs @@ -144,10 +144,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("calamari"), impl_name: create_runtime_str!("calamari"), authoring_version: 2, - spec_version: 4500, + spec_version: 4600, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 17, + transaction_version: 18, state_version: 0, }; diff --git a/runtime/calamari/src/weights/calamari_vesting.rs b/runtime/calamari/src/weights/calamari_vesting.rs index 1e6d28e71..7a21e671e 100644 --- a/runtime/calamari/src/weights/calamari_vesting.rs +++ b/runtime/calamari/src/weights/calamari_vesting.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for calamari_vesting //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=calamari_vesting // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/calamari_vesting.rs +// --output=./scripts/benchmarking/frame-weights-output/calamari_vesting.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -60,8 +61,8 @@ impl calamari_vesting::WeightInfo for SubstrateWeight calamari_vesting::WeightInfo for SubstrateWeight calamari_vesting::WeightInfo for SubstrateWeight cumulus_pallet_xcmp_queue::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 2_795_000 picoseconds. - Weight::from_parts(3_046_000, 1594) + // Minimum execution time: 5_584_000 picoseconds. + Weight::from_parts(5_779_000, 1594) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -68,8 +69,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 2_905_000 picoseconds. - Weight::from_parts(3_055_000, 1594) + // Minimum execution time: 5_628_000 picoseconds. + Weight::from_parts(5_795_000, 1594) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -83,8 +84,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 2_795_000 picoseconds. - Weight::from_parts(3_046_000, 1594) + // Minimum execution time: 5_584_000 picoseconds. + Weight::from_parts(5_779_000, 1594) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -94,9 +95,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 2_905_000 picoseconds. - Weight::from_parts(3_055_000, 1594) + // Minimum execution time: 5_628_000 picoseconds. + Weight::from_parts(5_795_000, 1594) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/manta_collator_selection.rs b/runtime/calamari/src/weights/manta_collator_selection.rs index 6e5e072a9..444f4da82 100644 --- a/runtime/calamari/src/weights/manta_collator_selection.rs +++ b/runtime/calamari/src/weights/manta_collator_selection.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for manta_collator_selection //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=manta_collator_selection // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/manta_collator_selection.rs +// --output=./scripts/benchmarking/frame-weights-output/manta_collator_selection.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -67,10 +68,10 @@ impl manta_collator_selection::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_955_000 picoseconds. - Weight::from_parts(3_179_873, 0) - // Standard Error: 4_488 - .saturating_add(Weight::from_parts(104_707, 0).saturating_mul(b.into())) + // Minimum execution time: 7_805_000 picoseconds. + Weight::from_parts(8_173_348, 0) + // Standard Error: 2_139 + .saturating_add(Weight::from_parts(21_344, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection DesiredCandidates (r:0 w:1) @@ -79,8 +80,8 @@ impl manta_collator_selection::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_869_000 picoseconds. - Weight::from_parts(5_180_000, 0) + // Minimum execution time: 9_440_000 picoseconds. + Weight::from_parts(9_928_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection CandidacyBond (r:0 w:1) @@ -89,8 +90,8 @@ impl manta_collator_selection::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_146_000 picoseconds. - Weight::from_parts(3_266_000, 0) + // Minimum execution time: 7_287_000 picoseconds. + Weight::from_parts(7_775_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection EvictionBaseline (r:0 w:1) @@ -99,8 +100,8 @@ impl manta_collator_selection::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_985_000 picoseconds. - Weight::from_parts(3_266_000, 0) + // Minimum execution time: 7_171_000 picoseconds. + Weight::from_parts(7_396_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection EvictionTolerance (r:0 w:1) @@ -109,8 +110,8 @@ impl manta_collator_selection::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_026_000 picoseconds. - Weight::from_parts(3_447_000, 0) + // Minimum execution time: 7_192_000 picoseconds. + Weight::from_parts(7_500_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection Candidates (r:1 w:1) @@ -128,10 +129,10 @@ impl manta_collator_selection::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `542 + c * (60 ±0)` // Estimated: `4019 + c * (60 ±0)` - // Minimum execution time: 22_742_000 picoseconds. - Weight::from_parts(24_214_905, 4019) - // Standard Error: 1_559 - .saturating_add(Weight::from_parts(83_322, 0).saturating_mul(c.into())) + // Minimum execution time: 45_746_000 picoseconds. + Weight::from_parts(49_460_467, 4019) + // Standard Error: 3_046 + .saturating_add(Weight::from_parts(255_457, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(c.into())) @@ -143,10 +144,10 @@ impl manta_collator_selection::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `222 + c * (48 ±0)` // Estimated: `1711 + c * (49 ±0)` - // Minimum execution time: 12_905_000 picoseconds. - Weight::from_parts(14_494_055, 1711) - // Standard Error: 1_106 - .saturating_add(Weight::from_parts(55_121, 0).saturating_mul(c.into())) + // Minimum execution time: 29_425_000 picoseconds. + Weight::from_parts(32_528_533, 1711) + // Standard Error: 2_053 + .saturating_add(Weight::from_parts(201_249, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(c.into())) @@ -160,10 +161,10 @@ impl manta_collator_selection::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `281 + c * (48 ±0)` // Estimated: `1770 + c * (49 ±0)` - // Minimum execution time: 14_407_000 picoseconds. - Weight::from_parts(15_201_478, 1770) - // Standard Error: 844 - .saturating_add(Weight::from_parts(76_897, 0).saturating_mul(c.into())) + // Minimum execution time: 31_795_000 picoseconds. + Weight::from_parts(34_846_229, 1770) + // Standard Error: 2_196 + .saturating_add(Weight::from_parts(201_858, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(c.into())) @@ -183,10 +184,10 @@ impl manta_collator_selection::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `542 + c * (60 ±0)` // Estimated: `4019 + c * (60 ±0)` - // Minimum execution time: 21_711_000 picoseconds. - Weight::from_parts(23_091_057, 4019) - // Standard Error: 736 - .saturating_add(Weight::from_parts(72_156, 0).saturating_mul(c.into())) + // Minimum execution time: 44_891_000 picoseconds. + Weight::from_parts(48_814_765, 4019) + // Standard Error: 2_686 + .saturating_add(Weight::from_parts(247_986, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(c.into())) @@ -201,8 +202,8 @@ impl manta_collator_selection::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `146` // Estimated: `6196` - // Minimum execution time: 16_872_000 picoseconds. - Weight::from_parts(17_202_000, 6196) + // Minimum execution time: 47_420_000 picoseconds. + Weight::from_parts(47_983_000, 6196) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -227,10 +228,10 @@ impl manta_collator_selection::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `124 + c * (229 ±0)` // Estimated: `3598 + c * (2704 ±0)` - // Minimum execution time: 18_335_000 picoseconds. - Weight::from_parts(13_406_857, 3598) - // Standard Error: 13_810 - .saturating_add(Weight::from_parts(13_633_909, 0).saturating_mul(c.into())) + // Minimum execution time: 33_949_000 picoseconds. + Weight::from_parts(25_999_753, 3598) + // Standard Error: 11_769 + .saturating_add(Weight::from_parts(26_374_574, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -248,10 +249,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_955_000 picoseconds. - Weight::from_parts(3_179_873, 0) - // Standard Error: 4_488 - .saturating_add(Weight::from_parts(104_707, 0).saturating_mul(b.into())) + // Minimum execution time: 7_805_000 picoseconds. + Weight::from_parts(8_173_348, 0) + // Standard Error: 2_139 + .saturating_add(Weight::from_parts(21_344, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection DesiredCandidates (r:0 w:1) @@ -260,8 +261,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_869_000 picoseconds. - Weight::from_parts(5_180_000, 0) + // Minimum execution time: 9_440_000 picoseconds. + Weight::from_parts(9_928_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection CandidacyBond (r:0 w:1) @@ -270,8 +271,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_146_000 picoseconds. - Weight::from_parts(3_266_000, 0) + // Minimum execution time: 7_287_000 picoseconds. + Weight::from_parts(7_775_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection EvictionBaseline (r:0 w:1) @@ -280,8 +281,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_985_000 picoseconds. - Weight::from_parts(3_266_000, 0) + // Minimum execution time: 7_171_000 picoseconds. + Weight::from_parts(7_396_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection EvictionTolerance (r:0 w:1) @@ -290,8 +291,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_026_000 picoseconds. - Weight::from_parts(3_447_000, 0) + // Minimum execution time: 7_192_000 picoseconds. + Weight::from_parts(7_500_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection Candidates (r:1 w:1) @@ -309,10 +310,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `542 + c * (60 ±0)` // Estimated: `4019 + c * (60 ±0)` - // Minimum execution time: 22_742_000 picoseconds. - Weight::from_parts(24_214_905, 4019) - // Standard Error: 1_559 - .saturating_add(Weight::from_parts(83_322, 0).saturating_mul(c.into())) + // Minimum execution time: 45_746_000 picoseconds. + Weight::from_parts(49_460_467, 4019) + // Standard Error: 3_046 + .saturating_add(Weight::from_parts(255_457, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(c.into())) @@ -324,10 +325,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `222 + c * (48 ±0)` // Estimated: `1711 + c * (49 ±0)` - // Minimum execution time: 12_905_000 picoseconds. - Weight::from_parts(14_494_055, 1711) - // Standard Error: 1_106 - .saturating_add(Weight::from_parts(55_121, 0).saturating_mul(c.into())) + // Minimum execution time: 29_425_000 picoseconds. + Weight::from_parts(32_528_533, 1711) + // Standard Error: 2_053 + .saturating_add(Weight::from_parts(201_249, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(c.into())) @@ -341,10 +342,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `281 + c * (48 ±0)` // Estimated: `1770 + c * (49 ±0)` - // Minimum execution time: 14_407_000 picoseconds. - Weight::from_parts(15_201_478, 1770) - // Standard Error: 844 - .saturating_add(Weight::from_parts(76_897, 0).saturating_mul(c.into())) + // Minimum execution time: 31_795_000 picoseconds. + Weight::from_parts(34_846_229, 1770) + // Standard Error: 2_196 + .saturating_add(Weight::from_parts(201_858, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(c.into())) @@ -364,10 +365,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `542 + c * (60 ±0)` // Estimated: `4019 + c * (60 ±0)` - // Minimum execution time: 21_711_000 picoseconds. - Weight::from_parts(23_091_057, 4019) - // Standard Error: 736 - .saturating_add(Weight::from_parts(72_156, 0).saturating_mul(c.into())) + // Minimum execution time: 44_891_000 picoseconds. + Weight::from_parts(48_814_765, 4019) + // Standard Error: 2_686 + .saturating_add(Weight::from_parts(247_986, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(c.into())) @@ -382,8 +383,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `146` // Estimated: `6196` - // Minimum execution time: 16_872_000 picoseconds. - Weight::from_parts(17_202_000, 6196) + // Minimum execution time: 47_420_000 picoseconds. + Weight::from_parts(47_983_000, 6196) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -408,14 +409,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `124 + c * (229 ±0)` // Estimated: `3598 + c * (2704 ±0)` - // Minimum execution time: 18_335_000 picoseconds. - Weight::from_parts(13_406_857, 3598) - // Standard Error: 13_810 - .saturating_add(Weight::from_parts(13_633_909, 0).saturating_mul(c.into())) + // Minimum execution time: 33_949_000 picoseconds. + Weight::from_parts(25_999_753, 3598) + // Standard Error: 11_769 + .saturating_add(Weight::from_parts(26_374_574, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(c.into()))) .saturating_add(Weight::from_parts(0, 2704).saturating_mul(c.into())) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_asset_manager.rs b/runtime/calamari/src/weights/pallet_asset_manager.rs index bee50922a..1de7735eb 100644 --- a/runtime/calamari/src/weights/pallet_asset_manager.rs +++ b/runtime/calamari/src/weights/pallet_asset_manager.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_asset_manager //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_asset_manager // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_asset_manager.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_asset_manager.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -72,10 +73,10 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig /// Proof Skipped: AssetManager AssetIdLocation (max_values: None, max_size: None, mode: Measured) fn register_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `250` - // Estimated: `3715` - // Minimum execution time: 18_374_000 picoseconds. - Weight::from_parts(18_745_000, 3715) + // Measured: `1086` + // Estimated: `4551` + // Minimum execution time: 52_275_000 picoseconds. + Weight::from_parts(53_630_000, 4551) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -85,10 +86,10 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig /// Proof Skipped: AssetManager UnitsPerSecond (max_values: None, max_size: None, mode: Measured) fn set_units_per_second() -> Weight { // Proof Size summary in bytes: - // Measured: `1443` - // Estimated: `4908` - // Minimum execution time: 18_254_000 picoseconds. - Weight::from_parts(22_352_000, 4908) + // Measured: `1480` + // Estimated: `4945` + // Minimum execution time: 45_504_000 picoseconds. + Weight::from_parts(55_487_000, 4945) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -100,10 +101,10 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig /// Proof Skipped: AssetManager AllowedDestParaIds (max_values: None, max_size: None, mode: Measured) fn update_asset_location() -> Weight { // Proof Size summary in bytes: - // Measured: `4098` - // Estimated: `10038` - // Minimum execution time: 34_525_000 picoseconds. - Weight::from_parts(38_853_000, 10038) + // Measured: `4183` + // Estimated: `10123` + // Minimum execution time: 89_220_000 picoseconds. + Weight::from_parts(99_254_000, 10123) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -117,10 +118,10 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig /// Proof Skipped: AssetManager AssetIdMetadata (max_values: None, max_size: None, mode: Measured) fn update_asset_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `4077` - // Estimated: `7542` - // Minimum execution time: 35_798_000 picoseconds. - Weight::from_parts(44_854_000, 7542) + // Measured: `4114` + // Estimated: `7579` + // Minimum execution time: 79_260_000 picoseconds. + Weight::from_parts(84_422_000, 7579) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -132,10 +133,10 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn mint_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `3496` - // Estimated: `6961` - // Minimum execution time: 101_220_000 picoseconds. - Weight::from_parts(122_901_000, 6961) + // Measured: `3308` + // Estimated: `6773` + // Minimum execution time: 97_982_000 picoseconds. + Weight::from_parts(102_625_000, 6773) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -145,8 +146,8 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_062_000 picoseconds. - Weight::from_parts(14_107_000, 0) + // Minimum execution time: 32_619_000 picoseconds. + Weight::from_parts(40_062_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: AssetManager FilteredOutgoingAssetLocations (r:0 w:1) @@ -155,8 +156,8 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_922_000 picoseconds. - Weight::from_parts(16_441_000, 0) + // Minimum execution time: 30_384_000 picoseconds. + Weight::from_parts(38_610_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: AssetManager AssetIdLocation (r:2 w:0) @@ -175,10 +176,10 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig /// Proof Skipped: AssetManager LpToAssetIdPair (max_values: None, max_size: None, mode: Measured) fn register_lp_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `545` - // Estimated: `6485` - // Minimum execution time: 25_388_000 picoseconds. - Weight::from_parts(26_420_000, 6485) + // Measured: `1255` + // Estimated: `7195` + // Minimum execution time: 59_526_000 picoseconds. + Weight::from_parts(60_662_000, 7195) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -196,10 +197,10 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig /// Proof Skipped: AssetManager AssetIdMetadata (max_values: None, max_size: None, mode: Measured) fn permissionless_register_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `221` + // Measured: `1123` // Estimated: `3687` - // Minimum execution time: 105_138_000 picoseconds. - Weight::from_parts(117_591_000, 3687) + // Minimum execution time: 110_053_000 picoseconds. + Weight::from_parts(111_704_000, 3687) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -221,10 +222,10 @@ impl WeightInfo for () { /// Proof Skipped: AssetManager AssetIdLocation (max_values: None, max_size: None, mode: Measured) fn register_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `250` - // Estimated: `3715` - // Minimum execution time: 18_374_000 picoseconds. - Weight::from_parts(18_745_000, 3715) + // Measured: `1086` + // Estimated: `4551` + // Minimum execution time: 52_275_000 picoseconds. + Weight::from_parts(53_630_000, 4551) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -234,10 +235,10 @@ impl WeightInfo for () { /// Proof Skipped: AssetManager UnitsPerSecond (max_values: None, max_size: None, mode: Measured) fn set_units_per_second() -> Weight { // Proof Size summary in bytes: - // Measured: `1443` - // Estimated: `4908` - // Minimum execution time: 18_254_000 picoseconds. - Weight::from_parts(22_352_000, 4908) + // Measured: `1480` + // Estimated: `4945` + // Minimum execution time: 45_504_000 picoseconds. + Weight::from_parts(55_487_000, 4945) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -249,10 +250,10 @@ impl WeightInfo for () { /// Proof Skipped: AssetManager AllowedDestParaIds (max_values: None, max_size: None, mode: Measured) fn update_asset_location() -> Weight { // Proof Size summary in bytes: - // Measured: `4098` - // Estimated: `10038` - // Minimum execution time: 34_525_000 picoseconds. - Weight::from_parts(38_853_000, 10038) + // Measured: `4183` + // Estimated: `10123` + // Minimum execution time: 89_220_000 picoseconds. + Weight::from_parts(99_254_000, 10123) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -266,10 +267,10 @@ impl WeightInfo for () { /// Proof Skipped: AssetManager AssetIdMetadata (max_values: None, max_size: None, mode: Measured) fn update_asset_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `4077` - // Estimated: `7542` - // Minimum execution time: 35_798_000 picoseconds. - Weight::from_parts(44_854_000, 7542) + // Measured: `4114` + // Estimated: `7579` + // Minimum execution time: 79_260_000 picoseconds. + Weight::from_parts(84_422_000, 7579) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -281,10 +282,10 @@ impl WeightInfo for () { /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn mint_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `3496` - // Estimated: `6961` - // Minimum execution time: 101_220_000 picoseconds. - Weight::from_parts(122_901_000, 6961) + // Measured: `3308` + // Estimated: `6773` + // Minimum execution time: 97_982_000 picoseconds. + Weight::from_parts(102_625_000, 6773) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -294,8 +295,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_062_000 picoseconds. - Weight::from_parts(14_107_000, 0) + // Minimum execution time: 32_619_000 picoseconds. + Weight::from_parts(40_062_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: AssetManager FilteredOutgoingAssetLocations (r:0 w:1) @@ -304,8 +305,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_922_000 picoseconds. - Weight::from_parts(16_441_000, 0) + // Minimum execution time: 30_384_000 picoseconds. + Weight::from_parts(38_610_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: AssetManager AssetIdLocation (r:2 w:0) @@ -324,10 +325,10 @@ impl WeightInfo for () { /// Proof Skipped: AssetManager LpToAssetIdPair (max_values: None, max_size: None, mode: Measured) fn register_lp_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `545` - // Estimated: `6485` - // Minimum execution time: 25_388_000 picoseconds. - Weight::from_parts(26_420_000, 6485) + // Measured: `1255` + // Estimated: `7195` + // Minimum execution time: 59_526_000 picoseconds. + Weight::from_parts(60_662_000, 7195) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -345,11 +346,11 @@ impl WeightInfo for () { /// Proof Skipped: AssetManager AssetIdMetadata (max_values: None, max_size: None, mode: Measured) fn permissionless_register_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `221` + // Measured: `1123` // Estimated: `3687` - // Minimum execution time: 105_138_000 picoseconds. - Weight::from_parts(117_591_000, 3687) + // Minimum execution time: 110_053_000 picoseconds. + Weight::from_parts(111_704_000, 3687) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_assets.rs b/runtime/calamari/src/weights/pallet_assets.rs index ff05d3c8b..87a2dea22 100644 --- a/runtime/calamari/src/weights/pallet_assets.rs +++ b/runtime/calamari/src/weights/pallet_assets.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_assets //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-10, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("/home/jamie/my-repo/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=/home/jamie/my-repo/Manta/tests/data/fork.json +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_assets // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_assets.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_assets.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -94,8 +95,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `333` // Estimated: `3687` - // Minimum execution time: 6_592_000 picoseconds. - Weight::from_parts(6_803_000, 3687) + // Minimum execution time: 13_721_000 picoseconds. + Weight::from_parts(14_363_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -105,8 +106,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `563` // Estimated: `3687` - // Minimum execution time: 7_454_000 picoseconds. - Weight::from_parts(7_665_000, 3687) + // Minimum execution time: 15_159_000 picoseconds. + Weight::from_parts(15_708_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -121,10 +122,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `237 + c * (208 ±0)` // Estimated: `3687 + c * (2621 ±0)` - // Minimum execution time: 10_860_000 picoseconds. - Weight::from_parts(11_091_000, 3687) - // Standard Error: 5_814 - .saturating_add(Weight::from_parts(7_113_589, 0).saturating_mul(c.into())) + // Minimum execution time: 19_907_000 picoseconds. + Weight::from_parts(20_223_000, 3687) + // Standard Error: 7_187 + .saturating_add(Weight::from_parts(13_714_382, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -140,10 +141,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `712 + a * (86 ±0)` // Estimated: `3687 + a * (2635 ±0)` - // Minimum execution time: 11_061_000 picoseconds. - Weight::from_parts(11_302_000, 3687) - // Standard Error: 1_855 - .saturating_add(Weight::from_parts(3_454_946, 0).saturating_mul(a.into())) + // Minimum execution time: 20_245_000 picoseconds. + Weight::from_parts(20_562_000, 3687) + // Standard Error: 2_746 + .saturating_add(Weight::from_parts(5_531_897, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -158,8 +159,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `819` // Estimated: `3687` - // Minimum execution time: 9_438_000 picoseconds. - Weight::from_parts(9_738_000, 3687) + // Minimum execution time: 17_178_000 picoseconds. + Weight::from_parts(17_814_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -171,8 +172,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `819` // Estimated: `3687` - // Minimum execution time: 13_556_000 picoseconds. - Weight::from_parts(13_856_000, 3687) + // Minimum execution time: 29_551_000 picoseconds. + Weight::from_parts(30_267_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -184,8 +185,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `923` // Estimated: `3687` - // Minimum execution time: 16_952_000 picoseconds. - Weight::from_parts(17_332_000, 3687) + // Minimum execution time: 36_618_000 picoseconds. + Weight::from_parts(37_154_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -199,8 +200,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `923` // Estimated: `6232` - // Minimum execution time: 21_280_000 picoseconds. - Weight::from_parts(21_721_000, 6232) + // Minimum execution time: 49_257_000 picoseconds. + Weight::from_parts(50_225_000, 6232) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -214,8 +215,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `923` // Estimated: `6232` - // Minimum execution time: 19_196_000 picoseconds. - Weight::from_parts(19_577_000, 6232) + // Minimum execution time: 43_374_000 picoseconds. + Weight::from_parts(44_263_000, 6232) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -229,8 +230,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `923` // Estimated: `6232` - // Minimum execution time: 21_560_000 picoseconds. - Weight::from_parts(21_971_000, 6232) + // Minimum execution time: 48_928_000 picoseconds. + Weight::from_parts(50_449_000, 6232) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -242,8 +243,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `923` // Estimated: `3687` - // Minimum execution time: 11_051_000 picoseconds. - Weight::from_parts(11_372_000, 3687) + // Minimum execution time: 20_973_000 picoseconds. + Weight::from_parts(21_343_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -255,8 +256,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `923` // Estimated: `3687` - // Minimum execution time: 11_161_000 picoseconds. - Weight::from_parts(11_421_000, 3687) + // Minimum execution time: 20_545_000 picoseconds. + Weight::from_parts(20_993_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -266,8 +267,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `563` // Estimated: `3687` - // Minimum execution time: 7_795_000 picoseconds. - Weight::from_parts(8_035_000, 3687) + // Minimum execution time: 14_820_000 picoseconds. + Weight::from_parts(15_364_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -277,8 +278,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `563` // Estimated: `3687` - // Minimum execution time: 7_835_000 picoseconds. - Weight::from_parts(7_985_000, 3687) + // Minimum execution time: 14_606_000 picoseconds. + Weight::from_parts(15_085_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -290,8 +291,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `819` // Estimated: `3687` - // Minimum execution time: 9_668_000 picoseconds. - Weight::from_parts(9_988_000, 3687) + // Minimum execution time: 17_593_000 picoseconds. + Weight::from_parts(18_067_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -301,8 +302,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `563` // Estimated: `3687` - // Minimum execution time: 7_724_000 picoseconds. - Weight::from_parts(8_045_000, 3687) + // Minimum execution time: 14_640_000 picoseconds. + Weight::from_parts(15_037_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -312,14 +313,16 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn set_metadata(_n: u32, s: u32, ) -> Weight { + fn set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `819` // Estimated: `3687` - // Minimum execution time: 9_848_000 picoseconds. - Weight::from_parts(10_357_790, 3687) - // Standard Error: 137 - .saturating_add(Weight::from_parts(494, 0).saturating_mul(s.into())) + // Minimum execution time: 18_924_000 picoseconds. + Weight::from_parts(19_777_766, 3687) + // Standard Error: 285 + .saturating_add(Weight::from_parts(515, 0).saturating_mul(n.into())) + // Standard Error: 285 + .saturating_add(Weight::from_parts(1_416, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -331,8 +334,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `979` // Estimated: `3687` - // Minimum execution time: 10_890_000 picoseconds. - Weight::from_parts(11_191_000, 3687) + // Minimum execution time: 19_769_000 picoseconds. + Weight::from_parts(20_255_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -342,14 +345,16 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn force_set_metadata(_n: u32, s: u32, ) -> Weight { + fn force_set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `658` // Estimated: `3687` - // Minimum execution time: 8_246_000 picoseconds. - Weight::from_parts(9_222_118, 3687) - // Standard Error: 604 - .saturating_add(Weight::from_parts(4_056, 0).saturating_mul(s.into())) + // Minimum execution time: 16_719_000 picoseconds. + Weight::from_parts(17_277_262, 3687) + // Standard Error: 268 + .saturating_add(Weight::from_parts(2_479, 0).saturating_mul(n.into())) + // Standard Error: 268 + .saturating_add(Weight::from_parts(2_695, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -361,8 +366,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `979` // Estimated: `3687` - // Minimum execution time: 10_150_000 picoseconds. - Weight::from_parts(10_851_000, 3687) + // Minimum execution time: 19_158_000 picoseconds. + Weight::from_parts(19_769_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -372,8 +377,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `563` // Estimated: `3687` - // Minimum execution time: 7_234_000 picoseconds. - Weight::from_parts(7_805_000, 3687) + // Minimum execution time: 13_873_000 picoseconds. + Weight::from_parts(14_246_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -385,8 +390,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `563` // Estimated: `3687` - // Minimum execution time: 9_798_000 picoseconds. - Weight::from_parts(10_089_000, 3687) + // Minimum execution time: 21_575_000 picoseconds. + Weight::from_parts(22_063_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -402,8 +407,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1105` // Estimated: `6232` - // Minimum execution time: 24_386_000 picoseconds. - Weight::from_parts(25_218_000, 6232) + // Minimum execution time: 57_282_000 picoseconds. + Weight::from_parts(58_593_000, 6232) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -415,8 +420,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `745` // Estimated: `3687` - // Minimum execution time: 11_432_000 picoseconds. - Weight::from_parts(12_072_000, 3687) + // Minimum execution time: 23_570_000 picoseconds. + Weight::from_parts(24_227_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -428,8 +433,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `745` // Estimated: `3687` - // Minimum execution time: 11_662_000 picoseconds. - Weight::from_parts(12_033_000, 3687) + // Minimum execution time: 24_400_000 picoseconds. + Weight::from_parts(24_856_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -439,8 +444,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `563` // Estimated: `3687` - // Minimum execution time: 7_333_000 picoseconds. - Weight::from_parts(7_514_000, 3687) + // Minimum execution time: 15_098_000 picoseconds. + Weight::from_parts(15_516_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -454,8 +459,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `870` // Estimated: `3687` - // Minimum execution time: 15_940_000 picoseconds. - Weight::from_parts(16_411_000, 3687) + // Minimum execution time: 36_457_000 picoseconds. + Weight::from_parts(37_077_000, 3687) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -467,8 +472,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `819` // Estimated: `3687` - // Minimum execution time: 15_099_000 picoseconds. - Weight::from_parts(15_589_000, 3687) + // Minimum execution time: 35_460_000 picoseconds. + Weight::from_parts(36_118_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -482,8 +487,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `992` // Estimated: `3687` - // Minimum execution time: 15_629_000 picoseconds. - Weight::from_parts(16_120_000, 3687) + // Minimum execution time: 34_060_000 picoseconds. + Weight::from_parts(34_750_000, 3687) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -495,8 +500,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `974` // Estimated: `3687` - // Minimum execution time: 15_279_000 picoseconds. - Weight::from_parts(15_730_000, 3687) + // Minimum execution time: 33_156_000 picoseconds. + Weight::from_parts(33_954_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -508,8 +513,8 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `923` // Estimated: `3687` - // Minimum execution time: 10_640_000 picoseconds. - Weight::from_parts(10_880_000, 3687) + // Minimum execution time: 20_413_000 picoseconds. + Weight::from_parts(20_957_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -530,8 +535,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `333` // Estimated: `3687` - // Minimum execution time: 6_592_000 picoseconds. - Weight::from_parts(6_803_000, 3687) + // Minimum execution time: 13_721_000 picoseconds. + Weight::from_parts(14_363_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -541,8 +546,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `563` // Estimated: `3687` - // Minimum execution time: 7_454_000 picoseconds. - Weight::from_parts(7_665_000, 3687) + // Minimum execution time: 15_159_000 picoseconds. + Weight::from_parts(15_708_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -557,10 +562,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `237 + c * (208 ±0)` // Estimated: `3687 + c * (2621 ±0)` - // Minimum execution time: 10_860_000 picoseconds. - Weight::from_parts(11_091_000, 3687) - // Standard Error: 5_814 - .saturating_add(Weight::from_parts(7_113_589, 0).saturating_mul(c.into())) + // Minimum execution time: 19_907_000 picoseconds. + Weight::from_parts(20_223_000, 3687) + // Standard Error: 7_187 + .saturating_add(Weight::from_parts(13_714_382, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -576,10 +581,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `712 + a * (86 ±0)` // Estimated: `3687 + a * (2635 ±0)` - // Minimum execution time: 11_061_000 picoseconds. - Weight::from_parts(11_302_000, 3687) - // Standard Error: 1_855 - .saturating_add(Weight::from_parts(3_454_946, 0).saturating_mul(a.into())) + // Minimum execution time: 20_245_000 picoseconds. + Weight::from_parts(20_562_000, 3687) + // Standard Error: 2_746 + .saturating_add(Weight::from_parts(5_531_897, 0).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -594,8 +599,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `819` // Estimated: `3687` - // Minimum execution time: 9_438_000 picoseconds. - Weight::from_parts(9_738_000, 3687) + // Minimum execution time: 17_178_000 picoseconds. + Weight::from_parts(17_814_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -607,8 +612,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `819` // Estimated: `3687` - // Minimum execution time: 13_556_000 picoseconds. - Weight::from_parts(13_856_000, 3687) + // Minimum execution time: 29_551_000 picoseconds. + Weight::from_parts(30_267_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -620,8 +625,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `923` // Estimated: `3687` - // Minimum execution time: 16_952_000 picoseconds. - Weight::from_parts(17_332_000, 3687) + // Minimum execution time: 36_618_000 picoseconds. + Weight::from_parts(37_154_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -635,8 +640,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `923` // Estimated: `6232` - // Minimum execution time: 21_280_000 picoseconds. - Weight::from_parts(21_721_000, 6232) + // Minimum execution time: 49_257_000 picoseconds. + Weight::from_parts(50_225_000, 6232) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -650,8 +655,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `923` // Estimated: `6232` - // Minimum execution time: 19_196_000 picoseconds. - Weight::from_parts(19_577_000, 6232) + // Minimum execution time: 43_374_000 picoseconds. + Weight::from_parts(44_263_000, 6232) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -665,8 +670,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `923` // Estimated: `6232` - // Minimum execution time: 21_560_000 picoseconds. - Weight::from_parts(21_971_000, 6232) + // Minimum execution time: 48_928_000 picoseconds. + Weight::from_parts(50_449_000, 6232) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -678,8 +683,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `923` // Estimated: `3687` - // Minimum execution time: 11_051_000 picoseconds. - Weight::from_parts(11_372_000, 3687) + // Minimum execution time: 20_973_000 picoseconds. + Weight::from_parts(21_343_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -691,8 +696,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `923` // Estimated: `3687` - // Minimum execution time: 11_161_000 picoseconds. - Weight::from_parts(11_421_000, 3687) + // Minimum execution time: 20_545_000 picoseconds. + Weight::from_parts(20_993_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -702,8 +707,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `563` // Estimated: `3687` - // Minimum execution time: 7_795_000 picoseconds. - Weight::from_parts(8_035_000, 3687) + // Minimum execution time: 14_820_000 picoseconds. + Weight::from_parts(15_364_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -713,8 +718,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `563` // Estimated: `3687` - // Minimum execution time: 7_835_000 picoseconds. - Weight::from_parts(7_985_000, 3687) + // Minimum execution time: 14_606_000 picoseconds. + Weight::from_parts(15_085_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -726,8 +731,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `819` // Estimated: `3687` - // Minimum execution time: 9_668_000 picoseconds. - Weight::from_parts(9_988_000, 3687) + // Minimum execution time: 17_593_000 picoseconds. + Weight::from_parts(18_067_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -737,8 +742,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `563` // Estimated: `3687` - // Minimum execution time: 7_724_000 picoseconds. - Weight::from_parts(8_045_000, 3687) + // Minimum execution time: 14_640_000 picoseconds. + Weight::from_parts(15_037_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -748,14 +753,16 @@ impl WeightInfo for () { /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn set_metadata(_n: u32, s: u32, ) -> Weight { + fn set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `819` // Estimated: `3687` - // Minimum execution time: 9_848_000 picoseconds. - Weight::from_parts(10_357_790, 3687) - // Standard Error: 137 - .saturating_add(Weight::from_parts(494, 0).saturating_mul(s.into())) + // Minimum execution time: 18_924_000 picoseconds. + Weight::from_parts(19_777_766, 3687) + // Standard Error: 285 + .saturating_add(Weight::from_parts(515, 0).saturating_mul(n.into())) + // Standard Error: 285 + .saturating_add(Weight::from_parts(1_416, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -767,8 +774,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `979` // Estimated: `3687` - // Minimum execution time: 10_890_000 picoseconds. - Weight::from_parts(11_191_000, 3687) + // Minimum execution time: 19_769_000 picoseconds. + Weight::from_parts(20_255_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -778,14 +785,16 @@ impl WeightInfo for () { /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn force_set_metadata(_n: u32, s: u32, ) -> Weight { + fn force_set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `658` // Estimated: `3687` - // Minimum execution time: 8_246_000 picoseconds. - Weight::from_parts(9_222_118, 3687) - // Standard Error: 604 - .saturating_add(Weight::from_parts(4_056, 0).saturating_mul(s.into())) + // Minimum execution time: 16_719_000 picoseconds. + Weight::from_parts(17_277_262, 3687) + // Standard Error: 268 + .saturating_add(Weight::from_parts(2_479, 0).saturating_mul(n.into())) + // Standard Error: 268 + .saturating_add(Weight::from_parts(2_695, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -797,8 +806,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `979` // Estimated: `3687` - // Minimum execution time: 10_150_000 picoseconds. - Weight::from_parts(10_851_000, 3687) + // Minimum execution time: 19_158_000 picoseconds. + Weight::from_parts(19_769_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -808,8 +817,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `563` // Estimated: `3687` - // Minimum execution time: 7_234_000 picoseconds. - Weight::from_parts(7_805_000, 3687) + // Minimum execution time: 13_873_000 picoseconds. + Weight::from_parts(14_246_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -821,8 +830,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `563` // Estimated: `3687` - // Minimum execution time: 9_798_000 picoseconds. - Weight::from_parts(10_089_000, 3687) + // Minimum execution time: 21_575_000 picoseconds. + Weight::from_parts(22_063_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -838,8 +847,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1105` // Estimated: `6232` - // Minimum execution time: 24_386_000 picoseconds. - Weight::from_parts(25_218_000, 6232) + // Minimum execution time: 57_282_000 picoseconds. + Weight::from_parts(58_593_000, 6232) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -851,8 +860,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `745` // Estimated: `3687` - // Minimum execution time: 11_432_000 picoseconds. - Weight::from_parts(12_072_000, 3687) + // Minimum execution time: 23_570_000 picoseconds. + Weight::from_parts(24_227_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -864,8 +873,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `745` // Estimated: `3687` - // Minimum execution time: 11_662_000 picoseconds. - Weight::from_parts(12_033_000, 3687) + // Minimum execution time: 24_400_000 picoseconds. + Weight::from_parts(24_856_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -875,8 +884,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `563` // Estimated: `3687` - // Minimum execution time: 7_333_000 picoseconds. - Weight::from_parts(7_514_000, 3687) + // Minimum execution time: 15_098_000 picoseconds. + Weight::from_parts(15_516_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -890,8 +899,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `870` // Estimated: `3687` - // Minimum execution time: 15_940_000 picoseconds. - Weight::from_parts(16_411_000, 3687) + // Minimum execution time: 36_457_000 picoseconds. + Weight::from_parts(37_077_000, 3687) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -903,8 +912,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `819` // Estimated: `3687` - // Minimum execution time: 15_099_000 picoseconds. - Weight::from_parts(15_589_000, 3687) + // Minimum execution time: 35_460_000 picoseconds. + Weight::from_parts(36_118_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -918,8 +927,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `992` // Estimated: `3687` - // Minimum execution time: 15_629_000 picoseconds. - Weight::from_parts(16_120_000, 3687) + // Minimum execution time: 34_060_000 picoseconds. + Weight::from_parts(34_750_000, 3687) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -931,8 +940,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `974` // Estimated: `3687` - // Minimum execution time: 15_279_000 picoseconds. - Weight::from_parts(15_730_000, 3687) + // Minimum execution time: 33_156_000 picoseconds. + Weight::from_parts(33_954_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -944,9 +953,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `923` // Estimated: `3687` - // Minimum execution time: 10_640_000 picoseconds. - Weight::from_parts(10_880_000, 3687) + // Minimum execution time: 20_413_000 picoseconds. + Weight::from_parts(20_957_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_author_inherent.rs b/runtime/calamari/src/weights/pallet_author_inherent.rs index 765c9bd72..f8249f835 100644 --- a/runtime/calamari/src/weights/pallet_author_inherent.rs +++ b/runtime/calamari/src/weights/pallet_author_inherent.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_author_inherent //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-10, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("/home/jamie/my-repo/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=/home/jamie/my-repo/Manta/tests/data/fork.json +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_author_inherent // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_author_inherent.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_author_inherent.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -62,8 +63,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `190` // Estimated: `1675` - // Minimum execution time: 7_624_000 picoseconds. - Weight::from_parts(7_875_000, 1675) + // Minimum execution time: 13_043_000 picoseconds. + Weight::from_parts(13_379_000, 1675) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -83,9 +84,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `190` // Estimated: `1675` - // Minimum execution time: 7_624_000 picoseconds. - Weight::from_parts(7_875_000, 1675) + // Minimum execution time: 13_043_000 picoseconds. + Weight::from_parts(13_379_000, 1675) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_balances.rs b/runtime/calamari/src/weights/pallet_balances.rs index b40797a42..c28e5dc61 100644 --- a/runtime/calamari/src/weights/pallet_balances.rs +++ b/runtime/calamari/src/weights/pallet_balances.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_balances //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_balances // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_balances.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_balances.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -63,8 +64,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 19_847_000 picoseconds. - Weight::from_parts(20_238_000, 3593) + // Minimum execution time: 57_196_000 picoseconds. + Weight::from_parts(58_142_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -74,8 +75,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 15_469_000 picoseconds. - Weight::from_parts(15_770_000, 3593) + // Minimum execution time: 42_861_000 picoseconds. + Weight::from_parts(43_645_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -85,8 +86,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `102` // Estimated: `3593` - // Minimum execution time: 6_512_000 picoseconds. - Weight::from_parts(6_693_000, 3593) + // Minimum execution time: 16_134_000 picoseconds. + Weight::from_parts(16_490_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -96,8 +97,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `102` // Estimated: `3593` - // Minimum execution time: 8_987_000 picoseconds. - Weight::from_parts(9_307_000, 3593) + // Minimum execution time: 23_910_000 picoseconds. + Weight::from_parts(24_397_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -107,8 +108,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `102` // Estimated: `6196` - // Minimum execution time: 20_969_000 picoseconds. - Weight::from_parts(21_310_000, 6196) + // Minimum execution time: 59_123_000 picoseconds. + Weight::from_parts(59_813_000, 6196) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -118,8 +119,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 18_475_000 picoseconds. - Weight::from_parts(18_785_000, 3593) + // Minimum execution time: 53_264_000 picoseconds. + Weight::from_parts(54_028_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -129,8 +130,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `102` // Estimated: `3593` - // Minimum execution time: 7_454_000 picoseconds. - Weight::from_parts(7_635_000, 3593) + // Minimum execution time: 18_641_000 picoseconds. + Weight::from_parts(19_026_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -141,10 +142,10 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0 + u * (135 ±0)` // Estimated: `990 + u * (2603 ±0)` - // Minimum execution time: 7_253_000 picoseconds. - Weight::from_parts(7_424_000, 990) - // Standard Error: 7_352 - .saturating_add(Weight::from_parts(6_476_770, 0).saturating_mul(u.into())) + // Minimum execution time: 18_177_000 picoseconds. + Weight::from_parts(18_628_000, 990) + // Standard Error: 8_817 + .saturating_add(Weight::from_parts(15_623_922, 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())) @@ -159,8 +160,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 19_847_000 picoseconds. - Weight::from_parts(20_238_000, 3593) + // Minimum execution time: 57_196_000 picoseconds. + Weight::from_parts(58_142_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -170,8 +171,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 15_469_000 picoseconds. - Weight::from_parts(15_770_000, 3593) + // Minimum execution time: 42_861_000 picoseconds. + Weight::from_parts(43_645_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -181,8 +182,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `102` // Estimated: `3593` - // Minimum execution time: 6_512_000 picoseconds. - Weight::from_parts(6_693_000, 3593) + // Minimum execution time: 16_134_000 picoseconds. + Weight::from_parts(16_490_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -192,8 +193,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `102` // Estimated: `3593` - // Minimum execution time: 8_987_000 picoseconds. - Weight::from_parts(9_307_000, 3593) + // Minimum execution time: 23_910_000 picoseconds. + Weight::from_parts(24_397_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -203,8 +204,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `102` // Estimated: `6196` - // Minimum execution time: 20_969_000 picoseconds. - Weight::from_parts(21_310_000, 6196) + // Minimum execution time: 59_123_000 picoseconds. + Weight::from_parts(59_813_000, 6196) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -214,8 +215,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 18_475_000 picoseconds. - Weight::from_parts(18_785_000, 3593) + // Minimum execution time: 53_264_000 picoseconds. + Weight::from_parts(54_028_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -225,8 +226,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `102` // Estimated: `3593` - // Minimum execution time: 7_454_000 picoseconds. - Weight::from_parts(7_635_000, 3593) + // Minimum execution time: 18_641_000 picoseconds. + Weight::from_parts(19_026_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -237,12 +238,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0 + u * (135 ±0)` // Estimated: `990 + u * (2603 ±0)` - // Minimum execution time: 7_253_000 picoseconds. - Weight::from_parts(7_424_000, 990) - // Standard Error: 7_352 - .saturating_add(Weight::from_parts(6_476_770, 0).saturating_mul(u.into())) + // Minimum execution time: 18_177_000 picoseconds. + Weight::from_parts(18_628_000, 990) + // Standard Error: 8_817 + .saturating_add(Weight::from_parts(15_623_922, 0).saturating_mul(u.into())) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(u.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(u.into()))) .saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into())) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_collective.rs b/runtime/calamari/src/weights/pallet_collective.rs index 404fd6163..562c87fdb 100644 --- a/runtime/calamari/src/weights/pallet_collective.rs +++ b/runtime/calamari/src/weights/pallet_collective.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_collective //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_collective // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_collective.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_collective.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -74,12 +75,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `0 + m * (3232 ±0) + p * (3190 ±0)` // Estimated: `15689 + m * (1967 ±16) + p * (4332 ±16)` - // Minimum execution time: 8_817_000 picoseconds. - Weight::from_parts(8_937_000, 15689) - // Standard Error: 18_405 - .saturating_add(Weight::from_parts(1_836_325, 0).saturating_mul(m.into())) - // Standard Error: 18_405 - .saturating_add(Weight::from_parts(3_826_768, 0).saturating_mul(p.into())) + // Minimum execution time: 17_890_000 picoseconds. + Weight::from_parts(18_124_000, 15689) + // Standard Error: 57_141 + .saturating_add(Weight::from_parts(6_619_182, 0).saturating_mul(m.into())) + // Standard Error: 57_141 + .saturating_add(Weight::from_parts(9_511_574, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -95,12 +96,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `30 + m * (32 ±0)` // Estimated: `1516 + m * (32 ±0)` - // Minimum execution time: 7_524_000 picoseconds. - Weight::from_parts(7_190_313, 1516) - // Standard Error: 19 - .saturating_add(Weight::from_parts(640, 0).saturating_mul(b.into())) - // Standard Error: 200 - .saturating_add(Weight::from_parts(10_381, 0).saturating_mul(m.into())) + // Minimum execution time: 17_077_000 picoseconds. + Weight::from_parts(16_187_254, 1516) + // Standard Error: 14 + .saturating_add(Weight::from_parts(1_469, 0).saturating_mul(b.into())) + // Standard Error: 145 + .saturating_add(Weight::from_parts(15_216, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -114,12 +115,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `30 + m * (32 ±0)` // Estimated: `3496 + m * (32 ±0)` - // Minimum execution time: 9_047_000 picoseconds. - Weight::from_parts(8_547_157, 3496) - // Standard Error: 8 - .saturating_add(Weight::from_parts(809, 0).saturating_mul(b.into())) - // Standard Error: 92 - .saturating_add(Weight::from_parts(18_772, 0).saturating_mul(m.into())) + // Minimum execution time: 20_006_000 picoseconds. + Weight::from_parts(19_239_989, 3496) + // Standard Error: 22 + .saturating_add(Weight::from_parts(1_434, 0).saturating_mul(b.into())) + // Standard Error: 236 + .saturating_add(Weight::from_parts(26_759, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -140,14 +141,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `320 + m * (32 ±0) + p * (36 ±0)` // Estimated: `3712 + m * (33 ±0) + p * (36 ±0)` - // Minimum execution time: 11_492_000 picoseconds. - Weight::from_parts(12_535_755, 3712) - // Standard Error: 63 - .saturating_add(Weight::from_parts(1_408, 0).saturating_mul(b.into())) - // Standard Error: 660 - .saturating_add(Weight::from_parts(12_518, 0).saturating_mul(m.into())) - // Standard Error: 651 - .saturating_add(Weight::from_parts(46_033, 0).saturating_mul(p.into())) + // Minimum execution time: 26_878_000 picoseconds. + Weight::from_parts(26_503_203, 3712) + // Standard Error: 83 + .saturating_add(Weight::from_parts(3_734, 0).saturating_mul(b.into())) + // Standard Error: 875 + .saturating_add(Weight::from_parts(27_017, 0).saturating_mul(m.into())) + // Standard Error: 864 + .saturating_add(Weight::from_parts(188_446, 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, 33).saturating_mul(m.into())) @@ -162,10 +163,10 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `769 + m * (64 ±0)` // Estimated: `4233 + m * (64 ±0)` - // Minimum execution time: 12_443_000 picoseconds. - Weight::from_parts(12_800_566, 4233) - // Standard Error: 392 - .saturating_add(Weight::from_parts(29_637, 0).saturating_mul(m.into())) + // Minimum execution time: 27_297_000 picoseconds. + Weight::from_parts(28_974_951, 4233) + // Standard Error: 497 + .saturating_add(Weight::from_parts(40_720, 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())) @@ -184,12 +185,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `358 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3803 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 14_387_000 picoseconds. - Weight::from_parts(12_860_576, 3803) - // Standard Error: 458 - .saturating_add(Weight::from_parts(28_149, 0).saturating_mul(m.into())) - // Standard Error: 446 - .saturating_add(Weight::from_parts(50_026, 0).saturating_mul(p.into())) + // Minimum execution time: 29_650_000 picoseconds. + Weight::from_parts(30_613_895, 3803) + // Standard Error: 789 + .saturating_add(Weight::from_parts(28_988, 0).saturating_mul(m.into())) + // Standard Error: 769 + .saturating_add(Weight::from_parts(173_825, 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, 65).saturating_mul(m.into())) @@ -210,14 +211,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `660 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `3977 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 18_465_000 picoseconds. - Weight::from_parts(17_135_706, 3977) - // Standard Error: 103 - .saturating_add(Weight::from_parts(2_368, 0).saturating_mul(b.into())) - // Standard Error: 1_099 - .saturating_add(Weight::from_parts(20_350, 0).saturating_mul(m.into())) - // Standard Error: 1_071 - .saturating_add(Weight::from_parts(86_488, 0).saturating_mul(p.into())) + // Minimum execution time: 43_505_000 picoseconds. + Weight::from_parts(44_901_179, 3977) + // Standard Error: 157 + .saturating_add(Weight::from_parts(3_720, 0).saturating_mul(b.into())) + // Standard Error: 1_625 + .saturating_add(Weight::from_parts(221_903, 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())) @@ -240,12 +239,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `378 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3823 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 15_539_000 picoseconds. - Weight::from_parts(16_294_546, 3823) - // Standard Error: 653 - .saturating_add(Weight::from_parts(18_313, 0).saturating_mul(m.into())) - // Standard Error: 637 - .saturating_add(Weight::from_parts(40_272, 0).saturating_mul(p.into())) + // Minimum execution time: 33_416_000 picoseconds. + Weight::from_parts(32_515_245, 3823) + // Standard Error: 664 + .saturating_add(Weight::from_parts(41_524, 0).saturating_mul(m.into())) + // Standard Error: 648 + .saturating_add(Weight::from_parts(176_054, 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, 65).saturating_mul(m.into())) @@ -268,14 +267,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `680 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `3997 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 19_817_000 picoseconds. - Weight::from_parts(22_502_128, 3997) - // Standard Error: 88 - .saturating_add(Weight::from_parts(161, 0).saturating_mul(b.into())) - // Standard Error: 934 - .saturating_add(Weight::from_parts(23_492, 0).saturating_mul(m.into())) - // Standard Error: 911 - .saturating_add(Weight::from_parts(74_961, 0).saturating_mul(p.into())) + // Minimum execution time: 46_679_000 picoseconds. + Weight::from_parts(48_104_724, 3997) + // Standard Error: 119 + .saturating_add(Weight::from_parts(3_755, 0).saturating_mul(b.into())) + // Standard Error: 1_265 + .saturating_add(Weight::from_parts(16_006, 0).saturating_mul(m.into())) + // Standard Error: 1_233 + .saturating_add(Weight::from_parts(222_793, 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())) @@ -293,10 +292,10 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `187 + p * (32 ±0)` // Estimated: `1672 + p * (32 ±0)` - // Minimum execution time: 7_253_000 picoseconds. - Weight::from_parts(8_139_901, 1672) - // Standard Error: 308 - .saturating_add(Weight::from_parts(36_413, 0).saturating_mul(p.into())) + // Minimum execution time: 15_876_000 picoseconds. + Weight::from_parts(18_074_708, 1672) + // Standard Error: 811 + .saturating_add(Weight::from_parts(163_948, 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())) @@ -320,12 +319,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0 + m * (3232 ±0) + p * (3190 ±0)` // Estimated: `15689 + m * (1967 ±16) + p * (4332 ±16)` - // Minimum execution time: 8_817_000 picoseconds. - Weight::from_parts(8_937_000, 15689) - // Standard Error: 18_405 - .saturating_add(Weight::from_parts(1_836_325, 0).saturating_mul(m.into())) - // Standard Error: 18_405 - .saturating_add(Weight::from_parts(3_826_768, 0).saturating_mul(p.into())) + // Minimum execution time: 17_890_000 picoseconds. + Weight::from_parts(18_124_000, 15689) + // Standard Error: 57_141 + .saturating_add(Weight::from_parts(6_619_182, 0).saturating_mul(m.into())) + // Standard Error: 57_141 + .saturating_add(Weight::from_parts(9_511_574, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -341,12 +340,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `30 + m * (32 ±0)` // Estimated: `1516 + m * (32 ±0)` - // Minimum execution time: 7_524_000 picoseconds. - Weight::from_parts(7_190_313, 1516) - // Standard Error: 19 - .saturating_add(Weight::from_parts(640, 0).saturating_mul(b.into())) - // Standard Error: 200 - .saturating_add(Weight::from_parts(10_381, 0).saturating_mul(m.into())) + // Minimum execution time: 17_077_000 picoseconds. + Weight::from_parts(16_187_254, 1516) + // Standard Error: 14 + .saturating_add(Weight::from_parts(1_469, 0).saturating_mul(b.into())) + // Standard Error: 145 + .saturating_add(Weight::from_parts(15_216, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -360,12 +359,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `30 + m * (32 ±0)` // Estimated: `3496 + m * (32 ±0)` - // Minimum execution time: 9_047_000 picoseconds. - Weight::from_parts(8_547_157, 3496) - // Standard Error: 8 - .saturating_add(Weight::from_parts(809, 0).saturating_mul(b.into())) - // Standard Error: 92 - .saturating_add(Weight::from_parts(18_772, 0).saturating_mul(m.into())) + // Minimum execution time: 20_006_000 picoseconds. + Weight::from_parts(19_239_989, 3496) + // Standard Error: 22 + .saturating_add(Weight::from_parts(1_434, 0).saturating_mul(b.into())) + // Standard Error: 236 + .saturating_add(Weight::from_parts(26_759, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -386,14 +385,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `320 + m * (32 ±0) + p * (36 ±0)` // Estimated: `3712 + m * (33 ±0) + p * (36 ±0)` - // Minimum execution time: 11_492_000 picoseconds. - Weight::from_parts(12_535_755, 3712) - // Standard Error: 63 - .saturating_add(Weight::from_parts(1_408, 0).saturating_mul(b.into())) - // Standard Error: 660 - .saturating_add(Weight::from_parts(12_518, 0).saturating_mul(m.into())) - // Standard Error: 651 - .saturating_add(Weight::from_parts(46_033, 0).saturating_mul(p.into())) + // Minimum execution time: 26_878_000 picoseconds. + Weight::from_parts(26_503_203, 3712) + // Standard Error: 83 + .saturating_add(Weight::from_parts(3_734, 0).saturating_mul(b.into())) + // Standard Error: 875 + .saturating_add(Weight::from_parts(27_017, 0).saturating_mul(m.into())) + // Standard Error: 864 + .saturating_add(Weight::from_parts(188_446, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 33).saturating_mul(m.into())) @@ -408,10 +407,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `769 + m * (64 ±0)` // Estimated: `4233 + m * (64 ±0)` - // Minimum execution time: 12_443_000 picoseconds. - Weight::from_parts(12_800_566, 4233) - // Standard Error: 392 - .saturating_add(Weight::from_parts(29_637, 0).saturating_mul(m.into())) + // Minimum execution time: 27_297_000 picoseconds. + Weight::from_parts(28_974_951, 4233) + // Standard Error: 497 + .saturating_add(Weight::from_parts(40_720, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -430,12 +429,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `358 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3803 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 14_387_000 picoseconds. - Weight::from_parts(12_860_576, 3803) - // Standard Error: 458 - .saturating_add(Weight::from_parts(28_149, 0).saturating_mul(m.into())) - // Standard Error: 446 - .saturating_add(Weight::from_parts(50_026, 0).saturating_mul(p.into())) + // Minimum execution time: 29_650_000 picoseconds. + Weight::from_parts(30_613_895, 3803) + // Standard Error: 789 + .saturating_add(Weight::from_parts(28_988, 0).saturating_mul(m.into())) + // Standard Error: 769 + .saturating_add(Weight::from_parts(173_825, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into())) @@ -456,14 +455,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `660 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `3977 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 18_465_000 picoseconds. - Weight::from_parts(17_135_706, 3977) - // Standard Error: 103 - .saturating_add(Weight::from_parts(2_368, 0).saturating_mul(b.into())) - // Standard Error: 1_099 - .saturating_add(Weight::from_parts(20_350, 0).saturating_mul(m.into())) - // Standard Error: 1_071 - .saturating_add(Weight::from_parts(86_488, 0).saturating_mul(p.into())) + // Minimum execution time: 43_505_000 picoseconds. + Weight::from_parts(44_901_179, 3977) + // Standard Error: 157 + .saturating_add(Weight::from_parts(3_720, 0).saturating_mul(b.into())) + // Standard Error: 1_625 + .saturating_add(Weight::from_parts(221_903, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -486,12 +483,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `378 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3823 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 15_539_000 picoseconds. - Weight::from_parts(16_294_546, 3823) - // Standard Error: 653 - .saturating_add(Weight::from_parts(18_313, 0).saturating_mul(m.into())) - // Standard Error: 637 - .saturating_add(Weight::from_parts(40_272, 0).saturating_mul(p.into())) + // Minimum execution time: 33_416_000 picoseconds. + Weight::from_parts(32_515_245, 3823) + // Standard Error: 664 + .saturating_add(Weight::from_parts(41_524, 0).saturating_mul(m.into())) + // Standard Error: 648 + .saturating_add(Weight::from_parts(176_054, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into())) @@ -514,14 +511,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `680 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `3997 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 19_817_000 picoseconds. - Weight::from_parts(22_502_128, 3997) - // Standard Error: 88 - .saturating_add(Weight::from_parts(161, 0).saturating_mul(b.into())) - // Standard Error: 934 - .saturating_add(Weight::from_parts(23_492, 0).saturating_mul(m.into())) - // Standard Error: 911 - .saturating_add(Weight::from_parts(74_961, 0).saturating_mul(p.into())) + // Minimum execution time: 46_679_000 picoseconds. + Weight::from_parts(48_104_724, 3997) + // Standard Error: 119 + .saturating_add(Weight::from_parts(3_755, 0).saturating_mul(b.into())) + // Standard Error: 1_265 + .saturating_add(Weight::from_parts(16_006, 0).saturating_mul(m.into())) + // Standard Error: 1_233 + .saturating_add(Weight::from_parts(222_793, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -539,12 +536,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `187 + p * (32 ±0)` // Estimated: `1672 + p * (32 ±0)` - // Minimum execution time: 7_253_000 picoseconds. - Weight::from_parts(8_139_901, 1672) - // Standard Error: 308 - .saturating_add(Weight::from_parts(36_413, 0).saturating_mul(p.into())) + // Minimum execution time: 15_876_000 picoseconds. + Weight::from_parts(18_074_708, 1672) + // Standard Error: 811 + .saturating_add(Weight::from_parts(163_948, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_democracy.rs b/runtime/calamari/src/weights/pallet_democracy.rs index a7b7033c0..f83941d23 100644 --- a/runtime/calamari/src/weights/pallet_democracy.rs +++ b/runtime/calamari/src/weights/pallet_democracy.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_democracy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_democracy // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_democracy.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_democracy.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -89,8 +90,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_farming::WeightInfo for SubstrateWeight /// Proof Skipped: Farming GaugePoolInfos (max_values: None, max_size: None, mode: Measured) fn on_initialize() -> Weight { // Proof Size summary in bytes: - // Measured: `10` - // Estimated: `3475` - // Minimum execution time: 4_298_000 picoseconds. - Weight::from_parts(4_509_000, 3475) + // Measured: `2105` + // Estimated: `5570` + // Minimum execution time: 12_403_000 picoseconds. + Weight::from_parts(12_771_000, 5570) .saturating_add(T::DbWeight::get().reads(2_u64)) } /// Storage: Farming PoolNextId (r:1 w:1) @@ -80,8 +81,8 @@ impl pallet_farming::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `6` // Estimated: `1491` - // Minimum execution time: 7_815_000 picoseconds. - Weight::from_parts(8_055_000, 1491) + // Minimum execution time: 18_751_000 picoseconds. + Weight::from_parts(19_141_000, 1491) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -95,10 +96,10 @@ impl pallet_farming::WeightInfo for SubstrateWeight /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn charge() -> Weight { // Proof Size summary in bytes: - // Measured: `813` + // Measured: `1330` // Estimated: `6232` - // Minimum execution time: 27_311_000 picoseconds. - Weight::from_parts(27_752_000, 6232) + // Minimum execution time: 68_957_000 picoseconds. + Weight::from_parts(70_145_000, 6232) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -114,10 +115,10 @@ impl pallet_farming::WeightInfo for SubstrateWeight /// Proof Skipped: Farming SharesAndWithdrawnRewards (max_values: None, max_size: None, mode: Measured) fn deposit() -> Weight { // Proof Size summary in bytes: - // Measured: `993` + // Measured: `1504` // Estimated: `6232` - // Minimum execution time: 32_391_000 picoseconds. - Weight::from_parts(32_932_000, 6232) + // Minimum execution time: 76_664_000 picoseconds. + Weight::from_parts(78_533_000, 6232) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -129,8 +130,8 @@ impl pallet_farming::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `506` // Estimated: `3971` - // Minimum execution time: 14_157_000 picoseconds. - Weight::from_parts(14_537_000, 3971) + // Minimum execution time: 32_214_000 picoseconds. + Weight::from_parts(32_801_000, 3971) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -144,8 +145,8 @@ impl pallet_farming::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `510` // Estimated: `3975` - // Minimum execution time: 14_587_000 picoseconds. - Weight::from_parts(14_948_000, 3975) + // Minimum execution time: 33_518_000 picoseconds. + Weight::from_parts(34_452_000, 3975) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -161,8 +162,8 @@ impl pallet_farming::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `893` // Estimated: `4358` - // Minimum execution time: 16_521_000 picoseconds. - Weight::from_parts(17_493_000, 4358) + // Minimum execution time: 36_962_000 picoseconds. + Weight::from_parts(37_814_000, 4358) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -176,10 +177,10 @@ impl WeightInfo for () { /// Proof Skipped: Farming GaugePoolInfos (max_values: None, max_size: None, mode: Measured) fn on_initialize() -> Weight { // Proof Size summary in bytes: - // Measured: `10` - // Estimated: `3475` - // Minimum execution time: 4_298_000 picoseconds. - Weight::from_parts(4_509_000, 3475) + // Measured: `2105` + // Estimated: `5570` + // Minimum execution time: 12_403_000 picoseconds. + Weight::from_parts(12_771_000, 5570) .saturating_add(RocksDbWeight::get().reads(2_u64)) } /// Storage: Farming PoolNextId (r:1 w:1) @@ -194,8 +195,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `6` // Estimated: `1491` - // Minimum execution time: 7_815_000 picoseconds. - Weight::from_parts(8_055_000, 1491) + // Minimum execution time: 18_751_000 picoseconds. + Weight::from_parts(19_141_000, 1491) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -209,10 +210,10 @@ impl WeightInfo for () { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn charge() -> Weight { // Proof Size summary in bytes: - // Measured: `813` + // Measured: `1330` // Estimated: `6232` - // Minimum execution time: 27_311_000 picoseconds. - Weight::from_parts(27_752_000, 6232) + // Minimum execution time: 68_957_000 picoseconds. + Weight::from_parts(70_145_000, 6232) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -228,10 +229,10 @@ impl WeightInfo for () { /// Proof Skipped: Farming SharesAndWithdrawnRewards (max_values: None, max_size: None, mode: Measured) fn deposit() -> Weight { // Proof Size summary in bytes: - // Measured: `993` + // Measured: `1504` // Estimated: `6232` - // Minimum execution time: 32_391_000 picoseconds. - Weight::from_parts(32_932_000, 6232) + // Minimum execution time: 76_664_000 picoseconds. + Weight::from_parts(78_533_000, 6232) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -243,8 +244,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `506` // Estimated: `3971` - // Minimum execution time: 14_157_000 picoseconds. - Weight::from_parts(14_537_000, 3971) + // Minimum execution time: 32_214_000 picoseconds. + Weight::from_parts(32_801_000, 3971) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -258,8 +259,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `510` // Estimated: `3975` - // Minimum execution time: 14_587_000 picoseconds. - Weight::from_parts(14_948_000, 3975) + // Minimum execution time: 33_518_000 picoseconds. + Weight::from_parts(34_452_000, 3975) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -275,9 +276,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `893` // Estimated: `4358` - // Minimum execution time: 16_521_000 picoseconds. - Weight::from_parts(17_493_000, 4358) + // Minimum execution time: 36_962_000 picoseconds. + Weight::from_parts(37_814_000, 4358) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_lottery.rs b/runtime/calamari/src/weights/pallet_lottery.rs index 069c6981d..b61a9fafe 100644 --- a/runtime/calamari/src/weights/pallet_lottery.rs +++ b/runtime/calamari/src/weights/pallet_lottery.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_lottery //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-10, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("/home/jamie/my-repo/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=/home/jamie/my-repo/Manta/tests/data/fork.json +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_lottery // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_lottery.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_lottery.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -109,12 +110,12 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `3459 + x * (1 ±0) + y * (72 ±0)` // Estimated: `8716 + x * (2 ±0) + y * (79 ±0)` - // Minimum execution time: 109_295_000 picoseconds. - Weight::from_parts(129_547_079, 8716) - // Standard Error: 583 - .saturating_add(Weight::from_parts(58_735, 0).saturating_mul(x.into())) - // Standard Error: 9_193 - .saturating_add(Weight::from_parts(96_358, 0).saturating_mul(y.into())) + // Minimum execution time: 219_382_000 picoseconds. + Weight::from_parts(254_137_415, 8716) + // Standard Error: 1_320 + .saturating_add(Weight::from_parts(203_207, 0).saturating_mul(x.into())) + // Standard Error: 20_803 + .saturating_add(Weight::from_parts(26_611, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(24_u64)) .saturating_add(T::DbWeight::get().writes(13_u64)) .saturating_add(Weight::from_parts(0, 2).saturating_mul(x.into())) @@ -160,12 +161,10 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `2216 + x * (1 ±0)` // Estimated: `7719 + x * (1 ±0) + y * (5 ±0)` - // Minimum execution time: 50_976_000 picoseconds. - Weight::from_parts(56_643_077, 7719) - // Standard Error: 244 - .saturating_add(Weight::from_parts(32_928, 0).saturating_mul(x.into())) - // Standard Error: 3_856 - .saturating_add(Weight::from_parts(4_322, 0).saturating_mul(y.into())) + // Minimum execution time: 106_439_000 picoseconds. + Weight::from_parts(109_754_175, 7719) + // Standard Error: 315 + .saturating_add(Weight::from_parts(94_367, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(18_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(x.into())) @@ -184,10 +183,10 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `694 + y * (5 ±0)` // Estimated: `6196 + y * (6 ±0)` - // Minimum execution time: 29_094_000 picoseconds. - Weight::from_parts(31_109_054, 6196) - // Standard Error: 1_069 - .saturating_add(Weight::from_parts(58_847, 0).saturating_mul(y.into())) + // Minimum execution time: 65_232_000 picoseconds. + Weight::from_parts(69_542_029, 6196) + // Standard Error: 2_374 + .saturating_add(Weight::from_parts(114_761, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(y.into())) @@ -210,8 +209,8 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `324` // Estimated: `42428` - // Minimum execution time: 15_670_000 picoseconds. - Weight::from_parts(16_020_000, 42428) + // Minimum execution time: 35_847_000 picoseconds. + Weight::from_parts(36_423_000, 42428) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -223,8 +222,8 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `162` // Estimated: `42428` - // Minimum execution time: 10_520_000 picoseconds. - Weight::from_parts(10_770_000, 42428) + // Minimum execution time: 24_658_000 picoseconds. + Weight::from_parts(25_071_000, 42428) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -258,10 +257,10 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `1665 + x * (30 ±0)` // Estimated: `259887 + x * (1112 ±0)` - // Minimum execution time: 35_998_000 picoseconds. - Weight::from_parts(334_839_510, 259887) - // Standard Error: 27_525 - .saturating_add(Weight::from_parts(1_187_025, 0).saturating_mul(x.into())) + // Minimum execution time: 75_132_000 picoseconds. + Weight::from_parts(480_159_574, 259887) + // Standard Error: 42_267 + .saturating_add(Weight::from_parts(1_932_706, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(112_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 1112).saturating_mul(x.into())) @@ -278,8 +277,8 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `238` // Estimated: `1723` - // Minimum execution time: 6_332_000 picoseconds. - Weight::from_parts(6_522_000, 1723) + // Minimum execution time: 11_668_000 picoseconds. + Weight::from_parts(11_892_000, 1723) .saturating_add(T::DbWeight::get().reads(4_u64)) } /// Storage: Lottery MinWithdraw (r:1 w:0) @@ -290,8 +289,8 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `216` // Estimated: `1701` - // Minimum execution time: 3_958_000 picoseconds. - Weight::from_parts(4_098_000, 1701) + // Minimum execution time: 7_165_000 picoseconds. + Weight::from_parts(7_349_000, 1701) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -301,8 +300,8 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_152_000 picoseconds. - Weight::from_parts(1_232_000, 0) + // Minimum execution time: 3_185_000 picoseconds. + Weight::from_parts(3_340_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Lottery GasReserve (r:0 w:1) @@ -311,8 +310,8 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_142_000 picoseconds. - Weight::from_parts(1_233_000, 0) + // Minimum execution time: 3_029_000 picoseconds. + Weight::from_parts(3_201_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -369,12 +368,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3459 + x * (1 ±0) + y * (72 ±0)` // Estimated: `8716 + x * (2 ±0) + y * (79 ±0)` - // Minimum execution time: 109_295_000 picoseconds. - Weight::from_parts(129_547_079, 8716) - // Standard Error: 583 - .saturating_add(Weight::from_parts(58_735, 0).saturating_mul(x.into())) - // Standard Error: 9_193 - .saturating_add(Weight::from_parts(96_358, 0).saturating_mul(y.into())) + // Minimum execution time: 219_382_000 picoseconds. + Weight::from_parts(254_137_415, 8716) + // Standard Error: 1_320 + .saturating_add(Weight::from_parts(203_207, 0).saturating_mul(x.into())) + // Standard Error: 20_803 + .saturating_add(Weight::from_parts(26_611, 0).saturating_mul(y.into())) .saturating_add(RocksDbWeight::get().reads(24_u64)) .saturating_add(RocksDbWeight::get().writes(13_u64)) .saturating_add(Weight::from_parts(0, 2).saturating_mul(x.into())) @@ -420,12 +419,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2216 + x * (1 ±0)` // Estimated: `7719 + x * (1 ±0) + y * (5 ±0)` - // Minimum execution time: 50_976_000 picoseconds. - Weight::from_parts(56_643_077, 7719) - // Standard Error: 244 - .saturating_add(Weight::from_parts(32_928, 0).saturating_mul(x.into())) - // Standard Error: 3_856 - .saturating_add(Weight::from_parts(4_322, 0).saturating_mul(y.into())) + // Minimum execution time: 106_439_000 picoseconds. + Weight::from_parts(109_754_175, 7719) + // Standard Error: 315 + .saturating_add(Weight::from_parts(94_367, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(18_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(x.into())) @@ -444,10 +441,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `694 + y * (5 ±0)` // Estimated: `6196 + y * (6 ±0)` - // Minimum execution time: 29_094_000 picoseconds. - Weight::from_parts(31_109_054, 6196) - // Standard Error: 1_069 - .saturating_add(Weight::from_parts(58_847, 0).saturating_mul(y.into())) + // Minimum execution time: 65_232_000 picoseconds. + Weight::from_parts(69_542_029, 6196) + // Standard Error: 2_374 + .saturating_add(Weight::from_parts(114_761, 0).saturating_mul(y.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(y.into())) @@ -470,8 +467,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `324` // Estimated: `42428` - // Minimum execution time: 15_670_000 picoseconds. - Weight::from_parts(16_020_000, 42428) + // Minimum execution time: 35_847_000 picoseconds. + Weight::from_parts(36_423_000, 42428) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -483,8 +480,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `162` // Estimated: `42428` - // Minimum execution time: 10_520_000 picoseconds. - Weight::from_parts(10_770_000, 42428) + // Minimum execution time: 24_658_000 picoseconds. + Weight::from_parts(25_071_000, 42428) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -518,10 +515,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1665 + x * (30 ±0)` // Estimated: `259887 + x * (1112 ±0)` - // Minimum execution time: 35_998_000 picoseconds. - Weight::from_parts(334_839_510, 259887) - // Standard Error: 27_525 - .saturating_add(Weight::from_parts(1_187_025, 0).saturating_mul(x.into())) + // Minimum execution time: 75_132_000 picoseconds. + Weight::from_parts(480_159_574, 259887) + // Standard Error: 42_267 + .saturating_add(Weight::from_parts(1_932_706, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(112_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 1112).saturating_mul(x.into())) @@ -538,8 +535,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `238` // Estimated: `1723` - // Minimum execution time: 6_332_000 picoseconds. - Weight::from_parts(6_522_000, 1723) + // Minimum execution time: 11_668_000 picoseconds. + Weight::from_parts(11_892_000, 1723) .saturating_add(RocksDbWeight::get().reads(4_u64)) } /// Storage: Lottery MinWithdraw (r:1 w:0) @@ -550,8 +547,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `216` // Estimated: `1701` - // Minimum execution time: 3_958_000 picoseconds. - Weight::from_parts(4_098_000, 1701) + // Minimum execution time: 7_165_000 picoseconds. + Weight::from_parts(7_349_000, 1701) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -561,8 +558,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_152_000 picoseconds. - Weight::from_parts(1_232_000, 0) + // Minimum execution time: 3_185_000 picoseconds. + Weight::from_parts(3_340_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Lottery GasReserve (r:0 w:1) @@ -571,8 +568,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_142_000 picoseconds. - Weight::from_parts(1_233_000, 0) + // Minimum execution time: 3_029_000 picoseconds. + Weight::from_parts(3_201_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_manta_pay.rs b/runtime/calamari/src/weights/pallet_manta_pay.rs index beb2c2fd4..30cd9e769 100644 --- a/runtime/calamari/src/weights/pallet_manta_pay.rs +++ b/runtime/calamari/src/weights/pallet_manta_pay.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_manta_pay //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-10, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("/home/jamie/my-repo/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=/home/jamie/my-repo/Manta/tests/data/fork.json +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_manta_pay // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_manta_pay.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_manta_pay.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -71,8 +72,8 @@ impl pallet_manta_pay::WeightInfo for SubstrateWeight pallet_manta_pay::WeightInfo for SubstrateWeight pallet_manta_pay::WeightInfo for SubstrateWeight pallet_manta_pay::WeightInfo for SubstrateWeight pallet_manta_sbt::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `473` + // Measured: `5845` // Estimated: `4119` - // Minimum execution time: 5_134_020_000 picoseconds. - Weight::from_parts(5_163_023_000, 4119) + // Minimum execution time: 39_324_774_000 picoseconds. + Weight::from_parts(39_356_950_000, 4119) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -97,10 +98,10 @@ impl pallet_manta_sbt::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `142` + // Measured: `348` // Estimated: `3593` - // Minimum execution time: 23_104_000 picoseconds. - Weight::from_parts(24_035_000, 3593) + // Minimum execution time: 64_544_000 picoseconds. + Weight::from_parts(65_195_000, 3593) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -110,8 +111,8 @@ impl pallet_manta_sbt::WeightInfo for SubstrateWeight pallet_manta_sbt::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `382` + // Measured: `564` // Estimated: `3804` - // Minimum execution time: 12_915_000 picoseconds. - Weight::from_parts(13_435_000, 3804) + // Minimum execution time: 28_393_000 picoseconds. + Weight::from_parts(29_100_000, 3804) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -141,10 +142,10 @@ impl pallet_manta_sbt::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `142` + // Measured: `862` // Estimated: `1489` - // Minimum execution time: 6_101_000 picoseconds. - Weight::from_parts(6_492_000, 1489) + // Minimum execution time: 16_456_000 picoseconds. + Weight::from_parts(16_860_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -154,10 +155,10 @@ impl pallet_manta_sbt::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `254` + // Measured: `433` // Estimated: `3804` - // Minimum execution time: 8_366_000 picoseconds. - Weight::from_parts(8_917_000, 3804) + // Minimum execution time: 17_414_000 picoseconds. + Weight::from_parts(17_973_000, 3804) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -179,10 +180,10 @@ impl pallet_manta_sbt::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `545` + // Measured: `5917` // Estimated: `4119` - // Minimum execution time: 5_173_945_000 picoseconds. - Weight::from_parts(5_186_347_000, 4119) + // Minimum execution time: 39_406_551_000 picoseconds. + Weight::from_parts(39_431_198_000, 4119) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -192,8 +193,8 @@ impl pallet_manta_sbt::WeightInfo for SubstrateWeight pallet_manta_sbt::WeightInfo for SubstrateWeight pallet_manta_sbt::WeightInfo for SubstrateWeight pallet_manta_sbt::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `234` + // Measured: `5568` // Estimated: `4119` - // Minimum execution time: 5_119_863_000 picoseconds. - Weight::from_parts(5_152_403_000, 4119) + // Minimum execution time: 39_320_356_000 picoseconds. + Weight::from_parts(39_360_746_000, 4119) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -253,10 +254,10 @@ impl pallet_manta_sbt::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `234` + // Measured: `5568` // Estimated: `4119` - // Minimum execution time: 5_122_136_000 picoseconds. - Weight::from_parts(5_135_282_000, 4119) + // Minimum execution time: 39_543_372_000 picoseconds. + Weight::from_parts(39_586_243_000, 4119) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -266,8 +267,8 @@ impl pallet_manta_sbt::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `473` + // Measured: `5845` // Estimated: `4119` - // Minimum execution time: 5_134_020_000 picoseconds. - Weight::from_parts(5_163_023_000, 4119) + // Minimum execution time: 39_324_774_000 picoseconds. + Weight::from_parts(39_356_950_000, 4119) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -309,10 +310,10 @@ impl WeightInfo for () { /// Proof: MantaSbt NextSbtId (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) fn reserve_sbt() -> Weight { // Proof Size summary in bytes: - // Measured: `142` + // Measured: `348` // Estimated: `3593` - // Minimum execution time: 23_104_000 picoseconds. - Weight::from_parts(24_035_000, 3593) + // Minimum execution time: 64_544_000 picoseconds. + Weight::from_parts(65_195_000, 3593) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -322,8 +323,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_768_000 picoseconds. - Weight::from_parts(3_968_000, 0) + // Minimum execution time: 10_299_000 picoseconds. + Weight::from_parts(10_640_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: MantaSbt MintIdRegistry (r:1 w:0) @@ -338,10 +339,10 @@ impl WeightInfo for () { /// Proof: MantaSbt NextSbtId (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) fn allowlist_evm_account() -> Weight { // Proof Size summary in bytes: - // Measured: `382` + // Measured: `564` // Estimated: `3804` - // Minimum execution time: 12_915_000 picoseconds. - Weight::from_parts(13_435_000, 3804) + // Minimum execution time: 28_393_000 picoseconds. + Weight::from_parts(29_100_000, 3804) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -353,10 +354,10 @@ impl WeightInfo for () { /// Proof: MantaSbt MintIdRegistry (max_values: None, max_size: Some(339), added: 2814, mode: MaxEncodedLen) fn new_mint_info() -> Weight { // Proof Size summary in bytes: - // Measured: `142` + // Measured: `862` // Estimated: `1489` - // Minimum execution time: 6_101_000 picoseconds. - Weight::from_parts(6_492_000, 1489) + // Minimum execution time: 16_456_000 picoseconds. + Weight::from_parts(16_860_000, 1489) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -366,10 +367,10 @@ impl WeightInfo for () { /// Proof: MantaSbt PublicMintList (max_values: None, max_size: Some(20), added: 2495, mode: MaxEncodedLen) fn update_mint_info() -> Weight { // Proof Size summary in bytes: - // Measured: `254` + // Measured: `433` // Estimated: `3804` - // Minimum execution time: 8_366_000 picoseconds. - Weight::from_parts(8_917_000, 3804) + // Minimum execution time: 17_414_000 picoseconds. + Weight::from_parts(17_973_000, 3804) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -391,10 +392,10 @@ impl WeightInfo for () { /// Proof: MantaSbt Shards (max_values: None, max_size: Some(395), added: 2870, mode: MaxEncodedLen) fn mint_sbt_eth() -> Weight { // Proof Size summary in bytes: - // Measured: `545` + // Measured: `5917` // Estimated: `4119` - // Minimum execution time: 5_173_945_000 picoseconds. - Weight::from_parts(5_186_347_000, 4119) + // Minimum execution time: 39_406_551_000 picoseconds. + Weight::from_parts(39_431_198_000, 4119) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -404,8 +405,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_667_000 picoseconds. - Weight::from_parts(3_888_000, 0) + // Minimum execution time: 10_156_000 picoseconds. + Weight::from_parts(10_493_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: MantaSbt EvmAccountAllowlist (r:0 w:1) @@ -414,8 +415,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_468_000 picoseconds. - Weight::from_parts(4_619_000, 0) + // Minimum execution time: 11_922_000 picoseconds. + Weight::from_parts(12_226_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: MantaSbt NextSbtId (r:0 w:1) @@ -424,8 +425,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_667_000 picoseconds. - Weight::from_parts(3_787_000, 0) + // Minimum execution time: 9_925_000 picoseconds. + Weight::from_parts(10_329_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: MantaSbt ForceAccount (r:1 w:0) @@ -442,10 +443,10 @@ impl WeightInfo for () { /// Proof: MantaSbt Shards (max_values: None, max_size: Some(395), added: 2870, mode: MaxEncodedLen) fn force_to_private() -> Weight { // Proof Size summary in bytes: - // Measured: `234` + // Measured: `5568` // Estimated: `4119` - // Minimum execution time: 5_119_863_000 picoseconds. - Weight::from_parts(5_152_403_000, 4119) + // Minimum execution time: 39_320_356_000 picoseconds. + Weight::from_parts(39_360_746_000, 4119) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -465,10 +466,10 @@ impl WeightInfo for () { /// Proof: MantaSbt Shards (max_values: None, max_size: Some(395), added: 2870, mode: MaxEncodedLen) fn force_mint_sbt_eth() -> Weight { // Proof Size summary in bytes: - // Measured: `234` + // Measured: `5568` // Estimated: `4119` - // Minimum execution time: 5_122_136_000 picoseconds. - Weight::from_parts(5_135_282_000, 4119) + // Minimum execution time: 39_543_372_000 picoseconds. + Weight::from_parts(39_586_243_000, 4119) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -478,8 +479,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_767_000 picoseconds. - Weight::from_parts(3_897_000, 0) + // Minimum execution time: 10_154_000 picoseconds. + Weight::from_parts(10_487_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_membership.rs b/runtime/calamari/src/weights/pallet_membership.rs index aea40cdef..0f639b6dd 100644 --- a/runtime/calamari/src/weights/pallet_membership.rs +++ b/runtime/calamari/src/weights/pallet_membership.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_membership //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_membership // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_membership.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_membership.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -69,10 +70,10 @@ impl pallet_membership::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `139 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 8_666_000 picoseconds. - Weight::from_parts(9_321_620, 4687) - // Standard Error: 1_089 - .saturating_add(Weight::from_parts(16_512, 0).saturating_mul(m.into())) + // Minimum execution time: 17_359_000 picoseconds. + Weight::from_parts(17_870_388, 4687) + // Standard Error: 170 + .saturating_add(Weight::from_parts(25_360, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -92,10 +93,10 @@ impl pallet_membership::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 9_879_000 picoseconds. - Weight::from_parts(10_291_773, 4687) - // Standard Error: 294 - .saturating_add(Weight::from_parts(19_851, 0).saturating_mul(m.into())) + // Minimum execution time: 20_123_000 picoseconds. + Weight::from_parts(20_867_224, 4687) + // Standard Error: 219 + .saturating_add(Weight::from_parts(25_284, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -115,10 +116,10 @@ impl pallet_membership::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 10_099_000 picoseconds. - Weight::from_parts(10_469_742, 4687) - // Standard Error: 267 - .saturating_add(Weight::from_parts(22_498, 0).saturating_mul(m.into())) + // Minimum execution time: 20_502_000 picoseconds. + Weight::from_parts(21_141_916, 4687) + // Standard Error: 231 + .saturating_add(Weight::from_parts(37_144, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -138,10 +139,10 @@ impl pallet_membership::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 9_258_000 picoseconds. - Weight::from_parts(9_483_976, 4687) - // Standard Error: 1_585 - .saturating_add(Weight::from_parts(87_279, 0).saturating_mul(m.into())) + // Minimum execution time: 20_039_000 picoseconds. + Weight::from_parts(21_337_798, 4687) + // Standard Error: 410 + .saturating_add(Weight::from_parts(161_637, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -161,10 +162,10 @@ impl pallet_membership::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 9_869_000 picoseconds. - Weight::from_parts(11_655_919, 4687) - // Standard Error: 1_366 - .saturating_add(Weight::from_parts(8_716, 0).saturating_mul(m.into())) + // Minimum execution time: 20_757_000 picoseconds. + Weight::from_parts(21_741_856, 4687) + // Standard Error: 272 + .saturating_add(Weight::from_parts(35_651, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -180,10 +181,10 @@ impl pallet_membership::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `108 + m * (32 ±0)` // Estimated: `4687 + m * (32 ±0)` - // Minimum execution time: 4_749_000 picoseconds. - Weight::from_parts(4_995_770, 4687) - // Standard Error: 152 - .saturating_add(Weight::from_parts(11_240, 0).saturating_mul(m.into())) + // Minimum execution time: 8_680_000 picoseconds. + Weight::from_parts(9_144_309, 4687) + // Standard Error: 93 + .saturating_add(Weight::from_parts(11_844, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) @@ -197,10 +198,10 @@ impl pallet_membership::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_383_000 picoseconds. - Weight::from_parts(1_479_624, 0) - // Standard Error: 65 - .saturating_add(Weight::from_parts(1_033, 0).saturating_mul(m.into())) + // Minimum execution time: 3_538_000 picoseconds. + Weight::from_parts(3_790_593, 0) + // Standard Error: 49 + .saturating_add(Weight::from_parts(547, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().writes(2_u64)) } } @@ -220,10 +221,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `139 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 8_666_000 picoseconds. - Weight::from_parts(9_321_620, 4687) - // Standard Error: 1_089 - .saturating_add(Weight::from_parts(16_512, 0).saturating_mul(m.into())) + // Minimum execution time: 17_359_000 picoseconds. + Weight::from_parts(17_870_388, 4687) + // Standard Error: 170 + .saturating_add(Weight::from_parts(25_360, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -243,10 +244,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 9_879_000 picoseconds. - Weight::from_parts(10_291_773, 4687) - // Standard Error: 294 - .saturating_add(Weight::from_parts(19_851, 0).saturating_mul(m.into())) + // Minimum execution time: 20_123_000 picoseconds. + Weight::from_parts(20_867_224, 4687) + // Standard Error: 219 + .saturating_add(Weight::from_parts(25_284, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -266,10 +267,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 10_099_000 picoseconds. - Weight::from_parts(10_469_742, 4687) - // Standard Error: 267 - .saturating_add(Weight::from_parts(22_498, 0).saturating_mul(m.into())) + // Minimum execution time: 20_502_000 picoseconds. + Weight::from_parts(21_141_916, 4687) + // Standard Error: 231 + .saturating_add(Weight::from_parts(37_144, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -289,10 +290,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 9_258_000 picoseconds. - Weight::from_parts(9_483_976, 4687) - // Standard Error: 1_585 - .saturating_add(Weight::from_parts(87_279, 0).saturating_mul(m.into())) + // Minimum execution time: 20_039_000 picoseconds. + Weight::from_parts(21_337_798, 4687) + // Standard Error: 410 + .saturating_add(Weight::from_parts(161_637, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -312,10 +313,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 9_869_000 picoseconds. - Weight::from_parts(11_655_919, 4687) - // Standard Error: 1_366 - .saturating_add(Weight::from_parts(8_716, 0).saturating_mul(m.into())) + // Minimum execution time: 20_757_000 picoseconds. + Weight::from_parts(21_741_856, 4687) + // Standard Error: 272 + .saturating_add(Weight::from_parts(35_651, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -331,10 +332,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `108 + m * (32 ±0)` // Estimated: `4687 + m * (32 ±0)` - // Minimum execution time: 4_749_000 picoseconds. - Weight::from_parts(4_995_770, 4687) - // Standard Error: 152 - .saturating_add(Weight::from_parts(11_240, 0).saturating_mul(m.into())) + // Minimum execution time: 8_680_000 picoseconds. + Weight::from_parts(9_144_309, 4687) + // Standard Error: 93 + .saturating_add(Weight::from_parts(11_844, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) @@ -348,10 +349,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_383_000 picoseconds. - Weight::from_parts(1_479_624, 0) - // Standard Error: 65 - .saturating_add(Weight::from_parts(1_033, 0).saturating_mul(m.into())) + // Minimum execution time: 3_538_000 picoseconds. + Weight::from_parts(3_790_593, 0) + // Standard Error: 49 + .saturating_add(Weight::from_parts(547, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().writes(2_u64)) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_multisig.rs b/runtime/calamari/src/weights/pallet_multisig.rs index d481339cc..3b1c8a693 100644 --- a/runtime/calamari/src/weights/pallet_multisig.rs +++ b/runtime/calamari/src/weights/pallet_multisig.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_multisig //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_multisig // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_multisig.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_multisig.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -61,10 +62,10 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_382_000 picoseconds. - Weight::from_parts(6_739_141, 0) - // Standard Error: 6 - .saturating_add(Weight::from_parts(103, 0).saturating_mul(z.into())) + // Minimum execution time: 15_979_000 picoseconds. + Weight::from_parts(16_467_181, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(681, 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) @@ -74,12 +75,12 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `338 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 18_665_000 picoseconds. - Weight::from_parts(14_173_763, 6811) - // Standard Error: 438 - .saturating_add(Weight::from_parts(51_795, 0).saturating_mul(s.into())) + // Minimum execution time: 47_673_000 picoseconds. + Weight::from_parts(35_282_833, 6811) + // Standard Error: 417 + .saturating_add(Weight::from_parts(136_040, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_parts(750, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_513, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -91,12 +92,12 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `315` // Estimated: `6811` - // Minimum execution time: 13_466_000 picoseconds. - Weight::from_parts(9_298_763, 6811) - // Standard Error: 474 - .saturating_add(Weight::from_parts(48_229, 0).saturating_mul(s.into())) - // Standard Error: 4 - .saturating_add(Weight::from_parts(764, 0).saturating_mul(z.into())) + // Minimum execution time: 31_770_000 picoseconds. + Weight::from_parts(20_957_586, 6811) + // Standard Error: 367 + .saturating_add(Weight::from_parts(119_105, 0).saturating_mul(s.into())) + // Standard Error: 3 + .saturating_add(Weight::from_parts(1_474, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -110,12 +111,12 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `418 + s * (33 ±0)` // Estimated: `6811` - // Minimum execution time: 23_124_000 picoseconds. - Weight::from_parts(15_812_974, 6811) - // Standard Error: 763 - .saturating_add(Weight::from_parts(92_184, 0).saturating_mul(s.into())) - // Standard Error: 7 - .saturating_add(Weight::from_parts(773, 0).saturating_mul(z.into())) + // Minimum execution time: 53_207_000 picoseconds. + Weight::from_parts(39_671_283, 6811) + // Standard Error: 656 + .saturating_add(Weight::from_parts(162_823, 0).saturating_mul(s.into())) + // Standard Error: 6 + .saturating_add(Weight::from_parts(1_555, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -126,10 +127,10 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `342 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 13_025_000 picoseconds. - Weight::from_parts(14_080_379, 6811) - // Standard Error: 233 - .saturating_add(Weight::from_parts(56_630, 0).saturating_mul(s.into())) + // Minimum execution time: 32_420_000 picoseconds. + Weight::from_parts(34_077_022, 6811) + // Standard Error: 496 + .saturating_add(Weight::from_parts(137_391, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -140,10 +141,10 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `315` // Estimated: `6811` - // Minimum execution time: 8_656_000 picoseconds. - Weight::from_parts(9_283_683, 6811) - // Standard Error: 207 - .saturating_add(Weight::from_parts(50_714, 0).saturating_mul(s.into())) + // Minimum execution time: 18_552_000 picoseconds. + Weight::from_parts(19_194_986, 6811) + // Standard Error: 378 + .saturating_add(Weight::from_parts(128_339, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -154,10 +155,10 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `487 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 14_257_000 picoseconds. - Weight::from_parts(15_520_718, 6811) - // Standard Error: 748 - .saturating_add(Weight::from_parts(44_598, 0).saturating_mul(s.into())) + // Minimum execution time: 33_606_000 picoseconds. + Weight::from_parts(35_060_008, 6811) + // Standard Error: 562 + .saturating_add(Weight::from_parts(140_808, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -170,10 +171,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_382_000 picoseconds. - Weight::from_parts(6_739_141, 0) - // Standard Error: 6 - .saturating_add(Weight::from_parts(103, 0).saturating_mul(z.into())) + // Minimum execution time: 15_979_000 picoseconds. + Weight::from_parts(16_467_181, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(681, 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) @@ -183,12 +184,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `338 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 18_665_000 picoseconds. - Weight::from_parts(14_173_763, 6811) - // Standard Error: 438 - .saturating_add(Weight::from_parts(51_795, 0).saturating_mul(s.into())) + // Minimum execution time: 47_673_000 picoseconds. + Weight::from_parts(35_282_833, 6811) + // Standard Error: 417 + .saturating_add(Weight::from_parts(136_040, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_parts(750, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_513, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -200,12 +201,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `315` // Estimated: `6811` - // Minimum execution time: 13_466_000 picoseconds. - Weight::from_parts(9_298_763, 6811) - // Standard Error: 474 - .saturating_add(Weight::from_parts(48_229, 0).saturating_mul(s.into())) - // Standard Error: 4 - .saturating_add(Weight::from_parts(764, 0).saturating_mul(z.into())) + // Minimum execution time: 31_770_000 picoseconds. + Weight::from_parts(20_957_586, 6811) + // Standard Error: 367 + .saturating_add(Weight::from_parts(119_105, 0).saturating_mul(s.into())) + // Standard Error: 3 + .saturating_add(Weight::from_parts(1_474, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -219,12 +220,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `418 + s * (33 ±0)` // Estimated: `6811` - // Minimum execution time: 23_124_000 picoseconds. - Weight::from_parts(15_812_974, 6811) - // Standard Error: 763 - .saturating_add(Weight::from_parts(92_184, 0).saturating_mul(s.into())) - // Standard Error: 7 - .saturating_add(Weight::from_parts(773, 0).saturating_mul(z.into())) + // Minimum execution time: 53_207_000 picoseconds. + Weight::from_parts(39_671_283, 6811) + // Standard Error: 656 + .saturating_add(Weight::from_parts(162_823, 0).saturating_mul(s.into())) + // Standard Error: 6 + .saturating_add(Weight::from_parts(1_555, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -235,10 +236,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `342 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 13_025_000 picoseconds. - Weight::from_parts(14_080_379, 6811) - // Standard Error: 233 - .saturating_add(Weight::from_parts(56_630, 0).saturating_mul(s.into())) + // Minimum execution time: 32_420_000 picoseconds. + Weight::from_parts(34_077_022, 6811) + // Standard Error: 496 + .saturating_add(Weight::from_parts(137_391, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -249,10 +250,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `315` // Estimated: `6811` - // Minimum execution time: 8_656_000 picoseconds. - Weight::from_parts(9_283_683, 6811) - // Standard Error: 207 - .saturating_add(Weight::from_parts(50_714, 0).saturating_mul(s.into())) + // Minimum execution time: 18_552_000 picoseconds. + Weight::from_parts(19_194_986, 6811) + // Standard Error: 378 + .saturating_add(Weight::from_parts(128_339, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -263,11 +264,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `487 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 14_257_000 picoseconds. - Weight::from_parts(15_520_718, 6811) - // Standard Error: 748 - .saturating_add(Weight::from_parts(44_598, 0).saturating_mul(s.into())) + // Minimum execution time: 33_606_000 picoseconds. + Weight::from_parts(35_060_008, 6811) + // Standard Error: 562 + .saturating_add(Weight::from_parts(140_808, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_name_service.rs b/runtime/calamari/src/weights/pallet_name_service.rs index 3f85c47f1..f37167a32 100644 --- a/runtime/calamari/src/weights/pallet_name_service.rs +++ b/runtime/calamari/src/weights/pallet_name_service.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_name_service //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_name_service // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_name_service.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_name_service.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -64,8 +65,8 @@ impl pallet_name_service::WeightInfo for SubstrateWeigh // Proof Size summary in bytes: // Measured: `42` // Estimated: `3593` - // Minimum execution time: 21_681_000 picoseconds. - Weight::from_parts(22_271_000, 3593) + // Minimum execution time: 57_778_000 picoseconds. + Weight::from_parts(58_874_000, 3593) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -77,8 +78,8 @@ impl pallet_name_service::WeightInfo for SubstrateWeigh // Proof Size summary in bytes: // Measured: `145` // Estimated: `3610` - // Minimum execution time: 8_987_000 picoseconds. - Weight::from_parts(9_428_000, 3610) + // Minimum execution time: 20_227_000 picoseconds. + Weight::from_parts(20_858_000, 3610) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -90,8 +91,8 @@ impl pallet_name_service::WeightInfo for SubstrateWeigh // Proof Size summary in bytes: // Measured: `111` // Estimated: `3576` - // Minimum execution time: 8_606_000 picoseconds. - Weight::from_parts(8_847_000, 3576) + // Minimum execution time: 19_340_000 picoseconds. + Weight::from_parts(19_731_000, 3576) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -101,8 +102,8 @@ impl pallet_name_service::WeightInfo for SubstrateWeigh // Proof Size summary in bytes: // Measured: `145` // Estimated: `3610` - // Minimum execution time: 9_017_000 picoseconds. - Weight::from_parts(9_488_000, 3610) + // Minimum execution time: 18_040_000 picoseconds. + Weight::from_parts(18_615_000, 3610) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -114,8 +115,8 @@ impl pallet_name_service::WeightInfo for SubstrateWeigh // Proof Size summary in bytes: // Measured: `111` // Estimated: `3576` - // Minimum execution time: 8_696_000 picoseconds. - Weight::from_parts(9_037_000, 3576) + // Minimum execution time: 19_179_000 picoseconds. + Weight::from_parts(19_613_000, 3576) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -133,8 +134,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3593` - // Minimum execution time: 21_681_000 picoseconds. - Weight::from_parts(22_271_000, 3593) + // Minimum execution time: 57_778_000 picoseconds. + Weight::from_parts(58_874_000, 3593) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -146,8 +147,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `145` // Estimated: `3610` - // Minimum execution time: 8_987_000 picoseconds. - Weight::from_parts(9_428_000, 3610) + // Minimum execution time: 20_227_000 picoseconds. + Weight::from_parts(20_858_000, 3610) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -159,8 +160,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `111` // Estimated: `3576` - // Minimum execution time: 8_606_000 picoseconds. - Weight::from_parts(8_847_000, 3576) + // Minimum execution time: 19_340_000 picoseconds. + Weight::from_parts(19_731_000, 3576) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -170,8 +171,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `145` // Estimated: `3610` - // Minimum execution time: 9_017_000 picoseconds. - Weight::from_parts(9_488_000, 3610) + // Minimum execution time: 18_040_000 picoseconds. + Weight::from_parts(18_615_000, 3610) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -183,9 +184,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `111` // Estimated: `3576` - // Minimum execution time: 8_696_000 picoseconds. - Weight::from_parts(9_037_000, 3576) + // Minimum execution time: 19_179_000 picoseconds. + Weight::from_parts(19_613_000, 3576) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_parachain_staking.rs b/runtime/calamari/src/weights/pallet_parachain_staking.rs index 1680e826a..9e72562b4 100644 --- a/runtime/calamari/src/weights/pallet_parachain_staking.rs +++ b/runtime/calamari/src/weights/pallet_parachain_staking.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_parachain_staking //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-10, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("/home/jamie/my-repo/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=/home/jamie/my-repo/Manta/tests/data/fork.json +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_parachain_staking // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_parachain_staking.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_parachain_staking.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -86,8 +87,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `88` // Estimated: `1573` - // Minimum execution time: 5_951_000 picoseconds. - Weight::from_parts(6_191_000, 1573) + // Minimum execution time: 12_618_000 picoseconds. + Weight::from_parts(12_977_000, 1573) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -97,8 +98,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `88` // Estimated: `1573` - // Minimum execution time: 10_590_000 picoseconds. - Weight::from_parts(10_860_000, 1573) + // Minimum execution time: 53_713_000 picoseconds. + Weight::from_parts(54_254_000, 1573) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -108,8 +109,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `20` // Estimated: `1505` - // Minimum execution time: 4_909_000 picoseconds. - Weight::from_parts(5_100_000, 1505) + // Minimum execution time: 11_271_000 picoseconds. + Weight::from_parts(11_702_000, 1505) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -119,8 +120,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `20` // Estimated: `1505` - // Minimum execution time: 4_608_000 picoseconds. - Weight::from_parts(4_809_000, 1505) + // Minimum execution time: 10_980_000 picoseconds. + Weight::from_parts(11_341_000, 1505) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -130,8 +131,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `28` // Estimated: `1513` - // Minimum execution time: 5_229_000 picoseconds. - Weight::from_parts(5_350_000, 1513) + // Minimum execution time: 12_230_000 picoseconds. + Weight::from_parts(12_540_000, 1513) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -141,8 +142,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `27` // Estimated: `1512` - // Minimum execution time: 4_779_000 picoseconds. - Weight::from_parts(4_950_000, 1512) + // Minimum execution time: 10_891_000 picoseconds. + Weight::from_parts(11_155_000, 1512) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -154,8 +155,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `116` // Estimated: `1601` - // Minimum execution time: 12_704_000 picoseconds. - Weight::from_parts(13_065_000, 1601) + // Minimum execution time: 57_084_000 picoseconds. + Weight::from_parts(57_897_000, 1601) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -184,10 +185,10 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `1926 + x * (49 ±0)` // Estimated: `5168 + x * (50 ±0)` - // Minimum execution time: 26_911_000 picoseconds. - Weight::from_parts(36_408_987, 5168) - // Standard Error: 290 - .saturating_add(Weight::from_parts(35_798, 0).saturating_mul(x.into())) + // Minimum execution time: 60_731_000 picoseconds. + Weight::from_parts(58_364_321, 5168) + // Standard Error: 1_469 + .saturating_add(Weight::from_parts(151_038, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) .saturating_add(Weight::from_parts(0, 50).saturating_mul(x.into())) @@ -201,10 +202,10 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `927 + x * (48 ±0)` // Estimated: `4314 + x * (49 ±0)` - // Minimum execution time: 10_539_000 picoseconds. - Weight::from_parts(14_364_602, 4314) - // Standard Error: 152 - .saturating_add(Weight::from_parts(28_534, 0).saturating_mul(x.into())) + // Minimum execution time: 23_239_000 picoseconds. + Weight::from_parts(14_704_326, 4314) + // Standard Error: 1_242 + .saturating_add(Weight::from_parts(119_041, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(x.into())) @@ -232,10 +233,10 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `83 + x * (524 ±0)` // Estimated: `4755 + x * (3774 ±0)` - // Minimum execution time: 49_653_000 picoseconds. - Weight::from_parts(51_116_000, 4755) - // Standard Error: 30_871 - .saturating_add(Weight::from_parts(15_181_149, 0).saturating_mul(x.into())) + // Minimum execution time: 125_958_000 picoseconds. + Weight::from_parts(130_941_000, 4755) + // Standard Error: 34_918 + .saturating_add(Weight::from_parts(33_790_221, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -251,10 +252,10 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `883 + x * (48 ±0)` // Estimated: `4269 + x * (49 ±0)` - // Minimum execution time: 10_691_000 picoseconds. - Weight::from_parts(14_382_212, 4269) - // Standard Error: 146 - .saturating_add(Weight::from_parts(30_643, 0).saturating_mul(x.into())) + // Minimum execution time: 21_742_000 picoseconds. + Weight::from_parts(13_463_410, 4269) + // Standard Error: 1_262 + .saturating_add(Weight::from_parts(127_551, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(x.into())) @@ -267,8 +268,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `308` // Estimated: `3773` - // Minimum execution time: 10_480_000 picoseconds. - Weight::from_parts(10_750_000, 3773) + // Minimum execution time: 20_917_000 picoseconds. + Weight::from_parts(21_841_000, 3773) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -280,8 +281,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `259` // Estimated: `3724` - // Minimum execution time: 10_319_000 picoseconds. - Weight::from_parts(10_690_000, 3724) + // Minimum execution time: 20_942_000 picoseconds. + Weight::from_parts(21_283_000, 3724) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -301,8 +302,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `550` // Estimated: `4764` - // Minimum execution time: 23_454_000 picoseconds. - Weight::from_parts(23_935_000, 4764) + // Minimum execution time: 50_082_000 picoseconds. + Weight::from_parts(51_270_000, 4764) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -312,8 +313,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `184` // Estimated: `3649` - // Minimum execution time: 8_226_000 picoseconds. - Weight::from_parts(8_526_000, 3649) + // Minimum execution time: 17_521_000 picoseconds. + Weight::from_parts(18_136_000, 3649) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -333,8 +334,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `570` // Estimated: `4764` - // Minimum execution time: 27_772_000 picoseconds. - Weight::from_parts(29_706_000, 4764) + // Minimum execution time: 75_045_000 picoseconds. + Weight::from_parts(79_788_000, 4764) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -344,8 +345,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `204` // Estimated: `3669` - // Minimum execution time: 7_094_000 picoseconds. - Weight::from_parts(7_294_000, 3669) + // Minimum execution time: 15_707_000 picoseconds. + Weight::from_parts(16_110_000, 3669) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -371,12 +372,12 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `1191 + x * (129 ±0) + y * (58 ±0)` // Estimated: `4764 + x * (130 ±0) + y * (59 ±0)` - // Minimum execution time: 40_155_000 picoseconds. - Weight::from_parts(35_945_148, 4764) - // Standard Error: 3_289 - .saturating_add(Weight::from_parts(223_825, 0).saturating_mul(x.into())) - // Standard Error: 758 - .saturating_add(Weight::from_parts(71_887, 0).saturating_mul(y.into())) + // Minimum execution time: 85_784_000 picoseconds. + Weight::from_parts(79_647_940, 4764) + // Standard Error: 5_318 + .saturating_add(Weight::from_parts(328_247, 0).saturating_mul(x.into())) + // Standard Error: 1_226 + .saturating_add(Weight::from_parts(134_537, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) .saturating_add(Weight::from_parts(0, 130).saturating_mul(x.into())) @@ -390,8 +391,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `143` // Estimated: `3608` - // Minimum execution time: 7_805_000 picoseconds. - Weight::from_parts(8_065_000, 3608) + // Minimum execution time: 21_027_000 picoseconds. + Weight::from_parts(21_854_000, 3608) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -417,11 +418,11 @@ impl pallet_parachain_staking::WeightInfo for Substrate fn execute_leave_delegators(x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `97 + x * (473 ±0)` - // Estimated: `4764 + x * (2597 ±0)` - // Minimum execution time: 41_197_000 picoseconds. - Weight::from_parts(21_658_825, 4764) - // Standard Error: 23_000 - .saturating_add(Weight::from_parts(10_285_821, 0).saturating_mul(x.into())) + // Estimated: `4764 + x * (2597 ±5)` + // Minimum execution time: 106_051_000 picoseconds. + Weight::from_parts(65_324_001, 4764) + // Standard Error: 28_616 + .saturating_add(Weight::from_parts(24_190_022, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -436,8 +437,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `234` // Estimated: `3699` - // Minimum execution time: 9_538_000 picoseconds. - Weight::from_parts(9_859_000, 3699) + // Minimum execution time: 23_987_000 picoseconds. + Weight::from_parts(24_532_000, 3699) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -449,8 +450,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `143` // Estimated: `3608` - // Minimum execution time: 8_055_000 picoseconds. - Weight::from_parts(8_406_000, 3608) + // Minimum execution time: 20_887_000 picoseconds. + Weight::from_parts(21_544_000, 3608) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -476,8 +477,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `901` // Estimated: `4764` - // Minimum execution time: 33_423_000 picoseconds. - Weight::from_parts(34_305_000, 4764) + // Minimum execution time: 72_893_000 picoseconds. + Weight::from_parts(74_655_000, 4764) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -489,8 +490,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `143` // Estimated: `3608` - // Minimum execution time: 8_416_000 picoseconds. - Weight::from_parts(8_636_000, 3608) + // Minimum execution time: 21_358_000 picoseconds. + Weight::from_parts(21_776_000, 3608) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -516,8 +517,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `992` // Estimated: `4764` - // Minimum execution time: 41_999_000 picoseconds. - Weight::from_parts(45_045_000, 4764) + // Minimum execution time: 108_757_000 picoseconds. + Weight::from_parts(114_688_000, 4764) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -543,8 +544,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `992` // Estimated: `4764` - // Minimum execution time: 39_995_000 picoseconds. - Weight::from_parts(41_619_000, 4764) + // Minimum execution time: 98_697_000 picoseconds. + Weight::from_parts(108_949_000, 4764) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -556,8 +557,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `234` // Estimated: `3699` - // Minimum execution time: 8_766_000 picoseconds. - Weight::from_parts(9_047_000, 3699) + // Minimum execution time: 20_570_000 picoseconds. + Weight::from_parts(21_203_000, 3699) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -569,8 +570,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `234` // Estimated: `3699` - // Minimum execution time: 10_330_000 picoseconds. - Weight::from_parts(11_080_000, 3699) + // Minimum execution time: 24_876_000 picoseconds. + Weight::from_parts(26_376_000, 3699) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -612,10 +613,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `122083 + x * (252 ±0)` // Estimated: `277604 + x * (3085 ±18) + y * (7 ±0)` - // Minimum execution time: 348_915_000 picoseconds. - Weight::from_parts(749_904_419, 277604) - // Standard Error: 126_370 - .saturating_add(Weight::from_parts(430_085, 0).saturating_mul(x.into())) + // Minimum execution time: 765_315_000 picoseconds. + Weight::from_parts(1_911_150_055, 277604) .saturating_add(T::DbWeight::get().reads(119_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(113_u64)) @@ -637,10 +636,10 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `181 + y * (180 ±0)` // Estimated: `6153 + y * (2603 ±0)` - // Minimum execution time: 21_641_000 picoseconds. - Weight::from_parts(21_884_693, 6153) - // Standard Error: 3_033 - .saturating_add(Weight::from_parts(6_344_464, 0).saturating_mul(y.into())) + // Minimum execution time: 44_953_000 picoseconds. + Weight::from_parts(49_112_594, 6153) + // Standard Error: 5_446 + .saturating_add(Weight::from_parts(16_901_135, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(y.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -651,8 +650,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 752_000 picoseconds. - Weight::from_parts(802_000, 0) + // Minimum execution time: 1_301_000 picoseconds. + Weight::from_parts(1_399_000, 0) } } @@ -664,8 +663,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `88` // Estimated: `1573` - // Minimum execution time: 5_951_000 picoseconds. - Weight::from_parts(6_191_000, 1573) + // Minimum execution time: 12_618_000 picoseconds. + Weight::from_parts(12_977_000, 1573) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -675,8 +674,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `88` // Estimated: `1573` - // Minimum execution time: 10_590_000 picoseconds. - Weight::from_parts(10_860_000, 1573) + // Minimum execution time: 53_713_000 picoseconds. + Weight::from_parts(54_254_000, 1573) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -686,8 +685,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `20` // Estimated: `1505` - // Minimum execution time: 4_909_000 picoseconds. - Weight::from_parts(5_100_000, 1505) + // Minimum execution time: 11_271_000 picoseconds. + Weight::from_parts(11_702_000, 1505) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -697,8 +696,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `20` // Estimated: `1505` - // Minimum execution time: 4_608_000 picoseconds. - Weight::from_parts(4_809_000, 1505) + // Minimum execution time: 10_980_000 picoseconds. + Weight::from_parts(11_341_000, 1505) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -708,8 +707,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `28` // Estimated: `1513` - // Minimum execution time: 5_229_000 picoseconds. - Weight::from_parts(5_350_000, 1513) + // Minimum execution time: 12_230_000 picoseconds. + Weight::from_parts(12_540_000, 1513) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -719,8 +718,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `27` // Estimated: `1512` - // Minimum execution time: 4_779_000 picoseconds. - Weight::from_parts(4_950_000, 1512) + // Minimum execution time: 10_891_000 picoseconds. + Weight::from_parts(11_155_000, 1512) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -732,8 +731,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `116` // Estimated: `1601` - // Minimum execution time: 12_704_000 picoseconds. - Weight::from_parts(13_065_000, 1601) + // Minimum execution time: 57_084_000 picoseconds. + Weight::from_parts(57_897_000, 1601) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -762,10 +761,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1926 + x * (49 ±0)` // Estimated: `5168 + x * (50 ±0)` - // Minimum execution time: 26_911_000 picoseconds. - Weight::from_parts(36_408_987, 5168) - // Standard Error: 290 - .saturating_add(Weight::from_parts(35_798, 0).saturating_mul(x.into())) + // Minimum execution time: 60_731_000 picoseconds. + Weight::from_parts(58_364_321, 5168) + // Standard Error: 1_469 + .saturating_add(Weight::from_parts(151_038, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) .saturating_add(Weight::from_parts(0, 50).saturating_mul(x.into())) @@ -779,10 +778,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `927 + x * (48 ±0)` // Estimated: `4314 + x * (49 ±0)` - // Minimum execution time: 10_539_000 picoseconds. - Weight::from_parts(14_364_602, 4314) - // Standard Error: 152 - .saturating_add(Weight::from_parts(28_534, 0).saturating_mul(x.into())) + // Minimum execution time: 23_239_000 picoseconds. + Weight::from_parts(14_704_326, 4314) + // Standard Error: 1_242 + .saturating_add(Weight::from_parts(119_041, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(x.into())) @@ -810,10 +809,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `83 + x * (524 ±0)` // Estimated: `4755 + x * (3774 ±0)` - // Minimum execution time: 49_653_000 picoseconds. - Weight::from_parts(51_116_000, 4755) - // Standard Error: 30_871 - .saturating_add(Weight::from_parts(15_181_149, 0).saturating_mul(x.into())) + // Minimum execution time: 125_958_000 picoseconds. + Weight::from_parts(130_941_000, 4755) + // Standard Error: 34_918 + .saturating_add(Weight::from_parts(33_790_221, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(x.into()))) .saturating_add(RocksDbWeight::get().writes(4_u64)) @@ -829,10 +828,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `883 + x * (48 ±0)` // Estimated: `4269 + x * (49 ±0)` - // Minimum execution time: 10_691_000 picoseconds. - Weight::from_parts(14_382_212, 4269) - // Standard Error: 146 - .saturating_add(Weight::from_parts(30_643, 0).saturating_mul(x.into())) + // Minimum execution time: 21_742_000 picoseconds. + Weight::from_parts(13_463_410, 4269) + // Standard Error: 1_262 + .saturating_add(Weight::from_parts(127_551, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(x.into())) @@ -845,8 +844,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `308` // Estimated: `3773` - // Minimum execution time: 10_480_000 picoseconds. - Weight::from_parts(10_750_000, 3773) + // Minimum execution time: 20_917_000 picoseconds. + Weight::from_parts(21_841_000, 3773) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -858,8 +857,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `259` // Estimated: `3724` - // Minimum execution time: 10_319_000 picoseconds. - Weight::from_parts(10_690_000, 3724) + // Minimum execution time: 20_942_000 picoseconds. + Weight::from_parts(21_283_000, 3724) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -879,8 +878,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `550` // Estimated: `4764` - // Minimum execution time: 23_454_000 picoseconds. - Weight::from_parts(23_935_000, 4764) + // Minimum execution time: 50_082_000 picoseconds. + Weight::from_parts(51_270_000, 4764) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -890,8 +889,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `184` // Estimated: `3649` - // Minimum execution time: 8_226_000 picoseconds. - Weight::from_parts(8_526_000, 3649) + // Minimum execution time: 17_521_000 picoseconds. + Weight::from_parts(18_136_000, 3649) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -911,8 +910,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `570` // Estimated: `4764` - // Minimum execution time: 27_772_000 picoseconds. - Weight::from_parts(29_706_000, 4764) + // Minimum execution time: 75_045_000 picoseconds. + Weight::from_parts(79_788_000, 4764) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -922,8 +921,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `204` // Estimated: `3669` - // Minimum execution time: 7_094_000 picoseconds. - Weight::from_parts(7_294_000, 3669) + // Minimum execution time: 15_707_000 picoseconds. + Weight::from_parts(16_110_000, 3669) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -949,12 +948,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1191 + x * (129 ±0) + y * (58 ±0)` // Estimated: `4764 + x * (130 ±0) + y * (59 ±0)` - // Minimum execution time: 40_155_000 picoseconds. - Weight::from_parts(35_945_148, 4764) - // Standard Error: 3_289 - .saturating_add(Weight::from_parts(223_825, 0).saturating_mul(x.into())) - // Standard Error: 758 - .saturating_add(Weight::from_parts(71_887, 0).saturating_mul(y.into())) + // Minimum execution time: 85_784_000 picoseconds. + Weight::from_parts(79_647_940, 4764) + // Standard Error: 5_318 + .saturating_add(Weight::from_parts(328_247, 0).saturating_mul(x.into())) + // Standard Error: 1_226 + .saturating_add(Weight::from_parts(134_537, 0).saturating_mul(y.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) .saturating_add(Weight::from_parts(0, 130).saturating_mul(x.into())) @@ -968,8 +967,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3608` - // Minimum execution time: 7_805_000 picoseconds. - Weight::from_parts(8_065_000, 3608) + // Minimum execution time: 21_027_000 picoseconds. + Weight::from_parts(21_854_000, 3608) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -995,11 +994,11 @@ impl WeightInfo for () { fn execute_leave_delegators(x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `97 + x * (473 ±0)` - // Estimated: `4764 + x * (2597 ±0)` - // Minimum execution time: 41_197_000 picoseconds. - Weight::from_parts(21_658_825, 4764) - // Standard Error: 23_000 - .saturating_add(Weight::from_parts(10_285_821, 0).saturating_mul(x.into())) + // Estimated: `4764 + x * (2597 ±5)` + // Minimum execution time: 106_051_000 picoseconds. + Weight::from_parts(65_324_001, 4764) + // Standard Error: 28_616 + .saturating_add(Weight::from_parts(24_190_022, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(x.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -1014,8 +1013,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `234` // Estimated: `3699` - // Minimum execution time: 9_538_000 picoseconds. - Weight::from_parts(9_859_000, 3699) + // Minimum execution time: 23_987_000 picoseconds. + Weight::from_parts(24_532_000, 3699) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1027,8 +1026,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3608` - // Minimum execution time: 8_055_000 picoseconds. - Weight::from_parts(8_406_000, 3608) + // Minimum execution time: 20_887_000 picoseconds. + Weight::from_parts(21_544_000, 3608) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1054,8 +1053,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `901` // Estimated: `4764` - // Minimum execution time: 33_423_000 picoseconds. - Weight::from_parts(34_305_000, 4764) + // Minimum execution time: 72_893_000 picoseconds. + Weight::from_parts(74_655_000, 4764) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -1067,8 +1066,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3608` - // Minimum execution time: 8_416_000 picoseconds. - Weight::from_parts(8_636_000, 3608) + // Minimum execution time: 21_358_000 picoseconds. + Weight::from_parts(21_776_000, 3608) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1094,8 +1093,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `992` // Estimated: `4764` - // Minimum execution time: 41_999_000 picoseconds. - Weight::from_parts(45_045_000, 4764) + // Minimum execution time: 108_757_000 picoseconds. + Weight::from_parts(114_688_000, 4764) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) } @@ -1121,8 +1120,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `992` // Estimated: `4764` - // Minimum execution time: 39_995_000 picoseconds. - Weight::from_parts(41_619_000, 4764) + // Minimum execution time: 98_697_000 picoseconds. + Weight::from_parts(108_949_000, 4764) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) } @@ -1134,8 +1133,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `234` // Estimated: `3699` - // Minimum execution time: 8_766_000 picoseconds. - Weight::from_parts(9_047_000, 3699) + // Minimum execution time: 20_570_000 picoseconds. + Weight::from_parts(21_203_000, 3699) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1147,8 +1146,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `234` // Estimated: `3699` - // Minimum execution time: 10_330_000 picoseconds. - Weight::from_parts(11_080_000, 3699) + // Minimum execution time: 24_876_000 picoseconds. + Weight::from_parts(26_376_000, 3699) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1190,10 +1189,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `122083 + x * (252 ±0)` // Estimated: `277604 + x * (3085 ±18) + y * (7 ±0)` - // Minimum execution time: 348_915_000 picoseconds. - Weight::from_parts(749_904_419, 277604) - // Standard Error: 126_370 - .saturating_add(Weight::from_parts(430_085, 0).saturating_mul(x.into())) + // Minimum execution time: 765_315_000 picoseconds. + Weight::from_parts(1_911_150_055, 277604) .saturating_add(RocksDbWeight::get().reads(119_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(x.into()))) .saturating_add(RocksDbWeight::get().writes(113_u64)) @@ -1215,10 +1212,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `181 + y * (180 ±0)` // Estimated: `6153 + y * (2603 ±0)` - // Minimum execution time: 21_641_000 picoseconds. - Weight::from_parts(21_884_693, 6153) - // Standard Error: 3_033 - .saturating_add(Weight::from_parts(6_344_464, 0).saturating_mul(y.into())) + // Minimum execution time: 44_953_000 picoseconds. + Weight::from_parts(49_112_594, 6153) + // Standard Error: 5_446 + .saturating_add(Weight::from_parts(16_901_135, 0).saturating_mul(y.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(y.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -1229,7 +1226,7 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 752_000 picoseconds. - Weight::from_parts(802_000, 0) + // Minimum execution time: 1_301_000 picoseconds. + Weight::from_parts(1_399_000, 0) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_preimage.rs b/runtime/calamari/src/weights/pallet_preimage.rs index 021dd84e3..3fd570987 100644 --- a/runtime/calamari/src/weights/pallet_preimage.rs +++ b/runtime/calamari/src/weights/pallet_preimage.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_preimage //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_preimage // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_preimage.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_preimage.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -70,10 +71,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `177` // Estimated: `3556` - // Minimum execution time: 12_013_000 picoseconds. - Weight::from_parts(12_263_000, 3556) + // Minimum execution time: 30_541_000 picoseconds. + Weight::from_parts(31_022_000, 3556) // Standard Error: 2 - .saturating_add(Weight::from_parts(1_442, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_510, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -86,10 +87,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 7_524_000 picoseconds. - Weight::from_parts(7_684_000, 3556) - // Standard Error: 3 - .saturating_add(Weight::from_parts(1_573, 0).saturating_mul(s.into())) + // Minimum execution time: 17_270_000 picoseconds. + Weight::from_parts(17_617_000, 3556) + // Standard Error: 2 + .saturating_add(Weight::from_parts(2_446, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -102,10 +103,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 7_143_000 picoseconds. - Weight::from_parts(7_642_483, 3556) + // Minimum execution time: 16_489_000 picoseconds. + Weight::from_parts(16_756_000, 3556) // Standard Error: 5 - .saturating_add(Weight::from_parts(1_597, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_480, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -117,8 +118,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `323` // Estimated: `3556` - // Minimum execution time: 15_098_000 picoseconds. - Weight::from_parts(17_543_000, 3556) + // Minimum execution time: 54_946_000 picoseconds. + Weight::from_parts(57_337_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -130,8 +131,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 9_217_000 picoseconds. - Weight::from_parts(10_479_000, 3556) + // Minimum execution time: 34_940_000 picoseconds. + Weight::from_parts(37_824_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -141,8 +142,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `222` // Estimated: `3556` - // Minimum execution time: 8_015_000 picoseconds. - Weight::from_parts(9_117_000, 3556) + // Minimum execution time: 31_868_000 picoseconds. + Weight::from_parts(34_123_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -152,8 +153,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 5_250_000 picoseconds. - Weight::from_parts(6_141_000, 3556) + // Minimum execution time: 19_689_000 picoseconds. + Weight::from_parts(21_505_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -163,8 +164,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `76` // Estimated: `3556` - // Minimum execution time: 5_500_000 picoseconds. - Weight::from_parts(5_800_000, 3556) + // Minimum execution time: 18_408_000 picoseconds. + Weight::from_parts(18_957_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -174,8 +175,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 4_398_000 picoseconds. - Weight::from_parts(4_629_000, 3556) + // Minimum execution time: 10_043_000 picoseconds. + Weight::from_parts(10_531_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -187,8 +188,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 7_945_000 picoseconds. - Weight::from_parts(9_748_000, 3556) + // Minimum execution time: 32_807_000 picoseconds. + Weight::from_parts(35_304_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -198,8 +199,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 4_148_000 picoseconds. - Weight::from_parts(4_339_000, 3556) + // Minimum execution time: 9_749_000 picoseconds. + Weight::from_parts(10_052_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -209,8 +210,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 4_108_000 picoseconds. - Weight::from_parts(4_338_000, 3556) + // Minimum execution time: 9_631_000 picoseconds. + Weight::from_parts(9_884_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -227,10 +228,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `177` // Estimated: `3556` - // Minimum execution time: 12_013_000 picoseconds. - Weight::from_parts(12_263_000, 3556) + // Minimum execution time: 30_541_000 picoseconds. + Weight::from_parts(31_022_000, 3556) // Standard Error: 2 - .saturating_add(Weight::from_parts(1_442, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_510, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -243,10 +244,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 7_524_000 picoseconds. - Weight::from_parts(7_684_000, 3556) - // Standard Error: 3 - .saturating_add(Weight::from_parts(1_573, 0).saturating_mul(s.into())) + // Minimum execution time: 17_270_000 picoseconds. + Weight::from_parts(17_617_000, 3556) + // Standard Error: 2 + .saturating_add(Weight::from_parts(2_446, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -259,10 +260,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 7_143_000 picoseconds. - Weight::from_parts(7_642_483, 3556) + // Minimum execution time: 16_489_000 picoseconds. + Weight::from_parts(16_756_000, 3556) // Standard Error: 5 - .saturating_add(Weight::from_parts(1_597, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_480, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -274,8 +275,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `323` // Estimated: `3556` - // Minimum execution time: 15_098_000 picoseconds. - Weight::from_parts(17_543_000, 3556) + // Minimum execution time: 54_946_000 picoseconds. + Weight::from_parts(57_337_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -287,8 +288,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 9_217_000 picoseconds. - Weight::from_parts(10_479_000, 3556) + // Minimum execution time: 34_940_000 picoseconds. + Weight::from_parts(37_824_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -298,8 +299,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `222` // Estimated: `3556` - // Minimum execution time: 8_015_000 picoseconds. - Weight::from_parts(9_117_000, 3556) + // Minimum execution time: 31_868_000 picoseconds. + Weight::from_parts(34_123_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -309,8 +310,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 5_250_000 picoseconds. - Weight::from_parts(6_141_000, 3556) + // Minimum execution time: 19_689_000 picoseconds. + Weight::from_parts(21_505_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -320,8 +321,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3556` - // Minimum execution time: 5_500_000 picoseconds. - Weight::from_parts(5_800_000, 3556) + // Minimum execution time: 18_408_000 picoseconds. + Weight::from_parts(18_957_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -331,8 +332,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 4_398_000 picoseconds. - Weight::from_parts(4_629_000, 3556) + // Minimum execution time: 10_043_000 picoseconds. + Weight::from_parts(10_531_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -344,8 +345,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 7_945_000 picoseconds. - Weight::from_parts(9_748_000, 3556) + // Minimum execution time: 32_807_000 picoseconds. + Weight::from_parts(35_304_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -355,8 +356,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 4_148_000 picoseconds. - Weight::from_parts(4_339_000, 3556) + // Minimum execution time: 9_749_000 picoseconds. + Weight::from_parts(10_052_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -366,9 +367,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 4_108_000 picoseconds. - Weight::from_parts(4_338_000, 3556) + // Minimum execution time: 9_631_000 picoseconds. + Weight::from_parts(9_884_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_randomness.rs b/runtime/calamari/src/weights/pallet_randomness.rs index 014e929e0..003e45500 100644 --- a/runtime/calamari/src/weights/pallet_randomness.rs +++ b/runtime/calamari/src/weights/pallet_randomness.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_randomness //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_randomness // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_randomness.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_randomness.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -64,8 +65,8 @@ impl pallet_randomness::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `216` // Estimated: `1701` - // Minimum execution time: 6_713_000 picoseconds. - Weight::from_parts(6_963_000, 1701) + // Minimum execution time: 13_073_000 picoseconds. + Weight::from_parts(13_489_000, 1701) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -87,9 +88,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `216` // Estimated: `1701` - // Minimum execution time: 6_713_000 picoseconds. - Weight::from_parts(6_963_000, 1701) + // Minimum execution time: 13_073_000 picoseconds. + Weight::from_parts(13_489_000, 1701) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_scheduler.rs b/runtime/calamari/src/weights/pallet_scheduler.rs index de68aa2e3..03c2af805 100644 --- a/runtime/calamari/src/weights/pallet_scheduler.rs +++ b/runtime/calamari/src/weights/pallet_scheduler.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_scheduler //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_scheduler // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_scheduler.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_scheduler.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -67,8 +68,8 @@ impl pallet_scheduler::WeightInfo for SubstrateWeight 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: `0` // Estimated: `0` - // Minimum execution time: 2_014_000 picoseconds. - Weight::from_parts(2_134_000, 0) + // Minimum execution time: 6_360_000 picoseconds. + Weight::from_parts(6_548_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_022_000 picoseconds. - Weight::from_parts(1_103_000, 0) + // Minimum execution time: 3_067_000 picoseconds. + Weight::from_parts(3_210_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_012_000 picoseconds. - Weight::from_parts(1_062_000, 0) + // Minimum execution time: 3_069_000 picoseconds. + Weight::from_parts(3_177_000, 0) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) @@ -148,10 +149,10 @@ 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: `0` // Estimated: `0` - // Minimum execution time: 2_014_000 picoseconds. - Weight::from_parts(2_134_000, 0) + // Minimum execution time: 6_360_000 picoseconds. + Weight::from_parts(6_548_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_022_000 picoseconds. - Weight::from_parts(1_103_000, 0) + // Minimum execution time: 3_067_000 picoseconds. + Weight::from_parts(3_210_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_012_000 picoseconds. - Weight::from_parts(1_062_000, 0) + // Minimum execution time: 3_069_000 picoseconds. + Weight::from_parts(3_177_000, 0) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) @@ -294,10 +295,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 5_340_000 picoseconds. - Weight::from_parts(7_251_720, 42428) - // Standard Error: 1_567 - .saturating_add(Weight::from_parts(319_588, 0).saturating_mul(s.into())) + // Minimum execution time: 13_350_000 picoseconds. + Weight::from_parts(15_873_240, 42428) + // Standard Error: 1_080 + .saturating_add(Weight::from_parts(894_188, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -310,10 +311,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 7_644_000 picoseconds. - Weight::from_parts(7_347_961, 42428) - // Standard Error: 1_597 - .saturating_add(Weight::from_parts(515_919, 0).saturating_mul(s.into())) + // Minimum execution time: 18_403_000 picoseconds. + Weight::from_parts(16_709_116, 42428) + // Standard Error: 1_306 + .saturating_add(Weight::from_parts(1_556_601, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -326,10 +327,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `254 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 6_492_000 picoseconds. - Weight::from_parts(8_902_569, 42428) - // Standard Error: 1_466 - .saturating_add(Weight::from_parts(356_057, 0).saturating_mul(s.into())) + // Minimum execution time: 16_880_000 picoseconds. + Weight::from_parts(20_188_922, 42428) + // Standard Error: 1_713 + .saturating_add(Weight::from_parts(932_963, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -342,11 +343,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `280 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 8_897_000 picoseconds. - Weight::from_parts(8_861_982, 42428) - // Standard Error: 1_448 - .saturating_add(Weight::from_parts(553_369, 0).saturating_mul(s.into())) + // Minimum execution time: 19_978_000 picoseconds. + Weight::from_parts(19_268_966, 42428) + // Standard Error: 1_377 + .saturating_add(Weight::from_parts(1_584_303, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_session.rs b/runtime/calamari/src/weights/pallet_session.rs index 3ec87f780..92bd99f24 100644 --- a/runtime/calamari/src/weights/pallet_session.rs +++ b/runtime/calamari/src/weights/pallet_session.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_session //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_session // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_session.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_session.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -59,8 +60,8 @@ impl pallet_session::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `307` // Estimated: `8722` - // Minimum execution time: 10_189_000 picoseconds. - Weight::from_parts(10_630_000, 8722) + // Minimum execution time: 23_453_000 picoseconds. + Weight::from_parts(24_067_000, 8722) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -72,8 +73,8 @@ impl pallet_session::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `308` // Estimated: `3773` - // Minimum execution time: 7_334_000 picoseconds. - Weight::from_parts(7_635_000, 3773) + // Minimum execution time: 15_355_000 picoseconds. + Weight::from_parts(15_654_000, 3773) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -89,8 +90,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `307` // Estimated: `8722` - // Minimum execution time: 10_189_000 picoseconds. - Weight::from_parts(10_630_000, 8722) + // Minimum execution time: 23_453_000 picoseconds. + Weight::from_parts(24_067_000, 8722) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -102,9 +103,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `308` // Estimated: `3773` - // Minimum execution time: 7_334_000 picoseconds. - Weight::from_parts(7_635_000, 3773) + // Minimum execution time: 15_355_000 picoseconds. + Weight::from_parts(15_654_000, 3773) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_timestamp.rs b/runtime/calamari/src/weights/pallet_timestamp.rs index 9ce9ba141..24753224a 100644 --- a/runtime/calamari/src/weights/pallet_timestamp.rs +++ b/runtime/calamari/src/weights/pallet_timestamp.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_timestamp //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_timestamp // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_timestamp.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_timestamp.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -57,8 +58,8 @@ impl pallet_timestamp::WeightInfo for SubstrateWeight pallet_timestamp::WeightInfo for SubstrateWeight pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 70_000 picoseconds. - Weight::from_parts(80_000, 0) + // Minimum execution time: 262_000 picoseconds. + Weight::from_parts(285_000, 0) } /// Storage: Treasury ProposalCount (r:1 w:1) /// Proof: Treasury ProposalCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -70,8 +71,8 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `181` // Estimated: `1489` - // Minimum execution time: 12_624_000 picoseconds. - Weight::from_parts(13_606_000, 1489) + // Minimum execution time: 29_423_000 picoseconds. + Weight::from_parts(30_178_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -83,8 +84,8 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `339` // Estimated: `3593` - // Minimum execution time: 20_759_000 picoseconds. - Weight::from_parts(21_641_000, 3593) + // Minimum execution time: 51_772_000 picoseconds. + Weight::from_parts(52_570_000, 3593) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -97,10 +98,10 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `507 + p * (8 ±0)` // Estimated: `3573` - // Minimum execution time: 6_032_000 picoseconds. - Weight::from_parts(8_243_395, 3573) - // Standard Error: 534 - .saturating_add(Weight::from_parts(32_364, 0).saturating_mul(p.into())) + // Minimum execution time: 10_359_000 picoseconds. + Weight::from_parts(13_713_786, 3573) + // Standard Error: 873 + .saturating_add(Weight::from_parts(78_519, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -110,8 +111,8 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `165` // Estimated: `1887` - // Minimum execution time: 4_909_000 picoseconds. - Weight::from_parts(5_070_000, 1887) + // Minimum execution time: 7_926_000 picoseconds. + Weight::from_parts(8_195_000, 1887) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -130,10 +131,10 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0 + p * (250 ±0)` // Estimated: `1887 + p * (5206 ±0)` - // Minimum execution time: 10_530_000 picoseconds. - Weight::from_parts(14_742_457, 1887) - // Standard Error: 15_057 - .saturating_add(Weight::from_parts(15_576_665, 0).saturating_mul(p.into())) + // Minimum execution time: 28_847_000 picoseconds. + Weight::from_parts(36_772_281, 1887) + // Standard Error: 11_135 + .saturating_add(Weight::from_parts(41_144_478, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -148,8 +149,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 70_000 picoseconds. - Weight::from_parts(80_000, 0) + // Minimum execution time: 262_000 picoseconds. + Weight::from_parts(285_000, 0) } /// Storage: Treasury ProposalCount (r:1 w:1) /// Proof: Treasury ProposalCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -159,8 +160,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `181` // Estimated: `1489` - // Minimum execution time: 12_624_000 picoseconds. - Weight::from_parts(13_606_000, 1489) + // Minimum execution time: 29_423_000 picoseconds. + Weight::from_parts(30_178_000, 1489) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -172,8 +173,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `339` // Estimated: `3593` - // Minimum execution time: 20_759_000 picoseconds. - Weight::from_parts(21_641_000, 3593) + // Minimum execution time: 51_772_000 picoseconds. + Weight::from_parts(52_570_000, 3593) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -186,10 +187,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `507 + p * (8 ±0)` // Estimated: `3573` - // Minimum execution time: 6_032_000 picoseconds. - Weight::from_parts(8_243_395, 3573) - // Standard Error: 534 - .saturating_add(Weight::from_parts(32_364, 0).saturating_mul(p.into())) + // Minimum execution time: 10_359_000 picoseconds. + Weight::from_parts(13_713_786, 3573) + // Standard Error: 873 + .saturating_add(Weight::from_parts(78_519, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -199,8 +200,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1887` - // Minimum execution time: 4_909_000 picoseconds. - Weight::from_parts(5_070_000, 1887) + // Minimum execution time: 7_926_000 picoseconds. + Weight::from_parts(8_195_000, 1887) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -219,14 +220,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0 + p * (250 ±0)` // Estimated: `1887 + p * (5206 ±0)` - // Minimum execution time: 10_530_000 picoseconds. - Weight::from_parts(14_742_457, 1887) - // Standard Error: 15_057 - .saturating_add(Weight::from_parts(15_576_665, 0).saturating_mul(p.into())) + // Minimum execution time: 28_847_000 picoseconds. + Weight::from_parts(36_772_281, 1887) + // Standard Error: 11_135 + .saturating_add(Weight::from_parts(41_144_478, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 5206).saturating_mul(p.into())) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_tx_pause.rs b/runtime/calamari/src/weights/pallet_tx_pause.rs index 1224c0f6a..5b47cc3da 100644 --- a/runtime/calamari/src/weights/pallet_tx_pause.rs +++ b/runtime/calamari/src/weights/pallet_tx_pause.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_tx_pause //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_tx_pause // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_tx_pause.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_tx_pause.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -57,8 +58,8 @@ impl pallet_tx_pause::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `76` // Estimated: `3541` - // Minimum execution time: 6_001_000 picoseconds. - Weight::from_parts(6_322_000, 3541) + // Minimum execution time: 13_947_000 picoseconds. + Weight::from_parts(14_471_000, 3541) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -68,8 +69,8 @@ impl pallet_tx_pause::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `123` // Estimated: `3588` - // Minimum execution time: 7_224_000 picoseconds. - Weight::from_parts(12_293_000, 3588) + // Minimum execution time: 14_417_000 picoseconds. + Weight::from_parts(14_859_000, 3588) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -83,8 +84,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3541` - // Minimum execution time: 6_001_000 picoseconds. - Weight::from_parts(6_322_000, 3541) + // Minimum execution time: 13_947_000 picoseconds. + Weight::from_parts(14_471_000, 3541) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -94,9 +95,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `123` // Estimated: `3588` - // Minimum execution time: 7_224_000 picoseconds. - Weight::from_parts(12_293_000, 3588) + // Minimum execution time: 14_417_000 picoseconds. + Weight::from_parts(14_859_000, 3588) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_utility.rs b/runtime/calamari/src/weights/pallet_utility.rs index 81452072e..eee642068 100644 --- a/runtime/calamari/src/weights/pallet_utility.rs +++ b/runtime/calamari/src/weights/pallet_utility.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_utility // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_utility.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_utility.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -59,44 +60,44 @@ impl pallet_utility::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_765_000 picoseconds. - Weight::from_parts(2_835_000, 0) - // Standard Error: 884 - .saturating_add(Weight::from_parts(1_616_793, 0).saturating_mul(c.into())) + // Minimum execution time: 7_594_000 picoseconds. + Weight::from_parts(10_945_026, 0) + // Standard Error: 2_358 + .saturating_add(Weight::from_parts(5_965_587, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_024_000 picoseconds. - Weight::from_parts(2_124_000, 0) + // Minimum execution time: 5_913_000 picoseconds. + Weight::from_parts(6_141_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: 2_745_000 picoseconds. - Weight::from_parts(2_856_000, 0) - // Standard Error: 1_635 - .saturating_add(Weight::from_parts(1_721_786, 0).saturating_mul(c.into())) + // Minimum execution time: 7_653_000 picoseconds. + Weight::from_parts(11_090_493, 0) + // Standard Error: 2_808 + .saturating_add(Weight::from_parts(6_286_673, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_687_000 picoseconds. - Weight::from_parts(3_847_000, 0) + // Minimum execution time: 9_974_000 picoseconds. + Weight::from_parts(10_221_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: 2_845_000 picoseconds. - Weight::from_parts(2_916_000, 0) - // Standard Error: 2_579 - .saturating_add(Weight::from_parts(1_700_525, 0).saturating_mul(c.into())) + // Minimum execution time: 7_600_000 picoseconds. + Weight::from_parts(19_435_164, 0) + // Standard Error: 2_620 + .saturating_add(Weight::from_parts(5_860_664, 0).saturating_mul(c.into())) } } @@ -107,43 +108,43 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_765_000 picoseconds. - Weight::from_parts(2_835_000, 0) - // Standard Error: 884 - .saturating_add(Weight::from_parts(1_616_793, 0).saturating_mul(c.into())) + // Minimum execution time: 7_594_000 picoseconds. + Weight::from_parts(10_945_026, 0) + // Standard Error: 2_358 + .saturating_add(Weight::from_parts(5_965_587, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_024_000 picoseconds. - Weight::from_parts(2_124_000, 0) + // Minimum execution time: 5_913_000 picoseconds. + Weight::from_parts(6_141_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: 2_745_000 picoseconds. - Weight::from_parts(2_856_000, 0) - // Standard Error: 1_635 - .saturating_add(Weight::from_parts(1_721_786, 0).saturating_mul(c.into())) + // Minimum execution time: 7_653_000 picoseconds. + Weight::from_parts(11_090_493, 0) + // Standard Error: 2_808 + .saturating_add(Weight::from_parts(6_286_673, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_687_000 picoseconds. - Weight::from_parts(3_847_000, 0) + // Minimum execution time: 9_974_000 picoseconds. + Weight::from_parts(10_221_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: 2_845_000 picoseconds. - Weight::from_parts(2_916_000, 0) - // Standard Error: 2_579 - .saturating_add(Weight::from_parts(1_700_525, 0).saturating_mul(c.into())) + // Minimum execution time: 7_600_000 picoseconds. + Weight::from_parts(19_435_164, 0) + // Standard Error: 2_620 + .saturating_add(Weight::from_parts(5_860_664, 0).saturating_mul(c.into())) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/pallet_xcm.rs b/runtime/calamari/src/weights/pallet_xcm.rs index 80fbc59d6..e43939851 100644 --- a/runtime/calamari/src/weights/pallet_xcm.rs +++ b/runtime/calamari/src/weights/pallet_xcm.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_xcm //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_xcm // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_xcm.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_xcm.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -79,8 +80,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `211` // Estimated: `3676` - // Minimum execution time: 12_183_000 picoseconds. - Weight::from_parts(12_633_000, 3676) + // Minimum execution time: 29_885_000 picoseconds. + Weight::from_parts(30_678_000, 3676) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -117,8 +118,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_336_000 picoseconds. - Weight::from_parts(3_516_000, 0) + // Minimum execution time: 9_738_000 picoseconds. + Weight::from_parts(10_228_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1) @@ -127,8 +128,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_122_000 picoseconds. - Weight::from_parts(1_183_000, 0) + // Minimum execution time: 2_934_000 picoseconds. + Weight::from_parts(3_132_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: PolkadotXcm VersionNotifiers (r:1 w:1) @@ -151,8 +152,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `211` // Estimated: `3676` - // Minimum execution time: 14_026_000 picoseconds. - Weight::from_parts(14_578_000, 3676) + // Minimum execution time: 34_047_000 picoseconds. + Weight::from_parts(35_125_000, 3676) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -172,10 +173,10 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { /// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured) fn force_unsubscribe_version_notify() -> Weight { // Proof Size summary in bytes: - // Measured: `393` - // Estimated: `3858` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(16_361_000, 3858) + // Measured: `394` + // Estimated: `3859` + // Minimum execution time: 35_131_000 picoseconds. + Weight::from_parts(35_809_000, 3859) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -185,8 +186,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_162_000 picoseconds. - Weight::from_parts(1_243_000, 0) + // Minimum execution time: 2_987_000 picoseconds. + Weight::from_parts(3_164_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: PolkadotXcm SupportedVersion (r:4 w:2) @@ -195,8 +196,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `229` // Estimated: `11119` - // Minimum execution time: 10_490_000 picoseconds. - Weight::from_parts(10_690_000, 11119) + // Minimum execution time: 19_938_000 picoseconds. + Weight::from_parts(20_494_000, 11119) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -206,8 +207,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `233` // Estimated: `11123` - // Minimum execution time: 10_350_000 picoseconds. - Weight::from_parts(10_620_000, 11123) + // Minimum execution time: 19_041_000 picoseconds. + Weight::from_parts(19_455_000, 11123) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -217,8 +218,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `240` // Estimated: `13605` - // Minimum execution time: 11_882_000 picoseconds. - Weight::from_parts(12_153_000, 13605) + // Minimum execution time: 20_251_000 picoseconds. + Weight::from_parts(20_720_000, 13605) .saturating_add(T::DbWeight::get().reads(5_u64)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1) @@ -237,8 +238,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `278` // Estimated: `6218` - // Minimum execution time: 14_708_000 picoseconds. - Weight::from_parts(15_138_000, 6218) + // Minimum execution time: 32_706_000 picoseconds. + Weight::from_parts(33_495_000, 6218) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -248,8 +249,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `272` // Estimated: `8687` - // Minimum execution time: 8_406_000 picoseconds. - Weight::from_parts(8_676_000, 8687) + // Minimum execution time: 10_471_000 picoseconds. + Weight::from_parts(10_754_000, 8687) .saturating_add(T::DbWeight::get().reads(3_u64)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2) @@ -258,8 +259,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `240` // Estimated: `11130` - // Minimum execution time: 14_728_000 picoseconds. - Weight::from_parts(15_509_000, 11130) + // Minimum execution time: 18_679_000 picoseconds. + Weight::from_parts(19_051_000, 11130) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -279,8 +280,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `282` // Estimated: `11172` - // Minimum execution time: 20_128_000 picoseconds. - Weight::from_parts(21_180_000, 11172) + // Minimum execution time: 40_537_000 picoseconds. + Weight::from_parts(41_394_000, 11172) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -302,8 +303,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `211` // Estimated: `3676` - // Minimum execution time: 12_183_000 picoseconds. - Weight::from_parts(12_633_000, 3676) + // Minimum execution time: 29_885_000 picoseconds. + Weight::from_parts(30_678_000, 3676) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -340,8 +341,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_336_000 picoseconds. - Weight::from_parts(3_516_000, 0) + // Minimum execution time: 9_738_000 picoseconds. + Weight::from_parts(10_228_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1) @@ -350,8 +351,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_122_000 picoseconds. - Weight::from_parts(1_183_000, 0) + // Minimum execution time: 2_934_000 picoseconds. + Weight::from_parts(3_132_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: PolkadotXcm VersionNotifiers (r:1 w:1) @@ -374,8 +375,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `211` // Estimated: `3676` - // Minimum execution time: 14_026_000 picoseconds. - Weight::from_parts(14_578_000, 3676) + // Minimum execution time: 34_047_000 picoseconds. + Weight::from_parts(35_125_000, 3676) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -395,10 +396,10 @@ impl WeightInfo for () { /// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured) fn force_unsubscribe_version_notify() -> Weight { // Proof Size summary in bytes: - // Measured: `393` - // Estimated: `3858` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(16_361_000, 3858) + // Measured: `394` + // Estimated: `3859` + // Minimum execution time: 35_131_000 picoseconds. + Weight::from_parts(35_809_000, 3859) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -408,8 +409,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_162_000 picoseconds. - Weight::from_parts(1_243_000, 0) + // Minimum execution time: 2_987_000 picoseconds. + Weight::from_parts(3_164_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: PolkadotXcm SupportedVersion (r:4 w:2) @@ -418,8 +419,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `229` // Estimated: `11119` - // Minimum execution time: 10_490_000 picoseconds. - Weight::from_parts(10_690_000, 11119) + // Minimum execution time: 19_938_000 picoseconds. + Weight::from_parts(20_494_000, 11119) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -429,8 +430,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `233` // Estimated: `11123` - // Minimum execution time: 10_350_000 picoseconds. - Weight::from_parts(10_620_000, 11123) + // Minimum execution time: 19_041_000 picoseconds. + Weight::from_parts(19_455_000, 11123) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -440,8 +441,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `240` // Estimated: `13605` - // Minimum execution time: 11_882_000 picoseconds. - Weight::from_parts(12_153_000, 13605) + // Minimum execution time: 20_251_000 picoseconds. + Weight::from_parts(20_720_000, 13605) .saturating_add(RocksDbWeight::get().reads(5_u64)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1) @@ -460,8 +461,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `278` // Estimated: `6218` - // Minimum execution time: 14_708_000 picoseconds. - Weight::from_parts(15_138_000, 6218) + // Minimum execution time: 32_706_000 picoseconds. + Weight::from_parts(33_495_000, 6218) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -471,8 +472,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `272` // Estimated: `8687` - // Minimum execution time: 8_406_000 picoseconds. - Weight::from_parts(8_676_000, 8687) + // Minimum execution time: 10_471_000 picoseconds. + Weight::from_parts(10_754_000, 8687) .saturating_add(RocksDbWeight::get().reads(3_u64)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2) @@ -481,8 +482,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `240` // Estimated: `11130` - // Minimum execution time: 14_728_000 picoseconds. - Weight::from_parts(15_509_000, 11130) + // Minimum execution time: 18_679_000 picoseconds. + Weight::from_parts(19_051_000, 11130) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -502,9 +503,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `282` // Estimated: `11172` - // Minimum execution time: 20_128_000 picoseconds. - Weight::from_parts(21_180_000, 11172) + // Minimum execution time: 40_537_000 picoseconds. + Weight::from_parts(41_394_000, 11172) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } -} +} \ No newline at end of file diff --git a/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index 40514833c..34e40a61e 100644 --- a/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -52,8 +52,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `101` // Estimated: `3593` - // Minimum execution time: 25_619_000 picoseconds. - Weight::from_parts(26_283_000, 3593) + // Minimum execution time: 23_309_000 picoseconds. + Weight::from_parts(23_777_000, 3593) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -61,10 +61,10 @@ impl WeightInfo { // Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) pub fn transfer_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `101` + // Measured: `153` // Estimated: `6196` - // Minimum execution time: 48_538_000 picoseconds. - Weight::from_parts(49_245_000, 6196) + // Minimum execution time: 48_808_000 picoseconds. + Weight::from_parts(49_427_000, 6196) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -84,10 +84,10 @@ impl WeightInfo { // Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured) pub fn transfer_reserve_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `176` + // Measured: `223` // Estimated: `6196` - // Minimum execution time: 70_133_000 picoseconds. - Weight::from_parts(70_675_000, 6196) + // Minimum execution time: 71_204_000 picoseconds. + Weight::from_parts(72_121_000, 6196) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -95,17 +95,17 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_765_000 picoseconds. - Weight::from_parts(3_860_000, 0) + // Minimum execution time: 3_559_000 picoseconds. + Weight::from_parts(3_616_000, 0) } // Storage: System Account (r:1 w:1) // Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) pub fn deposit_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `0` + // Measured: `52` // Estimated: `3593` - // Minimum execution time: 26_210_000 picoseconds. - Weight::from_parts(26_602_000, 3593) + // Minimum execution time: 25_042_000 picoseconds. + Weight::from_parts(25_630_000, 3593) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -125,10 +125,10 @@ impl WeightInfo { // Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured) pub fn deposit_reserve_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `75` + // Measured: `122` // Estimated: `3593` - // Minimum execution time: 50_179_000 picoseconds. - Weight::from_parts(50_814_000, 3593) + // Minimum execution time: 49_030_000 picoseconds. + Weight::from_parts(49_828_000, 3593) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -146,10 +146,10 @@ impl WeightInfo { // Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured) pub fn initiate_teleport() -> Weight { // Proof Size summary in bytes: - // Measured: `75` - // Estimated: `3540` - // Minimum execution time: 29_986_000 picoseconds. - Weight::from_parts(30_384_000, 3540) + // Measured: `70` + // Estimated: `3535` + // Minimum execution time: 27_142_000 picoseconds. + Weight::from_parts(27_416_000, 3535) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index dd3069176..ba6c96dc3 100644 --- a/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -17,22 +17,23 @@ //! Autogenerated weights for `pallet_xcm_benchmarks::generic` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `pop-os`, CPU: `AMD Ryzen 9 5950X 16-Core Processor` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `arc-runner-medium-runtime2`, CPU: `Intel(R) Xeon(R) CPU @ 3.10GHz` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_xcm_benchmarks::generic // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +// --output=./scripts/benchmarking/xcm-weights-output/pallet_xcm_benchmarks_generic.rs // --template=.github/resources/xcm-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -61,8 +62,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3745` - // Minimum execution time: 68_369_000 picoseconds. - Weight::from_parts(69_941_000, 3745) + // Minimum execution time: 409_572_000 picoseconds. + Weight::from_parts(414_346_000, 3745) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -70,8 +71,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 741_000 picoseconds. - Weight::from_parts(812_000, 0) + // Minimum execution time: 2_607_000 picoseconds. + Weight::from_parts(2_689_000, 0) } // Storage: PolkadotXcm Queries (r:1 w:0) // Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured) @@ -79,58 +80,58 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `169` // Estimated: `3634` - // Minimum execution time: 4_538_000 picoseconds. - Weight::from_parts(4_719_000, 3634) + // Minimum execution time: 10_216_000 picoseconds. + Weight::from_parts(10_529_000, 3634) .saturating_add(T::DbWeight::get().reads(1)) } pub fn transact() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_998_000 picoseconds. - Weight::from_parts(4_118_000, 0) + // Minimum execution time: 11_545_000 picoseconds. + Weight::from_parts(11_785_000, 0) } pub fn refund_surplus() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 771_000 picoseconds. - Weight::from_parts(831_000, 0) + // Minimum execution time: 2_512_000 picoseconds. + Weight::from_parts(2_589_000, 0) } pub fn set_error_handler() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 260_000 picoseconds. - Weight::from_parts(301_000, 0) + // Minimum execution time: 1_539_000 picoseconds. + Weight::from_parts(1_578_000, 0) } pub fn set_appendix() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 260_000 picoseconds. - Weight::from_parts(291_000, 0) + // Minimum execution time: 1_501_000 picoseconds. + Weight::from_parts(1_540_000, 0) } pub fn clear_error() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 260_000 picoseconds. - Weight::from_parts(291_000, 0) + // Minimum execution time: 1_462_000 picoseconds. + Weight::from_parts(1_523_000, 0) } pub fn descend_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 390_000 picoseconds. - Weight::from_parts(420_000, 0) + // Minimum execution time: 2_205_000 picoseconds. + Weight::from_parts(2_258_000, 0) } pub fn clear_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 240_000 picoseconds. - Weight::from_parts(270_000, 0) + // Minimum execution time: 1_442_000 picoseconds. + Weight::from_parts(1_527_000, 0) } // Storage: ParachainInfo ParachainId (r:1 w:0) // Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -148,8 +149,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3745` - // Minimum execution time: 11_963_000 picoseconds. - Weight::from_parts(12_403_000, 3745) + // Minimum execution time: 26_920_000 picoseconds. + Weight::from_parts(27_244_000, 3745) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -159,8 +160,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `226` // Estimated: `3691` - // Minimum execution time: 6_502_000 picoseconds. - Weight::from_parts(6_703_000, 3691) + // Minimum execution time: 14_371_000 picoseconds. + Weight::from_parts(14_685_000, 3691) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -168,8 +169,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 261_000 picoseconds. - Weight::from_parts(290_000, 0) + // Minimum execution time: 1_488_000 picoseconds. + Weight::from_parts(1_536_000, 0) } // Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1) // Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured) @@ -187,8 +188,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `211` // Estimated: `3676` - // Minimum execution time: 12_273_000 picoseconds. - Weight::from_parts(13_204_000, 3676) + // Minimum execution time: 27_391_000 picoseconds. + Weight::from_parts(27_977_000, 3676) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -198,8 +199,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_172_000 picoseconds. - Weight::from_parts(1_283_000, 0) + // Minimum execution time: 3_340_000 picoseconds. + Weight::from_parts(3_490_000, 0) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: ParachainInfo ParachainId (r:1 w:0) @@ -218,8 +219,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3745` - // Minimum execution time: 67_266_000 picoseconds. - Weight::from_parts(67_977_000, 3745) + // Minimum execution time: 455_996_000 picoseconds. + Weight::from_parts(462_739_000, 3745) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -227,36 +228,36 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 18_925_000 picoseconds. - Weight::from_parts(19_237_000, 0) + // Minimum execution time: 136_230_000 picoseconds. + Weight::from_parts(140_146_000, 0) } pub fn expect_asset() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_907_000 picoseconds. - Weight::from_parts(4_088_000, 0) + // Minimum execution time: 12_332_000 picoseconds. + Weight::from_parts(12_649_000, 0) } pub fn expect_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 281_000 picoseconds. - Weight::from_parts(310_000, 0) + // Minimum execution time: 1_600_000 picoseconds. + Weight::from_parts(1_643_000, 0) } pub fn expect_error() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 281_000 picoseconds. - Weight::from_parts(321_000, 0) + // Minimum execution time: 1_526_000 picoseconds. + Weight::from_parts(1_555_000, 0) } pub fn expect_transact_status() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 280_000 picoseconds. - Weight::from_parts(301_000, 0) + // Minimum execution time: 1_774_000 picoseconds. + Weight::from_parts(1_822_000, 0) } // Storage: ParachainInfo ParachainId (r:1 w:0) // Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -274,8 +275,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3745` - // Minimum execution time: 13_656_000 picoseconds. - Weight::from_parts(14_217_000, 3745) + // Minimum execution time: 32_620_000 picoseconds. + Weight::from_parts(33_209_000, 3745) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -283,8 +284,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 932_000 picoseconds. - Weight::from_parts(1_012_000, 0) + // Minimum execution time: 6_036_000 picoseconds. + Weight::from_parts(6_146_000, 0) } // Storage: ParachainInfo ParachainId (r:1 w:0) // Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -302,8 +303,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3745` - // Minimum execution time: 12_624_000 picoseconds. - Weight::from_parts(13_275_000, 3745) + // Minimum execution time: 26_874_000 picoseconds. + Weight::from_parts(27_396_000, 3745) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -311,35 +312,35 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 260_000 picoseconds. - Weight::from_parts(310_000, 0) + // Minimum execution time: 1_533_000 picoseconds. + Weight::from_parts(1_591_000, 0) } pub fn set_topic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 250_000 picoseconds. - Weight::from_parts(291_000, 0) + // Minimum execution time: 1_488_000 picoseconds. + Weight::from_parts(1_531_000, 0) } pub fn clear_topic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 260_000 picoseconds. - Weight::from_parts(311_000, 0) + // Minimum execution time: 1_469_000 picoseconds. + Weight::from_parts(1_514_000, 0) } pub fn set_fees_mode() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 261_000 picoseconds. - Weight::from_parts(310_000, 0) + // Minimum execution time: 1_478_000 picoseconds. + Weight::from_parts(1_504_000, 0) } pub fn unpaid_execution() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 271_000 picoseconds. - Weight::from_parts(321_000, 0) + // Minimum execution time: 1_590_000 picoseconds. + Weight::from_parts(1_657_000, 0) } -} +} \ No newline at end of file diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index ee966aa15..7d349d727 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -5,7 +5,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = "runtime-common" repository = 'https://github.com/Manta-Network/Manta/' -version = '4.5.0' +version = '4.6.0' [dependencies] # Substrate dependencies diff --git a/runtime/integration-tests/Cargo.toml b/runtime/integration-tests/Cargo.toml index ff021b184..4eef99b0e 100644 --- a/runtime/integration-tests/Cargo.toml +++ b/runtime/integration-tests/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://manta.network" license = "GPL-3.0" name = "integration-tests" repository = "https://github.com/Manta-Network/Manta/" -version = "4.5.0" +version = "4.6.0" [dependencies] calamari-runtime = { path = "../calamari", optional = true } diff --git a/runtime/manta/Cargo.toml b/runtime/manta/Cargo.toml index 885e68dfa..f0dd0292e 100644 --- a/runtime/manta/Cargo.toml +++ b/runtime/manta/Cargo.toml @@ -5,7 +5,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = 'manta-runtime' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.5.0' +version = '4.6.0' [dependencies] codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false, features = ["derive", "max-encoded-len"] } diff --git a/runtime/manta/src/lib.rs b/runtime/manta/src/lib.rs index 11cb654d7..d0c74cbe1 100644 --- a/runtime/manta/src/lib.rs +++ b/runtime/manta/src/lib.rs @@ -145,10 +145,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("manta"), impl_name: create_runtime_str!("manta"), authoring_version: 1, - spec_version: 4500, + spec_version: 4600, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 6, + transaction_version: 7, state_version: 1, }; @@ -1056,6 +1056,7 @@ mod benches { [pallet_sudo, Sudo] // XCM [cumulus_pallet_xcmp_queue, XcmpQueue] + [pallet_xcm, PolkadotXcm] // always get this error(Unimplemented) while benchmarking pallet_xcm_benchmarks::fungible::initiate_teleport // so this time we will use statemint's fungible weights // [pallet_xcm_benchmarks::fungible, XcmBalances] diff --git a/runtime/manta/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/manta/src/weights/cumulus_pallet_xcmp_queue.rs index 27a4b950c..3dd174532 100644 --- a/runtime/manta/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/manta/src/weights/cumulus_pallet_xcmp_queue.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for cumulus_pallet_xcmp_queue //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=cumulus_pallet_xcmp_queue // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/cumulus_pallet_xcmp_queue.rs +// --output=./scripts/benchmarking/frame-weights-output/cumulus_pallet_xcmp_queue.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -57,8 +58,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 2_795_000 picoseconds. - Weight::from_parts(3_046_000, 1594) + // Minimum execution time: 6_338_000 picoseconds. + Weight::from_parts(6_559_000, 1594) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -68,8 +69,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 2_905_000 picoseconds. - Weight::from_parts(3_055_000, 1594) + // Minimum execution time: 6_365_000 picoseconds. + Weight::from_parts(6_583_000, 1594) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -83,8 +84,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 2_795_000 picoseconds. - Weight::from_parts(3_046_000, 1594) + // Minimum execution time: 6_338_000 picoseconds. + Weight::from_parts(6_559_000, 1594) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -94,8 +95,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 2_905_000 picoseconds. - Weight::from_parts(3_055_000, 1594) + // Minimum execution time: 6_365_000 picoseconds. + Weight::from_parts(6_583_000, 1594) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/runtime/manta/src/weights/manta_collator_selection.rs b/runtime/manta/src/weights/manta_collator_selection.rs index 6e5e072a9..b835cafd4 100644 --- a/runtime/manta/src/weights/manta_collator_selection.rs +++ b/runtime/manta/src/weights/manta_collator_selection.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for manta_collator_selection //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=manta_collator_selection // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/manta_collator_selection.rs +// --output=./scripts/benchmarking/frame-weights-output/manta_collator_selection.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -67,10 +68,10 @@ impl manta_collator_selection::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_955_000 picoseconds. - Weight::from_parts(3_179_873, 0) - // Standard Error: 4_488 - .saturating_add(Weight::from_parts(104_707, 0).saturating_mul(b.into())) + // Minimum execution time: 7_662_000 picoseconds. + Weight::from_parts(8_106_039, 0) + // Standard Error: 2_237 + .saturating_add(Weight::from_parts(33_156, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection DesiredCandidates (r:0 w:1) @@ -79,8 +80,8 @@ impl manta_collator_selection::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_869_000 picoseconds. - Weight::from_parts(5_180_000, 0) + // Minimum execution time: 9_472_000 picoseconds. + Weight::from_parts(9_990_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection CandidacyBond (r:0 w:1) @@ -89,8 +90,8 @@ impl manta_collator_selection::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_146_000 picoseconds. - Weight::from_parts(3_266_000, 0) + // Minimum execution time: 7_540_000 picoseconds. + Weight::from_parts(7_828_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection EvictionBaseline (r:0 w:1) @@ -99,8 +100,8 @@ impl manta_collator_selection::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_985_000 picoseconds. - Weight::from_parts(3_266_000, 0) + // Minimum execution time: 7_213_000 picoseconds. + Weight::from_parts(7_491_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection EvictionTolerance (r:0 w:1) @@ -109,8 +110,8 @@ impl manta_collator_selection::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_026_000 picoseconds. - Weight::from_parts(3_447_000, 0) + // Minimum execution time: 7_329_000 picoseconds. + Weight::from_parts(7_539_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection Candidates (r:1 w:1) @@ -126,12 +127,12 @@ impl manta_collator_selection::WeightInfo for Substrate /// The range of component `c` is `[1, 50]`. fn register_as_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `542 + c * (60 ±0)` - // Estimated: `4019 + c * (60 ±0)` - // Minimum execution time: 22_742_000 picoseconds. - Weight::from_parts(24_214_905, 4019) - // Standard Error: 1_559 - .saturating_add(Weight::from_parts(83_322, 0).saturating_mul(c.into())) + // Measured: `475 + c * (60 ±0)` + // Estimated: `3952 + c * (60 ±0)` + // Minimum execution time: 41_855_000 picoseconds. + Weight::from_parts(44_800_344, 3952) + // Standard Error: 3_752 + .saturating_add(Weight::from_parts(277_942, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(c.into())) @@ -141,12 +142,12 @@ impl manta_collator_selection::WeightInfo for Substrate /// The range of component `c` is `[1, 50]`. fn leave_intent(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `222 + c * (48 ±0)` - // Estimated: `1711 + c * (49 ±0)` - // Minimum execution time: 12_905_000 picoseconds. - Weight::from_parts(14_494_055, 1711) - // Standard Error: 1_106 - .saturating_add(Weight::from_parts(55_121, 0).saturating_mul(c.into())) + // Measured: `259 + c * (48 ±0)` + // Estimated: `1738 + c * (49 ±0)` + // Minimum execution time: 29_548_000 picoseconds. + Weight::from_parts(32_463_838, 1738) + // Standard Error: 1_713 + .saturating_add(Weight::from_parts(144_978, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(c.into())) @@ -158,12 +159,12 @@ impl manta_collator_selection::WeightInfo for Substrate /// The range of component `c` is `[1, 50]`. fn remove_collator(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `281 + c * (48 ±0)` - // Estimated: `1770 + c * (49 ±0)` - // Minimum execution time: 14_407_000 picoseconds. - Weight::from_parts(15_201_478, 1770) - // Standard Error: 844 - .saturating_add(Weight::from_parts(76_897, 0).saturating_mul(c.into())) + // Measured: `283 + c * (48 ±0)` + // Estimated: `1762 + c * (49 ±0)` + // Minimum execution time: 31_220_000 picoseconds. + Weight::from_parts(33_891_925, 1762) + // Standard Error: 1_729 + .saturating_add(Weight::from_parts(145_454, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(c.into())) @@ -181,12 +182,12 @@ impl manta_collator_selection::WeightInfo for Substrate /// The range of component `c` is `[1, 50]`. fn register_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `542 + c * (60 ±0)` - // Estimated: `4019 + c * (60 ±0)` - // Minimum execution time: 21_711_000 picoseconds. - Weight::from_parts(23_091_057, 4019) - // Standard Error: 736 - .saturating_add(Weight::from_parts(72_156, 0).saturating_mul(c.into())) + // Measured: `475 + c * (60 ±0)` + // Estimated: `3952 + c * (60 ±0)` + // Minimum execution time: 41_828_000 picoseconds. + Weight::from_parts(45_085_720, 3952) + // Standard Error: 3_983 + .saturating_add(Weight::from_parts(250_809, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(c.into())) @@ -201,8 +202,8 @@ impl manta_collator_selection::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `146` // Estimated: `6196` - // Minimum execution time: 16_872_000 picoseconds. - Weight::from_parts(17_202_000, 6196) + // Minimum execution time: 48_752_000 picoseconds. + Weight::from_parts(49_238_000, 6196) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -225,17 +226,17 @@ impl manta_collator_selection::WeightInfo for Substrate /// The range of component `c` is `[1, 50]`. fn new_session(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `124 + c * (229 ±0)` - // Estimated: `3598 + c * (2704 ±0)` - // Minimum execution time: 18_335_000 picoseconds. - Weight::from_parts(13_406_857, 3598) - // Standard Error: 13_810 - .saturating_add(Weight::from_parts(13_633_909, 0).saturating_mul(c.into())) + // Measured: `62 + c * (230 ±0)` + // Estimated: `3593 + c * (2705 ±0)` + // Minimum execution time: 34_509_000 picoseconds. + Weight::from_parts(23_774_429, 3593) + // Standard Error: 12_976 + .saturating_add(Weight::from_parts(26_749_722, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_parts(0, 2704).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 2705).saturating_mul(c.into())) } } @@ -248,10 +249,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_955_000 picoseconds. - Weight::from_parts(3_179_873, 0) - // Standard Error: 4_488 - .saturating_add(Weight::from_parts(104_707, 0).saturating_mul(b.into())) + // Minimum execution time: 7_662_000 picoseconds. + Weight::from_parts(8_106_039, 0) + // Standard Error: 2_237 + .saturating_add(Weight::from_parts(33_156, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection DesiredCandidates (r:0 w:1) @@ -260,8 +261,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_869_000 picoseconds. - Weight::from_parts(5_180_000, 0) + // Minimum execution time: 9_472_000 picoseconds. + Weight::from_parts(9_990_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection CandidacyBond (r:0 w:1) @@ -270,8 +271,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_146_000 picoseconds. - Weight::from_parts(3_266_000, 0) + // Minimum execution time: 7_540_000 picoseconds. + Weight::from_parts(7_828_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection EvictionBaseline (r:0 w:1) @@ -280,8 +281,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_985_000 picoseconds. - Weight::from_parts(3_266_000, 0) + // Minimum execution time: 7_213_000 picoseconds. + Weight::from_parts(7_491_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection EvictionTolerance (r:0 w:1) @@ -290,8 +291,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_026_000 picoseconds. - Weight::from_parts(3_447_000, 0) + // Minimum execution time: 7_329_000 picoseconds. + Weight::from_parts(7_539_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection Candidates (r:1 w:1) @@ -307,12 +308,12 @@ impl WeightInfo for () { /// The range of component `c` is `[1, 50]`. fn register_as_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `542 + c * (60 ±0)` - // Estimated: `4019 + c * (60 ±0)` - // Minimum execution time: 22_742_000 picoseconds. - Weight::from_parts(24_214_905, 4019) - // Standard Error: 1_559 - .saturating_add(Weight::from_parts(83_322, 0).saturating_mul(c.into())) + // Measured: `475 + c * (60 ±0)` + // Estimated: `3952 + c * (60 ±0)` + // Minimum execution time: 41_855_000 picoseconds. + Weight::from_parts(44_800_344, 3952) + // Standard Error: 3_752 + .saturating_add(Weight::from_parts(277_942, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(c.into())) @@ -322,12 +323,12 @@ impl WeightInfo for () { /// The range of component `c` is `[1, 50]`. fn leave_intent(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `222 + c * (48 ±0)` - // Estimated: `1711 + c * (49 ±0)` - // Minimum execution time: 12_905_000 picoseconds. - Weight::from_parts(14_494_055, 1711) - // Standard Error: 1_106 - .saturating_add(Weight::from_parts(55_121, 0).saturating_mul(c.into())) + // Measured: `259 + c * (48 ±0)` + // Estimated: `1738 + c * (49 ±0)` + // Minimum execution time: 29_548_000 picoseconds. + Weight::from_parts(32_463_838, 1738) + // Standard Error: 1_713 + .saturating_add(Weight::from_parts(144_978, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(c.into())) @@ -339,12 +340,12 @@ impl WeightInfo for () { /// The range of component `c` is `[1, 50]`. fn remove_collator(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `281 + c * (48 ±0)` - // Estimated: `1770 + c * (49 ±0)` - // Minimum execution time: 14_407_000 picoseconds. - Weight::from_parts(15_201_478, 1770) - // Standard Error: 844 - .saturating_add(Weight::from_parts(76_897, 0).saturating_mul(c.into())) + // Measured: `283 + c * (48 ±0)` + // Estimated: `1762 + c * (49 ±0)` + // Minimum execution time: 31_220_000 picoseconds. + Weight::from_parts(33_891_925, 1762) + // Standard Error: 1_729 + .saturating_add(Weight::from_parts(145_454, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(c.into())) @@ -362,12 +363,12 @@ impl WeightInfo for () { /// The range of component `c` is `[1, 50]`. fn register_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `542 + c * (60 ±0)` - // Estimated: `4019 + c * (60 ±0)` - // Minimum execution time: 21_711_000 picoseconds. - Weight::from_parts(23_091_057, 4019) - // Standard Error: 736 - .saturating_add(Weight::from_parts(72_156, 0).saturating_mul(c.into())) + // Measured: `475 + c * (60 ±0)` + // Estimated: `3952 + c * (60 ±0)` + // Minimum execution time: 41_828_000 picoseconds. + Weight::from_parts(45_085_720, 3952) + // Standard Error: 3_983 + .saturating_add(Weight::from_parts(250_809, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(c.into())) @@ -382,8 +383,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `146` // Estimated: `6196` - // Minimum execution time: 16_872_000 picoseconds. - Weight::from_parts(17_202_000, 6196) + // Minimum execution time: 48_752_000 picoseconds. + Weight::from_parts(49_238_000, 6196) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -406,16 +407,16 @@ impl WeightInfo for () { /// The range of component `c` is `[1, 50]`. fn new_session(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `124 + c * (229 ±0)` - // Estimated: `3598 + c * (2704 ±0)` - // Minimum execution time: 18_335_000 picoseconds. - Weight::from_parts(13_406_857, 3598) - // Standard Error: 13_810 - .saturating_add(Weight::from_parts(13_633_909, 0).saturating_mul(c.into())) + // Measured: `62 + c * (230 ±0)` + // Estimated: `3593 + c * (2705 ±0)` + // Minimum execution time: 34_509_000 picoseconds. + Weight::from_parts(23_774_429, 3593) + // Standard Error: 12_976 + .saturating_add(Weight::from_parts(26_749_722, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_parts(0, 2704).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 2705).saturating_mul(c.into())) } } diff --git a/runtime/manta/src/weights/pallet_asset_manager.rs b/runtime/manta/src/weights/pallet_asset_manager.rs index bee50922a..4d11d3f46 100644 --- a/runtime/manta/src/weights/pallet_asset_manager.rs +++ b/runtime/manta/src/weights/pallet_asset_manager.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_asset_manager //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_asset_manager // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_asset_manager.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_asset_manager.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -74,8 +75,8 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig // Proof Size summary in bytes: // Measured: `250` // Estimated: `3715` - // Minimum execution time: 18_374_000 picoseconds. - Weight::from_parts(18_745_000, 3715) + // Minimum execution time: 46_732_000 picoseconds. + Weight::from_parts(47_811_000, 3715) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -87,8 +88,8 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig // Proof Size summary in bytes: // Measured: `1443` // Estimated: `4908` - // Minimum execution time: 18_254_000 picoseconds. - Weight::from_parts(22_352_000, 4908) + // Minimum execution time: 57_760_000 picoseconds. + Weight::from_parts(63_729_000, 4908) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -102,8 +103,8 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig // Proof Size summary in bytes: // Measured: `4098` // Estimated: `10038` - // Minimum execution time: 34_525_000 picoseconds. - Weight::from_parts(38_853_000, 10038) + // Minimum execution time: 82_779_000 picoseconds. + Weight::from_parts(92_148_000, 10038) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -119,8 +120,8 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig // Proof Size summary in bytes: // Measured: `4077` // Estimated: `7542` - // Minimum execution time: 35_798_000 picoseconds. - Weight::from_parts(44_854_000, 7542) + // Minimum execution time: 75_799_000 picoseconds. + Weight::from_parts(84_474_000, 7542) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -134,8 +135,8 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig // Proof Size summary in bytes: // Measured: `3496` // Estimated: `6961` - // Minimum execution time: 101_220_000 picoseconds. - Weight::from_parts(122_901_000, 6961) + // Minimum execution time: 88_907_000 picoseconds. + Weight::from_parts(96_551_000, 6961) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -145,8 +146,8 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_062_000 picoseconds. - Weight::from_parts(14_107_000, 0) + // Minimum execution time: 32_871_000 picoseconds. + Weight::from_parts(37_119_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: AssetManager FilteredOutgoingAssetLocations (r:0 w:1) @@ -155,8 +156,8 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_922_000 picoseconds. - Weight::from_parts(16_441_000, 0) + // Minimum execution time: 32_130_000 picoseconds. + Weight::from_parts(35_302_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: AssetManager AssetIdLocation (r:2 w:0) @@ -177,8 +178,8 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig // Proof Size summary in bytes: // Measured: `545` // Estimated: `6485` - // Minimum execution time: 25_388_000 picoseconds. - Weight::from_parts(26_420_000, 6485) + // Minimum execution time: 54_735_000 picoseconds. + Weight::from_parts(55_742_000, 6485) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -198,8 +199,8 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig // Proof Size summary in bytes: // Measured: `221` // Estimated: `3687` - // Minimum execution time: 105_138_000 picoseconds. - Weight::from_parts(117_591_000, 3687) + // Minimum execution time: 99_963_000 picoseconds. + Weight::from_parts(101_437_000, 3687) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -223,8 +224,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `250` // Estimated: `3715` - // Minimum execution time: 18_374_000 picoseconds. - Weight::from_parts(18_745_000, 3715) + // Minimum execution time: 46_732_000 picoseconds. + Weight::from_parts(47_811_000, 3715) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -236,8 +237,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1443` // Estimated: `4908` - // Minimum execution time: 18_254_000 picoseconds. - Weight::from_parts(22_352_000, 4908) + // Minimum execution time: 57_760_000 picoseconds. + Weight::from_parts(63_729_000, 4908) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -251,8 +252,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4098` // Estimated: `10038` - // Minimum execution time: 34_525_000 picoseconds. - Weight::from_parts(38_853_000, 10038) + // Minimum execution time: 82_779_000 picoseconds. + Weight::from_parts(92_148_000, 10038) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -268,8 +269,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4077` // Estimated: `7542` - // Minimum execution time: 35_798_000 picoseconds. - Weight::from_parts(44_854_000, 7542) + // Minimum execution time: 75_799_000 picoseconds. + Weight::from_parts(84_474_000, 7542) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -283,8 +284,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3496` // Estimated: `6961` - // Minimum execution time: 101_220_000 picoseconds. - Weight::from_parts(122_901_000, 6961) + // Minimum execution time: 88_907_000 picoseconds. + Weight::from_parts(96_551_000, 6961) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -294,8 +295,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_062_000 picoseconds. - Weight::from_parts(14_107_000, 0) + // Minimum execution time: 32_871_000 picoseconds. + Weight::from_parts(37_119_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: AssetManager FilteredOutgoingAssetLocations (r:0 w:1) @@ -304,8 +305,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_922_000 picoseconds. - Weight::from_parts(16_441_000, 0) + // Minimum execution time: 32_130_000 picoseconds. + Weight::from_parts(35_302_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: AssetManager AssetIdLocation (r:2 w:0) @@ -326,8 +327,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `545` // Estimated: `6485` - // Minimum execution time: 25_388_000 picoseconds. - Weight::from_parts(26_420_000, 6485) + // Minimum execution time: 54_735_000 picoseconds. + Weight::from_parts(55_742_000, 6485) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -347,8 +348,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `221` // Estimated: `3687` - // Minimum execution time: 105_138_000 picoseconds. - Weight::from_parts(117_591_000, 3687) + // Minimum execution time: 99_963_000 picoseconds. + Weight::from_parts(101_437_000, 3687) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } diff --git a/runtime/manta/src/weights/pallet_assets.rs b/runtime/manta/src/weights/pallet_assets.rs index ff05d3c8b..627f89935 100644 --- a/runtime/manta/src/weights/pallet_assets.rs +++ b/runtime/manta/src/weights/pallet_assets.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_assets //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-10, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("/home/jamie/my-repo/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=/home/jamie/my-repo/Manta/tests/data/fork.json +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_assets // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_assets.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_assets.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -81,21 +82,25 @@ pub trait WeightInfo { /// Weights for pallet_assets using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_assets::WeightInfo for SubstrateWeight { + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn create() -> Weight { // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 0_000 picoseconds. - Weight::from_parts(0, 0) + // Measured: `42` + // Estimated: `3687` + // Minimum execution time: 13_524_000 picoseconds. + Weight::from_parts(13_794_000, 3687) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Assets Asset (r:1 w:1) /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn force_create() -> Weight { // Proof Size summary in bytes: - // Measured: `333` + // Measured: `42` // Estimated: `3687` - // Minimum execution time: 6_592_000 picoseconds. - Weight::from_parts(6_803_000, 3687) + // Minimum execution time: 13_110_000 picoseconds. + Weight::from_parts(13_531_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -103,10 +108,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn start_destroy() -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `326` // Estimated: `3687` - // Minimum execution time: 7_454_000 picoseconds. - Weight::from_parts(7_665_000, 3687) + // Minimum execution time: 13_867_000 picoseconds. + Weight::from_parts(14_271_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -119,12 +124,12 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// The range of component `c` is `[0, 1000]`. fn destroy_accounts(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `237 + c * (208 ±0)` + // Measured: `0 + c * (208 ±0)` // Estimated: `3687 + c * (2621 ±0)` - // Minimum execution time: 10_860_000 picoseconds. - Weight::from_parts(11_091_000, 3687) - // Standard Error: 5_814 - .saturating_add(Weight::from_parts(7_113_589, 0).saturating_mul(c.into())) + // Minimum execution time: 18_414_000 picoseconds. + Weight::from_parts(18_619_000, 3687) + // Standard Error: 12_674 + .saturating_add(Weight::from_parts(13_872_215, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -138,12 +143,12 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// The range of component `a` is `[0, 1000]`. fn destroy_approvals(a: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `712 + a * (86 ±0)` + // Measured: `475 + a * (86 ±0)` // Estimated: `3687 + a * (2635 ±0)` - // Minimum execution time: 11_061_000 picoseconds. - Weight::from_parts(11_302_000, 3687) - // Standard Error: 1_855 - .saturating_add(Weight::from_parts(3_454_946, 0).saturating_mul(a.into())) + // Minimum execution time: 18_806_000 picoseconds. + Weight::from_parts(19_123_000, 3687) + // Standard Error: 3_843 + .saturating_add(Weight::from_parts(5_618_431, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -156,10 +161,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) fn finish_destroy() -> Weight { // Proof Size summary in bytes: - // Measured: `819` + // Measured: `292` // Estimated: `3687` - // Minimum execution time: 9_438_000 picoseconds. - Weight::from_parts(9_738_000, 3687) + // Minimum execution time: 15_360_000 picoseconds. + Weight::from_parts(15_709_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -169,10 +174,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn mint() -> Weight { // Proof Size summary in bytes: - // Measured: `819` + // Measured: `292` // Estimated: `3687` - // Minimum execution time: 13_556_000 picoseconds. - Weight::from_parts(13_856_000, 3687) + // Minimum execution time: 27_303_000 picoseconds. + Weight::from_parts(27_776_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -182,10 +187,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn burn() -> Weight { // Proof Size summary in bytes: - // Measured: `923` + // Measured: `412` // Estimated: `3687` - // Minimum execution time: 16_952_000 picoseconds. - Weight::from_parts(17_332_000, 3687) + // Minimum execution time: 33_182_000 picoseconds. + Weight::from_parts(33_613_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -197,10 +202,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `923` + // Measured: `412` // Estimated: `6232` - // Minimum execution time: 21_280_000 picoseconds. - Weight::from_parts(21_721_000, 6232) + // Minimum execution time: 45_563_000 picoseconds. + Weight::from_parts(46_333_000, 6232) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -212,10 +217,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_keep_alive() -> Weight { // Proof Size summary in bytes: - // Measured: `923` + // Measured: `412` // Estimated: `6232` - // Minimum execution time: 19_196_000 picoseconds. - Weight::from_parts(19_577_000, 6232) + // Minimum execution time: 39_696_000 picoseconds. + Weight::from_parts(40_370_000, 6232) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -227,10 +232,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `923` + // Measured: `412` // Estimated: `6232` - // Minimum execution time: 21_560_000 picoseconds. - Weight::from_parts(21_971_000, 6232) + // Minimum execution time: 45_426_000 picoseconds. + Weight::from_parts(46_491_000, 6232) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -240,10 +245,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn freeze() -> Weight { // Proof Size summary in bytes: - // Measured: `923` + // Measured: `412` // Estimated: `3687` - // Minimum execution time: 11_051_000 picoseconds. - Weight::from_parts(11_372_000, 3687) + // Minimum execution time: 18_087_000 picoseconds. + Weight::from_parts(18_524_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -253,10 +258,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn thaw() -> Weight { // Proof Size summary in bytes: - // Measured: `923` + // Measured: `412` // Estimated: `3687` - // Minimum execution time: 11_161_000 picoseconds. - Weight::from_parts(11_421_000, 3687) + // Minimum execution time: 17_609_000 picoseconds. + Weight::from_parts(18_088_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -264,10 +269,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn freeze_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `326` // Estimated: `3687` - // Minimum execution time: 7_795_000 picoseconds. - Weight::from_parts(8_035_000, 3687) + // Minimum execution time: 13_621_000 picoseconds. + Weight::from_parts(14_045_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -275,10 +280,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn thaw_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `326` // Estimated: `3687` - // Minimum execution time: 7_835_000 picoseconds. - Weight::from_parts(7_985_000, 3687) + // Minimum execution time: 13_586_000 picoseconds. + Weight::from_parts(13_902_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -288,10 +293,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) fn transfer_ownership() -> Weight { // Proof Size summary in bytes: - // Measured: `819` + // Measured: `292` // Estimated: `3687` - // Minimum execution time: 9_668_000 picoseconds. - Weight::from_parts(9_988_000, 3687) + // Minimum execution time: 15_925_000 picoseconds. + Weight::from_parts(16_320_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -299,10 +304,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn set_team() -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `292` // Estimated: `3687` - // Minimum execution time: 7_724_000 picoseconds. - Weight::from_parts(8_045_000, 3687) + // Minimum execution time: 14_673_000 picoseconds. + Weight::from_parts(14_997_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -312,14 +317,16 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn set_metadata(_n: u32, s: u32, ) -> Weight { + fn set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `819` + // Measured: `292` // Estimated: `3687` - // Minimum execution time: 9_848_000 picoseconds. - Weight::from_parts(10_357_790, 3687) - // Standard Error: 137 - .saturating_add(Weight::from_parts(494, 0).saturating_mul(s.into())) + // Minimum execution time: 16_039_000 picoseconds. + Weight::from_parts(16_703_472, 3687) + // Standard Error: 216 + .saturating_add(Weight::from_parts(528, 0).saturating_mul(n.into())) + // Standard Error: 216 + .saturating_add(Weight::from_parts(1_789, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -329,10 +336,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) fn clear_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `979` + // Measured: `468` // Estimated: `3687` - // Minimum execution time: 10_890_000 picoseconds. - Weight::from_parts(11_191_000, 3687) + // Minimum execution time: 16_756_000 picoseconds. + Weight::from_parts(17_333_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -342,14 +349,16 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn force_set_metadata(_n: u32, s: u32, ) -> Weight { + fn force_set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `658` + // Measured: `131` // Estimated: `3687` - // Minimum execution time: 8_246_000 picoseconds. - Weight::from_parts(9_222_118, 3687) - // Standard Error: 604 - .saturating_add(Weight::from_parts(4_056, 0).saturating_mul(s.into())) + // Minimum execution time: 14_818_000 picoseconds. + Weight::from_parts(15_404_741, 3687) + // Standard Error: 213 + .saturating_add(Weight::from_parts(158, 0).saturating_mul(n.into())) + // Standard Error: 213 + .saturating_add(Weight::from_parts(1_539, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -359,10 +368,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) fn force_clear_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `979` + // Measured: `468` // Estimated: `3687` - // Minimum execution time: 10_150_000 picoseconds. - Weight::from_parts(10_851_000, 3687) + // Minimum execution time: 16_600_000 picoseconds. + Weight::from_parts(16_971_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -370,10 +379,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn force_asset_status() -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `292` // Estimated: `3687` - // Minimum execution time: 7_234_000 picoseconds. - Weight::from_parts(7_805_000, 3687) + // Minimum execution time: 13_898_000 picoseconds. + Weight::from_parts(14_175_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -383,10 +392,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Approvals (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) fn approve_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `326` // Estimated: `3687` - // Minimum execution time: 9_798_000 picoseconds. - Weight::from_parts(10_089_000, 3687) + // Minimum execution time: 20_188_000 picoseconds. + Weight::from_parts(20_705_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -400,10 +409,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_approved() -> Weight { // Proof Size summary in bytes: - // Measured: `1105` + // Measured: `594` // Estimated: `6232` - // Minimum execution time: 24_386_000 picoseconds. - Weight::from_parts(25_218_000, 6232) + // Minimum execution time: 53_819_000 picoseconds. + Weight::from_parts(54_573_000, 6232) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -413,10 +422,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Approvals (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) fn cancel_approval() -> Weight { // Proof Size summary in bytes: - // Measured: `745` + // Measured: `508` // Estimated: `3687` - // Minimum execution time: 11_432_000 picoseconds. - Weight::from_parts(12_072_000, 3687) + // Minimum execution time: 22_209_000 picoseconds. + Weight::from_parts(22_620_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -426,10 +435,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Approvals (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) fn force_cancel_approval() -> Weight { // Proof Size summary in bytes: - // Measured: `745` + // Measured: `508` // Estimated: `3687` - // Minimum execution time: 11_662_000 picoseconds. - Weight::from_parts(12_033_000, 3687) + // Minimum execution time: 22_613_000 picoseconds. + Weight::from_parts(23_100_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -437,10 +446,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn set_min_balance() -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `292` // Estimated: `3687` - // Minimum execution time: 7_333_000 picoseconds. - Weight::from_parts(7_514_000, 3687) + // Minimum execution time: 14_857_000 picoseconds. + Weight::from_parts(15_294_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -452,10 +461,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn touch() -> Weight { // Proof Size summary in bytes: - // Measured: `870` + // Measured: `343` // Estimated: `3687` - // Minimum execution time: 15_940_000 picoseconds. - Weight::from_parts(16_411_000, 3687) + // Minimum execution time: 34_534_000 picoseconds. + Weight::from_parts(35_153_000, 3687) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -465,10 +474,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn touch_other() -> Weight { // Proof Size summary in bytes: - // Measured: `819` + // Measured: `292` // Estimated: `3687` - // Minimum execution time: 15_099_000 picoseconds. - Weight::from_parts(15_589_000, 3687) + // Minimum execution time: 32_459_000 picoseconds. + Weight::from_parts(33_014_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -480,10 +489,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn refund() -> Weight { // Proof Size summary in bytes: - // Measured: `992` + // Measured: `481` // Estimated: `3687` - // Minimum execution time: 15_629_000 picoseconds. - Weight::from_parts(16_120_000, 3687) + // Minimum execution time: 31_676_000 picoseconds. + Weight::from_parts(32_103_000, 3687) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -493,10 +502,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn refund_other() -> Weight { // Proof Size summary in bytes: - // Measured: `974` + // Measured: `463` // Estimated: `3687` - // Minimum execution time: 15_279_000 picoseconds. - Weight::from_parts(15_730_000, 3687) + // Minimum execution time: 29_817_000 picoseconds. + Weight::from_parts(30_307_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -506,10 +515,10 @@ impl pallet_assets::WeightInfo for SubstrateWeight { /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn block() -> Weight { // Proof Size summary in bytes: - // Measured: `923` + // Measured: `412` // Estimated: `3687` - // Minimum execution time: 10_640_000 picoseconds. - Weight::from_parts(10_880_000, 3687) + // Minimum execution time: 17_638_000 picoseconds. + Weight::from_parts(17_941_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -517,21 +526,25 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // For backwards compatibility and tests impl WeightInfo for () { + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn create() -> Weight { // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 0_000 picoseconds. - Weight::from_parts(0, 0) + // Measured: `42` + // Estimated: `3687` + // Minimum execution time: 13_524_000 picoseconds. + Weight::from_parts(13_794_000, 3687) + .saturating_add(RocksDbWeight::get().reads(1_u64)) + .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Assets Asset (r:1 w:1) /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn force_create() -> Weight { // Proof Size summary in bytes: - // Measured: `333` + // Measured: `42` // Estimated: `3687` - // Minimum execution time: 6_592_000 picoseconds. - Weight::from_parts(6_803_000, 3687) + // Minimum execution time: 13_110_000 picoseconds. + Weight::from_parts(13_531_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -539,10 +552,10 @@ impl WeightInfo for () { /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn start_destroy() -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `326` // Estimated: `3687` - // Minimum execution time: 7_454_000 picoseconds. - Weight::from_parts(7_665_000, 3687) + // Minimum execution time: 13_867_000 picoseconds. + Weight::from_parts(14_271_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -555,12 +568,12 @@ impl WeightInfo for () { /// The range of component `c` is `[0, 1000]`. fn destroy_accounts(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `237 + c * (208 ±0)` + // Measured: `0 + c * (208 ±0)` // Estimated: `3687 + c * (2621 ±0)` - // Minimum execution time: 10_860_000 picoseconds. - Weight::from_parts(11_091_000, 3687) - // Standard Error: 5_814 - .saturating_add(Weight::from_parts(7_113_589, 0).saturating_mul(c.into())) + // Minimum execution time: 18_414_000 picoseconds. + Weight::from_parts(18_619_000, 3687) + // Standard Error: 12_674 + .saturating_add(Weight::from_parts(13_872_215, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -574,12 +587,12 @@ impl WeightInfo for () { /// The range of component `a` is `[0, 1000]`. fn destroy_approvals(a: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `712 + a * (86 ±0)` + // Measured: `475 + a * (86 ±0)` // Estimated: `3687 + a * (2635 ±0)` - // Minimum execution time: 11_061_000 picoseconds. - Weight::from_parts(11_302_000, 3687) - // Standard Error: 1_855 - .saturating_add(Weight::from_parts(3_454_946, 0).saturating_mul(a.into())) + // Minimum execution time: 18_806_000 picoseconds. + Weight::from_parts(19_123_000, 3687) + // Standard Error: 3_843 + .saturating_add(Weight::from_parts(5_618_431, 0).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -592,10 +605,10 @@ impl WeightInfo for () { /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) fn finish_destroy() -> Weight { // Proof Size summary in bytes: - // Measured: `819` + // Measured: `292` // Estimated: `3687` - // Minimum execution time: 9_438_000 picoseconds. - Weight::from_parts(9_738_000, 3687) + // Minimum execution time: 15_360_000 picoseconds. + Weight::from_parts(15_709_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -605,10 +618,10 @@ impl WeightInfo for () { /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn mint() -> Weight { // Proof Size summary in bytes: - // Measured: `819` + // Measured: `292` // Estimated: `3687` - // Minimum execution time: 13_556_000 picoseconds. - Weight::from_parts(13_856_000, 3687) + // Minimum execution time: 27_303_000 picoseconds. + Weight::from_parts(27_776_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -618,10 +631,10 @@ impl WeightInfo for () { /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn burn() -> Weight { // Proof Size summary in bytes: - // Measured: `923` + // Measured: `412` // Estimated: `3687` - // Minimum execution time: 16_952_000 picoseconds. - Weight::from_parts(17_332_000, 3687) + // Minimum execution time: 33_182_000 picoseconds. + Weight::from_parts(33_613_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -633,10 +646,10 @@ impl WeightInfo for () { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `923` + // Measured: `412` // Estimated: `6232` - // Minimum execution time: 21_280_000 picoseconds. - Weight::from_parts(21_721_000, 6232) + // Minimum execution time: 45_563_000 picoseconds. + Weight::from_parts(46_333_000, 6232) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -648,10 +661,10 @@ impl WeightInfo for () { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_keep_alive() -> Weight { // Proof Size summary in bytes: - // Measured: `923` + // Measured: `412` // Estimated: `6232` - // Minimum execution time: 19_196_000 picoseconds. - Weight::from_parts(19_577_000, 6232) + // Minimum execution time: 39_696_000 picoseconds. + Weight::from_parts(40_370_000, 6232) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -663,10 +676,10 @@ impl WeightInfo for () { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `923` + // Measured: `412` // Estimated: `6232` - // Minimum execution time: 21_560_000 picoseconds. - Weight::from_parts(21_971_000, 6232) + // Minimum execution time: 45_426_000 picoseconds. + Weight::from_parts(46_491_000, 6232) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -676,10 +689,10 @@ impl WeightInfo for () { /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn freeze() -> Weight { // Proof Size summary in bytes: - // Measured: `923` + // Measured: `412` // Estimated: `3687` - // Minimum execution time: 11_051_000 picoseconds. - Weight::from_parts(11_372_000, 3687) + // Minimum execution time: 18_087_000 picoseconds. + Weight::from_parts(18_524_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -689,10 +702,10 @@ impl WeightInfo for () { /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn thaw() -> Weight { // Proof Size summary in bytes: - // Measured: `923` + // Measured: `412` // Estimated: `3687` - // Minimum execution time: 11_161_000 picoseconds. - Weight::from_parts(11_421_000, 3687) + // Minimum execution time: 17_609_000 picoseconds. + Weight::from_parts(18_088_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -700,10 +713,10 @@ impl WeightInfo for () { /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn freeze_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `326` // Estimated: `3687` - // Minimum execution time: 7_795_000 picoseconds. - Weight::from_parts(8_035_000, 3687) + // Minimum execution time: 13_621_000 picoseconds. + Weight::from_parts(14_045_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -711,10 +724,10 @@ impl WeightInfo for () { /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn thaw_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `326` // Estimated: `3687` - // Minimum execution time: 7_835_000 picoseconds. - Weight::from_parts(7_985_000, 3687) + // Minimum execution time: 13_586_000 picoseconds. + Weight::from_parts(13_902_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -724,10 +737,10 @@ impl WeightInfo for () { /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) fn transfer_ownership() -> Weight { // Proof Size summary in bytes: - // Measured: `819` + // Measured: `292` // Estimated: `3687` - // Minimum execution time: 9_668_000 picoseconds. - Weight::from_parts(9_988_000, 3687) + // Minimum execution time: 15_925_000 picoseconds. + Weight::from_parts(16_320_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -735,10 +748,10 @@ impl WeightInfo for () { /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn set_team() -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `292` // Estimated: `3687` - // Minimum execution time: 7_724_000 picoseconds. - Weight::from_parts(8_045_000, 3687) + // Minimum execution time: 14_673_000 picoseconds. + Weight::from_parts(14_997_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -748,14 +761,16 @@ impl WeightInfo for () { /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn set_metadata(_n: u32, s: u32, ) -> Weight { + fn set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `819` + // Measured: `292` // Estimated: `3687` - // Minimum execution time: 9_848_000 picoseconds. - Weight::from_parts(10_357_790, 3687) - // Standard Error: 137 - .saturating_add(Weight::from_parts(494, 0).saturating_mul(s.into())) + // Minimum execution time: 16_039_000 picoseconds. + Weight::from_parts(16_703_472, 3687) + // Standard Error: 216 + .saturating_add(Weight::from_parts(528, 0).saturating_mul(n.into())) + // Standard Error: 216 + .saturating_add(Weight::from_parts(1_789, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -765,10 +780,10 @@ impl WeightInfo for () { /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) fn clear_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `979` + // Measured: `468` // Estimated: `3687` - // Minimum execution time: 10_890_000 picoseconds. - Weight::from_parts(11_191_000, 3687) + // Minimum execution time: 16_756_000 picoseconds. + Weight::from_parts(17_333_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -778,14 +793,16 @@ impl WeightInfo for () { /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn force_set_metadata(_n: u32, s: u32, ) -> Weight { + fn force_set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `658` + // Measured: `131` // Estimated: `3687` - // Minimum execution time: 8_246_000 picoseconds. - Weight::from_parts(9_222_118, 3687) - // Standard Error: 604 - .saturating_add(Weight::from_parts(4_056, 0).saturating_mul(s.into())) + // Minimum execution time: 14_818_000 picoseconds. + Weight::from_parts(15_404_741, 3687) + // Standard Error: 213 + .saturating_add(Weight::from_parts(158, 0).saturating_mul(n.into())) + // Standard Error: 213 + .saturating_add(Weight::from_parts(1_539, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -795,10 +812,10 @@ impl WeightInfo for () { /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) fn force_clear_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `979` + // Measured: `468` // Estimated: `3687` - // Minimum execution time: 10_150_000 picoseconds. - Weight::from_parts(10_851_000, 3687) + // Minimum execution time: 16_600_000 picoseconds. + Weight::from_parts(16_971_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -806,10 +823,10 @@ impl WeightInfo for () { /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn force_asset_status() -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `292` // Estimated: `3687` - // Minimum execution time: 7_234_000 picoseconds. - Weight::from_parts(7_805_000, 3687) + // Minimum execution time: 13_898_000 picoseconds. + Weight::from_parts(14_175_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -819,10 +836,10 @@ impl WeightInfo for () { /// Proof: Assets Approvals (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) fn approve_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `326` // Estimated: `3687` - // Minimum execution time: 9_798_000 picoseconds. - Weight::from_parts(10_089_000, 3687) + // Minimum execution time: 20_188_000 picoseconds. + Weight::from_parts(20_705_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -836,10 +853,10 @@ impl WeightInfo for () { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_approved() -> Weight { // Proof Size summary in bytes: - // Measured: `1105` + // Measured: `594` // Estimated: `6232` - // Minimum execution time: 24_386_000 picoseconds. - Weight::from_parts(25_218_000, 6232) + // Minimum execution time: 53_819_000 picoseconds. + Weight::from_parts(54_573_000, 6232) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -849,10 +866,10 @@ impl WeightInfo for () { /// Proof: Assets Approvals (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) fn cancel_approval() -> Weight { // Proof Size summary in bytes: - // Measured: `745` + // Measured: `508` // Estimated: `3687` - // Minimum execution time: 11_432_000 picoseconds. - Weight::from_parts(12_072_000, 3687) + // Minimum execution time: 22_209_000 picoseconds. + Weight::from_parts(22_620_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -862,10 +879,10 @@ impl WeightInfo for () { /// Proof: Assets Approvals (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) fn force_cancel_approval() -> Weight { // Proof Size summary in bytes: - // Measured: `745` + // Measured: `508` // Estimated: `3687` - // Minimum execution time: 11_662_000 picoseconds. - Weight::from_parts(12_033_000, 3687) + // Minimum execution time: 22_613_000 picoseconds. + Weight::from_parts(23_100_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -873,10 +890,10 @@ impl WeightInfo for () { /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn set_min_balance() -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `292` // Estimated: `3687` - // Minimum execution time: 7_333_000 picoseconds. - Weight::from_parts(7_514_000, 3687) + // Minimum execution time: 14_857_000 picoseconds. + Weight::from_parts(15_294_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -888,10 +905,10 @@ impl WeightInfo for () { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn touch() -> Weight { // Proof Size summary in bytes: - // Measured: `870` + // Measured: `343` // Estimated: `3687` - // Minimum execution time: 15_940_000 picoseconds. - Weight::from_parts(16_411_000, 3687) + // Minimum execution time: 34_534_000 picoseconds. + Weight::from_parts(35_153_000, 3687) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -901,10 +918,10 @@ impl WeightInfo for () { /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn touch_other() -> Weight { // Proof Size summary in bytes: - // Measured: `819` + // Measured: `292` // Estimated: `3687` - // Minimum execution time: 15_099_000 picoseconds. - Weight::from_parts(15_589_000, 3687) + // Minimum execution time: 32_459_000 picoseconds. + Weight::from_parts(33_014_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -916,10 +933,10 @@ impl WeightInfo for () { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn refund() -> Weight { // Proof Size summary in bytes: - // Measured: `992` + // Measured: `481` // Estimated: `3687` - // Minimum execution time: 15_629_000 picoseconds. - Weight::from_parts(16_120_000, 3687) + // Minimum execution time: 31_676_000 picoseconds. + Weight::from_parts(32_103_000, 3687) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -929,10 +946,10 @@ impl WeightInfo for () { /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn refund_other() -> Weight { // Proof Size summary in bytes: - // Measured: `974` + // Measured: `463` // Estimated: `3687` - // Minimum execution time: 15_279_000 picoseconds. - Weight::from_parts(15_730_000, 3687) + // Minimum execution time: 29_817_000 picoseconds. + Weight::from_parts(30_307_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -942,10 +959,10 @@ impl WeightInfo for () { /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn block() -> Weight { // Proof Size summary in bytes: - // Measured: `923` + // Measured: `412` // Estimated: `3687` - // Minimum execution time: 10_640_000 picoseconds. - Weight::from_parts(10_880_000, 3687) + // Minimum execution time: 17_638_000 picoseconds. + Weight::from_parts(17_941_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/runtime/manta/src/weights/pallet_author_inherent.rs b/runtime/manta/src/weights/pallet_author_inherent.rs index 765c9bd72..2a10799d6 100644 --- a/runtime/manta/src/weights/pallet_author_inherent.rs +++ b/runtime/manta/src/weights/pallet_author_inherent.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_author_inherent //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-10, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("/home/jamie/my-repo/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=/home/jamie/my-repo/Manta/tests/data/fork.json +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_author_inherent // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_author_inherent.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_author_inherent.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -62,8 +63,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `190` // Estimated: `1675` - // Minimum execution time: 7_624_000 picoseconds. - Weight::from_parts(7_875_000, 1675) + // Minimum execution time: 13_680_000 picoseconds. + Weight::from_parts(14_060_000, 1675) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -83,8 +84,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `190` // Estimated: `1675` - // Minimum execution time: 7_624_000 picoseconds. - Weight::from_parts(7_875_000, 1675) + // Minimum execution time: 13_680_000 picoseconds. + Weight::from_parts(14_060_000, 1675) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/runtime/manta/src/weights/pallet_balances.rs b/runtime/manta/src/weights/pallet_balances.rs index b40797a42..1b1a426fc 100644 --- a/runtime/manta/src/weights/pallet_balances.rs +++ b/runtime/manta/src/weights/pallet_balances.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_balances //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_balances // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_balances.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_balances.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -63,8 +64,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 19_847_000 picoseconds. - Weight::from_parts(20_238_000, 3593) + // Minimum execution time: 56_227_000 picoseconds. + Weight::from_parts(56_995_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -74,8 +75,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 15_469_000 picoseconds. - Weight::from_parts(15_770_000, 3593) + // Minimum execution time: 41_856_000 picoseconds. + Weight::from_parts(42_528_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -85,8 +86,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `102` // Estimated: `3593` - // Minimum execution time: 6_512_000 picoseconds. - Weight::from_parts(6_693_000, 3593) + // Minimum execution time: 16_774_000 picoseconds. + Weight::from_parts(17_246_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -96,8 +97,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `102` // Estimated: `3593` - // Minimum execution time: 8_987_000 picoseconds. - Weight::from_parts(9_307_000, 3593) + // Minimum execution time: 24_841_000 picoseconds. + Weight::from_parts(25_246_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -107,8 +108,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `102` // Estimated: `6196` - // Minimum execution time: 20_969_000 picoseconds. - Weight::from_parts(21_310_000, 6196) + // Minimum execution time: 59_308_000 picoseconds. + Weight::from_parts(60_043_000, 6196) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -118,8 +119,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 18_475_000 picoseconds. - Weight::from_parts(18_785_000, 3593) + // Minimum execution time: 52_092_000 picoseconds. + Weight::from_parts(52_915_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -129,8 +130,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `102` // Estimated: `3593` - // Minimum execution time: 7_454_000 picoseconds. - Weight::from_parts(7_635_000, 3593) + // Minimum execution time: 19_254_000 picoseconds. + Weight::from_parts(19_609_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -141,10 +142,10 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0 + u * (135 ±0)` // Estimated: `990 + u * (2603 ±0)` - // Minimum execution time: 7_253_000 picoseconds. - Weight::from_parts(7_424_000, 990) - // Standard Error: 7_352 - .saturating_add(Weight::from_parts(6_476_770, 0).saturating_mul(u.into())) + // Minimum execution time: 19_292_000 picoseconds. + Weight::from_parts(19_680_000, 990) + // Standard Error: 9_897 + .saturating_add(Weight::from_parts(15_706_501, 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())) @@ -159,8 +160,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 19_847_000 picoseconds. - Weight::from_parts(20_238_000, 3593) + // Minimum execution time: 56_227_000 picoseconds. + Weight::from_parts(56_995_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -170,8 +171,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 15_469_000 picoseconds. - Weight::from_parts(15_770_000, 3593) + // Minimum execution time: 41_856_000 picoseconds. + Weight::from_parts(42_528_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -181,8 +182,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `102` // Estimated: `3593` - // Minimum execution time: 6_512_000 picoseconds. - Weight::from_parts(6_693_000, 3593) + // Minimum execution time: 16_774_000 picoseconds. + Weight::from_parts(17_246_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -192,8 +193,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `102` // Estimated: `3593` - // Minimum execution time: 8_987_000 picoseconds. - Weight::from_parts(9_307_000, 3593) + // Minimum execution time: 24_841_000 picoseconds. + Weight::from_parts(25_246_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -203,8 +204,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `102` // Estimated: `6196` - // Minimum execution time: 20_969_000 picoseconds. - Weight::from_parts(21_310_000, 6196) + // Minimum execution time: 59_308_000 picoseconds. + Weight::from_parts(60_043_000, 6196) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -214,8 +215,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 18_475_000 picoseconds. - Weight::from_parts(18_785_000, 3593) + // Minimum execution time: 52_092_000 picoseconds. + Weight::from_parts(52_915_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -225,8 +226,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `102` // Estimated: `3593` - // Minimum execution time: 7_454_000 picoseconds. - Weight::from_parts(7_635_000, 3593) + // Minimum execution time: 19_254_000 picoseconds. + Weight::from_parts(19_609_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -237,10 +238,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0 + u * (135 ±0)` // Estimated: `990 + u * (2603 ±0)` - // Minimum execution time: 7_253_000 picoseconds. - Weight::from_parts(7_424_000, 990) - // Standard Error: 7_352 - .saturating_add(Weight::from_parts(6_476_770, 0).saturating_mul(u.into())) + // Minimum execution time: 19_292_000 picoseconds. + Weight::from_parts(19_680_000, 990) + // Standard Error: 9_897 + .saturating_add(Weight::from_parts(15_706_501, 0).saturating_mul(u.into())) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(u.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(u.into()))) .saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into())) diff --git a/runtime/manta/src/weights/pallet_collective.rs b/runtime/manta/src/weights/pallet_collective.rs index 404fd6163..23654afba 100644 --- a/runtime/manta/src/weights/pallet_collective.rs +++ b/runtime/manta/src/weights/pallet_collective.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_collective //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_collective // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_collective.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_collective.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -74,12 +75,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `0 + m * (3232 ±0) + p * (3190 ±0)` // Estimated: `15689 + m * (1967 ±16) + p * (4332 ±16)` - // Minimum execution time: 8_817_000 picoseconds. - Weight::from_parts(8_937_000, 15689) - // Standard Error: 18_405 - .saturating_add(Weight::from_parts(1_836_325, 0).saturating_mul(m.into())) - // Standard Error: 18_405 - .saturating_add(Weight::from_parts(3_826_768, 0).saturating_mul(p.into())) + // Minimum execution time: 17_867_000 picoseconds. + Weight::from_parts(18_015_000, 15689) + // Standard Error: 58_638 + .saturating_add(Weight::from_parts(6_495_724, 0).saturating_mul(m.into())) + // Standard Error: 58_638 + .saturating_add(Weight::from_parts(9_444_638, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -95,12 +96,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `30 + m * (32 ±0)` // Estimated: `1516 + m * (32 ±0)` - // Minimum execution time: 7_524_000 picoseconds. - Weight::from_parts(7_190_313, 1516) - // Standard Error: 19 - .saturating_add(Weight::from_parts(640, 0).saturating_mul(b.into())) - // Standard Error: 200 - .saturating_add(Weight::from_parts(10_381, 0).saturating_mul(m.into())) + // Minimum execution time: 17_696_000 picoseconds. + Weight::from_parts(16_929_727, 1516) + // Standard Error: 16 + .saturating_add(Weight::from_parts(1_478, 0).saturating_mul(b.into())) + // Standard Error: 167 + .saturating_add(Weight::from_parts(13_712, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -114,12 +115,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `30 + m * (32 ±0)` // Estimated: `3496 + m * (32 ±0)` - // Minimum execution time: 9_047_000 picoseconds. - Weight::from_parts(8_547_157, 3496) - // Standard Error: 8 - .saturating_add(Weight::from_parts(809, 0).saturating_mul(b.into())) - // Standard Error: 92 - .saturating_add(Weight::from_parts(18_772, 0).saturating_mul(m.into())) + // Minimum execution time: 20_818_000 picoseconds. + Weight::from_parts(19_646_254, 3496) + // Standard Error: 19 + .saturating_add(Weight::from_parts(1_669, 0).saturating_mul(b.into())) + // Standard Error: 200 + .saturating_add(Weight::from_parts(25_163, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -140,14 +141,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `320 + m * (32 ±0) + p * (36 ±0)` // Estimated: `3712 + m * (33 ±0) + p * (36 ±0)` - // Minimum execution time: 11_492_000 picoseconds. - Weight::from_parts(12_535_755, 3712) - // Standard Error: 63 - .saturating_add(Weight::from_parts(1_408, 0).saturating_mul(b.into())) - // Standard Error: 660 - .saturating_add(Weight::from_parts(12_518, 0).saturating_mul(m.into())) - // Standard Error: 651 - .saturating_add(Weight::from_parts(46_033, 0).saturating_mul(p.into())) + // Minimum execution time: 27_431_000 picoseconds. + Weight::from_parts(27_744_207, 3712) + // Standard Error: 90 + .saturating_add(Weight::from_parts(3_258, 0).saturating_mul(b.into())) + // Standard Error: 941 + .saturating_add(Weight::from_parts(24_801, 0).saturating_mul(m.into())) + // Standard Error: 929 + .saturating_add(Weight::from_parts(189_431, 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, 33).saturating_mul(m.into())) @@ -162,10 +163,10 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `769 + m * (64 ±0)` // Estimated: `4233 + m * (64 ±0)` - // Minimum execution time: 12_443_000 picoseconds. - Weight::from_parts(12_800_566, 4233) - // Standard Error: 392 - .saturating_add(Weight::from_parts(29_637, 0).saturating_mul(m.into())) + // Minimum execution time: 27_974_000 picoseconds. + Weight::from_parts(28_962_183, 4233) + // Standard Error: 621 + .saturating_add(Weight::from_parts(42_544, 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())) @@ -184,12 +185,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `358 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3803 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 14_387_000 picoseconds. - Weight::from_parts(12_860_576, 3803) - // Standard Error: 458 - .saturating_add(Weight::from_parts(28_149, 0).saturating_mul(m.into())) - // Standard Error: 446 - .saturating_add(Weight::from_parts(50_026, 0).saturating_mul(p.into())) + // Minimum execution time: 30_238_000 picoseconds. + Weight::from_parts(31_552_516, 3803) + // Standard Error: 810 + .saturating_add(Weight::from_parts(24_684, 0).saturating_mul(m.into())) + // Standard Error: 790 + .saturating_add(Weight::from_parts(173_060, 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, 65).saturating_mul(m.into())) @@ -210,14 +211,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `660 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `3977 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 18_465_000 picoseconds. - Weight::from_parts(17_135_706, 3977) - // Standard Error: 103 - .saturating_add(Weight::from_parts(2_368, 0).saturating_mul(b.into())) - // Standard Error: 1_099 - .saturating_add(Weight::from_parts(20_350, 0).saturating_mul(m.into())) - // Standard Error: 1_071 - .saturating_add(Weight::from_parts(86_488, 0).saturating_mul(p.into())) + // Minimum execution time: 43_765_000 picoseconds. + Weight::from_parts(43_487_120, 3977) + // Standard Error: 99 + .saturating_add(Weight::from_parts(2_527, 0).saturating_mul(b.into())) + // Standard Error: 1_056 + .saturating_add(Weight::from_parts(29_655, 0).saturating_mul(m.into())) + // Standard Error: 1_030 + .saturating_add(Weight::from_parts(207_750, 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())) @@ -240,12 +241,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `378 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3823 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 15_539_000 picoseconds. - Weight::from_parts(16_294_546, 3823) - // Standard Error: 653 - .saturating_add(Weight::from_parts(18_313, 0).saturating_mul(m.into())) - // Standard Error: 637 - .saturating_add(Weight::from_parts(40_272, 0).saturating_mul(p.into())) + // Minimum execution time: 33_207_000 picoseconds. + Weight::from_parts(33_682_983, 3823) + // Standard Error: 768 + .saturating_add(Weight::from_parts(34_493, 0).saturating_mul(m.into())) + // Standard Error: 749 + .saturating_add(Weight::from_parts(177_768, 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, 65).saturating_mul(m.into())) @@ -268,14 +269,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `680 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `3997 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 19_817_000 picoseconds. - Weight::from_parts(22_502_128, 3997) - // Standard Error: 88 - .saturating_add(Weight::from_parts(161, 0).saturating_mul(b.into())) - // Standard Error: 934 - .saturating_add(Weight::from_parts(23_492, 0).saturating_mul(m.into())) - // Standard Error: 911 - .saturating_add(Weight::from_parts(74_961, 0).saturating_mul(p.into())) + // Minimum execution time: 46_799_000 picoseconds. + Weight::from_parts(48_593_110, 3997) + // Standard Error: 157 + .saturating_add(Weight::from_parts(3_595, 0).saturating_mul(b.into())) + // Standard Error: 1_662 + .saturating_add(Weight::from_parts(2_320, 0).saturating_mul(m.into())) + // Standard Error: 1_620 + .saturating_add(Weight::from_parts(224_502, 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())) @@ -293,10 +294,10 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `187 + p * (32 ±0)` // Estimated: `1672 + p * (32 ±0)` - // Minimum execution time: 7_253_000 picoseconds. - Weight::from_parts(8_139_901, 1672) - // Standard Error: 308 - .saturating_add(Weight::from_parts(36_413, 0).saturating_mul(p.into())) + // Minimum execution time: 16_554_000 picoseconds. + Weight::from_parts(18_923_901, 1672) + // Standard Error: 892 + .saturating_add(Weight::from_parts(164_400, 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())) @@ -320,12 +321,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0 + m * (3232 ±0) + p * (3190 ±0)` // Estimated: `15689 + m * (1967 ±16) + p * (4332 ±16)` - // Minimum execution time: 8_817_000 picoseconds. - Weight::from_parts(8_937_000, 15689) - // Standard Error: 18_405 - .saturating_add(Weight::from_parts(1_836_325, 0).saturating_mul(m.into())) - // Standard Error: 18_405 - .saturating_add(Weight::from_parts(3_826_768, 0).saturating_mul(p.into())) + // Minimum execution time: 17_867_000 picoseconds. + Weight::from_parts(18_015_000, 15689) + // Standard Error: 58_638 + .saturating_add(Weight::from_parts(6_495_724, 0).saturating_mul(m.into())) + // Standard Error: 58_638 + .saturating_add(Weight::from_parts(9_444_638, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -341,12 +342,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `30 + m * (32 ±0)` // Estimated: `1516 + m * (32 ±0)` - // Minimum execution time: 7_524_000 picoseconds. - Weight::from_parts(7_190_313, 1516) - // Standard Error: 19 - .saturating_add(Weight::from_parts(640, 0).saturating_mul(b.into())) - // Standard Error: 200 - .saturating_add(Weight::from_parts(10_381, 0).saturating_mul(m.into())) + // Minimum execution time: 17_696_000 picoseconds. + Weight::from_parts(16_929_727, 1516) + // Standard Error: 16 + .saturating_add(Weight::from_parts(1_478, 0).saturating_mul(b.into())) + // Standard Error: 167 + .saturating_add(Weight::from_parts(13_712, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -360,12 +361,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `30 + m * (32 ±0)` // Estimated: `3496 + m * (32 ±0)` - // Minimum execution time: 9_047_000 picoseconds. - Weight::from_parts(8_547_157, 3496) - // Standard Error: 8 - .saturating_add(Weight::from_parts(809, 0).saturating_mul(b.into())) - // Standard Error: 92 - .saturating_add(Weight::from_parts(18_772, 0).saturating_mul(m.into())) + // Minimum execution time: 20_818_000 picoseconds. + Weight::from_parts(19_646_254, 3496) + // Standard Error: 19 + .saturating_add(Weight::from_parts(1_669, 0).saturating_mul(b.into())) + // Standard Error: 200 + .saturating_add(Weight::from_parts(25_163, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -386,14 +387,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `320 + m * (32 ±0) + p * (36 ±0)` // Estimated: `3712 + m * (33 ±0) + p * (36 ±0)` - // Minimum execution time: 11_492_000 picoseconds. - Weight::from_parts(12_535_755, 3712) - // Standard Error: 63 - .saturating_add(Weight::from_parts(1_408, 0).saturating_mul(b.into())) - // Standard Error: 660 - .saturating_add(Weight::from_parts(12_518, 0).saturating_mul(m.into())) - // Standard Error: 651 - .saturating_add(Weight::from_parts(46_033, 0).saturating_mul(p.into())) + // Minimum execution time: 27_431_000 picoseconds. + Weight::from_parts(27_744_207, 3712) + // Standard Error: 90 + .saturating_add(Weight::from_parts(3_258, 0).saturating_mul(b.into())) + // Standard Error: 941 + .saturating_add(Weight::from_parts(24_801, 0).saturating_mul(m.into())) + // Standard Error: 929 + .saturating_add(Weight::from_parts(189_431, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 33).saturating_mul(m.into())) @@ -408,10 +409,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `769 + m * (64 ±0)` // Estimated: `4233 + m * (64 ±0)` - // Minimum execution time: 12_443_000 picoseconds. - Weight::from_parts(12_800_566, 4233) - // Standard Error: 392 - .saturating_add(Weight::from_parts(29_637, 0).saturating_mul(m.into())) + // Minimum execution time: 27_974_000 picoseconds. + Weight::from_parts(28_962_183, 4233) + // Standard Error: 621 + .saturating_add(Weight::from_parts(42_544, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -430,12 +431,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `358 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3803 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 14_387_000 picoseconds. - Weight::from_parts(12_860_576, 3803) - // Standard Error: 458 - .saturating_add(Weight::from_parts(28_149, 0).saturating_mul(m.into())) - // Standard Error: 446 - .saturating_add(Weight::from_parts(50_026, 0).saturating_mul(p.into())) + // Minimum execution time: 30_238_000 picoseconds. + Weight::from_parts(31_552_516, 3803) + // Standard Error: 810 + .saturating_add(Weight::from_parts(24_684, 0).saturating_mul(m.into())) + // Standard Error: 790 + .saturating_add(Weight::from_parts(173_060, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into())) @@ -456,14 +457,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `660 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `3977 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 18_465_000 picoseconds. - Weight::from_parts(17_135_706, 3977) - // Standard Error: 103 - .saturating_add(Weight::from_parts(2_368, 0).saturating_mul(b.into())) - // Standard Error: 1_099 - .saturating_add(Weight::from_parts(20_350, 0).saturating_mul(m.into())) - // Standard Error: 1_071 - .saturating_add(Weight::from_parts(86_488, 0).saturating_mul(p.into())) + // Minimum execution time: 43_765_000 picoseconds. + Weight::from_parts(43_487_120, 3977) + // Standard Error: 99 + .saturating_add(Weight::from_parts(2_527, 0).saturating_mul(b.into())) + // Standard Error: 1_056 + .saturating_add(Weight::from_parts(29_655, 0).saturating_mul(m.into())) + // Standard Error: 1_030 + .saturating_add(Weight::from_parts(207_750, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -486,12 +487,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `378 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3823 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 15_539_000 picoseconds. - Weight::from_parts(16_294_546, 3823) - // Standard Error: 653 - .saturating_add(Weight::from_parts(18_313, 0).saturating_mul(m.into())) - // Standard Error: 637 - .saturating_add(Weight::from_parts(40_272, 0).saturating_mul(p.into())) + // Minimum execution time: 33_207_000 picoseconds. + Weight::from_parts(33_682_983, 3823) + // Standard Error: 768 + .saturating_add(Weight::from_parts(34_493, 0).saturating_mul(m.into())) + // Standard Error: 749 + .saturating_add(Weight::from_parts(177_768, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into())) @@ -514,14 +515,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `680 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `3997 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 19_817_000 picoseconds. - Weight::from_parts(22_502_128, 3997) - // Standard Error: 88 - .saturating_add(Weight::from_parts(161, 0).saturating_mul(b.into())) - // Standard Error: 934 - .saturating_add(Weight::from_parts(23_492, 0).saturating_mul(m.into())) - // Standard Error: 911 - .saturating_add(Weight::from_parts(74_961, 0).saturating_mul(p.into())) + // Minimum execution time: 46_799_000 picoseconds. + Weight::from_parts(48_593_110, 3997) + // Standard Error: 157 + .saturating_add(Weight::from_parts(3_595, 0).saturating_mul(b.into())) + // Standard Error: 1_662 + .saturating_add(Weight::from_parts(2_320, 0).saturating_mul(m.into())) + // Standard Error: 1_620 + .saturating_add(Weight::from_parts(224_502, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -539,10 +540,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `187 + p * (32 ±0)` // Estimated: `1672 + p * (32 ±0)` - // Minimum execution time: 7_253_000 picoseconds. - Weight::from_parts(8_139_901, 1672) - // Standard Error: 308 - .saturating_add(Weight::from_parts(36_413, 0).saturating_mul(p.into())) + // Minimum execution time: 16_554_000 picoseconds. + Weight::from_parts(18_923_901, 1672) + // Standard Error: 892 + .saturating_add(Weight::from_parts(164_400, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) diff --git a/runtime/manta/src/weights/pallet_democracy.rs b/runtime/manta/src/weights/pallet_democracy.rs index a7b7033c0..a52e51947 100644 --- a/runtime/manta/src/weights/pallet_democracy.rs +++ b/runtime/manta/src/weights/pallet_democracy.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_democracy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_democracy // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_democracy.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_democracy.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -89,8 +90,8 @@ impl pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `3437` + // Measured: `3387` // Estimated: `7260` - // Minimum execution time: 29_205_000 picoseconds. - Weight::from_parts(30_397_000, 7260) + // Minimum execution time: 59_977_000 picoseconds. + Weight::from_parts(63_165_000, 7260) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -132,10 +133,10 @@ impl pallet_democracy::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `3459` + // Measured: `3409` // Estimated: `7260` - // Minimum execution time: 30_287_000 picoseconds. - Weight::from_parts(31_529_000, 7260) + // Minimum execution time: 65_196_000 picoseconds. + Weight::from_parts(66_981_000, 7260) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -149,8 +150,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 Weight { // Proof Size summary in bytes: - // Measured: `798 + r * (108 ±0)` + // Measured: `749 + r * (108 ±0)` // Estimated: `19800 + r * (2676 ±0)` - // Minimum execution time: 21_189_000 picoseconds. - Weight::from_parts(22_932_185, 19800) - // Standard Error: 3_755 - .saturating_add(Weight::from_parts(2_308_744, 0).saturating_mul(r.into())) + // Minimum execution time: 44_249_000 picoseconds. + Weight::from_parts(53_110_577, 19800) + // Standard Error: 5_957 + .saturating_add(Weight::from_parts(4_402_338, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -350,10 +351,10 @@ 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 Weight { // Proof Size summary in bytes: - // Measured: `3437` + // Measured: `3387` // Estimated: `7260` - // Minimum execution time: 29_205_000 picoseconds. - Weight::from_parts(30_397_000, 7260) + // Minimum execution time: 59_977_000 picoseconds. + Weight::from_parts(63_165_000, 7260) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -583,10 +584,10 @@ impl WeightInfo for () { /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) fn vote_existing() -> Weight { // Proof Size summary in bytes: - // Measured: `3459` + // Measured: `3409` // Estimated: `7260` - // Minimum execution time: 30_287_000 picoseconds. - Weight::from_parts(31_529_000, 7260) + // Minimum execution time: 65_196_000 picoseconds. + Weight::from_parts(66_981_000, 7260) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -600,8 +601,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `333` // Estimated: `3666` - // Minimum execution time: 13_345_000 picoseconds. - Weight::from_parts(14_187_000, 3666) + // Minimum execution time: 29_427_000 picoseconds. + Weight::from_parts(30_115_000, 3666) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -623,8 +624,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `5844` // Estimated: `18187` - // Minimum execution time: 44_513_000 picoseconds. - Weight::from_parts(45_766_000, 18187) + // Minimum execution time: 101_467_000 picoseconds. + Weight::from_parts(104_982_000, 18187) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -636,8 +637,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3383` // Estimated: `6703` - // Minimum execution time: 7_494_000 picoseconds. - Weight::from_parts(7_795_000, 6703) + // Minimum execution time: 14_728_000 picoseconds. + Weight::from_parts(15_278_000, 6703) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -647,8 +648,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_472_000 picoseconds. - Weight::from_parts(1_843_000, 0) + // Minimum execution time: 3_170_000 picoseconds. + Weight::from_parts(3_305_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Democracy NextExternal (r:0 w:1) @@ -657,8 +658,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_332_000 picoseconds. - Weight::from_parts(1_422_000, 0) + // Minimum execution time: 3_438_000 picoseconds. + Weight::from_parts(3_607_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Democracy NextExternal (r:1 w:1) @@ -673,8 +674,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `253` // Estimated: `3518` - // Minimum execution time: 12_574_000 picoseconds. - Weight::from_parts(12_915_000, 3518) + // Minimum execution time: 30_094_000 picoseconds. + Weight::from_parts(30_776_000, 3518) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -688,8 +689,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3486` // Estimated: `6703` - // Minimum execution time: 14_587_000 picoseconds. - Weight::from_parts(15_409_000, 6703) + // Minimum execution time: 33_486_000 picoseconds. + Weight::from_parts(34_057_000, 6703) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -705,8 +706,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `5755` // Estimated: `18187` - // Minimum execution time: 34_936_000 picoseconds. - Weight::from_parts(35_938_000, 18187) + // Minimum execution time: 80_483_000 picoseconds. + Weight::from_parts(83_562_000, 18187) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -718,8 +719,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `238` // Estimated: `3518` - // Minimum execution time: 9_297_000 picoseconds. - Weight::from_parts(9_538_000, 3518) + // Minimum execution time: 22_200_000 picoseconds. + Weight::from_parts(22_571_000, 3518) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -734,10 +735,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `211 + r * (86 ±0)` // Estimated: `1489 + r * (2676 ±0)` - // Minimum execution time: 4_368_000 picoseconds. - Weight::from_parts(5_569_034, 1489) - // Standard Error: 3_110 - .saturating_add(Weight::from_parts(1_753_250, 0).saturating_mul(r.into())) + // Minimum execution time: 7_823_000 picoseconds. + Weight::from_parts(11_992_239, 1489) + // Standard Error: 4_781 + .saturating_add(Weight::from_parts(3_507_558, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -760,10 +761,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `211 + r * (86 ±0)` // Estimated: `18187 + r * (2676 ±0)` - // Minimum execution time: 5_701_000 picoseconds. - Weight::from_parts(6_195_695, 18187) - // Standard Error: 3_735 - .saturating_add(Weight::from_parts(1_770_570, 0).saturating_mul(r.into())) + // Minimum execution time: 11_329_000 picoseconds. + Weight::from_parts(15_501_003, 18187) + // Standard Error: 5_016 + .saturating_add(Weight::from_parts(3_508_716, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -780,12 +781,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 99]`. fn delegate(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `798 + r * (108 ±0)` + // Measured: `749 + r * (108 ±0)` // Estimated: `19800 + r * (2676 ±0)` - // Minimum execution time: 21_189_000 picoseconds. - Weight::from_parts(22_932_185, 19800) - // Standard Error: 3_755 - .saturating_add(Weight::from_parts(2_308_744, 0).saturating_mul(r.into())) + // Minimum execution time: 44_249_000 picoseconds. + Weight::from_parts(53_110_577, 19800) + // Standard Error: 5_957 + .saturating_add(Weight::from_parts(4_402_338, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(4_u64)) @@ -801,10 +802,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `460 + r * (108 ±0)` // Estimated: `13530 + r * (2676 ±0)` - // Minimum execution time: 11_231_000 picoseconds. - Weight::from_parts(10_643_031, 13530) - // Standard Error: 3_212 - .saturating_add(Weight::from_parts(2_312_381, 0).saturating_mul(r.into())) + // Minimum execution time: 23_547_000 picoseconds. + Weight::from_parts(27_606_964, 13530) + // Standard Error: 4_551 + .saturating_add(Weight::from_parts(4_433_904, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -817,8 +818,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_372_000 picoseconds. - Weight::from_parts(1_492_000, 0) + // Minimum execution time: 3_491_000 picoseconds. + Weight::from_parts(3_653_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Democracy VotingOf (r:1 w:1) @@ -834,10 +835,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `492` // Estimated: `7260` - // Minimum execution time: 11_111_000 picoseconds. - Weight::from_parts(17_498_587, 7260) - // Standard Error: 1_047 - .saturating_add(Weight::from_parts(43_065, 0).saturating_mul(r.into())) + // Minimum execution time: 26_037_000 picoseconds. + Weight::from_parts(41_983_433, 7260) + // Standard Error: 2_768 + .saturating_add(Weight::from_parts(103_609, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -854,10 +855,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `493 + r * (22 ±0)` // Estimated: `7260` - // Minimum execution time: 17_302_000 picoseconds. - Weight::from_parts(18_257_962, 7260) - // Standard Error: 1_539 - .saturating_add(Weight::from_parts(69_417, 0).saturating_mul(r.into())) + // Minimum execution time: 36_182_000 picoseconds. + Weight::from_parts(40_496_364, 7260) + // Standard Error: 1_305 + .saturating_add(Weight::from_parts(128_725, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -870,10 +871,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `695 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 9_387_000 picoseconds. - Weight::from_parts(11_107_830, 7260) - // Standard Error: 557 - .saturating_add(Weight::from_parts(71_775, 0).saturating_mul(r.into())) + // Minimum execution time: 17_932_000 picoseconds. + Weight::from_parts(22_163_735, 7260) + // Standard Error: 1_290 + .saturating_add(Weight::from_parts(126_302, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -886,10 +887,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `695 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 9_498_000 picoseconds. - Weight::from_parts(11_332_894, 7260) - // Standard Error: 681 - .saturating_add(Weight::from_parts(66_913, 0).saturating_mul(r.into())) + // Minimum execution time: 17_773_000 picoseconds. + Weight::from_parts(22_584_631, 7260) + // Standard Error: 1_492 + .saturating_add(Weight::from_parts(127_048, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -903,8 +904,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `357` // Estimated: `3556` - // Minimum execution time: 10_149_000 picoseconds. - Weight::from_parts(10_410_000, 3556) + // Minimum execution time: 20_473_000 picoseconds. + Weight::from_parts(20_855_000, 3556) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -916,8 +917,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `253` // Estimated: `3518` - // Minimum execution time: 8_877_000 picoseconds. - Weight::from_parts(9_138_000, 3518) + // Minimum execution time: 19_078_000 picoseconds. + Weight::from_parts(19_373_000, 3518) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -931,8 +932,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4889` // Estimated: `18187` - // Minimum execution time: 22_593_000 picoseconds. - Weight::from_parts(23_484_000, 18187) + // Minimum execution time: 43_425_000 picoseconds. + Weight::from_parts(44_851_000, 18187) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -944,8 +945,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4789` // Estimated: `18187` - // Minimum execution time: 18_695_000 picoseconds. - Weight::from_parts(19_316_000, 18187) + // Minimum execution time: 41_584_000 picoseconds. + Weight::from_parts(42_800_000, 18187) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -957,8 +958,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 6_933_000 picoseconds. - Weight::from_parts(7_143_000, 3556) + // Minimum execution time: 16_045_000 picoseconds. + Weight::from_parts(16_537_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -970,8 +971,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `269` // Estimated: `3666` - // Minimum execution time: 10_169_000 picoseconds. - Weight::from_parts(10_440_000, 3666) + // Minimum execution time: 21_194_000 picoseconds. + Weight::from_parts(21_748_000, 3666) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/runtime/manta/src/weights/pallet_farming.rs b/runtime/manta/src/weights/pallet_farming.rs index bd23dd132..d31f81a6d 100644 --- a/runtime/manta/src/weights/pallet_farming.rs +++ b/runtime/manta/src/weights/pallet_farming.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_farming //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_farming // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_farming.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_farming.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -62,10 +63,10 @@ impl pallet_farming::WeightInfo for SubstrateWeight /// Proof Skipped: Farming GaugePoolInfos (max_values: None, max_size: None, mode: Measured) fn on_initialize() -> Weight { // Proof Size summary in bytes: - // Measured: `10` - // Estimated: `3475` - // Minimum execution time: 4_298_000 picoseconds. - Weight::from_parts(4_509_000, 3475) + // Measured: `6` + // Estimated: `3471` + // Minimum execution time: 7_072_000 picoseconds. + Weight::from_parts(7_247_000, 3471) .saturating_add(T::DbWeight::get().reads(2_u64)) } /// Storage: Farming PoolNextId (r:1 w:1) @@ -80,8 +81,8 @@ impl pallet_farming::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `6` // Estimated: `1491` - // Minimum execution time: 7_815_000 picoseconds. - Weight::from_parts(8_055_000, 1491) + // Minimum execution time: 18_928_000 picoseconds. + Weight::from_parts(19_450_000, 1491) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -97,8 +98,8 @@ impl pallet_farming::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `813` // Estimated: `6232` - // Minimum execution time: 27_311_000 picoseconds. - Weight::from_parts(27_752_000, 6232) + // Minimum execution time: 60_288_000 picoseconds. + Weight::from_parts(61_449_000, 6232) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -116,8 +117,8 @@ impl pallet_farming::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `993` // Estimated: `6232` - // Minimum execution time: 32_391_000 picoseconds. - Weight::from_parts(32_932_000, 6232) + // Minimum execution time: 69_775_000 picoseconds. + Weight::from_parts(70_461_000, 6232) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -129,8 +130,8 @@ impl pallet_farming::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `506` // Estimated: `3971` - // Minimum execution time: 14_157_000 picoseconds. - Weight::from_parts(14_537_000, 3971) + // Minimum execution time: 31_149_000 picoseconds. + Weight::from_parts(31_852_000, 3971) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -144,8 +145,8 @@ impl pallet_farming::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `510` // Estimated: `3975` - // Minimum execution time: 14_587_000 picoseconds. - Weight::from_parts(14_948_000, 3975) + // Minimum execution time: 32_484_000 picoseconds. + Weight::from_parts(33_045_000, 3975) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -161,8 +162,8 @@ impl pallet_farming::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `893` // Estimated: `4358` - // Minimum execution time: 16_521_000 picoseconds. - Weight::from_parts(17_493_000, 4358) + // Minimum execution time: 35_465_000 picoseconds. + Weight::from_parts(36_089_000, 4358) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -176,10 +177,10 @@ impl WeightInfo for () { /// Proof Skipped: Farming GaugePoolInfos (max_values: None, max_size: None, mode: Measured) fn on_initialize() -> Weight { // Proof Size summary in bytes: - // Measured: `10` - // Estimated: `3475` - // Minimum execution time: 4_298_000 picoseconds. - Weight::from_parts(4_509_000, 3475) + // Measured: `6` + // Estimated: `3471` + // Minimum execution time: 7_072_000 picoseconds. + Weight::from_parts(7_247_000, 3471) .saturating_add(RocksDbWeight::get().reads(2_u64)) } /// Storage: Farming PoolNextId (r:1 w:1) @@ -194,8 +195,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `6` // Estimated: `1491` - // Minimum execution time: 7_815_000 picoseconds. - Weight::from_parts(8_055_000, 1491) + // Minimum execution time: 18_928_000 picoseconds. + Weight::from_parts(19_450_000, 1491) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -211,8 +212,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `813` // Estimated: `6232` - // Minimum execution time: 27_311_000 picoseconds. - Weight::from_parts(27_752_000, 6232) + // Minimum execution time: 60_288_000 picoseconds. + Weight::from_parts(61_449_000, 6232) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -230,8 +231,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `993` // Estimated: `6232` - // Minimum execution time: 32_391_000 picoseconds. - Weight::from_parts(32_932_000, 6232) + // Minimum execution time: 69_775_000 picoseconds. + Weight::from_parts(70_461_000, 6232) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -243,8 +244,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `506` // Estimated: `3971` - // Minimum execution time: 14_157_000 picoseconds. - Weight::from_parts(14_537_000, 3971) + // Minimum execution time: 31_149_000 picoseconds. + Weight::from_parts(31_852_000, 3971) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -258,8 +259,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `510` // Estimated: `3975` - // Minimum execution time: 14_587_000 picoseconds. - Weight::from_parts(14_948_000, 3975) + // Minimum execution time: 32_484_000 picoseconds. + Weight::from_parts(33_045_000, 3975) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -275,8 +276,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `893` // Estimated: `4358` - // Minimum execution time: 16_521_000 picoseconds. - Weight::from_parts(17_493_000, 4358) + // Minimum execution time: 35_465_000 picoseconds. + Weight::from_parts(36_089_000, 4358) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/runtime/manta/src/weights/pallet_lottery.rs b/runtime/manta/src/weights/pallet_lottery.rs index 069c6981d..1401114ae 100644 --- a/runtime/manta/src/weights/pallet_lottery.rs +++ b/runtime/manta/src/weights/pallet_lottery.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_lottery //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-10, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("/home/jamie/my-repo/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=/home/jamie/my-repo/Manta/tests/data/fork.json +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_lottery // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_lottery.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_lottery.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -109,12 +110,12 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `3459 + x * (1 ±0) + y * (72 ±0)` // Estimated: `8716 + x * (2 ±0) + y * (79 ±0)` - // Minimum execution time: 109_295_000 picoseconds. - Weight::from_parts(129_547_079, 8716) - // Standard Error: 583 - .saturating_add(Weight::from_parts(58_735, 0).saturating_mul(x.into())) - // Standard Error: 9_193 - .saturating_add(Weight::from_parts(96_358, 0).saturating_mul(y.into())) + // Minimum execution time: 216_409_000 picoseconds. + Weight::from_parts(221_063_287, 8716) + // Standard Error: 2_022 + .saturating_add(Weight::from_parts(209_427, 0).saturating_mul(x.into())) + // Standard Error: 31_869 + .saturating_add(Weight::from_parts(688_754, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(24_u64)) .saturating_add(T::DbWeight::get().writes(13_u64)) .saturating_add(Weight::from_parts(0, 2).saturating_mul(x.into())) @@ -160,12 +161,12 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `2216 + x * (1 ±0)` // Estimated: `7719 + x * (1 ±0) + y * (5 ±0)` - // Minimum execution time: 50_976_000 picoseconds. - Weight::from_parts(56_643_077, 7719) - // Standard Error: 244 - .saturating_add(Weight::from_parts(32_928, 0).saturating_mul(x.into())) - // Standard Error: 3_856 - .saturating_add(Weight::from_parts(4_322, 0).saturating_mul(y.into())) + // Minimum execution time: 104_021_000 picoseconds. + Weight::from_parts(116_267_301, 7719) + // Standard Error: 1_111 + .saturating_add(Weight::from_parts(120_184, 0).saturating_mul(x.into())) + // Standard Error: 17_510 + .saturating_add(Weight::from_parts(38_341, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(18_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(x.into())) @@ -184,10 +185,10 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `694 + y * (5 ±0)` // Estimated: `6196 + y * (6 ±0)` - // Minimum execution time: 29_094_000 picoseconds. - Weight::from_parts(31_109_054, 6196) - // Standard Error: 1_069 - .saturating_add(Weight::from_parts(58_847, 0).saturating_mul(y.into())) + // Minimum execution time: 65_011_000 picoseconds. + Weight::from_parts(73_826_370, 6196) + // Standard Error: 3_951 + .saturating_add(Weight::from_parts(130_012, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(y.into())) @@ -210,8 +211,8 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `324` // Estimated: `42428` - // Minimum execution time: 15_670_000 picoseconds. - Weight::from_parts(16_020_000, 42428) + // Minimum execution time: 36_859_000 picoseconds. + Weight::from_parts(37_845_000, 42428) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -223,8 +224,8 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `162` // Estimated: `42428` - // Minimum execution time: 10_520_000 picoseconds. - Weight::from_parts(10_770_000, 42428) + // Minimum execution time: 25_470_000 picoseconds. + Weight::from_parts(26_054_000, 42428) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -242,7 +243,7 @@ impl pallet_lottery::WeightInfo for SubstrateWeight /// Proof Skipped: Lottery TotalPot (max_values: Some(1), max_size: None, mode: Measured) /// Storage: Lottery SumOfDeposits (r:1 w:0) /// Proof Skipped: Lottery SumOfDeposits (max_values: Some(1), max_size: None, mode: Measured) - /// Storage: Lottery ActiveBalancePerUser (r:516 w:0) + /// Storage: Lottery ActiveBalancePerUser (r:148 w:0) /// Proof Skipped: Lottery ActiveBalancePerUser (max_values: None, max_size: None, mode: Measured) /// Storage: Lottery UnclaimedWinningsByAccount (r:1 w:1) /// Proof Skipped: Lottery UnclaimedWinningsByAccount (max_values: None, max_size: None, mode: Measured) @@ -254,17 +255,21 @@ impl pallet_lottery::WeightInfo for SubstrateWeight /// Proof Skipped: Lottery MinDeposit (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `x` is `[0, 1000]`. /// The range of component `y` is `[0, 63]`. - fn draw_lottery(x: u32, _y: u32, ) -> Weight { + fn draw_lottery(x: u32, y: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1665 + x * (30 ±0)` - // Estimated: `259887 + x * (1112 ±0)` - // Minimum execution time: 35_998_000 picoseconds. - Weight::from_parts(334_839_510, 259887) - // Standard Error: 27_525 - .saturating_add(Weight::from_parts(1_187_025, 0).saturating_mul(x.into())) - .saturating_add(T::DbWeight::get().reads(112_u64)) + // Measured: `1495 + x * (35 ±0)` + // Estimated: `6867 + x * (295 ±0) + y * (6837 ±7)` + // Minimum execution time: 72_007_000 picoseconds. + Weight::from_parts(73_149_000, 6867) + // Standard Error: 29_295 + .saturating_add(Weight::from_parts(609_204, 0).saturating_mul(x.into())) + // Standard Error: 466_079 + .saturating_add(Weight::from_parts(11_350_448, 0).saturating_mul(y.into())) + .saturating_add(T::DbWeight::get().reads(13_u64)) + .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(y.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) - .saturating_add(Weight::from_parts(0, 1112).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(0, 295).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(0, 6837).saturating_mul(y.into())) } /// Storage: Lottery UnstakingCollators (r:1 w:0) /// Proof Skipped: Lottery UnstakingCollators (max_values: Some(1), max_size: None, mode: Measured) @@ -278,8 +283,8 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `238` // Estimated: `1723` - // Minimum execution time: 6_332_000 picoseconds. - Weight::from_parts(6_522_000, 1723) + // Minimum execution time: 12_631_000 picoseconds. + Weight::from_parts(12_854_000, 1723) .saturating_add(T::DbWeight::get().reads(4_u64)) } /// Storage: Lottery MinWithdraw (r:1 w:0) @@ -290,8 +295,8 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `216` // Estimated: `1701` - // Minimum execution time: 3_958_000 picoseconds. - Weight::from_parts(4_098_000, 1701) + // Minimum execution time: 7_740_000 picoseconds. + Weight::from_parts(7_986_000, 1701) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -301,8 +306,8 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_152_000 picoseconds. - Weight::from_parts(1_232_000, 0) + // Minimum execution time: 3_145_000 picoseconds. + Weight::from_parts(3_280_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Lottery GasReserve (r:0 w:1) @@ -311,8 +316,8 @@ impl pallet_lottery::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_142_000 picoseconds. - Weight::from_parts(1_233_000, 0) + // Minimum execution time: 3_028_000 picoseconds. + Weight::from_parts(3_186_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -369,12 +374,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3459 + x * (1 ±0) + y * (72 ±0)` // Estimated: `8716 + x * (2 ±0) + y * (79 ±0)` - // Minimum execution time: 109_295_000 picoseconds. - Weight::from_parts(129_547_079, 8716) - // Standard Error: 583 - .saturating_add(Weight::from_parts(58_735, 0).saturating_mul(x.into())) - // Standard Error: 9_193 - .saturating_add(Weight::from_parts(96_358, 0).saturating_mul(y.into())) + // Minimum execution time: 216_409_000 picoseconds. + Weight::from_parts(221_063_287, 8716) + // Standard Error: 2_022 + .saturating_add(Weight::from_parts(209_427, 0).saturating_mul(x.into())) + // Standard Error: 31_869 + .saturating_add(Weight::from_parts(688_754, 0).saturating_mul(y.into())) .saturating_add(RocksDbWeight::get().reads(24_u64)) .saturating_add(RocksDbWeight::get().writes(13_u64)) .saturating_add(Weight::from_parts(0, 2).saturating_mul(x.into())) @@ -420,12 +425,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2216 + x * (1 ±0)` // Estimated: `7719 + x * (1 ±0) + y * (5 ±0)` - // Minimum execution time: 50_976_000 picoseconds. - Weight::from_parts(56_643_077, 7719) - // Standard Error: 244 - .saturating_add(Weight::from_parts(32_928, 0).saturating_mul(x.into())) - // Standard Error: 3_856 - .saturating_add(Weight::from_parts(4_322, 0).saturating_mul(y.into())) + // Minimum execution time: 104_021_000 picoseconds. + Weight::from_parts(116_267_301, 7719) + // Standard Error: 1_111 + .saturating_add(Weight::from_parts(120_184, 0).saturating_mul(x.into())) + // Standard Error: 17_510 + .saturating_add(Weight::from_parts(38_341, 0).saturating_mul(y.into())) .saturating_add(RocksDbWeight::get().reads(18_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(x.into())) @@ -444,10 +449,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `694 + y * (5 ±0)` // Estimated: `6196 + y * (6 ±0)` - // Minimum execution time: 29_094_000 picoseconds. - Weight::from_parts(31_109_054, 6196) - // Standard Error: 1_069 - .saturating_add(Weight::from_parts(58_847, 0).saturating_mul(y.into())) + // Minimum execution time: 65_011_000 picoseconds. + Weight::from_parts(73_826_370, 6196) + // Standard Error: 3_951 + .saturating_add(Weight::from_parts(130_012, 0).saturating_mul(y.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(y.into())) @@ -470,8 +475,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `324` // Estimated: `42428` - // Minimum execution time: 15_670_000 picoseconds. - Weight::from_parts(16_020_000, 42428) + // Minimum execution time: 36_859_000 picoseconds. + Weight::from_parts(37_845_000, 42428) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -483,8 +488,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `162` // Estimated: `42428` - // Minimum execution time: 10_520_000 picoseconds. - Weight::from_parts(10_770_000, 42428) + // Minimum execution time: 25_470_000 picoseconds. + Weight::from_parts(26_054_000, 42428) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -502,7 +507,7 @@ impl WeightInfo for () { /// Proof Skipped: Lottery TotalPot (max_values: Some(1), max_size: None, mode: Measured) /// Storage: Lottery SumOfDeposits (r:1 w:0) /// Proof Skipped: Lottery SumOfDeposits (max_values: Some(1), max_size: None, mode: Measured) - /// Storage: Lottery ActiveBalancePerUser (r:516 w:0) + /// Storage: Lottery ActiveBalancePerUser (r:148 w:0) /// Proof Skipped: Lottery ActiveBalancePerUser (max_values: None, max_size: None, mode: Measured) /// Storage: Lottery UnclaimedWinningsByAccount (r:1 w:1) /// Proof Skipped: Lottery UnclaimedWinningsByAccount (max_values: None, max_size: None, mode: Measured) @@ -514,17 +519,21 @@ impl WeightInfo for () { /// Proof Skipped: Lottery MinDeposit (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `x` is `[0, 1000]`. /// The range of component `y` is `[0, 63]`. - fn draw_lottery(x: u32, _y: u32, ) -> Weight { + fn draw_lottery(x: u32, y: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1665 + x * (30 ±0)` - // Estimated: `259887 + x * (1112 ±0)` - // Minimum execution time: 35_998_000 picoseconds. - Weight::from_parts(334_839_510, 259887) - // Standard Error: 27_525 - .saturating_add(Weight::from_parts(1_187_025, 0).saturating_mul(x.into())) - .saturating_add(RocksDbWeight::get().reads(112_u64)) + // Measured: `1495 + x * (35 ±0)` + // Estimated: `6867 + x * (295 ±0) + y * (6837 ±7)` + // Minimum execution time: 72_007_000 picoseconds. + Weight::from_parts(73_149_000, 6867) + // Standard Error: 29_295 + .saturating_add(Weight::from_parts(609_204, 0).saturating_mul(x.into())) + // Standard Error: 466_079 + .saturating_add(Weight::from_parts(11_350_448, 0).saturating_mul(y.into())) + .saturating_add(RocksDbWeight::get().reads(13_u64)) + .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(y.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) - .saturating_add(Weight::from_parts(0, 1112).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(0, 295).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(0, 6837).saturating_mul(y.into())) } /// Storage: Lottery UnstakingCollators (r:1 w:0) /// Proof Skipped: Lottery UnstakingCollators (max_values: Some(1), max_size: None, mode: Measured) @@ -538,8 +547,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `238` // Estimated: `1723` - // Minimum execution time: 6_332_000 picoseconds. - Weight::from_parts(6_522_000, 1723) + // Minimum execution time: 12_631_000 picoseconds. + Weight::from_parts(12_854_000, 1723) .saturating_add(RocksDbWeight::get().reads(4_u64)) } /// Storage: Lottery MinWithdraw (r:1 w:0) @@ -550,8 +559,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `216` // Estimated: `1701` - // Minimum execution time: 3_958_000 picoseconds. - Weight::from_parts(4_098_000, 1701) + // Minimum execution time: 7_740_000 picoseconds. + Weight::from_parts(7_986_000, 1701) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -561,8 +570,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_152_000 picoseconds. - Weight::from_parts(1_232_000, 0) + // Minimum execution time: 3_145_000 picoseconds. + Weight::from_parts(3_280_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Lottery GasReserve (r:0 w:1) @@ -571,8 +580,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_142_000 picoseconds. - Weight::from_parts(1_233_000, 0) + // Minimum execution time: 3_028_000 picoseconds. + Weight::from_parts(3_186_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/runtime/manta/src/weights/pallet_manta_sbt.rs b/runtime/manta/src/weights/pallet_manta_sbt.rs index b5f1e73be..596ae5001 100644 --- a/runtime/manta/src/weights/pallet_manta_sbt.rs +++ b/runtime/manta/src/weights/pallet_manta_sbt.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_manta_sbt //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_manta_sbt // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_manta_sbt.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_manta_sbt.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -80,10 +81,10 @@ impl pallet_manta_sbt::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `473` + // Measured: `5845` // Estimated: `4119` - // Minimum execution time: 5_134_020_000 picoseconds. - Weight::from_parts(5_163_023_000, 4119) + // Minimum execution time: 39_416_727_000 picoseconds. + Weight::from_parts(39_466_891_000, 4119) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -97,10 +98,10 @@ impl pallet_manta_sbt::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `142` + // Measured: `348` // Estimated: `3593` - // Minimum execution time: 23_104_000 picoseconds. - Weight::from_parts(24_035_000, 3593) + // Minimum execution time: 64_926_000 picoseconds. + Weight::from_parts(66_058_000, 3593) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -110,8 +111,8 @@ impl pallet_manta_sbt::WeightInfo for SubstrateWeight pallet_manta_sbt::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `382` + // Measured: `564` // Estimated: `3804` - // Minimum execution time: 12_915_000 picoseconds. - Weight::from_parts(13_435_000, 3804) + // Minimum execution time: 29_460_000 picoseconds. + Weight::from_parts(30_087_000, 3804) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -141,10 +142,10 @@ impl pallet_manta_sbt::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `142` + // Measured: `862` // Estimated: `1489` - // Minimum execution time: 6_101_000 picoseconds. - Weight::from_parts(6_492_000, 1489) + // Minimum execution time: 17_206_000 picoseconds. + Weight::from_parts(17_605_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -154,10 +155,10 @@ impl pallet_manta_sbt::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `254` + // Measured: `433` // Estimated: `3804` - // Minimum execution time: 8_366_000 picoseconds. - Weight::from_parts(8_917_000, 3804) + // Minimum execution time: 18_057_000 picoseconds. + Weight::from_parts(18_654_000, 3804) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -179,10 +180,10 @@ impl pallet_manta_sbt::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `545` + // Measured: `5917` // Estimated: `4119` - // Minimum execution time: 5_173_945_000 picoseconds. - Weight::from_parts(5_186_347_000, 4119) + // Minimum execution time: 39_478_357_000 picoseconds. + Weight::from_parts(39_529_888_000, 4119) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -192,8 +193,8 @@ impl pallet_manta_sbt::WeightInfo for SubstrateWeight pallet_manta_sbt::WeightInfo for SubstrateWeight pallet_manta_sbt::WeightInfo for SubstrateWeight pallet_manta_sbt::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `234` + // Measured: `5568` // Estimated: `4119` - // Minimum execution time: 5_119_863_000 picoseconds. - Weight::from_parts(5_152_403_000, 4119) + // Minimum execution time: 39_414_300_000 picoseconds. + Weight::from_parts(39_463_624_000, 4119) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -253,10 +254,10 @@ impl pallet_manta_sbt::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `234` + // Measured: `5568` // Estimated: `4119` - // Minimum execution time: 5_122_136_000 picoseconds. - Weight::from_parts(5_135_282_000, 4119) + // Minimum execution time: 39_404_233_000 picoseconds. + Weight::from_parts(39_457_731_000, 4119) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -266,8 +267,8 @@ impl pallet_manta_sbt::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `473` + // Measured: `5845` // Estimated: `4119` - // Minimum execution time: 5_134_020_000 picoseconds. - Weight::from_parts(5_163_023_000, 4119) + // Minimum execution time: 39_416_727_000 picoseconds. + Weight::from_parts(39_466_891_000, 4119) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -309,10 +310,10 @@ impl WeightInfo for () { /// Proof: MantaSbt NextSbtId (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) fn reserve_sbt() -> Weight { // Proof Size summary in bytes: - // Measured: `142` + // Measured: `348` // Estimated: `3593` - // Minimum execution time: 23_104_000 picoseconds. - Weight::from_parts(24_035_000, 3593) + // Minimum execution time: 64_926_000 picoseconds. + Weight::from_parts(66_058_000, 3593) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -322,8 +323,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_768_000 picoseconds. - Weight::from_parts(3_968_000, 0) + // Minimum execution time: 9_943_000 picoseconds. + Weight::from_parts(10_338_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: MantaSbt MintIdRegistry (r:1 w:0) @@ -338,10 +339,10 @@ impl WeightInfo for () { /// Proof: MantaSbt NextSbtId (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) fn allowlist_evm_account() -> Weight { // Proof Size summary in bytes: - // Measured: `382` + // Measured: `564` // Estimated: `3804` - // Minimum execution time: 12_915_000 picoseconds. - Weight::from_parts(13_435_000, 3804) + // Minimum execution time: 29_460_000 picoseconds. + Weight::from_parts(30_087_000, 3804) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -353,10 +354,10 @@ impl WeightInfo for () { /// Proof: MantaSbt MintIdRegistry (max_values: None, max_size: Some(339), added: 2814, mode: MaxEncodedLen) fn new_mint_info() -> Weight { // Proof Size summary in bytes: - // Measured: `142` + // Measured: `862` // Estimated: `1489` - // Minimum execution time: 6_101_000 picoseconds. - Weight::from_parts(6_492_000, 1489) + // Minimum execution time: 17_206_000 picoseconds. + Weight::from_parts(17_605_000, 1489) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -366,10 +367,10 @@ impl WeightInfo for () { /// Proof: MantaSbt PublicMintList (max_values: None, max_size: Some(20), added: 2495, mode: MaxEncodedLen) fn update_mint_info() -> Weight { // Proof Size summary in bytes: - // Measured: `254` + // Measured: `433` // Estimated: `3804` - // Minimum execution time: 8_366_000 picoseconds. - Weight::from_parts(8_917_000, 3804) + // Minimum execution time: 18_057_000 picoseconds. + Weight::from_parts(18_654_000, 3804) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -391,10 +392,10 @@ impl WeightInfo for () { /// Proof: MantaSbt Shards (max_values: None, max_size: Some(395), added: 2870, mode: MaxEncodedLen) fn mint_sbt_eth() -> Weight { // Proof Size summary in bytes: - // Measured: `545` + // Measured: `5917` // Estimated: `4119` - // Minimum execution time: 5_173_945_000 picoseconds. - Weight::from_parts(5_186_347_000, 4119) + // Minimum execution time: 39_478_357_000 picoseconds. + Weight::from_parts(39_529_888_000, 4119) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -404,8 +405,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_667_000 picoseconds. - Weight::from_parts(3_888_000, 0) + // Minimum execution time: 10_047_000 picoseconds. + Weight::from_parts(10_378_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: MantaSbt EvmAccountAllowlist (r:0 w:1) @@ -414,8 +415,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_468_000 picoseconds. - Weight::from_parts(4_619_000, 0) + // Minimum execution time: 11_762_000 picoseconds. + Weight::from_parts(12_153_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: MantaSbt NextSbtId (r:0 w:1) @@ -424,8 +425,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_667_000 picoseconds. - Weight::from_parts(3_787_000, 0) + // Minimum execution time: 9_900_000 picoseconds. + Weight::from_parts(10_204_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: MantaSbt ForceAccount (r:1 w:0) @@ -442,10 +443,10 @@ impl WeightInfo for () { /// Proof: MantaSbt Shards (max_values: None, max_size: Some(395), added: 2870, mode: MaxEncodedLen) fn force_to_private() -> Weight { // Proof Size summary in bytes: - // Measured: `234` + // Measured: `5568` // Estimated: `4119` - // Minimum execution time: 5_119_863_000 picoseconds. - Weight::from_parts(5_152_403_000, 4119) + // Minimum execution time: 39_414_300_000 picoseconds. + Weight::from_parts(39_463_624_000, 4119) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -465,10 +466,10 @@ impl WeightInfo for () { /// Proof: MantaSbt Shards (max_values: None, max_size: Some(395), added: 2870, mode: MaxEncodedLen) fn force_mint_sbt_eth() -> Weight { // Proof Size summary in bytes: - // Measured: `234` + // Measured: `5568` // Estimated: `4119` - // Minimum execution time: 5_122_136_000 picoseconds. - Weight::from_parts(5_135_282_000, 4119) + // Minimum execution time: 39_404_233_000 picoseconds. + Weight::from_parts(39_457_731_000, 4119) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -478,8 +479,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_767_000 picoseconds. - Weight::from_parts(3_897_000, 0) + // Minimum execution time: 10_046_000 picoseconds. + Weight::from_parts(10_416_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/runtime/manta/src/weights/pallet_membership.rs b/runtime/manta/src/weights/pallet_membership.rs index aea40cdef..b9c6c7c99 100644 --- a/runtime/manta/src/weights/pallet_membership.rs +++ b/runtime/manta/src/weights/pallet_membership.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_membership //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_membership // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_membership.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_membership.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -69,10 +70,10 @@ impl pallet_membership::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `139 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 8_666_000 picoseconds. - Weight::from_parts(9_321_620, 4687) - // Standard Error: 1_089 - .saturating_add(Weight::from_parts(16_512, 0).saturating_mul(m.into())) + // Minimum execution time: 18_266_000 picoseconds. + Weight::from_parts(18_984_593, 4687) + // Standard Error: 211 + .saturating_add(Weight::from_parts(24_336, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -92,10 +93,10 @@ impl pallet_membership::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 9_879_000 picoseconds. - Weight::from_parts(10_291_773, 4687) - // Standard Error: 294 - .saturating_add(Weight::from_parts(19_851, 0).saturating_mul(m.into())) + // Minimum execution time: 21_294_000 picoseconds. + Weight::from_parts(21_838_358, 4687) + // Standard Error: 197 + .saturating_add(Weight::from_parts(21_500, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -115,10 +116,10 @@ impl pallet_membership::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 10_099_000 picoseconds. - Weight::from_parts(10_469_742, 4687) - // Standard Error: 267 - .saturating_add(Weight::from_parts(22_498, 0).saturating_mul(m.into())) + // Minimum execution time: 21_094_000 picoseconds. + Weight::from_parts(22_001_493, 4687) + // Standard Error: 230 + .saturating_add(Weight::from_parts(35_772, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -138,10 +139,10 @@ impl pallet_membership::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 9_258_000 picoseconds. - Weight::from_parts(9_483_976, 4687) - // Standard Error: 1_585 - .saturating_add(Weight::from_parts(87_279, 0).saturating_mul(m.into())) + // Minimum execution time: 20_748_000 picoseconds. + Weight::from_parts(22_132_159, 4687) + // Standard Error: 386 + .saturating_add(Weight::from_parts(161_751, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -161,10 +162,10 @@ impl pallet_membership::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 9_869_000 picoseconds. - Weight::from_parts(11_655_919, 4687) - // Standard Error: 1_366 - .saturating_add(Weight::from_parts(8_716, 0).saturating_mul(m.into())) + // Minimum execution time: 21_757_000 picoseconds. + Weight::from_parts(22_679_258, 4687) + // Standard Error: 318 + .saturating_add(Weight::from_parts(35_648, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -180,10 +181,10 @@ impl pallet_membership::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `108 + m * (32 ±0)` // Estimated: `4687 + m * (32 ±0)` - // Minimum execution time: 4_749_000 picoseconds. - Weight::from_parts(4_995_770, 4687) - // Standard Error: 152 - .saturating_add(Weight::from_parts(11_240, 0).saturating_mul(m.into())) + // Minimum execution time: 9_560_000 picoseconds. + Weight::from_parts(9_974_827, 4687) + // Standard Error: 134 + .saturating_add(Weight::from_parts(10_545, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) @@ -197,10 +198,10 @@ impl pallet_membership::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_383_000 picoseconds. - Weight::from_parts(1_479_624, 0) - // Standard Error: 65 - .saturating_add(Weight::from_parts(1_033, 0).saturating_mul(m.into())) + // Minimum execution time: 3_480_000 picoseconds. + Weight::from_parts(3_677_854, 0) + // Standard Error: 49 + .saturating_add(Weight::from_parts(624, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().writes(2_u64)) } } @@ -220,10 +221,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `139 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 8_666_000 picoseconds. - Weight::from_parts(9_321_620, 4687) - // Standard Error: 1_089 - .saturating_add(Weight::from_parts(16_512, 0).saturating_mul(m.into())) + // Minimum execution time: 18_266_000 picoseconds. + Weight::from_parts(18_984_593, 4687) + // Standard Error: 211 + .saturating_add(Weight::from_parts(24_336, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -243,10 +244,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 9_879_000 picoseconds. - Weight::from_parts(10_291_773, 4687) - // Standard Error: 294 - .saturating_add(Weight::from_parts(19_851, 0).saturating_mul(m.into())) + // Minimum execution time: 21_294_000 picoseconds. + Weight::from_parts(21_838_358, 4687) + // Standard Error: 197 + .saturating_add(Weight::from_parts(21_500, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -266,10 +267,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 10_099_000 picoseconds. - Weight::from_parts(10_469_742, 4687) - // Standard Error: 267 - .saturating_add(Weight::from_parts(22_498, 0).saturating_mul(m.into())) + // Minimum execution time: 21_094_000 picoseconds. + Weight::from_parts(22_001_493, 4687) + // Standard Error: 230 + .saturating_add(Weight::from_parts(35_772, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -289,10 +290,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 9_258_000 picoseconds. - Weight::from_parts(9_483_976, 4687) - // Standard Error: 1_585 - .saturating_add(Weight::from_parts(87_279, 0).saturating_mul(m.into())) + // Minimum execution time: 20_748_000 picoseconds. + Weight::from_parts(22_132_159, 4687) + // Standard Error: 386 + .saturating_add(Weight::from_parts(161_751, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -312,10 +313,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 9_869_000 picoseconds. - Weight::from_parts(11_655_919, 4687) - // Standard Error: 1_366 - .saturating_add(Weight::from_parts(8_716, 0).saturating_mul(m.into())) + // Minimum execution time: 21_757_000 picoseconds. + Weight::from_parts(22_679_258, 4687) + // Standard Error: 318 + .saturating_add(Weight::from_parts(35_648, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -331,10 +332,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `108 + m * (32 ±0)` // Estimated: `4687 + m * (32 ±0)` - // Minimum execution time: 4_749_000 picoseconds. - Weight::from_parts(4_995_770, 4687) - // Standard Error: 152 - .saturating_add(Weight::from_parts(11_240, 0).saturating_mul(m.into())) + // Minimum execution time: 9_560_000 picoseconds. + Weight::from_parts(9_974_827, 4687) + // Standard Error: 134 + .saturating_add(Weight::from_parts(10_545, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) @@ -348,10 +349,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_383_000 picoseconds. - Weight::from_parts(1_479_624, 0) - // Standard Error: 65 - .saturating_add(Weight::from_parts(1_033, 0).saturating_mul(m.into())) + // Minimum execution time: 3_480_000 picoseconds. + Weight::from_parts(3_677_854, 0) + // Standard Error: 49 + .saturating_add(Weight::from_parts(624, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().writes(2_u64)) } } diff --git a/runtime/manta/src/weights/pallet_multisig.rs b/runtime/manta/src/weights/pallet_multisig.rs index d481339cc..d539c5a70 100644 --- a/runtime/manta/src/weights/pallet_multisig.rs +++ b/runtime/manta/src/weights/pallet_multisig.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_multisig //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_multisig // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_multisig.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_multisig.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -61,10 +62,10 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_382_000 picoseconds. - Weight::from_parts(6_739_141, 0) - // Standard Error: 6 - .saturating_add(Weight::from_parts(103, 0).saturating_mul(z.into())) + // Minimum execution time: 15_266_000 picoseconds. + Weight::from_parts(15_663_644, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(691, 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) @@ -74,12 +75,12 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `338 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 18_665_000 picoseconds. - Weight::from_parts(14_173_763, 6811) - // Standard Error: 438 - .saturating_add(Weight::from_parts(51_795, 0).saturating_mul(s.into())) + // Minimum execution time: 46_400_000 picoseconds. + Weight::from_parts(36_550_280, 6811) + // Standard Error: 501 + .saturating_add(Weight::from_parts(118_375, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_parts(750, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_472, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -91,12 +92,12 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `315` // Estimated: `6811` - // Minimum execution time: 13_466_000 picoseconds. - Weight::from_parts(9_298_763, 6811) - // Standard Error: 474 - .saturating_add(Weight::from_parts(48_229, 0).saturating_mul(s.into())) + // Minimum execution time: 31_065_000 picoseconds. + Weight::from_parts(20_869_197, 6811) + // Standard Error: 440 + .saturating_add(Weight::from_parts(109_877, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_parts(764, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_494, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -110,12 +111,12 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `418 + s * (33 ±0)` // Estimated: `6811` - // Minimum execution time: 23_124_000 picoseconds. - Weight::from_parts(15_812_974, 6811) - // Standard Error: 763 - .saturating_add(Weight::from_parts(92_184, 0).saturating_mul(s.into())) + // Minimum execution time: 53_439_000 picoseconds. + Weight::from_parts(40_781_356, 6811) + // Standard Error: 792 + .saturating_add(Weight::from_parts(151_013, 0).saturating_mul(s.into())) // Standard Error: 7 - .saturating_add(Weight::from_parts(773, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_500, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -126,10 +127,10 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `342 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 13_025_000 picoseconds. - Weight::from_parts(14_080_379, 6811) - // Standard Error: 233 - .saturating_add(Weight::from_parts(56_630, 0).saturating_mul(s.into())) + // Minimum execution time: 33_023_000 picoseconds. + Weight::from_parts(34_286_049, 6811) + // Standard Error: 583 + .saturating_add(Weight::from_parts(123_300, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -140,10 +141,10 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `315` // Estimated: `6811` - // Minimum execution time: 8_656_000 picoseconds. - Weight::from_parts(9_283_683, 6811) - // Standard Error: 207 - .saturating_add(Weight::from_parts(50_714, 0).saturating_mul(s.into())) + // Minimum execution time: 18_913_000 picoseconds. + Weight::from_parts(19_436_790, 6811) + // Standard Error: 485 + .saturating_add(Weight::from_parts(110_803, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -154,10 +155,10 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `487 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 14_257_000 picoseconds. - Weight::from_parts(15_520_718, 6811) - // Standard Error: 748 - .saturating_add(Weight::from_parts(44_598, 0).saturating_mul(s.into())) + // Minimum execution time: 34_350_000 picoseconds. + Weight::from_parts(35_624_066, 6811) + // Standard Error: 541 + .saturating_add(Weight::from_parts(122_797, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -170,10 +171,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_382_000 picoseconds. - Weight::from_parts(6_739_141, 0) - // Standard Error: 6 - .saturating_add(Weight::from_parts(103, 0).saturating_mul(z.into())) + // Minimum execution time: 15_266_000 picoseconds. + Weight::from_parts(15_663_644, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(691, 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) @@ -183,12 +184,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `338 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 18_665_000 picoseconds. - Weight::from_parts(14_173_763, 6811) - // Standard Error: 438 - .saturating_add(Weight::from_parts(51_795, 0).saturating_mul(s.into())) + // Minimum execution time: 46_400_000 picoseconds. + Weight::from_parts(36_550_280, 6811) + // Standard Error: 501 + .saturating_add(Weight::from_parts(118_375, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_parts(750, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_472, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -200,12 +201,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `315` // Estimated: `6811` - // Minimum execution time: 13_466_000 picoseconds. - Weight::from_parts(9_298_763, 6811) - // Standard Error: 474 - .saturating_add(Weight::from_parts(48_229, 0).saturating_mul(s.into())) + // Minimum execution time: 31_065_000 picoseconds. + Weight::from_parts(20_869_197, 6811) + // Standard Error: 440 + .saturating_add(Weight::from_parts(109_877, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_parts(764, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_494, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -219,12 +220,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `418 + s * (33 ±0)` // Estimated: `6811` - // Minimum execution time: 23_124_000 picoseconds. - Weight::from_parts(15_812_974, 6811) - // Standard Error: 763 - .saturating_add(Weight::from_parts(92_184, 0).saturating_mul(s.into())) + // Minimum execution time: 53_439_000 picoseconds. + Weight::from_parts(40_781_356, 6811) + // Standard Error: 792 + .saturating_add(Weight::from_parts(151_013, 0).saturating_mul(s.into())) // Standard Error: 7 - .saturating_add(Weight::from_parts(773, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_500, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -235,10 +236,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `342 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 13_025_000 picoseconds. - Weight::from_parts(14_080_379, 6811) - // Standard Error: 233 - .saturating_add(Weight::from_parts(56_630, 0).saturating_mul(s.into())) + // Minimum execution time: 33_023_000 picoseconds. + Weight::from_parts(34_286_049, 6811) + // Standard Error: 583 + .saturating_add(Weight::from_parts(123_300, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -249,10 +250,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `315` // Estimated: `6811` - // Minimum execution time: 8_656_000 picoseconds. - Weight::from_parts(9_283_683, 6811) - // Standard Error: 207 - .saturating_add(Weight::from_parts(50_714, 0).saturating_mul(s.into())) + // Minimum execution time: 18_913_000 picoseconds. + Weight::from_parts(19_436_790, 6811) + // Standard Error: 485 + .saturating_add(Weight::from_parts(110_803, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -263,10 +264,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `487 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 14_257_000 picoseconds. - Weight::from_parts(15_520_718, 6811) - // Standard Error: 748 - .saturating_add(Weight::from_parts(44_598, 0).saturating_mul(s.into())) + // Minimum execution time: 34_350_000 picoseconds. + Weight::from_parts(35_624_066, 6811) + // Standard Error: 541 + .saturating_add(Weight::from_parts(122_797, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/runtime/manta/src/weights/pallet_name_service.rs b/runtime/manta/src/weights/pallet_name_service.rs index 3f85c47f1..d84485c96 100644 --- a/runtime/manta/src/weights/pallet_name_service.rs +++ b/runtime/manta/src/weights/pallet_name_service.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_name_service //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_name_service // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_name_service.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_name_service.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -64,8 +65,8 @@ impl pallet_name_service::WeightInfo for SubstrateWeigh // Proof Size summary in bytes: // Measured: `42` // Estimated: `3593` - // Minimum execution time: 21_681_000 picoseconds. - Weight::from_parts(22_271_000, 3593) + // Minimum execution time: 58_575_000 picoseconds. + Weight::from_parts(59_414_000, 3593) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -77,8 +78,8 @@ impl pallet_name_service::WeightInfo for SubstrateWeigh // Proof Size summary in bytes: // Measured: `145` // Estimated: `3610` - // Minimum execution time: 8_987_000 picoseconds. - Weight::from_parts(9_428_000, 3610) + // Minimum execution time: 20_132_000 picoseconds. + Weight::from_parts(20_461_000, 3610) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -90,8 +91,8 @@ impl pallet_name_service::WeightInfo for SubstrateWeigh // Proof Size summary in bytes: // Measured: `111` // Estimated: `3576` - // Minimum execution time: 8_606_000 picoseconds. - Weight::from_parts(8_847_000, 3576) + // Minimum execution time: 18_926_000 picoseconds. + Weight::from_parts(19_385_000, 3576) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -101,8 +102,8 @@ impl pallet_name_service::WeightInfo for SubstrateWeigh // Proof Size summary in bytes: // Measured: `145` // Estimated: `3610` - // Minimum execution time: 9_017_000 picoseconds. - Weight::from_parts(9_488_000, 3610) + // Minimum execution time: 17_732_000 picoseconds. + Weight::from_parts(18_199_000, 3610) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -114,8 +115,8 @@ impl pallet_name_service::WeightInfo for SubstrateWeigh // Proof Size summary in bytes: // Measured: `111` // Estimated: `3576` - // Minimum execution time: 8_696_000 picoseconds. - Weight::from_parts(9_037_000, 3576) + // Minimum execution time: 18_783_000 picoseconds. + Weight::from_parts(19_144_000, 3576) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -133,8 +134,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3593` - // Minimum execution time: 21_681_000 picoseconds. - Weight::from_parts(22_271_000, 3593) + // Minimum execution time: 58_575_000 picoseconds. + Weight::from_parts(59_414_000, 3593) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -146,8 +147,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `145` // Estimated: `3610` - // Minimum execution time: 8_987_000 picoseconds. - Weight::from_parts(9_428_000, 3610) + // Minimum execution time: 20_132_000 picoseconds. + Weight::from_parts(20_461_000, 3610) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -159,8 +160,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `111` // Estimated: `3576` - // Minimum execution time: 8_606_000 picoseconds. - Weight::from_parts(8_847_000, 3576) + // Minimum execution time: 18_926_000 picoseconds. + Weight::from_parts(19_385_000, 3576) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -170,8 +171,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `145` // Estimated: `3610` - // Minimum execution time: 9_017_000 picoseconds. - Weight::from_parts(9_488_000, 3610) + // Minimum execution time: 17_732_000 picoseconds. + Weight::from_parts(18_199_000, 3610) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -183,8 +184,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `111` // Estimated: `3576` - // Minimum execution time: 8_696_000 picoseconds. - Weight::from_parts(9_037_000, 3576) + // Minimum execution time: 18_783_000 picoseconds. + Weight::from_parts(19_144_000, 3576) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/runtime/manta/src/weights/pallet_parachain_staking.rs b/runtime/manta/src/weights/pallet_parachain_staking.rs index 1680e826a..8cb8d1dd8 100644 --- a/runtime/manta/src/weights/pallet_parachain_staking.rs +++ b/runtime/manta/src/weights/pallet_parachain_staking.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_parachain_staking //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-10, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("/home/jamie/my-repo/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=/home/jamie/my-repo/Manta/tests/data/fork.json +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_parachain_staking // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_parachain_staking.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_parachain_staking.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -86,8 +87,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `88` // Estimated: `1573` - // Minimum execution time: 5_951_000 picoseconds. - Weight::from_parts(6_191_000, 1573) + // Minimum execution time: 12_873_000 picoseconds. + Weight::from_parts(13_224_000, 1573) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -97,8 +98,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `88` // Estimated: `1573` - // Minimum execution time: 10_590_000 picoseconds. - Weight::from_parts(10_860_000, 1573) + // Minimum execution time: 53_532_000 picoseconds. + Weight::from_parts(54_479_000, 1573) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -108,8 +109,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `20` // Estimated: `1505` - // Minimum execution time: 4_909_000 picoseconds. - Weight::from_parts(5_100_000, 1505) + // Minimum execution time: 11_820_000 picoseconds. + Weight::from_parts(12_258_000, 1505) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -119,8 +120,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `20` // Estimated: `1505` - // Minimum execution time: 4_608_000 picoseconds. - Weight::from_parts(4_809_000, 1505) + // Minimum execution time: 11_412_000 picoseconds. + Weight::from_parts(11_874_000, 1505) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -130,8 +131,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `28` // Estimated: `1513` - // Minimum execution time: 5_229_000 picoseconds. - Weight::from_parts(5_350_000, 1513) + // Minimum execution time: 11_663_000 picoseconds. + Weight::from_parts(12_123_000, 1513) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -141,8 +142,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `27` // Estimated: `1512` - // Minimum execution time: 4_779_000 picoseconds. - Weight::from_parts(4_950_000, 1512) + // Minimum execution time: 10_433_000 picoseconds. + Weight::from_parts(10_743_000, 1512) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -154,8 +155,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `116` // Estimated: `1601` - // Minimum execution time: 12_704_000 picoseconds. - Weight::from_parts(13_065_000, 1601) + // Minimum execution time: 57_375_000 picoseconds. + Weight::from_parts(57_846_000, 1601) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -184,10 +185,10 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `1926 + x * (49 ±0)` // Estimated: `5168 + x * (50 ±0)` - // Minimum execution time: 26_911_000 picoseconds. - Weight::from_parts(36_408_987, 5168) - // Standard Error: 290 - .saturating_add(Weight::from_parts(35_798, 0).saturating_mul(x.into())) + // Minimum execution time: 60_572_000 picoseconds. + Weight::from_parts(58_987_478, 5168) + // Standard Error: 1_695 + .saturating_add(Weight::from_parts(180_090, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) .saturating_add(Weight::from_parts(0, 50).saturating_mul(x.into())) @@ -201,10 +202,10 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `927 + x * (48 ±0)` // Estimated: `4314 + x * (49 ±0)` - // Minimum execution time: 10_539_000 picoseconds. - Weight::from_parts(14_364_602, 4314) - // Standard Error: 152 - .saturating_add(Weight::from_parts(28_534, 0).saturating_mul(x.into())) + // Minimum execution time: 23_156_000 picoseconds. + Weight::from_parts(16_306_494, 4314) + // Standard Error: 1_419 + .saturating_add(Weight::from_parts(151_377, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(x.into())) @@ -230,12 +231,12 @@ impl pallet_parachain_staking::WeightInfo for Substrate /// The range of component `x` is `[2, 150]`. fn execute_leave_candidates(x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `83 + x * (524 ±0)` + // Measured: `82 + x * (524 ±0)` // Estimated: `4755 + x * (3774 ±0)` - // Minimum execution time: 49_653_000 picoseconds. - Weight::from_parts(51_116_000, 4755) - // Standard Error: 30_871 - .saturating_add(Weight::from_parts(15_181_149, 0).saturating_mul(x.into())) + // Minimum execution time: 122_020_000 picoseconds. + Weight::from_parts(128_121_000, 4755) + // Standard Error: 32_582 + .saturating_add(Weight::from_parts(33_478_921, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -251,10 +252,10 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `883 + x * (48 ±0)` // Estimated: `4269 + x * (49 ±0)` - // Minimum execution time: 10_691_000 picoseconds. - Weight::from_parts(14_382_212, 4269) - // Standard Error: 146 - .saturating_add(Weight::from_parts(30_643, 0).saturating_mul(x.into())) + // Minimum execution time: 21_713_000 picoseconds. + Weight::from_parts(9_886_612, 4269) + // Standard Error: 1_810 + .saturating_add(Weight::from_parts(176_014, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(x.into())) @@ -267,8 +268,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `308` // Estimated: `3773` - // Minimum execution time: 10_480_000 picoseconds. - Weight::from_parts(10_750_000, 3773) + // Minimum execution time: 21_509_000 picoseconds. + Weight::from_parts(21_952_000, 3773) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -280,8 +281,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `259` // Estimated: `3724` - // Minimum execution time: 10_319_000 picoseconds. - Weight::from_parts(10_690_000, 3724) + // Minimum execution time: 21_120_000 picoseconds. + Weight::from_parts(21_648_000, 3724) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -301,8 +302,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `550` // Estimated: `4764` - // Minimum execution time: 23_454_000 picoseconds. - Weight::from_parts(23_935_000, 4764) + // Minimum execution time: 50_026_000 picoseconds. + Weight::from_parts(50_979_000, 4764) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -312,8 +313,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `184` // Estimated: `3649` - // Minimum execution time: 8_226_000 picoseconds. - Weight::from_parts(8_526_000, 3649) + // Minimum execution time: 17_860_000 picoseconds. + Weight::from_parts(18_244_000, 3649) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -333,8 +334,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `570` // Estimated: `4764` - // Minimum execution time: 27_772_000 picoseconds. - Weight::from_parts(29_706_000, 4764) + // Minimum execution time: 75_997_000 picoseconds. + Weight::from_parts(80_334_000, 4764) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -344,8 +345,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `204` // Estimated: `3669` - // Minimum execution time: 7_094_000 picoseconds. - Weight::from_parts(7_294_000, 3669) + // Minimum execution time: 16_238_000 picoseconds. + Weight::from_parts(16_732_000, 3669) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -369,17 +370,17 @@ impl pallet_parachain_staking::WeightInfo for Substrate /// The range of component `y` is `[2, 100]`. fn delegate(x: u32, y: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1191 + x * (129 ±0) + y * (58 ±0)` - // Estimated: `4764 + x * (130 ±0) + y * (59 ±0)` - // Minimum execution time: 40_155_000 picoseconds. - Weight::from_parts(35_945_148, 4764) - // Standard Error: 3_289 - .saturating_add(Weight::from_parts(223_825, 0).saturating_mul(x.into())) - // Standard Error: 758 - .saturating_add(Weight::from_parts(71_887, 0).saturating_mul(y.into())) + // Measured: `1206 + x * (127 ±0) + y * (58 ±0)` + // Estimated: `4764 + x * (129 ±0) + y * (59 ±0)` + // Minimum execution time: 82_329_000 picoseconds. + Weight::from_parts(78_089_701, 4764) + // Standard Error: 11_971 + .saturating_add(Weight::from_parts(249_196, 0).saturating_mul(x.into())) + // Standard Error: 2_760 + .saturating_add(Weight::from_parts(155_536, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) - .saturating_add(Weight::from_parts(0, 130).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(0, 129).saturating_mul(x.into())) .saturating_add(Weight::from_parts(0, 59).saturating_mul(y.into())) } /// Storage: ParachainStaking DelegatorState (r:1 w:1) @@ -390,8 +391,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `143` // Estimated: `3608` - // Minimum execution time: 7_805_000 picoseconds. - Weight::from_parts(8_065_000, 3608) + // Minimum execution time: 21_600_000 picoseconds. + Weight::from_parts(21_992_000, 3608) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -417,11 +418,11 @@ impl pallet_parachain_staking::WeightInfo for Substrate fn execute_leave_delegators(x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `97 + x * (473 ±0)` - // Estimated: `4764 + x * (2597 ±0)` - // Minimum execution time: 41_197_000 picoseconds. - Weight::from_parts(21_658_825, 4764) - // Standard Error: 23_000 - .saturating_add(Weight::from_parts(10_285_821, 0).saturating_mul(x.into())) + // Estimated: `4764 + x * (2597 ±5)` + // Minimum execution time: 104_738_000 picoseconds. + Weight::from_parts(61_252_122, 4764) + // Standard Error: 29_451 + .saturating_add(Weight::from_parts(24_605_417, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -436,8 +437,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `234` // Estimated: `3699` - // Minimum execution time: 9_538_000 picoseconds. - Weight::from_parts(9_859_000, 3699) + // Minimum execution time: 23_940_000 picoseconds. + Weight::from_parts(24_752_000, 3699) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -449,8 +450,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `143` // Estimated: `3608` - // Minimum execution time: 8_055_000 picoseconds. - Weight::from_parts(8_406_000, 3608) + // Minimum execution time: 21_748_000 picoseconds. + Weight::from_parts(22_357_000, 3608) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -476,8 +477,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `901` // Estimated: `4764` - // Minimum execution time: 33_423_000 picoseconds. - Weight::from_parts(34_305_000, 4764) + // Minimum execution time: 71_772_000 picoseconds. + Weight::from_parts(72_732_000, 4764) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -489,8 +490,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `143` // Estimated: `3608` - // Minimum execution time: 8_416_000 picoseconds. - Weight::from_parts(8_636_000, 3608) + // Minimum execution time: 21_600_000 picoseconds. + Weight::from_parts(22_200_000, 3608) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -516,8 +517,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `992` // Estimated: `4764` - // Minimum execution time: 41_999_000 picoseconds. - Weight::from_parts(45_045_000, 4764) + // Minimum execution time: 105_444_000 picoseconds. + Weight::from_parts(111_676_000, 4764) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -543,8 +544,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `992` // Estimated: `4764` - // Minimum execution time: 39_995_000 picoseconds. - Weight::from_parts(41_619_000, 4764) + // Minimum execution time: 95_746_000 picoseconds. + Weight::from_parts(102_284_000, 4764) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -556,8 +557,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `234` // Estimated: `3699` - // Minimum execution time: 8_766_000 picoseconds. - Weight::from_parts(9_047_000, 3699) + // Minimum execution time: 21_125_000 picoseconds. + Weight::from_parts(21_761_000, 3699) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -569,8 +570,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `234` // Estimated: `3699` - // Minimum execution time: 10_330_000 picoseconds. - Weight::from_parts(11_080_000, 3699) + // Minimum execution time: 26_718_000 picoseconds. + Weight::from_parts(29_655_000, 3699) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -612,10 +613,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `122083 + x * (252 ±0)` // Estimated: `277604 + x * (3085 ±18) + y * (7 ±0)` - // Minimum execution time: 348_915_000 picoseconds. - Weight::from_parts(749_904_419, 277604) - // Standard Error: 126_370 - .saturating_add(Weight::from_parts(430_085, 0).saturating_mul(x.into())) + // Minimum execution time: 795_761_000 picoseconds. + Weight::from_parts(1_878_247_506, 277604) .saturating_add(T::DbWeight::get().reads(119_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(113_u64)) @@ -635,12 +634,12 @@ impl pallet_parachain_staking::WeightInfo for Substrate /// The range of component `y` is `[0, 100]`. fn pay_one_collator_reward(y: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `181 + y * (180 ±0)` - // Estimated: `6153 + y * (2603 ±0)` - // Minimum execution time: 21_641_000 picoseconds. - Weight::from_parts(21_884_693, 6153) - // Standard Error: 3_033 - .saturating_add(Weight::from_parts(6_344_464, 0).saturating_mul(y.into())) + // Measured: `211 + y * (179 ±0)` + // Estimated: `6168 + y * (2603 ±0)` + // Minimum execution time: 43_801_000 picoseconds. + Weight::from_parts(48_242_418, 6168) + // Standard Error: 5_529 + .saturating_add(Weight::from_parts(17_062_072, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(y.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -651,8 +650,8 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 752_000 picoseconds. - Weight::from_parts(802_000, 0) + // Minimum execution time: 1_305_000 picoseconds. + Weight::from_parts(1_404_000, 0) } } @@ -664,8 +663,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `88` // Estimated: `1573` - // Minimum execution time: 5_951_000 picoseconds. - Weight::from_parts(6_191_000, 1573) + // Minimum execution time: 12_873_000 picoseconds. + Weight::from_parts(13_224_000, 1573) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -675,8 +674,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `88` // Estimated: `1573` - // Minimum execution time: 10_590_000 picoseconds. - Weight::from_parts(10_860_000, 1573) + // Minimum execution time: 53_532_000 picoseconds. + Weight::from_parts(54_479_000, 1573) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -686,8 +685,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `20` // Estimated: `1505` - // Minimum execution time: 4_909_000 picoseconds. - Weight::from_parts(5_100_000, 1505) + // Minimum execution time: 11_820_000 picoseconds. + Weight::from_parts(12_258_000, 1505) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -697,8 +696,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `20` // Estimated: `1505` - // Minimum execution time: 4_608_000 picoseconds. - Weight::from_parts(4_809_000, 1505) + // Minimum execution time: 11_412_000 picoseconds. + Weight::from_parts(11_874_000, 1505) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -708,8 +707,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `28` // Estimated: `1513` - // Minimum execution time: 5_229_000 picoseconds. - Weight::from_parts(5_350_000, 1513) + // Minimum execution time: 11_663_000 picoseconds. + Weight::from_parts(12_123_000, 1513) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -719,8 +718,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `27` // Estimated: `1512` - // Minimum execution time: 4_779_000 picoseconds. - Weight::from_parts(4_950_000, 1512) + // Minimum execution time: 10_433_000 picoseconds. + Weight::from_parts(10_743_000, 1512) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -732,8 +731,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `116` // Estimated: `1601` - // Minimum execution time: 12_704_000 picoseconds. - Weight::from_parts(13_065_000, 1601) + // Minimum execution time: 57_375_000 picoseconds. + Weight::from_parts(57_846_000, 1601) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -762,10 +761,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1926 + x * (49 ±0)` // Estimated: `5168 + x * (50 ±0)` - // Minimum execution time: 26_911_000 picoseconds. - Weight::from_parts(36_408_987, 5168) - // Standard Error: 290 - .saturating_add(Weight::from_parts(35_798, 0).saturating_mul(x.into())) + // Minimum execution time: 60_572_000 picoseconds. + Weight::from_parts(58_987_478, 5168) + // Standard Error: 1_695 + .saturating_add(Weight::from_parts(180_090, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) .saturating_add(Weight::from_parts(0, 50).saturating_mul(x.into())) @@ -779,10 +778,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `927 + x * (48 ±0)` // Estimated: `4314 + x * (49 ±0)` - // Minimum execution time: 10_539_000 picoseconds. - Weight::from_parts(14_364_602, 4314) - // Standard Error: 152 - .saturating_add(Weight::from_parts(28_534, 0).saturating_mul(x.into())) + // Minimum execution time: 23_156_000 picoseconds. + Weight::from_parts(16_306_494, 4314) + // Standard Error: 1_419 + .saturating_add(Weight::from_parts(151_377, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(x.into())) @@ -808,12 +807,12 @@ impl WeightInfo for () { /// The range of component `x` is `[2, 150]`. fn execute_leave_candidates(x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `83 + x * (524 ±0)` + // Measured: `82 + x * (524 ±0)` // Estimated: `4755 + x * (3774 ±0)` - // Minimum execution time: 49_653_000 picoseconds. - Weight::from_parts(51_116_000, 4755) - // Standard Error: 30_871 - .saturating_add(Weight::from_parts(15_181_149, 0).saturating_mul(x.into())) + // Minimum execution time: 122_020_000 picoseconds. + Weight::from_parts(128_121_000, 4755) + // Standard Error: 32_582 + .saturating_add(Weight::from_parts(33_478_921, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(x.into()))) .saturating_add(RocksDbWeight::get().writes(4_u64)) @@ -829,10 +828,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `883 + x * (48 ±0)` // Estimated: `4269 + x * (49 ±0)` - // Minimum execution time: 10_691_000 picoseconds. - Weight::from_parts(14_382_212, 4269) - // Standard Error: 146 - .saturating_add(Weight::from_parts(30_643, 0).saturating_mul(x.into())) + // Minimum execution time: 21_713_000 picoseconds. + Weight::from_parts(9_886_612, 4269) + // Standard Error: 1_810 + .saturating_add(Weight::from_parts(176_014, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(x.into())) @@ -845,8 +844,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `308` // Estimated: `3773` - // Minimum execution time: 10_480_000 picoseconds. - Weight::from_parts(10_750_000, 3773) + // Minimum execution time: 21_509_000 picoseconds. + Weight::from_parts(21_952_000, 3773) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -858,8 +857,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `259` // Estimated: `3724` - // Minimum execution time: 10_319_000 picoseconds. - Weight::from_parts(10_690_000, 3724) + // Minimum execution time: 21_120_000 picoseconds. + Weight::from_parts(21_648_000, 3724) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -879,8 +878,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `550` // Estimated: `4764` - // Minimum execution time: 23_454_000 picoseconds. - Weight::from_parts(23_935_000, 4764) + // Minimum execution time: 50_026_000 picoseconds. + Weight::from_parts(50_979_000, 4764) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -890,8 +889,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `184` // Estimated: `3649` - // Minimum execution time: 8_226_000 picoseconds. - Weight::from_parts(8_526_000, 3649) + // Minimum execution time: 17_860_000 picoseconds. + Weight::from_parts(18_244_000, 3649) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -911,8 +910,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `570` // Estimated: `4764` - // Minimum execution time: 27_772_000 picoseconds. - Weight::from_parts(29_706_000, 4764) + // Minimum execution time: 75_997_000 picoseconds. + Weight::from_parts(80_334_000, 4764) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -922,8 +921,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `204` // Estimated: `3669` - // Minimum execution time: 7_094_000 picoseconds. - Weight::from_parts(7_294_000, 3669) + // Minimum execution time: 16_238_000 picoseconds. + Weight::from_parts(16_732_000, 3669) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -947,17 +946,17 @@ impl WeightInfo for () { /// The range of component `y` is `[2, 100]`. fn delegate(x: u32, y: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1191 + x * (129 ±0) + y * (58 ±0)` - // Estimated: `4764 + x * (130 ±0) + y * (59 ±0)` - // Minimum execution time: 40_155_000 picoseconds. - Weight::from_parts(35_945_148, 4764) - // Standard Error: 3_289 - .saturating_add(Weight::from_parts(223_825, 0).saturating_mul(x.into())) - // Standard Error: 758 - .saturating_add(Weight::from_parts(71_887, 0).saturating_mul(y.into())) + // Measured: `1206 + x * (127 ±0) + y * (58 ±0)` + // Estimated: `4764 + x * (129 ±0) + y * (59 ±0)` + // Minimum execution time: 82_329_000 picoseconds. + Weight::from_parts(78_089_701, 4764) + // Standard Error: 11_971 + .saturating_add(Weight::from_parts(249_196, 0).saturating_mul(x.into())) + // Standard Error: 2_760 + .saturating_add(Weight::from_parts(155_536, 0).saturating_mul(y.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) - .saturating_add(Weight::from_parts(0, 130).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(0, 129).saturating_mul(x.into())) .saturating_add(Weight::from_parts(0, 59).saturating_mul(y.into())) } /// Storage: ParachainStaking DelegatorState (r:1 w:1) @@ -968,8 +967,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3608` - // Minimum execution time: 7_805_000 picoseconds. - Weight::from_parts(8_065_000, 3608) + // Minimum execution time: 21_600_000 picoseconds. + Weight::from_parts(21_992_000, 3608) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -995,11 +994,11 @@ impl WeightInfo for () { fn execute_leave_delegators(x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `97 + x * (473 ±0)` - // Estimated: `4764 + x * (2597 ±0)` - // Minimum execution time: 41_197_000 picoseconds. - Weight::from_parts(21_658_825, 4764) - // Standard Error: 23_000 - .saturating_add(Weight::from_parts(10_285_821, 0).saturating_mul(x.into())) + // Estimated: `4764 + x * (2597 ±5)` + // Minimum execution time: 104_738_000 picoseconds. + Weight::from_parts(61_252_122, 4764) + // Standard Error: 29_451 + .saturating_add(Weight::from_parts(24_605_417, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(x.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -1014,8 +1013,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `234` // Estimated: `3699` - // Minimum execution time: 9_538_000 picoseconds. - Weight::from_parts(9_859_000, 3699) + // Minimum execution time: 23_940_000 picoseconds. + Weight::from_parts(24_752_000, 3699) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1027,8 +1026,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3608` - // Minimum execution time: 8_055_000 picoseconds. - Weight::from_parts(8_406_000, 3608) + // Minimum execution time: 21_748_000 picoseconds. + Weight::from_parts(22_357_000, 3608) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1054,8 +1053,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `901` // Estimated: `4764` - // Minimum execution time: 33_423_000 picoseconds. - Weight::from_parts(34_305_000, 4764) + // Minimum execution time: 71_772_000 picoseconds. + Weight::from_parts(72_732_000, 4764) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -1067,8 +1066,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3608` - // Minimum execution time: 8_416_000 picoseconds. - Weight::from_parts(8_636_000, 3608) + // Minimum execution time: 21_600_000 picoseconds. + Weight::from_parts(22_200_000, 3608) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1094,8 +1093,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `992` // Estimated: `4764` - // Minimum execution time: 41_999_000 picoseconds. - Weight::from_parts(45_045_000, 4764) + // Minimum execution time: 105_444_000 picoseconds. + Weight::from_parts(111_676_000, 4764) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) } @@ -1121,8 +1120,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `992` // Estimated: `4764` - // Minimum execution time: 39_995_000 picoseconds. - Weight::from_parts(41_619_000, 4764) + // Minimum execution time: 95_746_000 picoseconds. + Weight::from_parts(102_284_000, 4764) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) } @@ -1134,8 +1133,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `234` // Estimated: `3699` - // Minimum execution time: 8_766_000 picoseconds. - Weight::from_parts(9_047_000, 3699) + // Minimum execution time: 21_125_000 picoseconds. + Weight::from_parts(21_761_000, 3699) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1147,8 +1146,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `234` // Estimated: `3699` - // Minimum execution time: 10_330_000 picoseconds. - Weight::from_parts(11_080_000, 3699) + // Minimum execution time: 26_718_000 picoseconds. + Weight::from_parts(29_655_000, 3699) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1190,10 +1189,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `122083 + x * (252 ±0)` // Estimated: `277604 + x * (3085 ±18) + y * (7 ±0)` - // Minimum execution time: 348_915_000 picoseconds. - Weight::from_parts(749_904_419, 277604) - // Standard Error: 126_370 - .saturating_add(Weight::from_parts(430_085, 0).saturating_mul(x.into())) + // Minimum execution time: 795_761_000 picoseconds. + Weight::from_parts(1_878_247_506, 277604) .saturating_add(RocksDbWeight::get().reads(119_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(x.into()))) .saturating_add(RocksDbWeight::get().writes(113_u64)) @@ -1213,12 +1210,12 @@ impl WeightInfo for () { /// The range of component `y` is `[0, 100]`. fn pay_one_collator_reward(y: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `181 + y * (180 ±0)` - // Estimated: `6153 + y * (2603 ±0)` - // Minimum execution time: 21_641_000 picoseconds. - Weight::from_parts(21_884_693, 6153) - // Standard Error: 3_033 - .saturating_add(Weight::from_parts(6_344_464, 0).saturating_mul(y.into())) + // Measured: `211 + y * (179 ±0)` + // Estimated: `6168 + y * (2603 ±0)` + // Minimum execution time: 43_801_000 picoseconds. + Weight::from_parts(48_242_418, 6168) + // Standard Error: 5_529 + .saturating_add(Weight::from_parts(17_062_072, 0).saturating_mul(y.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(y.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -1229,7 +1226,7 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 752_000 picoseconds. - Weight::from_parts(802_000, 0) + // Minimum execution time: 1_305_000 picoseconds. + Weight::from_parts(1_404_000, 0) } } diff --git a/runtime/manta/src/weights/pallet_preimage.rs b/runtime/manta/src/weights/pallet_preimage.rs index 021dd84e3..467d5a559 100644 --- a/runtime/manta/src/weights/pallet_preimage.rs +++ b/runtime/manta/src/weights/pallet_preimage.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_preimage //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_preimage // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_preimage.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_preimage.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -68,12 +69,12 @@ impl pallet_preimage::WeightInfo for SubstrateWeight /// The range of component `s` is `[0, 4194304]`. fn note_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `177` + // Measured: `127` // Estimated: `3556` - // Minimum execution time: 12_013_000 picoseconds. - Weight::from_parts(12_263_000, 3556) - // Standard Error: 2 - .saturating_add(Weight::from_parts(1_442, 0).saturating_mul(s.into())) + // Minimum execution time: 31_161_000 picoseconds. + Weight::from_parts(31_395_000, 3556) + // Standard Error: 4 + .saturating_add(Weight::from_parts(2_658, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -86,10 +87,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 7_524_000 picoseconds. - Weight::from_parts(7_684_000, 3556) - // Standard Error: 3 - .saturating_add(Weight::from_parts(1_573, 0).saturating_mul(s.into())) + // Minimum execution time: 18_130_000 picoseconds. + Weight::from_parts(18_298_000, 3556) + // Standard Error: 8 + .saturating_add(Weight::from_parts(2_467, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -102,10 +103,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 7_143_000 picoseconds. - Weight::from_parts(7_642_483, 3556) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_597, 0).saturating_mul(s.into())) + // Minimum execution time: 17_136_000 picoseconds. + Weight::from_parts(17_519_000, 3556) + // Standard Error: 6 + .saturating_add(Weight::from_parts(2_496, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -115,10 +116,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) fn unnote_preimage() -> Weight { // Proof Size summary in bytes: - // Measured: `323` + // Measured: `273` // Estimated: `3556` - // Minimum execution time: 15_098_000 picoseconds. - Weight::from_parts(17_543_000, 3556) + // Minimum execution time: 60_895_000 picoseconds. + Weight::from_parts(64_826_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -130,8 +131,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 9_217_000 picoseconds. - Weight::from_parts(10_479_000, 3556) + // Minimum execution time: 45_391_000 picoseconds. + Weight::from_parts(48_700_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -141,8 +142,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `222` // Estimated: `3556` - // Minimum execution time: 8_015_000 picoseconds. - Weight::from_parts(9_117_000, 3556) + // Minimum execution time: 39_475_000 picoseconds. + Weight::from_parts(42_564_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -152,8 +153,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 5_250_000 picoseconds. - Weight::from_parts(6_141_000, 3556) + // Minimum execution time: 28_041_000 picoseconds. + Weight::from_parts(30_148_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -163,8 +164,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `76` // Estimated: `3556` - // Minimum execution time: 5_500_000 picoseconds. - Weight::from_parts(5_800_000, 3556) + // Minimum execution time: 25_966_000 picoseconds. + Weight::from_parts(28_140_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -174,8 +175,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 4_398_000 picoseconds. - Weight::from_parts(4_629_000, 3556) + // Minimum execution time: 14_018_000 picoseconds. + Weight::from_parts(15_207_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -187,8 +188,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 7_945_000 picoseconds. - Weight::from_parts(9_748_000, 3556) + // Minimum execution time: 42_404_000 picoseconds. + Weight::from_parts(44_870_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -198,8 +199,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 4_148_000 picoseconds. - Weight::from_parts(4_339_000, 3556) + // Minimum execution time: 12_914_000 picoseconds. + Weight::from_parts(14_252_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -209,8 +210,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 4_108_000 picoseconds. - Weight::from_parts(4_338_000, 3556) + // Minimum execution time: 14_094_000 picoseconds. + Weight::from_parts(15_026_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -225,12 +226,12 @@ impl WeightInfo for () { /// The range of component `s` is `[0, 4194304]`. fn note_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `177` + // Measured: `127` // Estimated: `3556` - // Minimum execution time: 12_013_000 picoseconds. - Weight::from_parts(12_263_000, 3556) - // Standard Error: 2 - .saturating_add(Weight::from_parts(1_442, 0).saturating_mul(s.into())) + // Minimum execution time: 31_161_000 picoseconds. + Weight::from_parts(31_395_000, 3556) + // Standard Error: 4 + .saturating_add(Weight::from_parts(2_658, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -243,10 +244,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 7_524_000 picoseconds. - Weight::from_parts(7_684_000, 3556) - // Standard Error: 3 - .saturating_add(Weight::from_parts(1_573, 0).saturating_mul(s.into())) + // Minimum execution time: 18_130_000 picoseconds. + Weight::from_parts(18_298_000, 3556) + // Standard Error: 8 + .saturating_add(Weight::from_parts(2_467, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -259,10 +260,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 7_143_000 picoseconds. - Weight::from_parts(7_642_483, 3556) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_597, 0).saturating_mul(s.into())) + // Minimum execution time: 17_136_000 picoseconds. + Weight::from_parts(17_519_000, 3556) + // Standard Error: 6 + .saturating_add(Weight::from_parts(2_496, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -272,10 +273,10 @@ impl WeightInfo for () { /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) fn unnote_preimage() -> Weight { // Proof Size summary in bytes: - // Measured: `323` + // Measured: `273` // Estimated: `3556` - // Minimum execution time: 15_098_000 picoseconds. - Weight::from_parts(17_543_000, 3556) + // Minimum execution time: 60_895_000 picoseconds. + Weight::from_parts(64_826_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -287,8 +288,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 9_217_000 picoseconds. - Weight::from_parts(10_479_000, 3556) + // Minimum execution time: 45_391_000 picoseconds. + Weight::from_parts(48_700_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -298,8 +299,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `222` // Estimated: `3556` - // Minimum execution time: 8_015_000 picoseconds. - Weight::from_parts(9_117_000, 3556) + // Minimum execution time: 39_475_000 picoseconds. + Weight::from_parts(42_564_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -309,8 +310,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 5_250_000 picoseconds. - Weight::from_parts(6_141_000, 3556) + // Minimum execution time: 28_041_000 picoseconds. + Weight::from_parts(30_148_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -320,8 +321,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3556` - // Minimum execution time: 5_500_000 picoseconds. - Weight::from_parts(5_800_000, 3556) + // Minimum execution time: 25_966_000 picoseconds. + Weight::from_parts(28_140_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -331,8 +332,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 4_398_000 picoseconds. - Weight::from_parts(4_629_000, 3556) + // Minimum execution time: 14_018_000 picoseconds. + Weight::from_parts(15_207_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -344,8 +345,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 7_945_000 picoseconds. - Weight::from_parts(9_748_000, 3556) + // Minimum execution time: 42_404_000 picoseconds. + Weight::from_parts(44_870_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -355,8 +356,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 4_148_000 picoseconds. - Weight::from_parts(4_339_000, 3556) + // Minimum execution time: 12_914_000 picoseconds. + Weight::from_parts(14_252_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -366,8 +367,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 4_108_000 picoseconds. - Weight::from_parts(4_338_000, 3556) + // Minimum execution time: 14_094_000 picoseconds. + Weight::from_parts(15_026_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/runtime/manta/src/weights/pallet_randomness.rs b/runtime/manta/src/weights/pallet_randomness.rs index 014e929e0..0ee6ad891 100644 --- a/runtime/manta/src/weights/pallet_randomness.rs +++ b/runtime/manta/src/weights/pallet_randomness.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_randomness //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_randomness // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_randomness.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_randomness.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -64,8 +65,8 @@ impl pallet_randomness::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `216` // Estimated: `1701` - // Minimum execution time: 6_713_000 picoseconds. - Weight::from_parts(6_963_000, 1701) + // Minimum execution time: 13_859_000 picoseconds. + Weight::from_parts(14_366_000, 1701) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -87,8 +88,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `216` // Estimated: `1701` - // Minimum execution time: 6_713_000 picoseconds. - Weight::from_parts(6_963_000, 1701) + // Minimum execution time: 13_859_000 picoseconds. + Weight::from_parts(14_366_000, 1701) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } diff --git a/runtime/manta/src/weights/pallet_scheduler.rs b/runtime/manta/src/weights/pallet_scheduler.rs index de68aa2e3..df6f68403 100644 --- a/runtime/manta/src/weights/pallet_scheduler.rs +++ b/runtime/manta/src/weights/pallet_scheduler.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_scheduler //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_scheduler // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_scheduler.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_scheduler.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -67,8 +68,8 @@ impl pallet_scheduler::WeightInfo for SubstrateWeight 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: `0` // Estimated: `0` - // Minimum execution time: 2_014_000 picoseconds. - Weight::from_parts(2_134_000, 0) + // Minimum execution time: 6_054_000 picoseconds. + Weight::from_parts(6_188_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_022_000 picoseconds. - Weight::from_parts(1_103_000, 0) + // Minimum execution time: 3_046_000 picoseconds. + Weight::from_parts(3_167_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_012_000 picoseconds. - Weight::from_parts(1_062_000, 0) + // Minimum execution time: 2_950_000 picoseconds. + Weight::from_parts(3_058_000, 0) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) @@ -148,10 +149,10 @@ 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: `0` // Estimated: `0` - // Minimum execution time: 2_014_000 picoseconds. - Weight::from_parts(2_134_000, 0) + // Minimum execution time: 6_054_000 picoseconds. + Weight::from_parts(6_188_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_022_000 picoseconds. - Weight::from_parts(1_103_000, 0) + // Minimum execution time: 3_046_000 picoseconds. + Weight::from_parts(3_167_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_012_000 picoseconds. - Weight::from_parts(1_062_000, 0) + // Minimum execution time: 2_950_000 picoseconds. + Weight::from_parts(3_058_000, 0) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) @@ -294,10 +295,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 5_340_000 picoseconds. - Weight::from_parts(7_251_720, 42428) - // Standard Error: 1_567 - .saturating_add(Weight::from_parts(319_588, 0).saturating_mul(s.into())) + // Minimum execution time: 13_286_000 picoseconds. + Weight::from_parts(16_578_003, 42428) + // Standard Error: 1_322 + .saturating_add(Weight::from_parts(886_487, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -310,10 +311,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 7_644_000 picoseconds. - Weight::from_parts(7_347_961, 42428) - // Standard Error: 1_597 - .saturating_add(Weight::from_parts(515_919, 0).saturating_mul(s.into())) + // Minimum execution time: 18_761_000 picoseconds. + Weight::from_parts(17_183_094, 42428) + // Standard Error: 1_336 + .saturating_add(Weight::from_parts(1_550_975, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -326,10 +327,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `254 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 6_492_000 picoseconds. - Weight::from_parts(8_902_569, 42428) - // Standard Error: 1_466 - .saturating_add(Weight::from_parts(356_057, 0).saturating_mul(s.into())) + // Minimum execution time: 16_497_000 picoseconds. + Weight::from_parts(20_978_567, 42428) + // Standard Error: 2_083 + .saturating_add(Weight::from_parts(941_462, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -342,10 +343,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `280 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 8_897_000 picoseconds. - Weight::from_parts(8_861_982, 42428) - // Standard Error: 1_448 - .saturating_add(Weight::from_parts(553_369, 0).saturating_mul(s.into())) + // Minimum execution time: 20_683_000 picoseconds. + Weight::from_parts(19_891_118, 42428) + // Standard Error: 1_725 + .saturating_add(Weight::from_parts(1_585_558, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/runtime/manta/src/weights/pallet_session.rs b/runtime/manta/src/weights/pallet_session.rs index 3ec87f780..57f0caffa 100644 --- a/runtime/manta/src/weights/pallet_session.rs +++ b/runtime/manta/src/weights/pallet_session.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_session //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_session // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_session.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_session.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -53,29 +54,29 @@ pub struct SubstrateWeight(PhantomData); impl pallet_session::WeightInfo for SubstrateWeight { /// Storage: Session NextKeys (r:1 w:1) /// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured) - /// Storage: Session KeyOwner (r:3 w:3) + /// Storage: Session KeyOwner (r:2 w:2) /// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured) fn set_keys() -> Weight { // Proof Size summary in bytes: - // Measured: `307` - // Estimated: `8722` - // Minimum execution time: 10_189_000 picoseconds. - Weight::from_parts(10_630_000, 8722) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) + // Measured: `258` + // Estimated: `6198` + // Minimum execution time: 19_223_000 picoseconds. + Weight::from_parts(19_656_000, 6198) + .saturating_add(T::DbWeight::get().reads(3_u64)) + .saturating_add(T::DbWeight::get().writes(3_u64)) } /// Storage: Session NextKeys (r:1 w:1) /// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured) - /// Storage: Session KeyOwner (r:0 w:3) + /// Storage: Session KeyOwner (r:0 w:2) /// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured) fn purge_keys() -> Weight { // Proof Size summary in bytes: - // Measured: `308` - // Estimated: `3773` - // Minimum execution time: 7_334_000 picoseconds. - Weight::from_parts(7_635_000, 3773) + // Measured: `276` + // Estimated: `3741` + // Minimum execution time: 13_488_000 picoseconds. + Weight::from_parts(13_845_000, 3741) .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) + .saturating_add(T::DbWeight::get().writes(3_u64)) } } @@ -83,28 +84,28 @@ impl pallet_session::WeightInfo for SubstrateWeight impl WeightInfo for () { /// Storage: Session NextKeys (r:1 w:1) /// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured) - /// Storage: Session KeyOwner (r:3 w:3) + /// Storage: Session KeyOwner (r:2 w:2) /// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured) fn set_keys() -> Weight { // Proof Size summary in bytes: - // Measured: `307` - // Estimated: `8722` - // Minimum execution time: 10_189_000 picoseconds. - Weight::from_parts(10_630_000, 8722) - .saturating_add(RocksDbWeight::get().reads(4_u64)) - .saturating_add(RocksDbWeight::get().writes(4_u64)) + // Measured: `258` + // Estimated: `6198` + // Minimum execution time: 19_223_000 picoseconds. + Weight::from_parts(19_656_000, 6198) + .saturating_add(RocksDbWeight::get().reads(3_u64)) + .saturating_add(RocksDbWeight::get().writes(3_u64)) } /// Storage: Session NextKeys (r:1 w:1) /// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured) - /// Storage: Session KeyOwner (r:0 w:3) + /// Storage: Session KeyOwner (r:0 w:2) /// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured) fn purge_keys() -> Weight { // Proof Size summary in bytes: - // Measured: `308` - // Estimated: `3773` - // Minimum execution time: 7_334_000 picoseconds. - Weight::from_parts(7_635_000, 3773) + // Measured: `276` + // Estimated: `3741` + // Minimum execution time: 13_488_000 picoseconds. + Weight::from_parts(13_845_000, 3741) .saturating_add(RocksDbWeight::get().reads(1_u64)) - .saturating_add(RocksDbWeight::get().writes(4_u64)) + .saturating_add(RocksDbWeight::get().writes(3_u64)) } } diff --git a/runtime/manta/src/weights/pallet_sudo.rs b/runtime/manta/src/weights/pallet_sudo.rs index 0ab937874..afca5f565 100644 --- a/runtime/manta/src/weights/pallet_sudo.rs +++ b/runtime/manta/src/weights/pallet_sudo.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_sudo //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-11, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("manta-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=manta-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_sudo // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/manta/src/weights/pallet_sudo.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_sudo.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -58,8 +59,8 @@ impl pallet_sudo::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `98` // Estimated: `1517` - // Minimum execution time: 6_241_000 picoseconds. - Weight::from_parts(6_503_000, 1517) + // Minimum execution time: 13_882_000 picoseconds. + Weight::from_parts(14_149_000, 1517) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -69,8 +70,8 @@ impl pallet_sudo::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `98` // Estimated: `1517` - // Minimum execution time: 6_562_000 picoseconds. - Weight::from_parts(6_753_000, 1517) + // Minimum execution time: 14_494_000 picoseconds. + Weight::from_parts(15_031_000, 1517) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: Sudo Key (r:1 w:0) @@ -79,8 +80,8 @@ impl pallet_sudo::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `98` // Estimated: `1517` - // Minimum execution time: 6_693_000 picoseconds. - Weight::from_parts(6_832_000, 1517) + // Minimum execution time: 14_801_000 picoseconds. + Weight::from_parts(15_376_000, 1517) .saturating_add(T::DbWeight::get().reads(1_u64)) } } @@ -93,8 +94,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `98` // Estimated: `1517` - // Minimum execution time: 6_241_000 picoseconds. - Weight::from_parts(6_503_000, 1517) + // Minimum execution time: 13_882_000 picoseconds. + Weight::from_parts(14_149_000, 1517) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -104,8 +105,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `98` // Estimated: `1517` - // Minimum execution time: 6_562_000 picoseconds. - Weight::from_parts(6_753_000, 1517) + // Minimum execution time: 14_494_000 picoseconds. + Weight::from_parts(15_031_000, 1517) .saturating_add(RocksDbWeight::get().reads(1_u64)) } /// Storage: Sudo Key (r:1 w:0) @@ -114,8 +115,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `98` // Estimated: `1517` - // Minimum execution time: 6_693_000 picoseconds. - Weight::from_parts(6_832_000, 1517) + // Minimum execution time: 14_801_000 picoseconds. + Weight::from_parts(15_376_000, 1517) .saturating_add(RocksDbWeight::get().reads(1_u64)) } } diff --git a/runtime/manta/src/weights/pallet_timestamp.rs b/runtime/manta/src/weights/pallet_timestamp.rs index 9ce9ba141..ea330800f 100644 --- a/runtime/manta/src/weights/pallet_timestamp.rs +++ b/runtime/manta/src/weights/pallet_timestamp.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_timestamp //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_timestamp // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_timestamp.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_timestamp.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -57,8 +58,8 @@ impl pallet_timestamp::WeightInfo for SubstrateWeight pallet_timestamp::WeightInfo for SubstrateWeight pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 70_000 picoseconds. - Weight::from_parts(80_000, 0) + // Minimum execution time: 261_000 picoseconds. + Weight::from_parts(283_000, 0) } /// Storage: Treasury ProposalCount (r:1 w:1) /// Proof: Treasury ProposalCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -68,10 +69,10 @@ impl pallet_treasury::WeightInfo for SubstrateWeight /// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen) fn propose_spend() -> Weight { // Proof Size summary in bytes: - // Measured: `181` + // Measured: `131` // Estimated: `1489` - // Minimum execution time: 12_624_000 picoseconds. - Weight::from_parts(13_606_000, 1489) + // Minimum execution time: 29_807_000 picoseconds. + Weight::from_parts(30_410_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -81,10 +82,10 @@ impl pallet_treasury::WeightInfo for SubstrateWeight /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn reject_proposal() -> Weight { // Proof Size summary in bytes: - // Measured: `339` + // Measured: `289` // Estimated: `3593` - // Minimum execution time: 20_759_000 picoseconds. - Weight::from_parts(21_641_000, 3593) + // Minimum execution time: 52_551_000 picoseconds. + Weight::from_parts(53_269_000, 3593) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -97,10 +98,10 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `507 + p * (8 ±0)` // Estimated: `3573` - // Minimum execution time: 6_032_000 picoseconds. - Weight::from_parts(8_243_395, 3573) - // Standard Error: 534 - .saturating_add(Weight::from_parts(32_364, 0).saturating_mul(p.into())) + // Minimum execution time: 11_177_000 picoseconds. + Weight::from_parts(13_739_061, 3573) + // Standard Error: 830 + .saturating_add(Weight::from_parts(76_242, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -110,8 +111,8 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `165` // Estimated: `1887` - // Minimum execution time: 4_909_000 picoseconds. - Weight::from_parts(5_070_000, 1887) + // Minimum execution time: 8_923_000 picoseconds. + Weight::from_parts(9_183_000, 1887) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -130,10 +131,10 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0 + p * (250 ±0)` // Estimated: `1887 + p * (5206 ±0)` - // Minimum execution time: 10_530_000 picoseconds. - Weight::from_parts(14_742_457, 1887) - // Standard Error: 15_057 - .saturating_add(Weight::from_parts(15_576_665, 0).saturating_mul(p.into())) + // Minimum execution time: 29_185_000 picoseconds. + Weight::from_parts(31_453_179, 1887) + // Standard Error: 10_980 + .saturating_add(Weight::from_parts(41_472_024, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -148,8 +149,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 70_000 picoseconds. - Weight::from_parts(80_000, 0) + // Minimum execution time: 261_000 picoseconds. + Weight::from_parts(283_000, 0) } /// Storage: Treasury ProposalCount (r:1 w:1) /// Proof: Treasury ProposalCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -157,10 +158,10 @@ impl WeightInfo for () { /// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen) fn propose_spend() -> Weight { // Proof Size summary in bytes: - // Measured: `181` + // Measured: `131` // Estimated: `1489` - // Minimum execution time: 12_624_000 picoseconds. - Weight::from_parts(13_606_000, 1489) + // Minimum execution time: 29_807_000 picoseconds. + Weight::from_parts(30_410_000, 1489) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -170,10 +171,10 @@ impl WeightInfo for () { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn reject_proposal() -> Weight { // Proof Size summary in bytes: - // Measured: `339` + // Measured: `289` // Estimated: `3593` - // Minimum execution time: 20_759_000 picoseconds. - Weight::from_parts(21_641_000, 3593) + // Minimum execution time: 52_551_000 picoseconds. + Weight::from_parts(53_269_000, 3593) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -186,10 +187,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `507 + p * (8 ±0)` // Estimated: `3573` - // Minimum execution time: 6_032_000 picoseconds. - Weight::from_parts(8_243_395, 3573) - // Standard Error: 534 - .saturating_add(Weight::from_parts(32_364, 0).saturating_mul(p.into())) + // Minimum execution time: 11_177_000 picoseconds. + Weight::from_parts(13_739_061, 3573) + // Standard Error: 830 + .saturating_add(Weight::from_parts(76_242, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -199,8 +200,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1887` - // Minimum execution time: 4_909_000 picoseconds. - Weight::from_parts(5_070_000, 1887) + // Minimum execution time: 8_923_000 picoseconds. + Weight::from_parts(9_183_000, 1887) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -219,10 +220,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0 + p * (250 ±0)` // Estimated: `1887 + p * (5206 ±0)` - // Minimum execution time: 10_530_000 picoseconds. - Weight::from_parts(14_742_457, 1887) - // Standard Error: 15_057 - .saturating_add(Weight::from_parts(15_576_665, 0).saturating_mul(p.into())) + // Minimum execution time: 29_185_000 picoseconds. + Weight::from_parts(31_453_179, 1887) + // Standard Error: 10_980 + .saturating_add(Weight::from_parts(41_472_024, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) diff --git a/runtime/manta/src/weights/pallet_tx_pause.rs b/runtime/manta/src/weights/pallet_tx_pause.rs index 1224c0f6a..2595bab5b 100644 --- a/runtime/manta/src/weights/pallet_tx_pause.rs +++ b/runtime/manta/src/weights/pallet_tx_pause.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_tx_pause //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_tx_pause // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_tx_pause.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_tx_pause.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -57,8 +58,8 @@ impl pallet_tx_pause::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `76` // Estimated: `3541` - // Minimum execution time: 6_001_000 picoseconds. - Weight::from_parts(6_322_000, 3541) + // Minimum execution time: 14_724_000 picoseconds. + Weight::from_parts(15_310_000, 3541) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -68,8 +69,8 @@ impl pallet_tx_pause::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `123` // Estimated: `3588` - // Minimum execution time: 7_224_000 picoseconds. - Weight::from_parts(12_293_000, 3588) + // Minimum execution time: 15_177_000 picoseconds. + Weight::from_parts(15_662_000, 3588) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -83,8 +84,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3541` - // Minimum execution time: 6_001_000 picoseconds. - Weight::from_parts(6_322_000, 3541) + // Minimum execution time: 14_724_000 picoseconds. + Weight::from_parts(15_310_000, 3541) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -94,8 +95,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `123` // Estimated: `3588` - // Minimum execution time: 7_224_000 picoseconds. - Weight::from_parts(12_293_000, 3588) + // Minimum execution time: 15_177_000 picoseconds. + Weight::from_parts(15_662_000, 3588) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/runtime/manta/src/weights/pallet_utility.rs b/runtime/manta/src/weights/pallet_utility.rs index 81452072e..4b8e72a32 100644 --- a/runtime/manta/src/weights/pallet_utility.rs +++ b/runtime/manta/src/weights/pallet_utility.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_utility // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_utility.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_utility.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -59,44 +60,44 @@ impl pallet_utility::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_765_000 picoseconds. - Weight::from_parts(2_835_000, 0) - // Standard Error: 884 - .saturating_add(Weight::from_parts(1_616_793, 0).saturating_mul(c.into())) + // Minimum execution time: 7_439_000 picoseconds. + Weight::from_parts(8_816_752, 0) + // Standard Error: 2_457 + .saturating_add(Weight::from_parts(6_029_390, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_024_000 picoseconds. - Weight::from_parts(2_124_000, 0) + // Minimum execution time: 6_004_000 picoseconds. + Weight::from_parts(6_182_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: 2_745_000 picoseconds. - Weight::from_parts(2_856_000, 0) - // Standard Error: 1_635 - .saturating_add(Weight::from_parts(1_721_786, 0).saturating_mul(c.into())) + // Minimum execution time: 7_502_000 picoseconds. + Weight::from_parts(13_305_291, 0) + // Standard Error: 2_597 + .saturating_add(Weight::from_parts(6_318_738, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_687_000 picoseconds. - Weight::from_parts(3_847_000, 0) + // Minimum execution time: 9_933_000 picoseconds. + Weight::from_parts(10_246_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: 2_845_000 picoseconds. - Weight::from_parts(2_916_000, 0) - // Standard Error: 2_579 - .saturating_add(Weight::from_parts(1_700_525, 0).saturating_mul(c.into())) + // Minimum execution time: 7_343_000 picoseconds. + Weight::from_parts(8_562_631, 0) + // Standard Error: 2_279 + .saturating_add(Weight::from_parts(5_909_644, 0).saturating_mul(c.into())) } } @@ -107,43 +108,43 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_765_000 picoseconds. - Weight::from_parts(2_835_000, 0) - // Standard Error: 884 - .saturating_add(Weight::from_parts(1_616_793, 0).saturating_mul(c.into())) + // Minimum execution time: 7_439_000 picoseconds. + Weight::from_parts(8_816_752, 0) + // Standard Error: 2_457 + .saturating_add(Weight::from_parts(6_029_390, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_024_000 picoseconds. - Weight::from_parts(2_124_000, 0) + // Minimum execution time: 6_004_000 picoseconds. + Weight::from_parts(6_182_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: 2_745_000 picoseconds. - Weight::from_parts(2_856_000, 0) - // Standard Error: 1_635 - .saturating_add(Weight::from_parts(1_721_786, 0).saturating_mul(c.into())) + // Minimum execution time: 7_502_000 picoseconds. + Weight::from_parts(13_305_291, 0) + // Standard Error: 2_597 + .saturating_add(Weight::from_parts(6_318_738, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_687_000 picoseconds. - Weight::from_parts(3_847_000, 0) + // Minimum execution time: 9_933_000 picoseconds. + Weight::from_parts(10_246_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: 2_845_000 picoseconds. - Weight::from_parts(2_916_000, 0) - // Standard Error: 2_579 - .saturating_add(Weight::from_parts(1_700_525, 0).saturating_mul(c.into())) + // Minimum execution time: 7_343_000 picoseconds. + Weight::from_parts(8_562_631, 0) + // Standard Error: 2_279 + .saturating_add(Weight::from_parts(5_909_644, 0).saturating_mul(c.into())) } } diff --git a/runtime/manta/src/weights/pallet_xcm.rs b/runtime/manta/src/weights/pallet_xcm.rs index 80fbc59d6..7953d5b97 100644 --- a/runtime/manta/src/weights/pallet_xcm.rs +++ b/runtime/manta/src/weights/pallet_xcm.rs @@ -17,21 +17,22 @@ //! Autogenerated weights for pallet_xcm //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-09, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("calamari-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=calamari-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_xcm // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/calamari/src/weights/pallet_xcm.rs +// --output=./scripts/benchmarking/frame-weights-output/pallet_xcm.rs // --template=.github/resources/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -79,8 +80,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `211` // Estimated: `3676` - // Minimum execution time: 12_183_000 picoseconds. - Weight::from_parts(12_633_000, 3676) + // Minimum execution time: 30_992_000 picoseconds. + Weight::from_parts(31_764_000, 3676) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -117,8 +118,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_336_000 picoseconds. - Weight::from_parts(3_516_000, 0) + // Minimum execution time: 10_036_000 picoseconds. + Weight::from_parts(10_259_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1) @@ -127,8 +128,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_122_000 picoseconds. - Weight::from_parts(1_183_000, 0) + // Minimum execution time: 3_056_000 picoseconds. + Weight::from_parts(3_239_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: PolkadotXcm VersionNotifiers (r:1 w:1) @@ -151,8 +152,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `211` // Estimated: `3676` - // Minimum execution time: 14_026_000 picoseconds. - Weight::from_parts(14_578_000, 3676) + // Minimum execution time: 35_164_000 picoseconds. + Weight::from_parts(35_701_000, 3676) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -172,10 +173,10 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { /// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured) fn force_unsubscribe_version_notify() -> Weight { // Proof Size summary in bytes: - // Measured: `393` - // Estimated: `3858` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(16_361_000, 3858) + // Measured: `394` + // Estimated: `3859` + // Minimum execution time: 36_177_000 picoseconds. + Weight::from_parts(37_172_000, 3859) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -185,8 +186,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_162_000 picoseconds. - Weight::from_parts(1_243_000, 0) + // Minimum execution time: 3_145_000 picoseconds. + Weight::from_parts(3_262_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: PolkadotXcm SupportedVersion (r:4 w:2) @@ -195,8 +196,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `229` // Estimated: `11119` - // Minimum execution time: 10_490_000 picoseconds. - Weight::from_parts(10_690_000, 11119) + // Minimum execution time: 18_750_000 picoseconds. + Weight::from_parts(19_182_000, 11119) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -206,8 +207,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `233` // Estimated: `11123` - // Minimum execution time: 10_350_000 picoseconds. - Weight::from_parts(10_620_000, 11123) + // Minimum execution time: 18_571_000 picoseconds. + Weight::from_parts(19_121_000, 11123) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -217,8 +218,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `240` // Estimated: `13605` - // Minimum execution time: 11_882_000 picoseconds. - Weight::from_parts(12_153_000, 13605) + // Minimum execution time: 19_925_000 picoseconds. + Weight::from_parts(20_244_000, 13605) .saturating_add(T::DbWeight::get().reads(5_u64)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1) @@ -237,8 +238,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `278` // Estimated: `6218` - // Minimum execution time: 14_708_000 picoseconds. - Weight::from_parts(15_138_000, 6218) + // Minimum execution time: 33_577_000 picoseconds. + Weight::from_parts(34_417_000, 6218) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -248,8 +249,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `272` // Estimated: `8687` - // Minimum execution time: 8_406_000 picoseconds. - Weight::from_parts(8_676_000, 8687) + // Minimum execution time: 10_052_000 picoseconds. + Weight::from_parts(10_294_000, 8687) .saturating_add(T::DbWeight::get().reads(3_u64)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2) @@ -258,8 +259,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `240` // Estimated: `11130` - // Minimum execution time: 14_728_000 picoseconds. - Weight::from_parts(15_509_000, 11130) + // Minimum execution time: 18_791_000 picoseconds. + Weight::from_parts(19_268_000, 11130) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -279,8 +280,8 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `282` // Estimated: `11172` - // Minimum execution time: 20_128_000 picoseconds. - Weight::from_parts(21_180_000, 11172) + // Minimum execution time: 40_412_000 picoseconds. + Weight::from_parts(41_242_000, 11172) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -302,8 +303,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `211` // Estimated: `3676` - // Minimum execution time: 12_183_000 picoseconds. - Weight::from_parts(12_633_000, 3676) + // Minimum execution time: 30_992_000 picoseconds. + Weight::from_parts(31_764_000, 3676) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -340,8 +341,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_336_000 picoseconds. - Weight::from_parts(3_516_000, 0) + // Minimum execution time: 10_036_000 picoseconds. + Weight::from_parts(10_259_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1) @@ -350,8 +351,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_122_000 picoseconds. - Weight::from_parts(1_183_000, 0) + // Minimum execution time: 3_056_000 picoseconds. + Weight::from_parts(3_239_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: PolkadotXcm VersionNotifiers (r:1 w:1) @@ -374,8 +375,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `211` // Estimated: `3676` - // Minimum execution time: 14_026_000 picoseconds. - Weight::from_parts(14_578_000, 3676) + // Minimum execution time: 35_164_000 picoseconds. + Weight::from_parts(35_701_000, 3676) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -395,10 +396,10 @@ impl WeightInfo for () { /// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured) fn force_unsubscribe_version_notify() -> Weight { // Proof Size summary in bytes: - // Measured: `393` - // Estimated: `3858` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(16_361_000, 3858) + // Measured: `394` + // Estimated: `3859` + // Minimum execution time: 36_177_000 picoseconds. + Weight::from_parts(37_172_000, 3859) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -408,8 +409,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_162_000 picoseconds. - Weight::from_parts(1_243_000, 0) + // Minimum execution time: 3_145_000 picoseconds. + Weight::from_parts(3_262_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: PolkadotXcm SupportedVersion (r:4 w:2) @@ -418,8 +419,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `229` // Estimated: `11119` - // Minimum execution time: 10_490_000 picoseconds. - Weight::from_parts(10_690_000, 11119) + // Minimum execution time: 18_750_000 picoseconds. + Weight::from_parts(19_182_000, 11119) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -429,8 +430,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `233` // Estimated: `11123` - // Minimum execution time: 10_350_000 picoseconds. - Weight::from_parts(10_620_000, 11123) + // Minimum execution time: 18_571_000 picoseconds. + Weight::from_parts(19_121_000, 11123) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -440,8 +441,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `240` // Estimated: `13605` - // Minimum execution time: 11_882_000 picoseconds. - Weight::from_parts(12_153_000, 13605) + // Minimum execution time: 19_925_000 picoseconds. + Weight::from_parts(20_244_000, 13605) .saturating_add(RocksDbWeight::get().reads(5_u64)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1) @@ -460,8 +461,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `278` // Estimated: `6218` - // Minimum execution time: 14_708_000 picoseconds. - Weight::from_parts(15_138_000, 6218) + // Minimum execution time: 33_577_000 picoseconds. + Weight::from_parts(34_417_000, 6218) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -471,8 +472,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `272` // Estimated: `8687` - // Minimum execution time: 8_406_000 picoseconds. - Weight::from_parts(8_676_000, 8687) + // Minimum execution time: 10_052_000 picoseconds. + Weight::from_parts(10_294_000, 8687) .saturating_add(RocksDbWeight::get().reads(3_u64)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2) @@ -481,8 +482,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `240` // Estimated: `11130` - // Minimum execution time: 14_728_000 picoseconds. - Weight::from_parts(15_509_000, 11130) + // Minimum execution time: 18_791_000 picoseconds. + Weight::from_parts(19_268_000, 11130) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -502,8 +503,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `282` // Estimated: `11172` - // Minimum execution time: 20_128_000 picoseconds. - Weight::from_parts(21_180_000, 11172) + // Minimum execution time: 40_412_000 picoseconds. + Weight::from_parts(41_242_000, 11172) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } diff --git a/runtime/manta/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/runtime/manta/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index 87aa6e371..7d2523760 100644 --- a/runtime/manta/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/runtime/manta/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -52,8 +52,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `101` // Estimated: `3593` - // Minimum execution time: 25_619_000 picoseconds. - Weight::from_parts(26_283_000, 3593) + // Minimum execution time: 23_363_000 picoseconds. + Weight::from_parts(23_663_000, 3593) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -61,10 +61,10 @@ impl WeightInfo { // Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) pub fn transfer_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `101` + // Measured: `153` // Estimated: `6196` - // Minimum execution time: 48_538_000 picoseconds. - Weight::from_parts(49_245_000, 6196) + // Minimum execution time: 49_093_000 picoseconds. + Weight::from_parts(49_719_000, 6196) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -84,10 +84,10 @@ impl WeightInfo { // Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured) pub fn transfer_reserve_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `176` + // Measured: `223` // Estimated: `6196` - // Minimum execution time: 70_133_000 picoseconds. - Weight::from_parts(70_675_000, 6196) + // Minimum execution time: 74_134_000 picoseconds. + Weight::from_parts(74_719_000, 6196) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -95,17 +95,17 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_765_000 picoseconds. - Weight::from_parts(3_860_000, 0) + // Minimum execution time: 3_726_000 picoseconds. + Weight::from_parts(3_881_000, 0) } // Storage: System Account (r:1 w:1) // Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) pub fn deposit_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `0` + // Measured: `52` // Estimated: `3593` - // Minimum execution time: 26_210_000 picoseconds. - Weight::from_parts(26_602_000, 3593) + // Minimum execution time: 25_903_000 picoseconds. + Weight::from_parts(26_150_000, 3593) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -125,10 +125,10 @@ impl WeightInfo { // Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured) pub fn deposit_reserve_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `75` + // Measured: `122` // Estimated: `3593` - // Minimum execution time: 50_179_000 picoseconds. - Weight::from_parts(50_814_000, 3593) + // Minimum execution time: 51_084_000 picoseconds. + Weight::from_parts(51_859_000, 3593) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -146,10 +146,10 @@ impl WeightInfo { // Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured) pub fn initiate_teleport() -> Weight { // Proof Size summary in bytes: - // Measured: `75` - // Estimated: `3540` - // Minimum execution time: 29_986_000 picoseconds. - Weight::from_parts(30_384_000, 3540) + // Measured: `70` + // Estimated: `3535` + // Minimum execution time: 28_038_000 picoseconds. + Weight::from_parts(28_438_000, 3535) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/manta/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/runtime/manta/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index 861603853..4420a1cc2 100644 --- a/runtime/manta/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/runtime/manta/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -17,22 +17,23 @@ //! Autogenerated weights for `pallet_xcm_benchmarks::generic` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `pop-os`, CPU: `AMD Ryzen 9 5950X 16-Core Processor` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: Some("manta-dev"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `arc-runner-medium-runtime2`, CPU: `Intel(R) Xeon(R) CPU @ 3.10GHz` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: -// ./target/release/manta +// ./target/production/manta // benchmark // pallet -// --chain=manta-dev +// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=pallet_xcm_benchmarks::generic // --extrinsic=* +// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/home/jamie/my-repo/Manta/runtime/manta/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +// --output=./scripts/benchmarking/xcm-weights-output/pallet_xcm_benchmarks_generic.rs // --template=.github/resources/xcm-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -61,8 +62,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3708` - // Minimum execution time: 64_051_000 picoseconds. - Weight::from_parts(65_383_000, 3708) + // Minimum execution time: 411_162_000 picoseconds. + Weight::from_parts(415_852_000, 3708) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -70,8 +71,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 621_000 picoseconds. - Weight::from_parts(672_000, 0) + // Minimum execution time: 2_674_000 picoseconds. + Weight::from_parts(2_779_000, 0) } // Storage: PolkadotXcm Queries (r:1 w:0) // Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured) @@ -79,58 +80,58 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `169` // Estimated: `3634` - // Minimum execution time: 4_970_000 picoseconds. - Weight::from_parts(5_209_000, 3634) + // Minimum execution time: 10_968_000 picoseconds. + Weight::from_parts(11_147_000, 3634) .saturating_add(T::DbWeight::get().reads(1)) } pub fn transact() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_817_000 picoseconds. - Weight::from_parts(4_248_000, 0) + // Minimum execution time: 11_445_000 picoseconds. + Weight::from_parts(11_720_000, 0) } pub fn refund_surplus() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 651_000 picoseconds. - Weight::from_parts(721_000, 0) + // Minimum execution time: 2_531_000 picoseconds. + Weight::from_parts(2_632_000, 0) } pub fn set_error_handler() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 251_000 picoseconds. - Weight::from_parts(281_000, 0) + // Minimum execution time: 1_477_000 picoseconds. + Weight::from_parts(1_536_000, 0) } pub fn set_appendix() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 231_000 picoseconds. - Weight::from_parts(280_000, 0) + // Minimum execution time: 1_457_000 picoseconds. + Weight::from_parts(1_519_000, 0) } pub fn clear_error() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 210_000 picoseconds. - Weight::from_parts(240_000, 0) + // Minimum execution time: 1_429_000 picoseconds. + Weight::from_parts(1_489_000, 0) } pub fn descend_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 330_000 picoseconds. - Weight::from_parts(361_000, 0) + // Minimum execution time: 2_141_000 picoseconds. + Weight::from_parts(2_207_000, 0) } pub fn clear_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 210_000 picoseconds. - Weight::from_parts(231_000, 0) + // Minimum execution time: 1_443_000 picoseconds. + Weight::from_parts(1_486_000, 0) } // Storage: ParachainInfo ParachainId (r:1 w:0) // Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -148,8 +149,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3708` - // Minimum execution time: 11_402_000 picoseconds. - Weight::from_parts(11_822_000, 3708) + // Minimum execution time: 27_564_000 picoseconds. + Weight::from_parts(28_064_000, 3708) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -159,8 +160,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `226` // Estimated: `3691` - // Minimum execution time: 6_712_000 picoseconds. - Weight::from_parts(7_474_000, 3691) + // Minimum execution time: 15_282_000 picoseconds. + Weight::from_parts(15_633_000, 3691) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -168,8 +169,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 211_000 picoseconds. - Weight::from_parts(240_000, 0) + // Minimum execution time: 1_455_000 picoseconds. + Weight::from_parts(1_499_000, 0) } // Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1) // Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured) @@ -187,8 +188,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `211` // Estimated: `3676` - // Minimum execution time: 12_413_000 picoseconds. - Weight::from_parts(12_854_000, 3676) + // Minimum execution time: 29_122_000 picoseconds. + Weight::from_parts(29_883_000, 3676) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -198,8 +199,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_102_000 picoseconds. - Weight::from_parts(1_243_000, 0) + // Minimum execution time: 3_350_000 picoseconds. + Weight::from_parts(3_435_000, 0) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: ParachainInfo ParachainId (r:1 w:0) @@ -218,8 +219,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3708` - // Minimum execution time: 65_874_000 picoseconds. - Weight::from_parts(67_046_000, 3708) + // Minimum execution time: 459_658_000 picoseconds. + Weight::from_parts(467_422_000, 3708) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -227,36 +228,36 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 18_134_000 picoseconds. - Weight::from_parts(18_815_000, 0) + // Minimum execution time: 137_910_000 picoseconds. + Weight::from_parts(140_552_000, 0) } pub fn expect_asset() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_777_000 picoseconds. - Weight::from_parts(4_569_000, 0) + // Minimum execution time: 13_218_000 picoseconds. + Weight::from_parts(13_465_000, 0) } pub fn expect_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 241_000 picoseconds. - Weight::from_parts(281_000, 0) + // Minimum execution time: 1_546_000 picoseconds. + Weight::from_parts(1_591_000, 0) } pub fn expect_error() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 221_000 picoseconds. - Weight::from_parts(261_000, 0) + // Minimum execution time: 1_458_000 picoseconds. + Weight::from_parts(1_507_000, 0) } pub fn expect_transact_status() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 251_000 picoseconds. - Weight::from_parts(271_000, 0) + // Minimum execution time: 1_708_000 picoseconds. + Weight::from_parts(1_776_000, 0) } // Storage: ParachainInfo ParachainId (r:1 w:0) // Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -274,8 +275,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3708` - // Minimum execution time: 13_035_000 picoseconds. - Weight::from_parts(13_425_000, 3708) + // Minimum execution time: 33_144_000 picoseconds. + Weight::from_parts(33_753_000, 3708) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -283,8 +284,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 872_000 picoseconds. - Weight::from_parts(942_000, 0) + // Minimum execution time: 6_063_000 picoseconds. + Weight::from_parts(6_158_000, 0) } // Storage: ParachainInfo ParachainId (r:1 w:0) // Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -302,8 +303,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3708` - // Minimum execution time: 12_113_000 picoseconds. - Weight::from_parts(13_005_000, 3708) + // Minimum execution time: 27_889_000 picoseconds. + Weight::from_parts(28_749_000, 3708) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -311,35 +312,35 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 220_000 picoseconds. - Weight::from_parts(240_000, 0) + // Minimum execution time: 1_481_000 picoseconds. + Weight::from_parts(1_516_000, 0) } pub fn set_topic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 220_000 picoseconds. - Weight::from_parts(381_000, 0) + // Minimum execution time: 1_446_000 picoseconds. + Weight::from_parts(1_509_000, 0) } pub fn clear_topic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 220_000 picoseconds. - Weight::from_parts(241_000, 0) + // Minimum execution time: 1_440_000 picoseconds. + Weight::from_parts(1_489_000, 0) } pub fn set_fees_mode() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 220_000 picoseconds. - Weight::from_parts(241_000, 0) + // Minimum execution time: 1_444_000 picoseconds. + Weight::from_parts(1_504_000, 0) } pub fn unpaid_execution() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 240_000 picoseconds. - Weight::from_parts(271_000, 0) + // Minimum execution time: 1_560_000 picoseconds. + Weight::from_parts(1_630_000, 0) } }