From 9c60982989065c79e8d4dab1244f8c9eb5cae072 Mon Sep 17 00:00:00 2001 From: Martin Pugh Date: Wed, 28 Apr 2021 13:23:54 +0200 Subject: [PATCH] Bump version, bump substrate & update benchmarks in preparation for v0.8.31 (#2938) * bump version * bump cargo * update benchmarks * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_identity --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ Co-authored-by: Parity Benchmarking Bot --- polkadot/Cargo.lock | 54 ++++----- polkadot/Cargo.toml | 2 +- polkadot/cli/Cargo.toml | 2 +- polkadot/core-primitives/Cargo.toml | 2 +- polkadot/erasure-coding/Cargo.toml | 2 +- polkadot/node/service/Cargo.toml | 2 +- polkadot/node/test/client/Cargo.toml | 2 +- polkadot/node/test/service/Cargo.toml | 2 +- polkadot/parachain/Cargo.toml | 2 +- polkadot/parachain/test-parachains/Cargo.toml | 2 +- .../test-parachains/adder/Cargo.toml | 2 +- .../test-parachains/adder/collator/Cargo.toml | 2 +- .../parachain/test-parachains/halt/Cargo.toml | 2 +- polkadot/primitives/Cargo.toml | 2 +- polkadot/rpc/Cargo.toml | 2 +- polkadot/runtime/common/Cargo.toml | 2 +- .../common/slot_range_helper/Cargo.toml | 2 +- polkadot/runtime/kusama/Cargo.toml | 2 +- .../kusama/src/weights/pallet_balances.rs | 12 +- .../kusama/src/weights/pallet_bounties.rs | 26 ++--- .../kusama/src/weights/pallet_collective.rs | 64 +++++------ .../kusama/src/weights/pallet_democracy.rs | 88 +++++++-------- .../pallet_election_provider_multi_phase.rs | 44 ++++---- .../kusama/src/weights/pallet_identity.rs | 90 +++++++-------- .../kusama/src/weights/pallet_im_online.rs | 8 +- .../kusama/src/weights/pallet_indices.rs | 12 +- .../kusama/src/weights/pallet_membership.rs | 30 ++--- .../kusama/src/weights/pallet_multisig.rs | 36 +++--- .../kusama/src/weights/pallet_proxy.rs | 50 ++++----- .../kusama/src/weights/pallet_scheduler.rs | 22 ++-- .../kusama/src/weights/pallet_session.rs | 6 +- .../kusama/src/weights/pallet_staking.rs | 98 ++++++++--------- .../kusama/src/weights/pallet_timestamp.rs | 6 +- .../runtime/kusama/src/weights/pallet_tips.rs | 22 ++-- .../kusama/src/weights/pallet_treasury.rs | 16 +-- .../kusama/src/weights/pallet_utility.rs | 12 +- .../kusama/src/weights/pallet_vesting.rs | 38 +++---- polkadot/runtime/parachains/Cargo.toml | 2 +- polkadot/runtime/polkadot/Cargo.toml | 2 +- .../polkadot/src/weights/pallet_balances.rs | 12 +- .../polkadot/src/weights/pallet_bounties.rs | 26 ++--- .../polkadot/src/weights/pallet_collective.rs | 68 ++++++------ .../polkadot/src/weights/pallet_democracy.rs | 90 +++++++-------- .../pallet_election_provider_multi_phase.rs | 38 +++---- .../src/weights/pallet_elections_phragmen.rs | 56 +++++----- .../polkadot/src/weights/pallet_identity.rs | 92 ++++++++-------- .../polkadot/src/weights/pallet_im_online.rs | 6 +- .../polkadot/src/weights/pallet_indices.rs | 12 +- .../polkadot/src/weights/pallet_membership.rs | 32 +++--- .../polkadot/src/weights/pallet_multisig.rs | 40 +++---- .../polkadot/src/weights/pallet_proxy.rs | 72 ++++++------ .../polkadot/src/weights/pallet_scheduler.rs | 18 +-- .../polkadot/src/weights/pallet_session.rs | 6 +- .../polkadot/src/weights/pallet_staking.rs | 104 +++++++++--------- .../polkadot/src/weights/pallet_timestamp.rs | 6 +- .../polkadot/src/weights/pallet_tips.rs | 22 ++-- .../polkadot/src/weights/pallet_treasury.rs | 14 +-- .../polkadot/src/weights/pallet_utility.rs | 12 +- .../polkadot/src/weights/pallet_vesting.rs | 38 +++---- polkadot/runtime/rococo/Cargo.toml | 2 +- polkadot/runtime/test-runtime/Cargo.toml | 2 +- polkadot/runtime/westend/Cargo.toml | 2 +- .../westend/src/weights/pallet_balances.rs | 12 +- .../pallet_election_provider_multi_phase.rs | 42 ++++--- .../westend/src/weights/pallet_identity.rs | 82 +++++++------- .../westend/src/weights/pallet_im_online.rs | 8 +- .../westend/src/weights/pallet_indices.rs | 12 +- .../westend/src/weights/pallet_multisig.rs | 40 +++---- .../westend/src/weights/pallet_proxy.rs | 48 ++++---- .../westend/src/weights/pallet_scheduler.rs | 18 +-- .../westend/src/weights/pallet_session.rs | 6 +- .../westend/src/weights/pallet_staking.rs | 102 ++++++++--------- .../westend/src/weights/pallet_timestamp.rs | 6 +- .../westend/src/weights/pallet_utility.rs | 12 +- .../westend/src/weights/pallet_vesting.rs | 36 +++--- polkadot/statement-table/Cargo.toml | 2 +- polkadot/xcm/Cargo.toml | 2 +- polkadot/xcm/xcm-builder/Cargo.toml | 2 +- polkadot/xcm/xcm-executor/Cargo.toml | 2 +- 79 files changed, 988 insertions(+), 986 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 5c54288a85..36ea6f4928 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "Inflector" version = "0.11.4" @@ -3183,7 +3185,7 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.8.30" +version = "0.8.31" dependencies = [ "beefy-primitives", "bitvec", @@ -5537,7 +5539,7 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot" -version = "0.8.30" +version = "0.8.31" dependencies = [ "assert_cmd", "color-eyre", @@ -5653,7 +5655,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.8.30" +version = "0.8.31" dependencies = [ "frame-benchmarking-cli", "futures 0.3.14", @@ -5699,7 +5701,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.8.30" +version = "0.8.31" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -5710,7 +5712,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.8.30" +version = "0.8.31" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6185,7 +6187,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.8.30" +version = "0.8.31" dependencies = [ "derive_more", "parity-scale-codec", @@ -6199,7 +6201,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.8.30" +version = "0.8.31" dependencies = [ "bitvec", "frame-system", @@ -6240,7 +6242,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.8.30" +version = "0.8.31" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -6272,7 +6274,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.8.30" +version = "0.8.31" dependencies = [ "beefy-primitives", "bitvec", @@ -6353,7 +6355,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.8.30" +version = "0.8.31" dependencies = [ "beefy-primitives", "bitvec", @@ -6406,7 +6408,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.8.30" +version = "0.8.31" dependencies = [ "bitvec", "derive_more", @@ -6457,7 +6459,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.8.30" +version = "0.8.31" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -6575,7 +6577,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.8.30" +version = "0.8.31" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -6584,7 +6586,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.8.30" +version = "0.8.31" dependencies = [ "futures 0.3.14", "parity-scale-codec", @@ -6610,7 +6612,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.8.30" +version = "0.8.31" dependencies = [ "beefy-primitives", "bitvec", @@ -6672,7 +6674,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.8.30" +version = "0.8.31" dependencies = [ "frame-benchmarking", "frame-system", @@ -7377,7 +7379,7 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.8.30" +version = "0.8.31" dependencies = [ "beefy-primitives", "frame-executive", @@ -8853,7 +8855,7 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "slot-range-helper" -version = "0.8.30" +version = "0.8.31" dependencies = [ "enumn", "parity-scale-codec", @@ -9942,7 +9944,7 @@ dependencies = [ [[package]] name = "test-parachain-adder" -version = "0.8.30" +version = "0.8.31" dependencies = [ "dlmalloc", "parity-scale-codec", @@ -9955,7 +9957,7 @@ dependencies = [ [[package]] name = "test-parachain-adder-collator" -version = "0.8.30" +version = "0.8.31" dependencies = [ "futures 0.3.14", "futures-timer 3.0.2", @@ -9982,14 +9984,14 @@ dependencies = [ [[package]] name = "test-parachain-halt" -version = "0.8.30" +version = "0.8.31" dependencies = [ "substrate-wasm-builder", ] [[package]] name = "test-parachains" -version = "0.8.30" +version = "0.8.31" dependencies = [ "parity-scale-codec", "polkadot-parachain", @@ -11245,7 +11247,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.8.30" +version = "0.8.31" dependencies = [ "beefy-primitives", "bitvec", @@ -11442,7 +11444,7 @@ dependencies = [ [[package]] name = "xcm" -version = "0.8.30" +version = "0.8.31" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -11451,7 +11453,7 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.8.30" +version = "0.8.31" dependencies = [ "frame-support", "frame-system", @@ -11469,7 +11471,7 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.8.30" +version = "0.8.31" dependencies = [ "frame-support", "impl-trait-for-tuples", diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 824e80dd33..e232e54d65 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -6,7 +6,7 @@ path = "src/main.rs" name = "polkadot" description = "Implementation of a https://polkadot.network node in Rust based on the Substrate framework." license = "GPL-3.0-only" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] edition = "2018" readme = "README.md" diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 48717cdb39..bacbd92d54 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] description = "Polkadot Relay-chain Client Node" edition = "2018" diff --git a/polkadot/core-primitives/Cargo.toml b/polkadot/core-primitives/Cargo.toml index 235830be5d..829b386a6f 100644 --- a/polkadot/core-primitives/Cargo.toml +++ b/polkadot/core-primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-core-primitives" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml index a8a8df79c8..54788264b7 100644 --- a/polkadot/erasure-coding/Cargo.toml +++ b/polkadot/erasure-coding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-erasure-coding" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/service/Cargo.toml b/polkadot/node/service/Cargo.toml index 085ad84c28..202363ac00 100644 --- a/polkadot/node/service/Cargo.toml +++ b/polkadot/node/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/test/client/Cargo.toml b/polkadot/node/test/client/Cargo.toml index a4aeb1a010..ad19eeff85 100644 --- a/polkadot/node/test/client/Cargo.toml +++ b/polkadot/node/test/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-client" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/test/service/Cargo.toml b/polkadot/node/test/service/Cargo.toml index e0365b5095..6c1f7198bd 100644 --- a/polkadot/node/test/service/Cargo.toml +++ b/polkadot/node/test/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-service" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml index 31fd2e46e0..db3deb982e 100644 --- a/polkadot/parachain/Cargo.toml +++ b/polkadot/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] description = "Types and utilities for creating and working with parachains" edition = "2018" diff --git a/polkadot/parachain/test-parachains/Cargo.toml b/polkadot/parachain/test-parachains/Cargo.toml index f49ac8e2f2..be79f024b0 100644 --- a/polkadot/parachain/test-parachains/Cargo.toml +++ b/polkadot/parachain/test-parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachains" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] description = "Integration tests using the test-parachains" edition = "2018" diff --git a/polkadot/parachain/test-parachains/adder/Cargo.toml b/polkadot/parachain/test-parachains/adder/Cargo.toml index c881b6031b..b8e755040f 100644 --- a/polkadot/parachain/test-parachains/adder/Cargo.toml +++ b/polkadot/parachain/test-parachains/adder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-adder" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] description = "Test parachain which adds to a number as its state transition" edition = "2018" diff --git a/polkadot/parachain/test-parachains/adder/collator/Cargo.toml b/polkadot/parachain/test-parachains/adder/collator/Cargo.toml index 7b39707934..95a9d55b2c 100644 --- a/polkadot/parachain/test-parachains/adder/collator/Cargo.toml +++ b/polkadot/parachain/test-parachains/adder/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-adder-collator" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] description = "Collator for the adder test parachain" edition = "2018" diff --git a/polkadot/parachain/test-parachains/halt/Cargo.toml b/polkadot/parachain/test-parachains/halt/Cargo.toml index 4224925bc7..99789128ec 100644 --- a/polkadot/parachain/test-parachains/halt/Cargo.toml +++ b/polkadot/parachain/test-parachains/halt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-halt" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/polkadot/primitives/Cargo.toml b/polkadot/primitives/Cargo.toml index 6881053947..7cb765a3db 100644 --- a/polkadot/primitives/Cargo.toml +++ b/polkadot/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index 87178e5cf0..564f71d33a 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index ec44dbc13a..448cdb69cd 100644 --- a/polkadot/runtime/common/Cargo.toml +++ b/polkadot/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/common/slot_range_helper/Cargo.toml b/polkadot/runtime/common/slot_range_helper/Cargo.toml index 932cd81aa3..d73a34c262 100644 --- a/polkadot/runtime/common/slot_range_helper/Cargo.toml +++ b/polkadot/runtime/common/slot_range_helper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slot-range-helper" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/kusama/Cargo.toml b/polkadot/runtime/kusama/Cargo.toml index 2729c766ef..429d775587 100644 --- a/polkadot/runtime/kusama/Cargo.toml +++ b/polkadot/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/kusama/src/weights/pallet_balances.rs b/polkadot/runtime/kusama/src/weights/pallet_balances.rs index 0a3285833f..fe97c2ad16 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_balances.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_balances.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_balances //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -44,27 +44,27 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_balances::WeightInfo for WeightInfo { fn transfer() -> Weight { - (76_217_000 as Weight) + (73_549_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn transfer_keep_alive() -> Weight { - (57_102_000 as Weight) + (54_531_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_balance_creating() -> Weight { - (30_590_000 as Weight) + (28_994_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_balance_killing() -> Weight { - (35_894_000 as Weight) + (34_581_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn force_transfer() -> Weight { - (75_095_000 as Weight) + (72_045_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/polkadot/runtime/kusama/src/weights/pallet_bounties.rs b/polkadot/runtime/kusama/src/weights/pallet_bounties.rs index c2d4e9e753..a96be4205f 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_bounties.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_bounties.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_bounties //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -44,61 +44,61 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_bounties::WeightInfo for WeightInfo { fn propose_bounty(d: u32, ) -> Weight { - (45_634_000 as Weight) + (42_233_000 as Weight) // Standard Error: 0 .saturating_add((1_000 as Weight).saturating_mul(d as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn approve_bounty() -> Weight { - (11_636_000 as Weight) + (10_567_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn propose_curator() -> Weight { - (8_898_000 as Weight) + (8_186_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn unassign_curator() -> Weight { - (61_128_000 as Weight) + (53_034_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn accept_curator() -> Weight { - (39_027_000 as Weight) + (36_689_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn award_bounty() -> Weight { - (25_377_000 as Weight) + (24_145_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn claim_bounty() -> Weight { - (135_095_000 as Weight) + (126_843_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } fn close_bounty_proposed() -> Weight { - (60_630_000 as Weight) + (52_182_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn close_bounty_active() -> Weight { - (88_522_000 as Weight) + (84_085_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn extend_bounty_expiry() -> Weight { - (24_775_000 as Weight) + (23_536_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn spend_funds(b: u32, ) -> Weight { (0 as Weight) - // Standard Error: 45_000 - .saturating_add((64_366_000 as Weight).saturating_mul(b as Weight)) + // Standard Error: 16_000 + .saturating_add((60_445_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(b as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) diff --git a/polkadot/runtime/kusama/src/weights/pallet_collective.rs b/polkadot/runtime/kusama/src/weights/pallet_collective.rs index 104c424608..5e6dcffad6 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_collective.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_collective.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_collective //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -45,95 +45,95 @@ pub struct WeightInfo(PhantomData); impl pallet_collective::WeightInfo for WeightInfo { fn set_members(m: u32, n: u32, p: u32, ) -> Weight { (0 as Weight) - // Standard Error: 8_000 - .saturating_add((20_633_000 as Weight).saturating_mul(m as Weight)) - // Standard Error: 8_000 - .saturating_add((188_000 as Weight).saturating_mul(n as Weight)) - // Standard Error: 8_000 - .saturating_add((25_971_000 as Weight).saturating_mul(p as Weight)) + // Standard Error: 5_000 + .saturating_add((16_345_000 as Weight).saturating_mul(m as Weight)) + // Standard Error: 5_000 + .saturating_add((131_000 as Weight).saturating_mul(n as Weight)) + // Standard Error: 5_000 + .saturating_add((21_726_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(p as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight))) } fn execute(b: u32, m: u32, ) -> Weight { - (22_836_000 as Weight) + (22_182_000 as Weight) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 0 - .saturating_add((112_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((118_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) } fn propose_execute(b: u32, m: u32, ) -> Weight { - (27_249_000 as Weight) + (27_030_000 as Weight) // Standard Error: 0 - .saturating_add((4_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 0 - .saturating_add((224_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((228_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) } fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - (44_867_000 as Weight) + (43_937_000 as Weight) // Standard Error: 0 .saturating_add((5_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 0 - .saturating_add((116_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((124_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 0 - .saturating_add((477_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((494_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn vote(m: u32, ) -> Weight { - (33_556_000 as Weight) + (33_031_000 as Weight) // Standard Error: 0 .saturating_add((310_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - (42_879_000 as Weight) + (42_761_000 as Weight) // Standard Error: 0 - .saturating_add((220_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((233_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 0 - .saturating_add((439_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((453_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - (61_923_000 as Weight) + (60_919_000 as Weight) // Standard Error: 0 - .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((4_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 0 - .saturating_add((224_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((235_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 0 - .saturating_add((445_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((462_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn close_disapproved(m: u32, p: u32, ) -> Weight { - (48_044_000 as Weight) + (47_709_000 as Weight) // Standard Error: 0 - .saturating_add((222_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((235_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 0 - .saturating_add((440_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((454_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - (66_532_000 as Weight) + (65_736_000 as Weight) // Standard Error: 0 - .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((4_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 0 - .saturating_add((223_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((232_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 0 - .saturating_add((446_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((461_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn disapprove_proposal(p: u32, ) -> Weight { - (26_028_000 as Weight) + (26_205_000 as Weight) // Standard Error: 0 - .saturating_add((444_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((462_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } diff --git a/polkadot/runtime/kusama/src/weights/pallet_democracy.rs b/polkadot/runtime/kusama/src/weights/pallet_democracy.rs index 2329cd0ced..8560ea0c2c 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_democracy.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_democracy.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_democracy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -44,163 +44,163 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_democracy::WeightInfo for WeightInfo { fn propose() -> Weight { - (59_416_000 as Weight) + (57_956_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn second(s: u32, ) -> Weight { - (40_392_000 as Weight) + (38_619_000 as Weight) // Standard Error: 0 - .saturating_add((210_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((220_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn vote_new(r: u32, ) -> Weight { - (46_152_000 as Weight) + (43_587_000 as Weight) // Standard Error: 0 - .saturating_add((296_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((281_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn vote_existing(r: u32, ) -> Weight { - (46_184_000 as Weight) + (43_422_000 as Weight) // Standard Error: 0 - .saturating_add((285_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((281_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn emergency_cancel() -> Weight { - (28_269_000 as Weight) + (27_034_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn blacklist(p: u32, ) -> Weight { - (84_204_000 as Weight) - // Standard Error: 5_000 - .saturating_add((706_000 as Weight).saturating_mul(p as Weight)) + (77_235_000 as Weight) + // Standard Error: 4_000 + .saturating_add((705_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } fn external_propose(v: u32, ) -> Weight { - (13_531_000 as Weight) + (12_699_000 as Weight) // Standard Error: 0 - .saturating_add((108_000 as Weight).saturating_mul(v as Weight)) + .saturating_add((113_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn external_propose_majority() -> Weight { - (2_741_000 as Weight) + (2_569_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn external_propose_default() -> Weight { - (2_807_000 as Weight) + (2_531_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn fast_track() -> Weight { - (27_656_000 as Weight) + (26_505_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn veto_external(v: u32, ) -> Weight { - (28_879_000 as Weight) + (27_294_000 as Weight) // Standard Error: 0 - .saturating_add((206_000 as Weight).saturating_mul(v as Weight)) + .saturating_add((213_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn cancel_proposal(p: u32, ) -> Weight { - (58_123_000 as Weight) + (51_914_000 as Weight) // Standard Error: 0 - .saturating_add((675_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((682_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn cancel_referendum() -> Weight { - (16_547_000 as Weight) + (15_731_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn cancel_queued(r: u32, ) -> Weight { - (30_186_000 as Weight) - // Standard Error: 2_000 - .saturating_add((3_520_000 as Weight).saturating_mul(r as Weight)) + (27_991_000 as Weight) + // Standard Error: 9_000 + .saturating_add((3_838_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn on_initialize_base(r: u32, ) -> Weight { - (7_912_000 as Weight) + (7_215_000 as Weight) // Standard Error: 4_000 - .saturating_add((5_424_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((5_247_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight))) } fn delegate(r: u32, ) -> Weight { - (56_540_000 as Weight) - // Standard Error: 5_000 - .saturating_add((7_844_000 as Weight).saturating_mul(r as Weight)) + (55_704_000 as Weight) + // Standard Error: 4_000 + .saturating_add((7_504_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes(4 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(r as Weight))) } fn undelegate(r: u32, ) -> Weight { - (23_917_000 as Weight) + (23_489_000 as Weight) // Standard Error: 5_000 - .saturating_add((7_844_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((7_534_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(r as Weight))) } fn clear_public_proposals() -> Weight { - (2_279_000 as Weight) + (2_159_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn note_preimage(b: u32, ) -> Weight { - (43_788_000 as Weight) + (41_985_000 as Weight) // Standard Error: 0 .saturating_add((4_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn note_imminent_preimage(b: u32, ) -> Weight { - (28_618_000 as Weight) + (26_640_000 as Weight) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn reap_preimage(b: u32, ) -> Weight { - (39_400_000 as Weight) + (37_613_000 as Weight) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn unlock_remove(r: u32, ) -> Weight { - (40_176_000 as Weight) + (38_193_000 as Weight) // Standard Error: 0 - .saturating_add((52_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((56_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn unlock_set(r: u32, ) -> Weight { - (36_543_000 as Weight) + (34_693_000 as Weight) // Standard Error: 0 - .saturating_add((271_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((267_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn remove_vote(r: u32, ) -> Weight { - (20_012_000 as Weight) + (18_935_000 as Weight) // Standard Error: 0 - .saturating_add((259_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((254_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn remove_other_vote(r: u32, ) -> Weight { - (20_157_000 as Weight) + (19_265_000 as Weight) // Standard Error: 0 - .saturating_add((259_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((252_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/polkadot/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs b/polkadot/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs index e0aecc26e0..71fea1ea07 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_election_provider_multi_phase //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -44,52 +44,52 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_election_provider_multi_phase::WeightInfo for WeightInfo { fn on_initialize_nothing() -> Weight { - (21_275_000 as Weight) + (20_217_000 as Weight) .saturating_add(T::DbWeight::get().reads(7 as Weight)) } fn on_initialize_open_signed() -> Weight { - (105_345_000 as Weight) + (99_197_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn on_initialize_open_unsigned_with_snapshot() -> Weight { - (104_974_000 as Weight) + (98_403_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn on_initialize_open_unsigned_without_snapshot() -> Weight { - (18_915_000 as Weight) + (18_101_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn elect_queued() -> Weight { - (7_459_479_000 as Weight) + (11_435_187_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } fn submit_unsigned(v: u32, t: u32, a: u32, d: u32, ) -> Weight { (0 as Weight) - // Standard Error: 20_000 - .saturating_add((4_075_000 as Weight).saturating_mul(v as Weight)) - // Standard Error: 69_000 - .saturating_add((17_000 as Weight).saturating_mul(t as Weight)) - // Standard Error: 20_000 - .saturating_add((13_902_000 as Weight).saturating_mul(a as Weight)) - // Standard Error: 104_000 - .saturating_add((3_805_000 as Weight).saturating_mul(d as Weight)) + // Standard Error: 23_000 + .saturating_add((6_005_000 as Weight).saturating_mul(v as Weight)) + // Standard Error: 79_000 + .saturating_add((115_000 as Weight).saturating_mul(t as Weight)) + // Standard Error: 23_000 + .saturating_add((18_959_000 as Weight).saturating_mul(a as Weight)) + // Standard Error: 119_000 + .saturating_add((4_858_000 as Weight).saturating_mul(d as Weight)) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn feasibility_check(v: u32, t: u32, a: u32, d: u32, ) -> Weight { (0 as Weight) - // Standard Error: 10_000 - .saturating_add((4_208_000 as Weight).saturating_mul(v as Weight)) - // Standard Error: 36_000 - .saturating_add((587_000 as Weight).saturating_mul(t as Weight)) - // Standard Error: 10_000 - .saturating_add((10_207_000 as Weight).saturating_mul(a as Weight)) - // Standard Error: 54_000 - .saturating_add((3_984_000 as Weight).saturating_mul(d as Weight)) + // Standard Error: 17_000 + .saturating_add((5_835_000 as Weight).saturating_mul(v as Weight)) + // Standard Error: 59_000 + .saturating_add((264_000 as Weight).saturating_mul(t as Weight)) + // Standard Error: 17_000 + .saturating_add((14_827_000 as Weight).saturating_mul(a as Weight)) + // Standard Error: 89_000 + .saturating_add((4_130_000 as Weight).saturating_mul(d as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) } } diff --git a/polkadot/runtime/kusama/src/weights/pallet_identity.rs b/polkadot/runtime/kusama/src/weights/pallet_identity.rs index c8dc548965..195b5eb403 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_identity.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_identity.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_identity //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -44,135 +44,135 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_identity::WeightInfo for WeightInfo { fn add_registrar(r: u32, ) -> Weight { - (21_607_000 as Weight) + (21_129_000 as Weight) // Standard Error: 2_000 .saturating_add((343_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_identity(r: u32, x: u32, ) -> Weight { - (55_900_000 as Weight) + (55_142_000 as Weight) // Standard Error: 16_000 - .saturating_add((217_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((212_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 2_000 - .saturating_add((1_163_000 as Weight).saturating_mul(x as Weight)) + .saturating_add((1_070_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_subs_new(s: u32, ) -> Weight { - (43_040_000 as Weight) + (41_717_000 as Weight) // Standard Error: 1_000 - .saturating_add((6_903_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((6_917_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } fn set_subs_old(p: u32, ) -> Weight { - (42_720_000 as Weight) + (42_481_000 as Weight) // Standard Error: 0 - .saturating_add((2_302_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((2_348_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight))) } fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { - (53_264_000 as Weight) - // Standard Error: 8_000 - .saturating_add((123_000 as Weight).saturating_mul(r as Weight)) - // Standard Error: 0 - .saturating_add((2_294_000 as Weight).saturating_mul(s as Weight)) - // Standard Error: 0 - .saturating_add((752_000 as Weight).saturating_mul(x as Weight)) + (50_278_000 as Weight) + // Standard Error: 11_000 + .saturating_add((207_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 1_000 + .saturating_add((2_334_000 as Weight).saturating_mul(s as Weight)) + // Standard Error: 1_000 + .saturating_add((711_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } fn request_judgement(r: u32, x: u32, ) -> Weight { - (57_052_000 as Weight) + (56_318_000 as Weight) // Standard Error: 8_000 - .saturating_add((296_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((282_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 1_000 - .saturating_add((1_482_000 as Weight).saturating_mul(x as Weight)) + .saturating_add((1_379_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn cancel_request(r: u32, x: u32, ) -> Weight { - (51_960_000 as Weight) - // Standard Error: 10_000 - .saturating_add((192_000 as Weight).saturating_mul(r as Weight)) - // Standard Error: 1_000 - .saturating_add((1_459_000 as Weight).saturating_mul(x as Weight)) + (50_757_000 as Weight) + // Standard Error: 18_000 + .saturating_add((223_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 2_000 + .saturating_add((1_364_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_fee(r: u32, ) -> Weight { - (8_278_000 as Weight) + (7_730_000 as Weight) // Standard Error: 1_000 - .saturating_add((302_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((308_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_account_id(r: u32, ) -> Weight { - (9_194_000 as Weight) + (8_712_000 as Weight) // Standard Error: 1_000 - .saturating_add((303_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((305_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_fields(r: u32, ) -> Weight { - (8_226_000 as Weight) + (7_891_000 as Weight) // Standard Error: 1_000 .saturating_add((300_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn provide_judgement(r: u32, x: u32, ) -> Weight { - (36_954_000 as Weight) + (36_076_000 as Weight) // Standard Error: 8_000 - .saturating_add((269_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((260_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 1_000 - .saturating_add((1_474_000 as Weight).saturating_mul(x as Weight)) + .saturating_add((1_373_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight { - (73_834_000 as Weight) - // Standard Error: 8_000 - .saturating_add((61_000 as Weight).saturating_mul(r as Weight)) + (66_743_000 as Weight) + // Standard Error: 7_000 + .saturating_add((136_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 0 - .saturating_add((2_294_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((2_330_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 - .saturating_add((3_000 as Weight).saturating_mul(x as Weight)) + .saturating_add((1_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } fn add_sub(s: u32, ) -> Weight { - (56_617_000 as Weight) + (55_827_000 as Weight) // Standard Error: 0 - .saturating_add((211_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((220_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn rename_sub(s: u32, ) -> Weight { - (17_684_000 as Weight) + (17_135_000 as Weight) // Standard Error: 0 - .saturating_add((22_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((25_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn remove_sub(s: u32, ) -> Weight { - (57_737_000 as Weight) + (57_808_000 as Weight) // Standard Error: 0 - .saturating_add((186_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((192_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn quit_sub(s: u32, ) -> Weight { - (35_384_000 as Weight) + (34_879_000 as Weight) // Standard Error: 0 - .saturating_add((179_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((186_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/polkadot/runtime/kusama/src/weights/pallet_im_online.rs b/polkadot/runtime/kusama/src/weights/pallet_im_online.rs index ea7ea77d28..25ba12e522 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_im_online.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_im_online.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_im_online //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -44,11 +44,11 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_im_online::WeightInfo for WeightInfo { fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight { - (92_006_000 as Weight) + (90_606_000 as Weight) // Standard Error: 0 - .saturating_add((235_000 as Weight).saturating_mul(k as Weight)) + .saturating_add((214_000 as Weight).saturating_mul(k as Weight)) // Standard Error: 1_000 - .saturating_add((417_000 as Weight).saturating_mul(e as Weight)) + .saturating_add((416_000 as Weight).saturating_mul(e as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/polkadot/runtime/kusama/src/weights/pallet_indices.rs b/polkadot/runtime/kusama/src/weights/pallet_indices.rs index c9bb3263de..7333baed7a 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_indices.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_indices.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_indices //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -44,27 +44,27 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_indices::WeightInfo for WeightInfo { fn claim() -> Weight { - (41_609_000 as Weight) + (41_933_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn transfer() -> Weight { - (50_175_000 as Weight) + (51_478_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn free() -> Weight { - (41_311_000 as Weight) + (41_529_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn force_transfer() -> Weight { - (41_793_000 as Weight) + (42_314_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn freeze() -> Weight { - (39_555_000 as Weight) + (39_799_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/polkadot/runtime/kusama/src/weights/pallet_membership.rs b/polkadot/runtime/kusama/src/weights/pallet_membership.rs index a87d6ad7a4..359c02f5c3 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_membership.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_membership.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_membership //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-04-21, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -44,49 +44,49 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_membership::WeightInfo for WeightInfo { fn add_member(m: u32, ) -> Weight { - (23_269_000 as Weight) + (22_578_000 as Weight) // Standard Error: 3_000 - .saturating_add((250_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((240_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn remove_member(m: u32, ) -> Weight { - (28_329_000 as Weight) + (27_590_000 as Weight) // Standard Error: 0 - .saturating_add((204_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((194_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn swap_member(m: u32, ) -> Weight { - (28_550_000 as Weight) + (27_451_000 as Weight) // Standard Error: 0 - .saturating_add((219_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((212_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn reset_member(m: u32, ) -> Weight { - (29_358_000 as Weight) - // Standard Error: 3_000 - .saturating_add((442_000 as Weight).saturating_mul(m as Weight)) + (27_655_000 as Weight) + // Standard Error: 0 + .saturating_add((428_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn change_key(m: u32, ) -> Weight { - (30_386_000 as Weight) + (29_256_000 as Weight) // Standard Error: 0 - .saturating_add((212_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((206_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn set_prime(m: u32, ) -> Weight { - (7_366_000 as Weight) + (7_334_000 as Weight) // Standard Error: 0 - .saturating_add((115_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((113_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn clear_prime(m: u32, ) -> Weight { - (2_778_000 as Weight) + (2_741_000 as Weight) // Standard Error: 0 .saturating_add((1_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) diff --git a/polkadot/runtime/kusama/src/weights/pallet_multisig.rs b/polkadot/runtime/kusama/src/weights/pallet_multisig.rs index c372d97550..06dc54ae93 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_multisig.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_multisig.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_multisig //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -44,39 +44,39 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_multisig::WeightInfo for WeightInfo { fn as_multi_threshold_1(z: u32, ) -> Weight { - (12_578_000 as Weight) + (12_594_000 as Weight) // Standard Error: 0 .saturating_add((1_000 as Weight).saturating_mul(z as Weight)) } fn as_multi_create(s: u32, z: u32, ) -> Weight { - (53_297_000 as Weight) + (53_806_000 as Weight) // Standard Error: 0 - .saturating_add((114_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((124_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((1_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn as_multi_create_store(s: u32, z: u32, ) -> Weight { - (59_233_000 as Weight) + (59_977_000 as Weight) // Standard Error: 0 - .saturating_add((118_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((129_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn as_multi_approve(s: u32, z: u32, ) -> Weight { - (30_960_000 as Weight) + (31_171_000 as Weight) // Standard Error: 0 - .saturating_add((136_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((135_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((1_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn as_multi_approve_store(s: u32, z: u32, ) -> Weight { - (56_599_000 as Weight) + (57_618_000 as Weight) // Standard Error: 0 .saturating_add((151_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 @@ -85,39 +85,39 @@ impl pallet_multisig::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn as_multi_complete(s: u32, z: u32, ) -> Weight { - (73_371_000 as Weight) + (73_834_000 as Weight) // Standard Error: 0 - .saturating_add((269_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((274_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((5_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn approve_as_multi_create(s: u32, ) -> Weight { - (52_863_000 as Weight) + (53_313_000 as Weight) // Standard Error: 0 - .saturating_add((118_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((125_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn approve_as_multi_approve(s: u32, ) -> Weight { - (30_363_000 as Weight) + (30_390_000 as Weight) // Standard Error: 0 - .saturating_add((140_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((138_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn approve_as_multi_complete(s: u32, ) -> Weight { - (147_012_000 as Weight) + (147_055_000 as Weight) // Standard Error: 0 .saturating_add((273_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn cancel_as_multi(s: u32, ) -> Weight { - (99_648_000 as Weight) + (100_231_000 as Weight) // Standard Error: 0 - .saturating_add((120_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((125_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/polkadot/runtime/kusama/src/weights/pallet_proxy.rs b/polkadot/runtime/kusama/src/weights/pallet_proxy.rs index 1521c62491..25d98daadf 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_proxy.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_proxy.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_proxy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -44,77 +44,77 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_proxy::WeightInfo for WeightInfo { fn proxy(p: u32, ) -> Weight { - (23_893_000 as Weight) - // Standard Error: 0 + (22_588_000 as Weight) + // Standard Error: 1_000 .saturating_add((187_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) } fn proxy_announced(a: u32, p: u32, ) -> Weight { - (55_170_000 as Weight) + (52_343_000 as Weight) // Standard Error: 1_000 - .saturating_add((639_000 as Weight).saturating_mul(a as Weight)) + .saturating_add((663_000 as Weight).saturating_mul(a as Weight)) // Standard Error: 1_000 - .saturating_add((180_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((181_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn remove_announcement(a: u32, p: u32, ) -> Weight { - (38_214_000 as Weight) - // Standard Error: 0 - .saturating_add((628_000 as Weight).saturating_mul(a as Weight)) + (36_602_000 as Weight) // Standard Error: 1_000 - .saturating_add((7_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((660_000 as Weight).saturating_mul(a as Weight)) + // Standard Error: 1_000 + .saturating_add((14_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn reject_announcement(a: u32, p: u32, ) -> Weight { - (38_217_000 as Weight) + (36_557_000 as Weight) // Standard Error: 1_000 - .saturating_add((630_000 as Weight).saturating_mul(a as Weight)) + .saturating_add((659_000 as Weight).saturating_mul(a as Weight)) // Standard Error: 1_000 - .saturating_add((7_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((14_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn announce(a: u32, p: u32, ) -> Weight { - (51_960_000 as Weight) + (49_695_000 as Weight) // Standard Error: 1_000 - .saturating_add((640_000 as Weight).saturating_mul(a as Weight)) + .saturating_add((655_000 as Weight).saturating_mul(a as Weight)) // Standard Error: 1_000 - .saturating_add((179_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((176_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn add_proxy(p: u32, ) -> Weight { - (37_175_000 as Weight) + (35_155_000 as Weight) // Standard Error: 1_000 - .saturating_add((241_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((248_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn remove_proxy(p: u32, ) -> Weight { - (37_032_000 as Weight) + (34_937_000 as Weight) // Standard Error: 1_000 - .saturating_add((273_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((277_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn remove_proxies(p: u32, ) -> Weight { - (35_841_000 as Weight) + (34_082_000 as Weight) // Standard Error: 1_000 - .saturating_add((189_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((191_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn anonymous(p: u32, ) -> Weight { - (50_739_000 as Weight) + (47_817_000 as Weight) // Standard Error: 1_000 - .saturating_add((26_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((31_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn kill_anonymous(p: u32, ) -> Weight { - (37_929_000 as Weight) + (35_987_000 as Weight) // Standard Error: 1_000 .saturating_add((186_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) diff --git a/polkadot/runtime/kusama/src/weights/pallet_scheduler.rs b/polkadot/runtime/kusama/src/weights/pallet_scheduler.rs index ca674c39b9..7da11924f2 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_scheduler.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_scheduler.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_scheduler //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -44,30 +44,30 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_scheduler::WeightInfo for WeightInfo { fn schedule(s: u32, ) -> Weight { - (25_445_000 as Weight) + (23_905_000 as Weight) // Standard Error: 0 - .saturating_add((39_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((49_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn cancel(s: u32, ) -> Weight { - (23_087_000 as Weight) - // Standard Error: 6_000 - .saturating_add((3_195_000 as Weight).saturating_mul(s as Weight)) + (23_225_000 as Weight) + // Standard Error: 7_000 + .saturating_add((3_375_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn schedule_named(s: u32, ) -> Weight { - (32_309_000 as Weight) + (30_726_000 as Weight) // Standard Error: 1_000 - .saturating_add((60_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((66_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn cancel_named(s: u32, ) -> Weight { - (26_833_000 as Weight) - // Standard Error: 6_000 - .saturating_add((3_212_000 as Weight).saturating_mul(s as Weight)) + (25_182_000 as Weight) + // Standard Error: 7_000 + .saturating_add((3_394_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/polkadot/runtime/kusama/src/weights/pallet_session.rs b/polkadot/runtime/kusama/src/weights/pallet_session.rs index 220e4dfacf..fc727d6bf9 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_session.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_session.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_session //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -44,12 +44,12 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_session::WeightInfo for WeightInfo { fn set_keys() -> Weight { - (76_581_000 as Weight) + (74_532_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(7 as Weight)) } fn purge_keys() -> Weight { - (44_503_000 as Weight) + (42_201_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(7 as Weight)) } diff --git a/polkadot/runtime/kusama/src/weights/pallet_staking.rs b/polkadot/runtime/kusama/src/weights/pallet_staking.rs index 5540c260df..753f138921 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_staking.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_staking.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_staking //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -44,155 +44,155 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_staking::WeightInfo for WeightInfo { fn bond() -> Weight { - (74_433_000 as Weight) + (71_817_000 as Weight) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn bond_extra() -> Weight { - (56_960_000 as Weight) + (54_422_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn unbond() -> Weight { - (51_548_000 as Weight) + (49_574_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn withdraw_unbonded_update(s: u32, ) -> Weight { - (52_432_000 as Weight) + (50_308_000 as Weight) // Standard Error: 0 - .saturating_add((26_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((25_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn withdraw_unbonded_kill(s: u32, ) -> Weight { - (83_518_000 as Weight) + (80_505_000 as Weight) // Standard Error: 1_000 - .saturating_add((2_597_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((2_429_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(8 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } fn validate() -> Weight { - (14_536_000 as Weight) + (14_056_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn kick(k: u32, ) -> Weight { - (10_887_000 as Weight) + (11_047_000 as Weight) // Standard Error: 7_000 - .saturating_add((18_002_000 as Weight).saturating_mul(k as Weight)) + .saturating_add((19_461_000 as Weight).saturating_mul(k as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(k as Weight))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(k as Weight))) } fn nominate(n: u32, ) -> Weight { - (24_040_000 as Weight) - // Standard Error: 10_000 - .saturating_add((5_549_000 as Weight).saturating_mul(n as Weight)) + (23_556_000 as Weight) + // Standard Error: 5_000 + .saturating_add((5_286_000 as Weight).saturating_mul(n as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(n as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn chill() -> Weight { - (13_712_000 as Weight) + (13_377_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn set_payee() -> Weight { - (11_908_000 as Weight) + (11_564_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_controller() -> Weight { - (26_176_000 as Weight) + (25_415_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn set_validator_count() -> Weight { - (2_103_000 as Weight) + (1_982_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn force_no_eras() -> Weight { - (2_371_000 as Weight) + (2_285_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn force_new_era() -> Weight { - (2_346_000 as Weight) + (2_264_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn force_new_era_always() -> Weight { - (2_381_000 as Weight) + (2_242_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_invulnerables(v: u32, ) -> Weight { - (2_466_000 as Weight) + (2_270_000 as Weight) // Standard Error: 0 .saturating_add((35_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn force_unstake(s: u32, ) -> Weight { - (59_081_000 as Weight) + (57_025_000 as Weight) // Standard Error: 1_000 - .saturating_add((2_586_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((2_431_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(8 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } fn cancel_deferred_slash(s: u32, ) -> Weight { - (5_896_385_000 as Weight) - // Standard Error: 388_000 - .saturating_add((34_604_000 as Weight).saturating_mul(s as Weight)) + (5_906_779_000 as Weight) + // Standard Error: 387_000 + .saturating_add((34_624_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn payout_stakers_dead_controller(n: u32, ) -> Weight { - (107_611_000 as Weight) + (119_683_000 as Weight) // Standard Error: 15_000 - .saturating_add((49_446_000 as Weight).saturating_mul(n as Weight)) + .saturating_add((48_179_000 as Weight).saturating_mul(n as Weight)) .saturating_add(T::DbWeight::get().reads(10 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(n as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(n as Weight))) } fn payout_stakers_alive_staked(n: u32, ) -> Weight { - (133_900_000 as Weight) - // Standard Error: 19_000 - .saturating_add((64_229_000 as Weight).saturating_mul(n as Weight)) + (127_513_000 as Weight) + // Standard Error: 28_000 + .saturating_add((62_183_000 as Weight).saturating_mul(n as Weight)) .saturating_add(T::DbWeight::get().reads(11 as Weight)) .saturating_add(T::DbWeight::get().reads((5 as Weight).saturating_mul(n as Weight))) .saturating_add(T::DbWeight::get().writes(3 as Weight)) .saturating_add(T::DbWeight::get().writes((3 as Weight).saturating_mul(n as Weight))) } fn rebond(l: u32, ) -> Weight { - (34_570_000 as Weight) + (33_087_000 as Weight) // Standard Error: 1_000 - .saturating_add((83_000 as Weight).saturating_mul(l as Weight)) + .saturating_add((80_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn set_history_depth(e: u32, ) -> Weight { (0 as Weight) // Standard Error: 62_000 - .saturating_add((31_023_000 as Weight).saturating_mul(e as Weight)) + .saturating_add((30_550_000 as Weight).saturating_mul(e as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) .saturating_add(T::DbWeight::get().writes((7 as Weight).saturating_mul(e as Weight))) } fn reap_stash(s: u32, ) -> Weight { - (62_125_000 as Weight) + (60_006_000 as Weight) // Standard Error: 0 - .saturating_add((2_577_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((2_417_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(8 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } fn new_era(v: u32, n: u32, ) -> Weight { (0 as Weight) - // Standard Error: 869_000 - .saturating_add((379_579_000 as Weight).saturating_mul(v as Weight)) - // Standard Error: 43_000 - .saturating_add((60_816_000 as Weight).saturating_mul(n as Weight)) + // Standard Error: 796_000 + .saturating_add((373_338_000 as Weight).saturating_mul(v as Weight)) + // Standard Error: 40_000 + .saturating_add((59_853_000 as Weight).saturating_mul(n as Weight)) .saturating_add(T::DbWeight::get().reads(10 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(v as Weight))) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(n as Weight))) @@ -201,12 +201,12 @@ impl pallet_staking::WeightInfo for WeightInfo { } fn get_npos_voters(v: u32, n: u32, s: u32, ) -> Weight { (0 as Weight) - // Standard Error: 88_000 - .saturating_add((24_980_000 as Weight).saturating_mul(v as Weight)) - // Standard Error: 88_000 - .saturating_add((27_435_000 as Weight).saturating_mul(n as Weight)) - // Standard Error: 1_204_000 - .saturating_add((26_040_000 as Weight).saturating_mul(s as Weight)) + // Standard Error: 104_000 + .saturating_add((23_551_000 as Weight).saturating_mul(v as Weight)) + // Standard Error: 104_000 + .saturating_add((28_118_000 as Weight).saturating_mul(n as Weight)) + // Standard Error: 1_418_000 + .saturating_add((18_235_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(v as Weight))) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(n as Weight))) @@ -214,8 +214,8 @@ impl pallet_staking::WeightInfo for WeightInfo { } fn get_npos_targets(v: u32, ) -> Weight { (0 as Weight) - // Standard Error: 25_000 - .saturating_add((9_978_000 as Weight).saturating_mul(v as Weight)) + // Standard Error: 34_000 + .saturating_add((9_947_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(v as Weight))) } diff --git a/polkadot/runtime/kusama/src/weights/pallet_timestamp.rs b/polkadot/runtime/kusama/src/weights/pallet_timestamp.rs index d9f3767725..3c27309ea5 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_timestamp.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_timestamp.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_timestamp //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -44,11 +44,11 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_timestamp::WeightInfo for WeightInfo { fn set() -> Weight { - (10_253_000 as Weight) + (10_405_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn on_finalize() -> Weight { - (4_508_000 as Weight) + (4_427_000 as Weight) } } diff --git a/polkadot/runtime/kusama/src/weights/pallet_tips.rs b/polkadot/runtime/kusama/src/weights/pallet_tips.rs index 68e1417f4a..8332733595 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_tips.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_tips.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_tips //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -44,44 +44,44 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_tips::WeightInfo for WeightInfo { fn report_awesome(r: u32, ) -> Weight { - (51_043_000 as Weight) + (48_221_000 as Weight) // Standard Error: 0 .saturating_add((2_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn retract_tip() -> Weight { - (46_880_000 as Weight) + (44_781_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn tip_new(r: u32, t: u32, ) -> Weight { - (30_744_000 as Weight) + (29_234_000 as Weight) // Standard Error: 0 .saturating_add((2_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 0 - .saturating_add((173_000 as Weight).saturating_mul(t as Weight)) + .saturating_add((189_000 as Weight).saturating_mul(t as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn tip(t: u32, ) -> Weight { - (19_676_000 as Weight) + (19_047_000 as Weight) // Standard Error: 0 - .saturating_add((810_000 as Weight).saturating_mul(t as Weight)) + .saturating_add((858_000 as Weight).saturating_mul(t as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn close_tip(t: u32, ) -> Weight { - (85_684_000 as Weight) + (82_507_000 as Weight) // Standard Error: 0 - .saturating_add((390_000 as Weight).saturating_mul(t as Weight)) + .saturating_add((413_000 as Weight).saturating_mul(t as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn slash_tip(t: u32, ) -> Weight { - (24_851_000 as Weight) + (23_516_000 as Weight) // Standard Error: 0 - .saturating_add((10_000 as Weight).saturating_mul(t as Weight)) + .saturating_add((12_000 as Weight).saturating_mul(t as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/polkadot/runtime/kusama/src/weights/pallet_treasury.rs b/polkadot/runtime/kusama/src/weights/pallet_treasury.rs index a9288c7d34..b57ee617ca 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_treasury.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_treasury.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_treasury //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -44,26 +44,26 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_treasury::WeightInfo for WeightInfo { fn propose_spend() -> Weight { - (41_284_000 as Weight) + (42_558_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn reject_proposal() -> Weight { - (51_908_000 as Weight) + (52_942_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn approve_proposal(p: u32, ) -> Weight { - (11_930_000 as Weight) + (11_712_000 as Weight) // Standard Error: 0 - .saturating_add((33_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((35_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn on_initialize_proposals(p: u32, ) -> Weight { - (64_191_000 as Weight) - // Standard Error: 48_000 - .saturating_add((62_265_000 as Weight).saturating_mul(p as Weight)) + (77_836_000 as Weight) + // Standard Error: 18_000 + .saturating_add((64_453_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(p as Weight))) .saturating_add(T::DbWeight::get().writes(3 as Weight)) diff --git a/polkadot/runtime/kusama/src/weights/pallet_utility.rs b/polkadot/runtime/kusama/src/weights/pallet_utility.rs index c54f98d1f2..4e994efa37 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_utility.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_utility.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -44,16 +44,16 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_utility::WeightInfo for WeightInfo { fn batch(c: u32, ) -> Weight { - (14_757_000 as Weight) + (13_065_000 as Weight) // Standard Error: 0 - .saturating_add((2_018_000 as Weight).saturating_mul(c as Weight)) + .saturating_add((1_210_000 as Weight).saturating_mul(c as Weight)) } fn as_derivative() -> Weight { - (3_808_000 as Weight) + (3_870_000 as Weight) } fn batch_all(c: u32, ) -> Weight { - (15_660_000 as Weight) + (13_869_000 as Weight) // Standard Error: 0 - .saturating_add((2_021_000 as Weight).saturating_mul(c as Weight)) + .saturating_add((1_222_000 as Weight).saturating_mul(c as Weight)) } } diff --git a/polkadot/runtime/kusama/src/weights/pallet_vesting.rs b/polkadot/runtime/kusama/src/weights/pallet_vesting.rs index 075b264a25..492566dffc 100644 --- a/polkadot/runtime/kusama/src/weights/pallet_vesting.rs +++ b/polkadot/runtime/kusama/src/weights/pallet_vesting.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_vesting //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 // Executed Command: @@ -44,44 +44,44 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_vesting::WeightInfo for WeightInfo { fn vest_locked(l: u32, ) -> Weight { - (43_122_000 as Weight) - // Standard Error: 10_000 - .saturating_add((222_000 as Weight).saturating_mul(l as Weight)) + (40_504_000 as Weight) + // Standard Error: 20_000 + .saturating_add((261_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn vest_unlocked(l: u32, ) -> Weight { - (47_269_000 as Weight) - // Standard Error: 1_000 - .saturating_add((141_000 as Weight).saturating_mul(l as Weight)) + (44_880_000 as Weight) + // Standard Error: 2_000 + .saturating_add((138_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn vest_other_locked(l: u32, ) -> Weight { - (43_034_000 as Weight) - // Standard Error: 10_000 - .saturating_add((224_000 as Weight).saturating_mul(l as Weight)) + (39_872_000 as Weight) + // Standard Error: 20_000 + .saturating_add((265_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn vest_other_unlocked(l: u32, ) -> Weight { - (46_740_000 as Weight) - // Standard Error: 2_000 - .saturating_add((151_000 as Weight).saturating_mul(l as Weight)) + (44_683_000 as Weight) + // Standard Error: 1_000 + .saturating_add((137_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn vested_transfer(l: u32, ) -> Weight { - (100_519_000 as Weight) - // Standard Error: 10_000 - .saturating_add((213_000 as Weight).saturating_mul(l as Weight)) + (95_999_000 as Weight) + // Standard Error: 17_000 + .saturating_add((242_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn force_vested_transfer(l: u32, ) -> Weight { - (102_923_000 as Weight) - // Standard Error: 9_000 - .saturating_add((129_000 as Weight).saturating_mul(l as Weight)) + (95_418_000 as Weight) + // Standard Error: 17_000 + .saturating_add((242_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index 172f32fdb1..ffc0dd322f 100644 --- a/polkadot/runtime/parachains/Cargo.toml +++ b/polkadot/runtime/parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-parachains" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/polkadot/Cargo.toml b/polkadot/runtime/polkadot/Cargo.toml index e2d9d11372..2a1d86c1c2 100644 --- a/polkadot/runtime/polkadot/Cargo.toml +++ b/polkadot/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/polkadot/src/weights/pallet_balances.rs b/polkadot/runtime/polkadot/src/weights/pallet_balances.rs index 0ed4804ea0..33c0e5fe20 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_balances.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_balances.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_balances //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -44,27 +44,27 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_balances::WeightInfo for WeightInfo { fn transfer() -> Weight { - (75_945_000 as Weight) + (72_295_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn transfer_keep_alive() -> Weight { - (56_842_000 as Weight) + (54_223_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_balance_creating() -> Weight { - (30_661_000 as Weight) + (29_181_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_balance_killing() -> Weight { - (36_334_000 as Weight) + (34_488_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn force_transfer() -> Weight { - (74_831_000 as Weight) + (71_341_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/polkadot/runtime/polkadot/src/weights/pallet_bounties.rs b/polkadot/runtime/polkadot/src/weights/pallet_bounties.rs index c36cd1f3de..fc53903a40 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_bounties.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_bounties.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_bounties //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -44,61 +44,61 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_bounties::WeightInfo for WeightInfo { fn propose_bounty(d: u32, ) -> Weight { - (44_932_000 as Weight) + (44_503_000 as Weight) // Standard Error: 0 .saturating_add((1_000 as Weight).saturating_mul(d as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn approve_bounty() -> Weight { - (11_480_000 as Weight) + (11_111_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn propose_curator() -> Weight { - (8_821_000 as Weight) + (8_441_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn unassign_curator() -> Weight { - (59_774_000 as Weight) + (54_734_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn accept_curator() -> Weight { - (38_351_000 as Weight) + (37_611_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn award_bounty() -> Weight { - (25_087_000 as Weight) + (24_644_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn claim_bounty() -> Weight { - (133_187_000 as Weight) + (133_797_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } fn close_bounty_proposed() -> Weight { - (59_206_000 as Weight) + (54_488_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn close_bounty_active() -> Weight { - (87_693_000 as Weight) + (88_299_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn extend_bounty_expiry() -> Weight { - (24_261_000 as Weight) + (23_847_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn spend_funds(b: u32, ) -> Weight { (0 as Weight) - // Standard Error: 13_000 - .saturating_add((62_856_000 as Weight).saturating_mul(b as Weight)) + // Standard Error: 14_000 + .saturating_add((63_089_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(b as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) diff --git a/polkadot/runtime/polkadot/src/weights/pallet_collective.rs b/polkadot/runtime/polkadot/src/weights/pallet_collective.rs index 406eb6dff7..576871ece3 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_collective.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_collective.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_collective //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -45,95 +45,95 @@ pub struct WeightInfo(PhantomData); impl pallet_collective::WeightInfo for WeightInfo { fn set_members(m: u32, n: u32, p: u32, ) -> Weight { (0 as Weight) - // Standard Error: 8_000 - .saturating_add((20_536_000 as Weight).saturating_mul(m as Weight)) - // Standard Error: 8_000 - .saturating_add((115_000 as Weight).saturating_mul(n as Weight)) - // Standard Error: 8_000 - .saturating_add((25_873_000 as Weight).saturating_mul(p as Weight)) + // Standard Error: 9_000 + .saturating_add((16_906_000 as Weight).saturating_mul(m as Weight)) + // Standard Error: 9_000 + .saturating_add((71_000 as Weight).saturating_mul(n as Weight)) + // Standard Error: 9_000 + .saturating_add((22_244_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(p as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight))) } fn execute(b: u32, m: u32, ) -> Weight { - (22_767_000 as Weight) + (22_607_000 as Weight) // Standard Error: 0 - .saturating_add((4_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 0 - .saturating_add((112_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((116_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) } fn propose_execute(b: u32, m: u32, ) -> Weight { - (27_703_000 as Weight) + (27_459_000 as Weight) // Standard Error: 0 - .saturating_add((4_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 0 - .saturating_add((225_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((229_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) } fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - (45_268_000 as Weight) + (44_998_000 as Weight) // Standard Error: 0 .saturating_add((5_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 0 - .saturating_add((116_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((122_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 0 - .saturating_add((475_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((502_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn vote(m: u32, ) -> Weight { - (33_920_000 as Weight) + (33_978_000 as Weight) // Standard Error: 0 - .saturating_add((305_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((309_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - (43_404_000 as Weight) + (43_808_000 as Weight) // Standard Error: 0 - .saturating_add((217_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((233_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 0 - .saturating_add((433_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((463_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - (62_316_000 as Weight) + (61_710_000 as Weight) // Standard Error: 0 - .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((4_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 0 - .saturating_add((222_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((233_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 0 - .saturating_add((446_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((470_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn close_disapproved(m: u32, p: u32, ) -> Weight { - (48_077_000 as Weight) + (48_648_000 as Weight) // Standard Error: 0 - .saturating_add((221_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((235_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 0 - .saturating_add((436_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((466_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - (67_044_000 as Weight) + (66_433_000 as Weight) // Standard Error: 0 - .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((4_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 0 - .saturating_add((220_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((234_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 0 - .saturating_add((448_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((470_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn disapprove_proposal(p: u32, ) -> Weight { - (26_154_000 as Weight) + (26_811_000 as Weight) // Standard Error: 0 - .saturating_add((434_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((470_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } diff --git a/polkadot/runtime/polkadot/src/weights/pallet_democracy.rs b/polkadot/runtime/polkadot/src/weights/pallet_democracy.rs index 5e6e27476e..c21182f395 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_democracy.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_democracy.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_democracy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -44,163 +44,163 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_democracy::WeightInfo for WeightInfo { fn propose() -> Weight { - (60_529_000 as Weight) + (61_188_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn second(s: u32, ) -> Weight { - (41_187_000 as Weight) + (40_598_000 as Weight) // Standard Error: 0 - .saturating_add((212_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((219_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn vote_new(r: u32, ) -> Weight { - (47_153_000 as Weight) - // Standard Error: 0 - .saturating_add((295_000 as Weight).saturating_mul(r as Weight)) + (46_032_000 as Weight) + // Standard Error: 1_000 + .saturating_add((289_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn vote_existing(r: u32, ) -> Weight { - (47_385_000 as Weight) + (45_856_000 as Weight) // Standard Error: 0 - .saturating_add((286_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((281_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn emergency_cancel() -> Weight { - (29_394_000 as Weight) + (28_847_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn blacklist(p: u32, ) -> Weight { - (85_997_000 as Weight) - // Standard Error: 5_000 - .saturating_add((722_000 as Weight).saturating_mul(p as Weight)) + (81_195_000 as Weight) + // Standard Error: 4_000 + .saturating_add((714_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } fn external_propose(v: u32, ) -> Weight { - (13_728_000 as Weight) + (13_423_000 as Weight) // Standard Error: 0 - .saturating_add((108_000 as Weight).saturating_mul(v as Weight)) + .saturating_add((111_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn external_propose_majority() -> Weight { - (2_805_000 as Weight) + (2_842_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn external_propose_default() -> Weight { - (2_800_000 as Weight) + (2_926_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn fast_track() -> Weight { - (28_366_000 as Weight) + (28_607_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn veto_external(v: u32, ) -> Weight { - (29_347_000 as Weight) + (28_869_000 as Weight) // Standard Error: 0 - .saturating_add((205_000 as Weight).saturating_mul(v as Weight)) + .saturating_add((213_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn cancel_proposal(p: u32, ) -> Weight { - (59_230_000 as Weight) - // Standard Error: 0 - .saturating_add((693_000 as Weight).saturating_mul(p as Weight)) + (53_619_000 as Weight) + // Standard Error: 2_000 + .saturating_add((694_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn cancel_referendum() -> Weight { - (17_162_000 as Weight) + (17_004_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn cancel_queued(r: u32, ) -> Weight { - (30_635_000 as Weight) + (29_822_000 as Weight) // Standard Error: 2_000 - .saturating_add((3_304_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((3_334_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn on_initialize_base(r: u32, ) -> Weight { - (8_266_000 as Weight) - // Standard Error: 4_000 - .saturating_add((5_541_000 as Weight).saturating_mul(r as Weight)) + (7_397_000 as Weight) + // Standard Error: 5_000 + .saturating_add((5_406_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight))) } fn delegate(r: u32, ) -> Weight { - (56_883_000 as Weight) + (56_942_000 as Weight) // Standard Error: 5_000 - .saturating_add((8_039_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((7_854_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes(4 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(r as Weight))) } fn undelegate(r: u32, ) -> Weight { - (23_762_000 as Weight) + (23_809_000 as Weight) // Standard Error: 5_000 - .saturating_add((8_022_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((7_903_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(r as Weight))) } fn clear_public_proposals() -> Weight { - (2_338_000 as Weight) + (2_487_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn note_preimage(b: u32, ) -> Weight { - (44_990_000 as Weight) + (44_963_000 as Weight) // Standard Error: 0 .saturating_add((4_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn note_imminent_preimage(b: u32, ) -> Weight { - (28_775_000 as Weight) + (28_788_000 as Weight) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn reap_preimage(b: u32, ) -> Weight { - (40_408_000 as Weight) + (39_798_000 as Weight) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn unlock_remove(r: u32, ) -> Weight { - (41_141_000 as Weight) + (40_245_000 as Weight) // Standard Error: 0 - .saturating_add((55_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((57_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn unlock_set(r: u32, ) -> Weight { - (37_063_000 as Weight) + (36_489_000 as Weight) // Standard Error: 0 - .saturating_add((277_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((262_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn remove_vote(r: u32, ) -> Weight { - (20_485_000 as Weight) + (19_913_000 as Weight) // Standard Error: 0 - .saturating_add((260_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((252_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn remove_other_vote(r: u32, ) -> Weight { - (20_759_000 as Weight) + (20_072_000 as Weight) // Standard Error: 0 - .saturating_add((258_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((255_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/polkadot/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs b/polkadot/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs index 84478f39f7..ad525726bd 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_election_provider_multi_phase //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -44,52 +44,50 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_election_provider_multi_phase::WeightInfo for WeightInfo { fn on_initialize_nothing() -> Weight { - (21_084_000 as Weight) + (19_802_000 as Weight) .saturating_add(T::DbWeight::get().reads(7 as Weight)) } fn on_initialize_open_signed() -> Weight { - (103_231_000 as Weight) + (100_008_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn on_initialize_open_unsigned_with_snapshot() -> Weight { - (101_898_000 as Weight) + (99_255_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn on_initialize_open_unsigned_without_snapshot() -> Weight { - (19_074_000 as Weight) + (18_383_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn elect_queued() -> Weight { - (7_945_295_000 as Weight) + (7_631_033_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } - fn submit_unsigned(v: u32, t: u32, a: u32, d: u32, ) -> Weight { + fn submit_unsigned(v: u32, _t: u32, a: u32, d: u32, ) -> Weight { (0 as Weight) - // Standard Error: 20_000 - .saturating_add((4_102_000 as Weight).saturating_mul(v as Weight)) - // Standard Error: 68_000 - .saturating_add((69_000 as Weight).saturating_mul(t as Weight)) - // Standard Error: 20_000 - .saturating_add((14_129_000 as Weight).saturating_mul(a as Weight)) - // Standard Error: 103_000 - .saturating_add((3_684_000 as Weight).saturating_mul(d as Weight)) + // Standard Error: 19_000 + .saturating_add((4_133_000 as Weight).saturating_mul(v as Weight)) + // Standard Error: 19_000 + .saturating_add((12_776_000 as Weight).saturating_mul(a as Weight)) + // Standard Error: 99_000 + .saturating_add((2_879_000 as Weight).saturating_mul(d as Weight)) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn feasibility_check(v: u32, t: u32, a: u32, d: u32, ) -> Weight { (0 as Weight) // Standard Error: 11_000 - .saturating_add((4_199_000 as Weight).saturating_mul(v as Weight)) - // Standard Error: 38_000 - .saturating_add((591_000 as Weight).saturating_mul(t as Weight)) + .saturating_add((4_286_000 as Weight).saturating_mul(v as Weight)) + // Standard Error: 39_000 + .saturating_add((468_000 as Weight).saturating_mul(t as Weight)) // Standard Error: 11_000 - .saturating_add((10_479_000 as Weight).saturating_mul(a as Weight)) + .saturating_add((9_291_000 as Weight).saturating_mul(a as Weight)) // Standard Error: 58_000 - .saturating_add((4_108_000 as Weight).saturating_mul(d as Weight)) + .saturating_add((3_405_000 as Weight).saturating_mul(d as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) } } diff --git a/polkadot/runtime/polkadot/src/weights/pallet_elections_phragmen.rs b/polkadot/runtime/polkadot/src/weights/pallet_elections_phragmen.rs index 2d956eb468..43ffa1a0cb 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_elections_phragmen.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_elections_phragmen.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_elections_phragmen //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -44,80 +44,82 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_elections_phragmen::WeightInfo for WeightInfo { fn vote_equal(v: u32, ) -> Weight { - (44_098_000 as Weight) + (41_658_000 as Weight) // Standard Error: 6_000 - .saturating_add((328_000 as Weight).saturating_mul(v as Weight)) + .saturating_add((327_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn vote_more(v: u32, ) -> Weight { - (69_754_000 as Weight) - // Standard Error: 4_000 - .saturating_add((293_000 as Weight).saturating_mul(v as Weight)) + (65_510_000 as Weight) + // Standard Error: 8_000 + .saturating_add((296_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn vote_less(v: u32, ) -> Weight { - (69_440_000 as Weight) - // Standard Error: 6_000 - .saturating_add((317_000 as Weight).saturating_mul(v as Weight)) + (65_667_000 as Weight) + // Standard Error: 7_000 + .saturating_add((314_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn remove_voter() -> Weight { - (64_315_000 as Weight) + (61_045_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn submit_candidacy(c: u32, ) -> Weight { - (57_518_000 as Weight) + (55_759_000 as Weight) // Standard Error: 0 - .saturating_add((428_000 as Weight).saturating_mul(c as Weight)) + .saturating_add((414_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn renounce_candidacy_candidate(c: u32, ) -> Weight { - (46_640_000 as Weight) + (44_709_000 as Weight) // Standard Error: 0 - .saturating_add((236_000 as Weight).saturating_mul(c as Weight)) + .saturating_add((231_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn renounce_candidacy_members() -> Weight { - (76_470_000 as Weight) + (74_316_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn renounce_candidacy_runners_up() -> Weight { - (52_861_000 as Weight) + (50_912_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn remove_member_with_replacement() -> Weight { - (101_204_000 as Weight) + (93_753_000 as Weight) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } fn remove_member_wrong_refund() -> Weight { - (6_847_000 as Weight) + (6_643_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) } - fn clean_defunct_voters(v: u32, _d: u32, ) -> Weight { + fn clean_defunct_voters(v: u32, d: u32, ) -> Weight { (0 as Weight) - // Standard Error: 35_000 - .saturating_add((115_524_000 as Weight).saturating_mul(v as Weight)) + // Standard Error: 39_000 + .saturating_add((113_178_000 as Weight).saturating_mul(v as Weight)) + // Standard Error: 38_000 + .saturating_add((102_000 as Weight).saturating_mul(d as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(v as Weight))) .saturating_add(T::DbWeight::get().writes((3 as Weight).saturating_mul(v as Weight))) } fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight { (0 as Weight) - // Standard Error: 2_716_000 - .saturating_add((133_928_000 as Weight).saturating_mul(c as Weight)) - // Standard Error: 1_130_000 - .saturating_add((108_006_000 as Weight).saturating_mul(v as Weight)) - // Standard Error: 77_000 - .saturating_add((7_097_000 as Weight).saturating_mul(e as Weight)) + // Standard Error: 2_702_000 + .saturating_add((129_838_000 as Weight).saturating_mul(c as Weight)) + // Standard Error: 1_123_000 + .saturating_add((106_711_000 as Weight).saturating_mul(v as Weight)) + // Standard Error: 76_000 + .saturating_add((7_026_000 as Weight).saturating_mul(e as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(c as Weight))) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(v as Weight))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(c as Weight))) diff --git a/polkadot/runtime/polkadot/src/weights/pallet_identity.rs b/polkadot/runtime/polkadot/src/weights/pallet_identity.rs index 6576bc6d70..2c55c00f8e 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_identity.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_identity.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_identity //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -44,104 +44,104 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_identity::WeightInfo for WeightInfo { fn add_registrar(r: u32, ) -> Weight { - (21_525_000 as Weight) + (21_283_000 as Weight) // Standard Error: 2_000 - .saturating_add((350_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((303_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_identity(r: u32, x: u32, ) -> Weight { - (56_040_000 as Weight) + (53_184_000 as Weight) // Standard Error: 16_000 - .saturating_add((261_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((255_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 2_000 - .saturating_add((1_120_000 as Weight).saturating_mul(x as Weight)) + .saturating_add((1_055_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_subs_new(s: u32, ) -> Weight { - (43_124_000 as Weight) + (41_073_000 as Weight) // Standard Error: 1_000 - .saturating_add((6_963_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((6_793_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } fn set_subs_old(p: u32, ) -> Weight { - (43_270_000 as Weight) + (42_051_000 as Weight) // Standard Error: 0 - .saturating_add((2_332_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((2_309_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight))) } fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { - (53_218_000 as Weight) - // Standard Error: 6_000 - .saturating_add((148_000 as Weight).saturating_mul(r as Weight)) - // Standard Error: 0 - .saturating_add((2_334_000 as Weight).saturating_mul(s as Weight)) - // Standard Error: 0 - .saturating_add((743_000 as Weight).saturating_mul(x as Weight)) + (49_465_000 as Weight) + // Standard Error: 21_000 + .saturating_add((205_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 2_000 + .saturating_add((2_317_000 as Weight).saturating_mul(s as Weight)) + // Standard Error: 2_000 + .saturating_add((716_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } fn request_judgement(r: u32, x: u32, ) -> Weight { - (57_213_000 as Weight) - // Standard Error: 7_000 - .saturating_add((316_000 as Weight).saturating_mul(r as Weight)) + (54_855_000 as Weight) + // Standard Error: 8_000 + .saturating_add((310_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 1_000 - .saturating_add((1_434_000 as Weight).saturating_mul(x as Weight)) + .saturating_add((1_368_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn cancel_request(r: u32, x: u32, ) -> Weight { - (52_025_000 as Weight) - // Standard Error: 10_000 - .saturating_add((213_000 as Weight).saturating_mul(r as Weight)) + (49_913_000 as Weight) + // Standard Error: 11_000 + .saturating_add((215_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 1_000 - .saturating_add((1_416_000 as Weight).saturating_mul(x as Weight)) + .saturating_add((1_347_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_fee(r: u32, ) -> Weight { - (8_036_000 as Weight) + (7_665_000 as Weight) // Standard Error: 1_000 - .saturating_add((308_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((300_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_account_id(r: u32, ) -> Weight { - (8_945_000 as Weight) + (8_757_000 as Weight) // Standard Error: 1_000 - .saturating_add((315_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((306_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_fields(r: u32, ) -> Weight { - (8_050_000 as Weight) + (7_661_000 as Weight) // Standard Error: 1_000 - .saturating_add((310_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((302_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn provide_judgement(r: u32, x: u32, ) -> Weight { - (36_969_000 as Weight) + (34_837_000 as Weight) // Standard Error: 8_000 - .saturating_add((280_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((284_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 1_000 - .saturating_add((1_425_000 as Weight).saturating_mul(x as Weight)) + .saturating_add((1_366_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight { - (74_781_000 as Weight) - // Standard Error: 7_000 - .saturating_add((60_000 as Weight).saturating_mul(r as Weight)) + (66_368_000 as Weight) + // Standard Error: 4_000 + .saturating_add((107_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 0 - .saturating_add((2_326_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((2_314_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((1_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) @@ -149,30 +149,30 @@ impl pallet_identity::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } fn add_sub(s: u32, ) -> Weight { - (57_496_000 as Weight) + (55_474_000 as Weight) // Standard Error: 0 - .saturating_add((215_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((221_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn rename_sub(s: u32, ) -> Weight { - (17_837_000 as Weight) + (16_929_000 as Weight) // Standard Error: 0 - .saturating_add((22_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((25_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn remove_sub(s: u32, ) -> Weight { - (58_865_000 as Weight) + (56_833_000 as Weight) // Standard Error: 0 - .saturating_add((187_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((193_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn quit_sub(s: u32, ) -> Weight { - (35_717_000 as Weight) + (34_255_000 as Weight) // Standard Error: 0 - .saturating_add((183_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((187_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/polkadot/runtime/polkadot/src/weights/pallet_im_online.rs b/polkadot/runtime/polkadot/src/weights/pallet_im_online.rs index 1d6417b1fd..aaf954c988 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_im_online.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_im_online.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_im_online //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -44,9 +44,9 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_im_online::WeightInfo for WeightInfo { fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight { - (91_544_000 as Weight) + (89_839_000 as Weight) // Standard Error: 0 - .saturating_add((226_000 as Weight).saturating_mul(k as Weight)) + .saturating_add((215_000 as Weight).saturating_mul(k as Weight)) // Standard Error: 1_000 .saturating_add((412_000 as Weight).saturating_mul(e as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) diff --git a/polkadot/runtime/polkadot/src/weights/pallet_indices.rs b/polkadot/runtime/polkadot/src/weights/pallet_indices.rs index b34837ddc9..7e90f013d2 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_indices.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_indices.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_indices //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -44,27 +44,27 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_indices::WeightInfo for WeightInfo { fn claim() -> Weight { - (41_233_000 as Weight) + (39_054_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn transfer() -> Weight { - (50_285_000 as Weight) + (47_478_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn free() -> Weight { - (41_081_000 as Weight) + (39_094_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn force_transfer() -> Weight { - (41_808_000 as Weight) + (39_563_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn freeze() -> Weight { - (39_435_000 as Weight) + (37_256_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/polkadot/runtime/polkadot/src/weights/pallet_membership.rs b/polkadot/runtime/polkadot/src/weights/pallet_membership.rs index c4d3fb904f..85dbb2c1d6 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_membership.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_membership.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_membership //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-04-19, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -44,49 +44,51 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_membership::WeightInfo for WeightInfo { fn add_member(m: u32, ) -> Weight { - (24_063_000 as Weight) + (22_388_000 as Weight) // Standard Error: 3_000 - .saturating_add((243_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((242_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn remove_member(m: u32, ) -> Weight { - (29_176_000 as Weight) + (26_932_000 as Weight) // Standard Error: 0 - .saturating_add((201_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((197_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn swap_member(m: u32, ) -> Weight { - (29_528_000 as Weight) + (27_337_000 as Weight) // Standard Error: 0 - .saturating_add((216_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((214_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn reset_member(m: u32, ) -> Weight { - (29_847_000 as Weight) + (27_387_000 as Weight) // Standard Error: 0 - .saturating_add((439_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((431_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn change_key(m: u32, ) -> Weight { - (31_408_000 as Weight) + (28_911_000 as Weight) // Standard Error: 0 - .saturating_add((209_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((206_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn set_prime(m: u32, ) -> Weight { - (7_753_000 as Weight) + (6_857_000 as Weight) // Standard Error: 0 - .saturating_add((114_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((112_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } - fn clear_prime(_m: u32, ) -> Weight { - (2_878_000 as Weight) + fn clear_prime(m: u32, ) -> Weight { + (2_684_000 as Weight) + // Standard Error: 0 + .saturating_add((1_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } } diff --git a/polkadot/runtime/polkadot/src/weights/pallet_multisig.rs b/polkadot/runtime/polkadot/src/weights/pallet_multisig.rs index 7c69b7ad97..146c806f2e 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_multisig.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_multisig.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_multisig //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -44,80 +44,80 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_multisig::WeightInfo for WeightInfo { fn as_multi_threshold_1(z: u32, ) -> Weight { - (12_622_000 as Weight) + (12_232_000 as Weight) // Standard Error: 0 .saturating_add((1_000 as Weight).saturating_mul(z as Weight)) } fn as_multi_create(s: u32, z: u32, ) -> Weight { - (53_948_000 as Weight) + (52_375_000 as Weight) // Standard Error: 0 - .saturating_add((116_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((120_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((1_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn as_multi_create_store(s: u32, z: u32, ) -> Weight { - (60_088_000 as Weight) + (57_852_000 as Weight) // Standard Error: 0 - .saturating_add((119_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((126_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn as_multi_approve(s: u32, z: u32, ) -> Weight { - (31_158_000 as Weight) + (30_277_000 as Weight) // Standard Error: 0 - .saturating_add((136_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((137_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((1_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn as_multi_approve_store(s: u32, z: u32, ) -> Weight { - (57_250_000 as Weight) + (55_670_000 as Weight) // Standard Error: 0 - .saturating_add((150_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((154_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn as_multi_complete(s: u32, z: u32, ) -> Weight { - (74_144_000 as Weight) + (71_701_000 as Weight) // Standard Error: 0 - .saturating_add((263_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((272_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((5_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn approve_as_multi_create(s: u32, ) -> Weight { - (53_547_000 as Weight) + (51_785_000 as Weight) // Standard Error: 0 - .saturating_add((116_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((123_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn approve_as_multi_approve(s: u32, ) -> Weight { - (30_811_000 as Weight) + (29_533_000 as Weight) // Standard Error: 0 - .saturating_add((134_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((141_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn approve_as_multi_complete(s: u32, ) -> Weight { - (147_165_000 as Weight) + (145_088_000 as Weight) // Standard Error: 0 - .saturating_add((271_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((273_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn cancel_as_multi(s: u32, ) -> Weight { - (99_827_000 as Weight) + (98_678_000 as Weight) // Standard Error: 0 - .saturating_add((123_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((116_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/polkadot/runtime/polkadot/src/weights/pallet_proxy.rs b/polkadot/runtime/polkadot/src/weights/pallet_proxy.rs index 83b24a7640..2925240d55 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_proxy.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_proxy.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_proxy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -44,80 +44,80 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_proxy::WeightInfo for WeightInfo { fn proxy(p: u32, ) -> Weight { - (24_086_000 as Weight) - // Standard Error: 0 - .saturating_add((180_000 as Weight).saturating_mul(p as Weight)) + (22_080_000 as Weight) + // Standard Error: 1_000 + .saturating_add((171_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) } fn proxy_announced(a: u32, p: u32, ) -> Weight { - (54_478_000 as Weight) + (51_376_000 as Weight) // Standard Error: 1_000 - .saturating_add((642_000 as Weight).saturating_mul(a as Weight)) + .saturating_add((655_000 as Weight).saturating_mul(a as Weight)) // Standard Error: 1_000 - .saturating_add((182_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((171_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn remove_announcement(a: u32, p: u32, ) -> Weight { - (38_084_000 as Weight) + (35_915_000 as Weight) + // Standard Error: 0 + .saturating_add((651_000 as Weight).saturating_mul(a as Weight)) // Standard Error: 1_000 - .saturating_add((633_000 as Weight).saturating_mul(a as Weight)) - // Standard Error: 1_000 - .saturating_add((6_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((9_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn reject_announcement(a: u32, p: u32, ) -> Weight { - (37_997_000 as Weight) + (36_133_000 as Weight) // Standard Error: 1_000 - .saturating_add((636_000 as Weight).saturating_mul(a as Weight)) + .saturating_add((647_000 as Weight).saturating_mul(a as Weight)) // Standard Error: 1_000 - .saturating_add((7_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((5_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn announce(a: u32, p: u32, ) -> Weight { - (51_104_000 as Weight) + (48_926_000 as Weight) // Standard Error: 1_000 - .saturating_add((644_000 as Weight).saturating_mul(a as Weight)) + .saturating_add((655_000 as Weight).saturating_mul(a as Weight)) // Standard Error: 1_000 - .saturating_add((184_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((175_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn add_proxy(p: u32, ) -> Weight { - (36_718_000 as Weight) + (34_626_000 as Weight) // Standard Error: 1_000 - .saturating_add((241_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((236_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn remove_proxy(p: u32, ) -> Weight { - (36_460_000 as Weight) + (34_421_000 as Weight) // Standard Error: 1_000 - .saturating_add((272_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((266_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn remove_proxies(p: u32, ) -> Weight { - (35_223_000 as Weight) - // Standard Error: 1_000 - .saturating_add((189_000 as Weight).saturating_mul(p as Weight)) - .saturating_add(T::DbWeight::get().reads(1 as Weight)) - .saturating_add(T::DbWeight::get().writes(1 as Weight)) - } - fn anonymous(p: u32, ) -> Weight { - (50_028_000 as Weight) - // Standard Error: 1_000 - .saturating_add((24_000 as Weight).saturating_mul(p as Weight)) - .saturating_add(T::DbWeight::get().reads(2 as Weight)) - .saturating_add(T::DbWeight::get().writes(1 as Weight)) - } - fn kill_anonymous(p: u32, ) -> Weight { - (37_286_000 as Weight) + (33_390_000 as Weight) // Standard Error: 1_000 .saturating_add((187_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } + fn anonymous(p: u32, ) -> Weight { + (47_201_000 as Weight) + // Standard Error: 1_000 + .saturating_add((29_000 as Weight).saturating_mul(p as Weight)) + .saturating_add(T::DbWeight::get().reads(2 as Weight)) + .saturating_add(T::DbWeight::get().writes(1 as Weight)) + } + fn kill_anonymous(p: u32, ) -> Weight { + (35_609_000 as Weight) + // Standard Error: 1_000 + .saturating_add((180_000 as Weight).saturating_mul(p as Weight)) + .saturating_add(T::DbWeight::get().reads(1 as Weight)) + .saturating_add(T::DbWeight::get().writes(1 as Weight)) + } } diff --git a/polkadot/runtime/polkadot/src/weights/pallet_scheduler.rs b/polkadot/runtime/polkadot/src/weights/pallet_scheduler.rs index 0329b39cd9..525c65ea76 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_scheduler.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_scheduler.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_scheduler //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -44,30 +44,30 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_scheduler::WeightInfo for WeightInfo { fn schedule(s: u32, ) -> Weight { - (24_967_000 as Weight) + (23_195_000 as Weight) // Standard Error: 0 - .saturating_add((44_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((41_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn cancel(s: u32, ) -> Weight { - (22_786_000 as Weight) + (22_263_000 as Weight) // Standard Error: 6_000 - .saturating_add((2_936_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((2_940_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn schedule_named(s: u32, ) -> Weight { - (31_773_000 as Weight) + (29_438_000 as Weight) // Standard Error: 1_000 - .saturating_add((63_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((62_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn cancel_named(s: u32, ) -> Weight { - (26_311_000 as Weight) + (24_391_000 as Weight) // Standard Error: 6_000 - .saturating_add((2_951_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((2_950_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/polkadot/runtime/polkadot/src/weights/pallet_session.rs b/polkadot/runtime/polkadot/src/weights/pallet_session.rs index 091363c48e..e5c3ca592f 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_session.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_session.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_session //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -44,12 +44,12 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_session::WeightInfo for WeightInfo { fn set_keys() -> Weight { - (74_686_000 as Weight) + (73_938_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(7 as Weight)) } fn purge_keys() -> Weight { - (43_678_000 as Weight) + (41_906_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(7 as Weight)) } diff --git a/polkadot/runtime/polkadot/src/weights/pallet_staking.rs b/polkadot/runtime/polkadot/src/weights/pallet_staking.rs index de29b4325b..3f59cd10ce 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_staking.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_staking.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_staking //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -44,155 +44,155 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_staking::WeightInfo for WeightInfo { fn bond() -> Weight { - (75_102_000 as Weight) + (73_183_000 as Weight) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn bond_extra() -> Weight { - (57_637_000 as Weight) + (55_801_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn unbond() -> Weight { - (52_115_000 as Weight) + (50_795_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn withdraw_unbonded_update(s: u32, ) -> Weight { - (53_109_000 as Weight) + (51_130_000 as Weight) // Standard Error: 0 - .saturating_add((27_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((30_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn withdraw_unbonded_kill(s: u32, ) -> Weight { - (84_010_000 as Weight) + (82_019_000 as Weight) // Standard Error: 1_000 - .saturating_add((2_603_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((2_541_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(8 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } fn validate() -> Weight { - (14_760_000 as Weight) + (14_406_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn kick(k: u32, ) -> Weight { - (10_438_000 as Weight) - // Standard Error: 8_000 - .saturating_add((18_078_000 as Weight).saturating_mul(k as Weight)) + (10_630_000 as Weight) + // Standard Error: 9_000 + .saturating_add((18_147_000 as Weight).saturating_mul(k as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(k as Weight))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(k as Weight))) } fn nominate(n: u32, ) -> Weight { - (24_264_000 as Weight) - // Standard Error: 13_000 - .saturating_add((5_606_000 as Weight).saturating_mul(n as Weight)) + (23_575_000 as Weight) + // Standard Error: 8_000 + .saturating_add((5_416_000 as Weight).saturating_mul(n as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(n as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn chill() -> Weight { - (14_023_000 as Weight) + (13_515_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn set_payee() -> Weight { - (11_982_000 as Weight) + (11_480_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_controller() -> Weight { - (26_456_000 as Weight) + (25_505_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn set_validator_count() -> Weight { - (1_981_000 as Weight) + (1_966_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn force_no_eras() -> Weight { - (2_320_000 as Weight) + (2_226_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn force_new_era() -> Weight { - (2_306_000 as Weight) + (2_238_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn force_new_era_always() -> Weight { - (2_244_000 as Weight) + (2_235_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_invulnerables(v: u32, ) -> Weight { - (2_368_000 as Weight) + (2_286_000 as Weight) // Standard Error: 0 .saturating_add((35_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn force_unstake(s: u32, ) -> Weight { - (59_256_000 as Weight) + (58_002_000 as Weight) // Standard Error: 1_000 - .saturating_add((2_584_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((2_531_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(8 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } fn cancel_deferred_slash(s: u32, ) -> Weight { - (5_916_511_000 as Weight) - // Standard Error: 389_000 - .saturating_add((34_617_000 as Weight).saturating_mul(s as Weight)) + (5_890_541_000 as Weight) + // Standard Error: 388_000 + .saturating_add((34_576_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn payout_stakers_dead_controller(n: u32, ) -> Weight { - (119_481_000 as Weight) - // Standard Error: 15_000 - .saturating_add((50_212_000 as Weight).saturating_mul(n as Weight)) + (117_731_000 as Weight) + // Standard Error: 14_000 + .saturating_add((50_182_000 as Weight).saturating_mul(n as Weight)) .saturating_add(T::DbWeight::get().reads(10 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(n as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(n as Weight))) } fn payout_stakers_alive_staked(n: u32, ) -> Weight { - (137_589_000 as Weight) - // Standard Error: 20_000 - .saturating_add((64_957_000 as Weight).saturating_mul(n as Weight)) + (136_918_000 as Weight) + // Standard Error: 24_000 + .saturating_add((63_878_000 as Weight).saturating_mul(n as Weight)) .saturating_add(T::DbWeight::get().reads(11 as Weight)) .saturating_add(T::DbWeight::get().reads((5 as Weight).saturating_mul(n as Weight))) .saturating_add(T::DbWeight::get().writes(3 as Weight)) .saturating_add(T::DbWeight::get().writes((3 as Weight).saturating_mul(n as Weight))) } fn rebond(l: u32, ) -> Weight { - (34_803_000 as Weight) + (33_824_000 as Weight) // Standard Error: 1_000 - .saturating_add((85_000 as Weight).saturating_mul(l as Weight)) + .saturating_add((80_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn set_history_depth(e: u32, ) -> Weight { (0 as Weight) - // Standard Error: 63_000 - .saturating_add((31_023_000 as Weight).saturating_mul(e as Weight)) + // Standard Error: 65_000 + .saturating_add((31_685_000 as Weight).saturating_mul(e as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) .saturating_add(T::DbWeight::get().writes((7 as Weight).saturating_mul(e as Weight))) } fn reap_stash(s: u32, ) -> Weight { - (63_152_000 as Weight) + (61_387_000 as Weight) // Standard Error: 0 - .saturating_add((2_590_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((2_526_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(8 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } fn new_era(v: u32, n: u32, ) -> Weight { (0 as Weight) - // Standard Error: 787_000 - .saturating_add((369_726_000 as Weight).saturating_mul(v as Weight)) - // Standard Error: 39_000 - .saturating_add((59_818_000 as Weight).saturating_mul(n as Weight)) + // Standard Error: 890_000 + .saturating_add((375_025_000 as Weight).saturating_mul(v as Weight)) + // Standard Error: 44_000 + .saturating_add((59_441_000 as Weight).saturating_mul(n as Weight)) .saturating_add(T::DbWeight::get().reads(10 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(v as Weight))) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(n as Weight))) @@ -201,12 +201,12 @@ impl pallet_staking::WeightInfo for WeightInfo { } fn get_npos_voters(v: u32, n: u32, s: u32, ) -> Weight { (0 as Weight) - // Standard Error: 78_000 - .saturating_add((24_893_000 as Weight).saturating_mul(v as Weight)) - // Standard Error: 78_000 - .saturating_add((28_043_000 as Weight).saturating_mul(n as Weight)) - // Standard Error: 1_065_000 - .saturating_add((22_967_000 as Weight).saturating_mul(s as Weight)) + // Standard Error: 94_000 + .saturating_add((23_404_000 as Weight).saturating_mul(v as Weight)) + // Standard Error: 94_000 + .saturating_add((26_772_000 as Weight).saturating_mul(n as Weight)) + // Standard Error: 1_279_000 + .saturating_add((19_965_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(v as Weight))) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(n as Weight))) @@ -214,8 +214,8 @@ impl pallet_staking::WeightInfo for WeightInfo { } fn get_npos_targets(v: u32, ) -> Weight { (0 as Weight) - // Standard Error: 26_000 - .saturating_add((9_862_000 as Weight).saturating_mul(v as Weight)) + // Standard Error: 30_000 + .saturating_add((9_674_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(v as Weight))) } diff --git a/polkadot/runtime/polkadot/src/weights/pallet_timestamp.rs b/polkadot/runtime/polkadot/src/weights/pallet_timestamp.rs index 929a40b6f4..8e5e5ef0f3 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_timestamp.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_timestamp.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_timestamp //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -44,11 +44,11 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_timestamp::WeightInfo for WeightInfo { fn set() -> Weight { - (10_524_000 as Weight) + (9_970_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn on_finalize() -> Weight { - (4_570_000 as Weight) + (4_273_000 as Weight) } } diff --git a/polkadot/runtime/polkadot/src/weights/pallet_tips.rs b/polkadot/runtime/polkadot/src/weights/pallet_tips.rs index b532534b5d..e338a46249 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_tips.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_tips.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_tips //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -44,42 +44,42 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_tips::WeightInfo for WeightInfo { fn report_awesome(r: u32, ) -> Weight { - (51_108_000 as Weight) + (47_861_000 as Weight) // Standard Error: 0 .saturating_add((2_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn retract_tip() -> Weight { - (47_132_000 as Weight) + (44_841_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn tip_new(r: u32, t: u32, ) -> Weight { - (31_205_000 as Weight) + (29_099_000 as Weight) // Standard Error: 0 .saturating_add((2_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 0 - .saturating_add((171_000 as Weight).saturating_mul(t as Weight)) + .saturating_add((189_000 as Weight).saturating_mul(t as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn tip(t: u32, ) -> Weight { - (19_673_000 as Weight) - // Standard Error: 0 - .saturating_add((811_000 as Weight).saturating_mul(t as Weight)) + (18_318_000 as Weight) + // Standard Error: 1_000 + .saturating_add((859_000 as Weight).saturating_mul(t as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn close_tip(t: u32, ) -> Weight { - (86_392_000 as Weight) + (81_444_000 as Weight) // Standard Error: 0 - .saturating_add((393_000 as Weight).saturating_mul(t as Weight)) + .saturating_add((409_000 as Weight).saturating_mul(t as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn slash_tip(t: u32, ) -> Weight { - (25_571_000 as Weight) + (23_550_000 as Weight) // Standard Error: 0 .saturating_add((9_000 as Weight).saturating_mul(t as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) diff --git a/polkadot/runtime/polkadot/src/weights/pallet_treasury.rs b/polkadot/runtime/polkadot/src/weights/pallet_treasury.rs index 575b30ebe3..98b9d70498 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_treasury.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_treasury.rs @@ -44,26 +44,26 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_treasury::WeightInfo for WeightInfo { fn propose_spend() -> Weight { - (41_419_000 as Weight) + (40_531_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn reject_proposal() -> Weight { - (51_744_000 as Weight) + (50_720_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn approve_proposal(p: u32, ) -> Weight { - (11_705_000 as Weight) + (11_110_000 as Weight) // Standard Error: 0 - .saturating_add((33_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((35_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn on_initialize_proposals(p: u32, ) -> Weight { - (46_880_000 as Weight) - // Standard Error: 31_000 - .saturating_add((62_733_000 as Weight).saturating_mul(p as Weight)) + (42_949_000 as Weight) + // Standard Error: 17_000 + .saturating_add((60_715_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(p as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) diff --git a/polkadot/runtime/polkadot/src/weights/pallet_utility.rs b/polkadot/runtime/polkadot/src/weights/pallet_utility.rs index 7425490182..9a88948c42 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_utility.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_utility.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -44,16 +44,16 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_utility::WeightInfo for WeightInfo { fn batch(c: u32, ) -> Weight { - (14_589_000 as Weight) + (13_271_000 as Weight) // Standard Error: 0 - .saturating_add((2_005_000 as Weight).saturating_mul(c as Weight)) + .saturating_add((1_036_000 as Weight).saturating_mul(c as Weight)) } fn as_derivative() -> Weight { - (3_690_000 as Weight) + (3_577_000 as Weight) } fn batch_all(c: u32, ) -> Weight { - (15_228_000 as Weight) + (14_195_000 as Weight) // Standard Error: 0 - .saturating_add((2_017_000 as Weight).saturating_mul(c as Weight)) + .saturating_add((1_044_000 as Weight).saturating_mul(c as Weight)) } } diff --git a/polkadot/runtime/polkadot/src/weights/pallet_vesting.rs b/polkadot/runtime/polkadot/src/weights/pallet_vesting.rs index 6d4673e800..031b664913 100644 --- a/polkadot/runtime/polkadot/src/weights/pallet_vesting.rs +++ b/polkadot/runtime/polkadot/src/weights/pallet_vesting.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_vesting //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-26, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 128 // Executed Command: @@ -44,44 +44,44 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_vesting::WeightInfo for WeightInfo { fn vest_locked(l: u32, ) -> Weight { - (43_117_000 as Weight) - // Standard Error: 10_000 - .saturating_add((223_000 as Weight).saturating_mul(l as Weight)) + (41_841_000 as Weight) + // Standard Error: 13_000 + .saturating_add((202_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn vest_unlocked(l: u32, ) -> Weight { - (47_184_000 as Weight) - // Standard Error: 1_000 - .saturating_add((139_000 as Weight).saturating_mul(l as Weight)) + (45_276_000 as Weight) + // Standard Error: 2_000 + .saturating_add((133_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn vest_other_locked(l: u32, ) -> Weight { - (42_938_000 as Weight) - // Standard Error: 10_000 - .saturating_add((215_000 as Weight).saturating_mul(l as Weight)) + (41_217_000 as Weight) + // Standard Error: 12_000 + .saturating_add((217_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn vest_other_unlocked(l: u32, ) -> Weight { - (46_973_000 as Weight) - // Standard Error: 2_000 - .saturating_add((138_000 as Weight).saturating_mul(l as Weight)) + (44_521_000 as Weight) + // Standard Error: 5_000 + .saturating_add((163_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn vested_transfer(l: u32, ) -> Weight { - (103_583_000 as Weight) - // Standard Error: 10_000 - .saturating_add((135_000 as Weight).saturating_mul(l as Weight)) + (101_636_000 as Weight) + // Standard Error: 12_000 + .saturating_add((105_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn force_vested_transfer(l: u32, ) -> Weight { - (103_552_000 as Weight) - // Standard Error: 9_000 - .saturating_add((128_000 as Weight).saturating_mul(l as Weight)) + (99_417_000 as Weight) + // Standard Error: 12_000 + .saturating_add((137_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } diff --git a/polkadot/runtime/rococo/Cargo.toml b/polkadot/runtime/rococo/Cargo.toml index b20826861a..7e4eb94d53 100644 --- a/polkadot/runtime/rococo/Cargo.toml +++ b/polkadot/runtime/rococo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rococo-runtime" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index 1db092d8e9..0925a1877f 100644 --- a/polkadot/runtime/test-runtime/Cargo.toml +++ b/polkadot/runtime/test-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-runtime" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index 58ba26445e..65b68c7a94 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "westend-runtime" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/westend/src/weights/pallet_balances.rs b/polkadot/runtime/westend/src/weights/pallet_balances.rs index d72d36fcc0..a95432cdc7 100644 --- a/polkadot/runtime/westend/src/weights/pallet_balances.rs +++ b/polkadot/runtime/westend/src/weights/pallet_balances.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_balances //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-24, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 128 // Executed Command: @@ -44,27 +44,27 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_balances::WeightInfo for WeightInfo { fn transfer() -> Weight { - (76_538_000 as Weight) + (73_207_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn transfer_keep_alive() -> Weight { - (57_098_000 as Weight) + (54_977_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_balance_creating() -> Weight { - (29_943_000 as Weight) + (28_946_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_balance_killing() -> Weight { - (35_767_000 as Weight) + (34_104_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn force_transfer() -> Weight { - (75_848_000 as Weight) + (71_606_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/polkadot/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs b/polkadot/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs index a37e10da61..b5dad7d2b1 100644 --- a/polkadot/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs +++ b/polkadot/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_election_provider_multi_phase //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-25, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 128 // Executed Command: @@ -44,52 +44,50 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_election_provider_multi_phase::WeightInfo for WeightInfo { fn on_initialize_nothing() -> Weight { - (21_348_000 as Weight) + (20_363_000 as Weight) .saturating_add(T::DbWeight::get().reads(7 as Weight)) } fn on_initialize_open_signed() -> Weight { - (106_372_000 as Weight) + (103_193_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn on_initialize_open_unsigned_with_snapshot() -> Weight { - (105_981_000 as Weight) + (102_404_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn on_initialize_open_unsigned_without_snapshot() -> Weight { - (18_168_000 as Weight) + (17_265_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn elect_queued() -> Weight { - (7_948_966_000 as Weight) + (7_631_563_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } - fn submit_unsigned(v: u32, t: u32, a: u32, d: u32, ) -> Weight { + fn submit_unsigned(v: u32, _t: u32, a: u32, d: u32, ) -> Weight { (0 as Weight) - // Standard Error: 21_000 - .saturating_add((4_060_000 as Weight).saturating_mul(v as Weight)) - // Standard Error: 70_000 - .saturating_add((19_000 as Weight).saturating_mul(t as Weight)) - // Standard Error: 21_000 - .saturating_add((14_215_000 as Weight).saturating_mul(a as Weight)) - // Standard Error: 106_000 - .saturating_add((3_698_000 as Weight).saturating_mul(d as Weight)) + // Standard Error: 20_000 + .saturating_add((4_279_000 as Weight).saturating_mul(v as Weight)) + // Standard Error: 20_000 + .saturating_add((13_165_000 as Weight).saturating_mul(a as Weight)) + // Standard Error: 104_000 + .saturating_add((3_000_000 as Weight).saturating_mul(d as Weight)) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn feasibility_check(v: u32, t: u32, a: u32, d: u32, ) -> Weight { (0 as Weight) - // Standard Error: 11_000 - .saturating_add((4_190_000 as Weight).saturating_mul(v as Weight)) + // Standard Error: 10_000 + .saturating_add((4_410_000 as Weight).saturating_mul(v as Weight)) // Standard Error: 36_000 - .saturating_add((572_000 as Weight).saturating_mul(t as Weight)) - // Standard Error: 11_000 - .saturating_add((10_490_000 as Weight).saturating_mul(a as Weight)) - // Standard Error: 55_000 - .saturating_add((3_740_000 as Weight).saturating_mul(d as Weight)) + .saturating_add((510_000 as Weight).saturating_mul(t as Weight)) + // Standard Error: 10_000 + .saturating_add((9_685_000 as Weight).saturating_mul(a as Weight)) + // Standard Error: 54_000 + .saturating_add((3_700_000 as Weight).saturating_mul(d as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) } } diff --git a/polkadot/runtime/westend/src/weights/pallet_identity.rs b/polkadot/runtime/westend/src/weights/pallet_identity.rs index 17235d5ba2..b326d870ee 100644 --- a/polkadot/runtime/westend/src/weights/pallet_identity.rs +++ b/polkadot/runtime/westend/src/weights/pallet_identity.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_identity //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-25, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 128 // Executed Command: @@ -44,104 +44,104 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_identity::WeightInfo for WeightInfo { fn add_registrar(r: u32, ) -> Weight { - (21_688_000 as Weight) + (20_154_000 as Weight) // Standard Error: 2_000 - .saturating_add((329_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((357_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_identity(r: u32, x: u32, ) -> Weight { - (55_563_000 as Weight) + (51_975_000 as Weight) // Standard Error: 16_000 - .saturating_add((236_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((278_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 2_000 - .saturating_add((1_156_000 as Weight).saturating_mul(x as Weight)) + .saturating_add((1_082_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_subs_new(s: u32, ) -> Weight { - (42_153_000 as Weight) + (40_199_000 as Weight) // Standard Error: 1_000 - .saturating_add((6_848_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((6_533_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } fn set_subs_old(p: u32, ) -> Weight { - (42_388_000 as Weight) + (40_395_000 as Weight) // Standard Error: 0 - .saturating_add((2_299_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((2_230_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight))) } fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { - (52_593_000 as Weight) + (48_813_000 as Weight) // Standard Error: 7_000 - .saturating_add((132_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((198_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 0 - .saturating_add((2_295_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((2_224_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 - .saturating_add((760_000 as Weight).saturating_mul(x as Weight)) + .saturating_add((718_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } fn request_judgement(r: u32, x: u32, ) -> Weight { - (56_685_000 as Weight) + (53_268_000 as Weight) // Standard Error: 8_000 - .saturating_add((293_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((347_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 1_000 - .saturating_add((1_488_000 as Weight).saturating_mul(x as Weight)) + .saturating_add((1_404_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn cancel_request(r: u32, x: u32, ) -> Weight { - (51_594_000 as Weight) + (49_112_000 as Weight) // Standard Error: 10_000 - .saturating_add((195_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((203_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 1_000 - .saturating_add((1_467_000 as Weight).saturating_mul(x as Weight)) + .saturating_add((1_377_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_fee(r: u32, ) -> Weight { - (7_842_000 as Weight) + (7_748_000 as Weight) // Standard Error: 1_000 - .saturating_add((314_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((316_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_account_id(r: u32, ) -> Weight { - (8_718_000 as Weight) + (8_519_000 as Weight) // Standard Error: 1_000 - .saturating_add((324_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((327_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_fields(r: u32, ) -> Weight { - (7_865_000 as Weight) + (7_708_000 as Weight) // Standard Error: 1_000 - .saturating_add((314_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((316_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn provide_judgement(r: u32, x: u32, ) -> Weight { - (36_431_000 as Weight) + (34_349_000 as Weight) // Standard Error: 8_000 - .saturating_add((275_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((297_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 1_000 - .saturating_add((1_482_000 as Weight).saturating_mul(x as Weight)) + .saturating_add((1_405_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight { - (53_118_000 as Weight) - // Standard Error: 5_000 - .saturating_add((107_000 as Weight).saturating_mul(r as Weight)) + (50_776_000 as Weight) + // Standard Error: 4_000 + .saturating_add((89_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 0 - .saturating_add((2_275_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((2_203_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((5_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) @@ -149,30 +149,30 @@ impl pallet_identity::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } fn add_sub(s: u32, ) -> Weight { - (55_967_000 as Weight) + (53_923_000 as Weight) // Standard Error: 0 - .saturating_add((215_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((223_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn rename_sub(s: u32, ) -> Weight { - (17_448_000 as Weight) + (16_322_000 as Weight) // Standard Error: 0 - .saturating_add((24_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((23_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn remove_sub(s: u32, ) -> Weight { - (57_541_000 as Weight) + (55_054_000 as Weight) // Standard Error: 0 - .saturating_add((186_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((197_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn quit_sub(s: u32, ) -> Weight { - (34_739_000 as Weight) + (33_457_000 as Weight) // Standard Error: 0 - .saturating_add((184_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((193_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/polkadot/runtime/westend/src/weights/pallet_im_online.rs b/polkadot/runtime/westend/src/weights/pallet_im_online.rs index fdd99f5c79..7103ee4647 100644 --- a/polkadot/runtime/westend/src/weights/pallet_im_online.rs +++ b/polkadot/runtime/westend/src/weights/pallet_im_online.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_im_online //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-25, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 128 // Executed Command: @@ -44,11 +44,11 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_im_online::WeightInfo for WeightInfo { fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight { - (90_770_000 as Weight) + (89_612_000 as Weight) // Standard Error: 0 - .saturating_add((224_000 as Weight).saturating_mul(k as Weight)) + .saturating_add((229_000 as Weight).saturating_mul(k as Weight)) // Standard Error: 1_000 - .saturating_add((422_000 as Weight).saturating_mul(e as Weight)) + .saturating_add((412_000 as Weight).saturating_mul(e as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/polkadot/runtime/westend/src/weights/pallet_indices.rs b/polkadot/runtime/westend/src/weights/pallet_indices.rs index 49819dd7f7..8e042314fc 100644 --- a/polkadot/runtime/westend/src/weights/pallet_indices.rs +++ b/polkadot/runtime/westend/src/weights/pallet_indices.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_indices //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-25, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 128 // Executed Command: @@ -44,27 +44,27 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_indices::WeightInfo for WeightInfo { fn claim() -> Weight { - (40_564_000 as Weight) + (39_037_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn transfer() -> Weight { - (49_770_000 as Weight) + (48_432_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn free() -> Weight { - (40_118_000 as Weight) + (39_182_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn force_transfer() -> Weight { - (41_438_000 as Weight) + (40_006_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn freeze() -> Weight { - (38_767_000 as Weight) + (37_096_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/polkadot/runtime/westend/src/weights/pallet_multisig.rs b/polkadot/runtime/westend/src/weights/pallet_multisig.rs index bdab4d0c2f..b7a9d0058e 100644 --- a/polkadot/runtime/westend/src/weights/pallet_multisig.rs +++ b/polkadot/runtime/westend/src/weights/pallet_multisig.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_multisig //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-25, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 128 // Executed Command: @@ -44,80 +44,80 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_multisig::WeightInfo for WeightInfo { fn as_multi_threshold_1(z: u32, ) -> Weight { - (12_410_000 as Weight) + (12_250_000 as Weight) // Standard Error: 0 .saturating_add((1_000 as Weight).saturating_mul(z as Weight)) } fn as_multi_create(s: u32, z: u32, ) -> Weight { - (53_293_000 as Weight) + (50_121_000 as Weight) // Standard Error: 0 - .saturating_add((117_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((120_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((1_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn as_multi_create_store(s: u32, z: u32, ) -> Weight { - (58_730_000 as Weight) + (56_582_000 as Weight) // Standard Error: 0 - .saturating_add((127_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((119_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn as_multi_approve(s: u32, z: u32, ) -> Weight { - (31_048_000 as Weight) + (28_910_000 as Weight) // Standard Error: 0 - .saturating_add((135_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((139_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((1_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn as_multi_approve_store(s: u32, z: u32, ) -> Weight { - (56_431_000 as Weight) + (53_845_000 as Weight) // Standard Error: 0 - .saturating_add((157_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((154_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn as_multi_complete(s: u32, z: u32, ) -> Weight { - (72_845_000 as Weight) + (69_333_000 as Weight) // Standard Error: 0 - .saturating_add((272_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((276_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((5_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn approve_as_multi_create(s: u32, ) -> Weight { - (52_732_000 as Weight) + (49_698_000 as Weight) // Standard Error: 0 - .saturating_add((120_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((121_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn approve_as_multi_approve(s: u32, ) -> Weight { - (30_191_000 as Weight) + (28_409_000 as Weight) // Standard Error: 0 - .saturating_add((138_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((140_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn approve_as_multi_complete(s: u32, ) -> Weight { - (146_951_000 as Weight) + (142_474_000 as Weight) // Standard Error: 0 - .saturating_add((279_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((282_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn cancel_as_multi(s: u32, ) -> Weight { - (99_584_000 as Weight) + (96_100_000 as Weight) // Standard Error: 0 - .saturating_add((128_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((121_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/polkadot/runtime/westend/src/weights/pallet_proxy.rs b/polkadot/runtime/westend/src/weights/pallet_proxy.rs index 4f03d80658..86c049bf39 100644 --- a/polkadot/runtime/westend/src/weights/pallet_proxy.rs +++ b/polkadot/runtime/westend/src/weights/pallet_proxy.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_proxy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-25, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 128 // Executed Command: @@ -44,77 +44,77 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_proxy::WeightInfo for WeightInfo { fn proxy(p: u32, ) -> Weight { - (23_593_000 as Weight) + (22_017_000 as Weight) // Standard Error: 1_000 - .saturating_add((192_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((175_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) } fn proxy_announced(a: u32, p: u32, ) -> Weight { - (54_373_000 as Weight) + (51_652_000 as Weight) // Standard Error: 1_000 - .saturating_add((644_000 as Weight).saturating_mul(a as Weight)) + .saturating_add((628_000 as Weight).saturating_mul(a as Weight)) // Standard Error: 1_000 - .saturating_add((185_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((176_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn remove_announcement(a: u32, p: u32, ) -> Weight { - (37_582_000 as Weight) + (36_218_000 as Weight) // Standard Error: 1_000 - .saturating_add((642_000 as Weight).saturating_mul(a as Weight)) + .saturating_add((629_000 as Weight).saturating_mul(a as Weight)) // Standard Error: 1_000 - .saturating_add((11_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((3_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn reject_announcement(a: u32, p: u32, ) -> Weight { - (37_513_000 as Weight) + (36_031_000 as Weight) // Standard Error: 1_000 - .saturating_add((645_000 as Weight).saturating_mul(a as Weight)) + .saturating_add((629_000 as Weight).saturating_mul(a as Weight)) // Standard Error: 1_000 .saturating_add((8_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn announce(a: u32, p: u32, ) -> Weight { - (51_426_000 as Weight) + (48_972_000 as Weight) // Standard Error: 1_000 - .saturating_add((649_000 as Weight).saturating_mul(a as Weight)) + .saturating_add((627_000 as Weight).saturating_mul(a as Weight)) // Standard Error: 1_000 - .saturating_add((182_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((171_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn add_proxy(p: u32, ) -> Weight { - (36_683_000 as Weight) - // Standard Error: 0 - .saturating_add((242_000 as Weight).saturating_mul(p as Weight)) + (34_635_000 as Weight) + // Standard Error: 1_000 + .saturating_add((247_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn remove_proxy(p: u32, ) -> Weight { - (36_487_000 as Weight) + (34_228_000 as Weight) // Standard Error: 1_000 - .saturating_add((276_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((277_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn remove_proxies(p: u32, ) -> Weight { - (35_131_000 as Weight) + (33_304_000 as Weight) // Standard Error: 1_000 - .saturating_add((188_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((190_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn anonymous(p: u32, ) -> Weight { - (49_281_000 as Weight) + (46_735_000 as Weight) // Standard Error: 1_000 - .saturating_add((30_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((33_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn kill_anonymous(p: u32, ) -> Weight { - (37_235_000 as Weight) + (35_393_000 as Weight) // Standard Error: 1_000 .saturating_add((188_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) diff --git a/polkadot/runtime/westend/src/weights/pallet_scheduler.rs b/polkadot/runtime/westend/src/weights/pallet_scheduler.rs index 56d6cb63e4..167eab8ab2 100644 --- a/polkadot/runtime/westend/src/weights/pallet_scheduler.rs +++ b/polkadot/runtime/westend/src/weights/pallet_scheduler.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_scheduler //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-25, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 128 // Executed Command: @@ -44,30 +44,30 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_scheduler::WeightInfo for WeightInfo { fn schedule(s: u32, ) -> Weight { - (24_889_000 as Weight) + (23_221_000 as Weight) // Standard Error: 0 - .saturating_add((42_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((38_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn cancel(s: u32, ) -> Weight { - (22_572_000 as Weight) + (22_223_000 as Weight) // Standard Error: 6_000 - .saturating_add((2_932_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((2_680_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn schedule_named(s: u32, ) -> Weight { - (31_653_000 as Weight) + (29_506_000 as Weight) // Standard Error: 1_000 - .saturating_add((59_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((62_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn cancel_named(s: u32, ) -> Weight { - (26_070_000 as Weight) + (24_181_000 as Weight) // Standard Error: 6_000 - .saturating_add((2_941_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((2_707_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/polkadot/runtime/westend/src/weights/pallet_session.rs b/polkadot/runtime/westend/src/weights/pallet_session.rs index 7819a9004c..8a437b0757 100644 --- a/polkadot/runtime/westend/src/weights/pallet_session.rs +++ b/polkadot/runtime/westend/src/weights/pallet_session.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_session //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-25, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 128 // Executed Command: @@ -44,12 +44,12 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_session::WeightInfo for WeightInfo { fn set_keys() -> Weight { - (74_585_000 as Weight) + (74_140_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(7 as Weight)) } fn purge_keys() -> Weight { - (43_635_000 as Weight) + (42_060_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(7 as Weight)) } diff --git a/polkadot/runtime/westend/src/weights/pallet_staking.rs b/polkadot/runtime/westend/src/weights/pallet_staking.rs index 66477ccbc0..897541f979 100644 --- a/polkadot/runtime/westend/src/weights/pallet_staking.rs +++ b/polkadot/runtime/westend/src/weights/pallet_staking.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_staking //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-25, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 128 // Executed Command: @@ -44,81 +44,81 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_staking::WeightInfo for WeightInfo { fn bond() -> Weight { - (73_681_000 as Weight) + (71_219_000 as Weight) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn bond_extra() -> Weight { - (56_759_000 as Weight) + (54_162_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn unbond() -> Weight { - (51_922_000 as Weight) + (48_986_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn withdraw_unbonded_update(s: u32, ) -> Weight { - (52_413_000 as Weight) + (49_703_000 as Weight) // Standard Error: 0 - .saturating_add((33_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((34_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn withdraw_unbonded_kill(s: u32, ) -> Weight { - (83_859_000 as Weight) + (79_898_000 as Weight) // Standard Error: 1_000 - .saturating_add((2_615_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((2_438_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(8 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } fn validate() -> Weight { - (14_443_000 as Weight) + (14_252_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn kick(k: u32, ) -> Weight { - (11_214_000 as Weight) - // Standard Error: 6_000 - .saturating_add((18_397_000 as Weight).saturating_mul(k as Weight)) + (8_324_000 as Weight) + // Standard Error: 13_000 + .saturating_add((18_015_000 as Weight).saturating_mul(k as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(k as Weight))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(k as Weight))) } fn nominate(n: u32, ) -> Weight { - (24_507_000 as Weight) - // Standard Error: 11_000 - .saturating_add((5_798_000 as Weight).saturating_mul(n as Weight)) + (22_838_000 as Weight) + // Standard Error: 13_000 + .saturating_add((6_119_000 as Weight).saturating_mul(n as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(n as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn chill() -> Weight { - (13_961_000 as Weight) + (13_931_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn set_payee() -> Weight { - (11_944_000 as Weight) + (11_880_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_controller() -> Weight { - (26_728_000 as Weight) + (26_179_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn set_validator_count() -> Weight { - (1_923_000 as Weight) + (1_967_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn force_no_eras() -> Weight { - (2_238_000 as Weight) + (2_291_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn force_new_era() -> Weight { - (2_223_000 as Weight) + (2_255_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn force_new_era_always() -> Weight { @@ -126,73 +126,73 @@ impl pallet_staking::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_invulnerables(v: u32, ) -> Weight { - (2_318_000 as Weight) + (2_639_000 as Weight) // Standard Error: 0 .saturating_add((35_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn force_unstake(s: u32, ) -> Weight { - (59_015_000 as Weight) + (56_443_000 as Weight) // Standard Error: 1_000 - .saturating_add((2_604_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((2_431_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(8 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } fn cancel_deferred_slash(s: u32, ) -> Weight { - (5_915_799_000 as Weight) - // Standard Error: 390_000 - .saturating_add((34_617_000 as Weight).saturating_mul(s as Weight)) + (5_904_792_000 as Weight) + // Standard Error: 388_000 + .saturating_add((34_560_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn payout_stakers_dead_controller(n: u32, ) -> Weight { - (104_249_000 as Weight) - // Standard Error: 21_000 - .saturating_add((49_455_000 as Weight).saturating_mul(n as Weight)) + (103_934_000 as Weight) + // Standard Error: 30_000 + .saturating_add((47_667_000 as Weight).saturating_mul(n as Weight)) .saturating_add(T::DbWeight::get().reads(10 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(n as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(n as Weight))) } fn payout_stakers_alive_staked(n: u32, ) -> Weight { - (134_399_000 as Weight) - // Standard Error: 29_000 - .saturating_add((63_346_000 as Weight).saturating_mul(n as Weight)) + (127_533_000 as Weight) + // Standard Error: 28_000 + .saturating_add((60_316_000 as Weight).saturating_mul(n as Weight)) .saturating_add(T::DbWeight::get().reads(11 as Weight)) .saturating_add(T::DbWeight::get().reads((5 as Weight).saturating_mul(n as Weight))) .saturating_add(T::DbWeight::get().writes(3 as Weight)) .saturating_add(T::DbWeight::get().writes((3 as Weight).saturating_mul(n as Weight))) } fn rebond(l: u32, ) -> Weight { - (34_522_000 as Weight) + (32_768_000 as Weight) // Standard Error: 1_000 - .saturating_add((84_000 as Weight).saturating_mul(l as Weight)) + .saturating_add((81_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn set_history_depth(e: u32, ) -> Weight { (0 as Weight) - // Standard Error: 62_000 - .saturating_add((32_000_000 as Weight).saturating_mul(e as Weight)) + // Standard Error: 65_000 + .saturating_add((31_752_000 as Weight).saturating_mul(e as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) .saturating_add(T::DbWeight::get().writes((7 as Weight).saturating_mul(e as Weight))) } fn reap_stash(s: u32, ) -> Weight { - (62_475_000 as Weight) + (59_633_000 as Weight) // Standard Error: 0 - .saturating_add((2_594_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((2_429_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(8 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } fn new_era(v: u32, n: u32, ) -> Weight { (0 as Weight) - // Standard Error: 934_000 - .saturating_add((374_150_000 as Weight).saturating_mul(v as Weight)) - // Standard Error: 46_000 - .saturating_add((61_264_000 as Weight).saturating_mul(n as Weight)) + // Standard Error: 982_000 + .saturating_add((380_026_000 as Weight).saturating_mul(v as Weight)) + // Standard Error: 49_000 + .saturating_add((60_860_000 as Weight).saturating_mul(n as Weight)) .saturating_add(T::DbWeight::get().reads(10 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(v as Weight))) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(n as Weight))) @@ -201,12 +201,12 @@ impl pallet_staking::WeightInfo for WeightInfo { } fn get_npos_voters(v: u32, n: u32, s: u32, ) -> Weight { (0 as Weight) - // Standard Error: 93_000 - .saturating_add((26_414_000 as Weight).saturating_mul(v as Weight)) - // Standard Error: 93_000 - .saturating_add((28_989_000 as Weight).saturating_mul(n as Weight)) - // Standard Error: 1_272_000 - .saturating_add((16_569_000 as Weight).saturating_mul(s as Weight)) + // Standard Error: 97_000 + .saturating_add((25_608_000 as Weight).saturating_mul(v as Weight)) + // Standard Error: 97_000 + .saturating_add((28_328_000 as Weight).saturating_mul(n as Weight)) + // Standard Error: 1_324_000 + .saturating_add((19_792_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(v as Weight))) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(n as Weight))) @@ -214,8 +214,8 @@ impl pallet_staking::WeightInfo for WeightInfo { } fn get_npos_targets(v: u32, ) -> Weight { (0 as Weight) - // Standard Error: 25_000 - .saturating_add((10_733_000 as Weight).saturating_mul(v as Weight)) + // Standard Error: 28_000 + .saturating_add((10_345_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(v as Weight))) } diff --git a/polkadot/runtime/westend/src/weights/pallet_timestamp.rs b/polkadot/runtime/westend/src/weights/pallet_timestamp.rs index fda28443da..301a7a488e 100644 --- a/polkadot/runtime/westend/src/weights/pallet_timestamp.rs +++ b/polkadot/runtime/westend/src/weights/pallet_timestamp.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_timestamp //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-25, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 128 // Executed Command: @@ -44,11 +44,11 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_timestamp::WeightInfo for WeightInfo { fn set() -> Weight { - (9_742_000 as Weight) + (9_253_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn on_finalize() -> Weight { - (4_043_000 as Weight) + (3_911_000 as Weight) } } diff --git a/polkadot/runtime/westend/src/weights/pallet_utility.rs b/polkadot/runtime/westend/src/weights/pallet_utility.rs index 93f1c57142..e9c3757f49 100644 --- a/polkadot/runtime/westend/src/weights/pallet_utility.rs +++ b/polkadot/runtime/westend/src/weights/pallet_utility.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-25, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 128 // Executed Command: @@ -44,16 +44,16 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_utility::WeightInfo for WeightInfo { fn batch(c: u32, ) -> Weight { - (14_538_000 as Weight) + (13_136_000 as Weight) // Standard Error: 0 - .saturating_add((1_754_000 as Weight).saturating_mul(c as Weight)) + .saturating_add((1_027_000 as Weight).saturating_mul(c as Weight)) } fn as_derivative() -> Weight { - (3_873_000 as Weight) + (3_629_000 as Weight) } fn batch_all(c: u32, ) -> Weight { - (15_273_000 as Weight) + (14_122_000 as Weight) // Standard Error: 0 - .saturating_add((1_514_000 as Weight).saturating_mul(c as Weight)) + .saturating_add((1_026_000 as Weight).saturating_mul(c as Weight)) } } diff --git a/polkadot/runtime/westend/src/weights/pallet_vesting.rs b/polkadot/runtime/westend/src/weights/pallet_vesting.rs index 7124f1ad8f..51ae5c608c 100644 --- a/polkadot/runtime/westend/src/weights/pallet_vesting.rs +++ b/polkadot/runtime/westend/src/weights/pallet_vesting.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for pallet_vesting //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0 -//! DATE: 2021-03-25, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 128 // Executed Command: @@ -44,44 +44,44 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_vesting::WeightInfo for WeightInfo { fn vest_locked(l: u32, ) -> Weight { - (42_738_000 as Weight) - // Standard Error: 10_000 - .saturating_add((215_000 as Weight).saturating_mul(l as Weight)) + (42_608_000 as Weight) + // Standard Error: 11_000 + .saturating_add((206_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn vest_unlocked(l: u32, ) -> Weight { - (46_236_000 as Weight) - // Standard Error: 1_000 - .saturating_add((145_000 as Weight).saturating_mul(l as Weight)) + (46_176_000 as Weight) + // Standard Error: 4_000 + .saturating_add((149_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn vest_other_locked(l: u32, ) -> Weight { - (42_299_000 as Weight) - // Standard Error: 10_000 - .saturating_add((218_000 as Weight).saturating_mul(l as Weight)) + (41_692_000 as Weight) + // Standard Error: 15_000 + .saturating_add((234_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn vest_other_unlocked(l: u32, ) -> Weight { - (45_827_000 as Weight) - // Standard Error: 1_000 - .saturating_add((145_000 as Weight).saturating_mul(l as Weight)) + (45_681_000 as Weight) + // Standard Error: 5_000 + .saturating_add((164_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn vested_transfer(l: u32, ) -> Weight { - (101_228_000 as Weight) + (103_991_000 as Weight) // Standard Error: 12_000 - .saturating_add((145_000 as Weight).saturating_mul(l as Weight)) + .saturating_add((107_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn force_vested_transfer(l: u32, ) -> Weight { - (102_155_000 as Weight) - // Standard Error: 11_000 - .saturating_add((124_000 as Weight).saturating_mul(l as Weight)) + (103_347_000 as Weight) + // Standard Error: 12_000 + .saturating_add((106_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml index 6589cc172a..d67e94ff60 100644 --- a/polkadot/statement-table/Cargo.toml +++ b/polkadot/statement-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-table" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/xcm/Cargo.toml b/polkadot/xcm/Cargo.toml index 2f3e8de4e6..82a0bd2b53 100644 --- a/polkadot/xcm/Cargo.toml +++ b/polkadot/xcm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm" -version = "0.8.30" +version = "0.8.31" authors = ["Parity Technologies x"] description = "The basic XCM datastructures." edition = "2018" diff --git a/polkadot/xcm/xcm-builder/Cargo.toml b/polkadot/xcm/xcm-builder/Cargo.toml index 1f52f27a6a..97bdd95850 100644 --- a/polkadot/xcm/xcm-builder/Cargo.toml +++ b/polkadot/xcm/xcm-builder/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Parity Technologies "] edition = "2018" name = "xcm-builder" description = "Tools & types for building with XCM and its executor." -version = "0.8.30" +version = "0.8.31" [dependencies] impl-trait-for-tuples = "0.2.0" diff --git a/polkadot/xcm/xcm-executor/Cargo.toml b/polkadot/xcm/xcm-executor/Cargo.toml index b1d5e1ff94..6d559e547e 100644 --- a/polkadot/xcm/xcm-executor/Cargo.toml +++ b/polkadot/xcm/xcm-executor/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Parity Technologies "] edition = "2018" name = "xcm-executor" description = "An abstract and configurable XCM message executor." -version = "0.8.30" +version = "0.8.31" [dependencies] impl-trait-for-tuples = "0.2.0"