Unverified Commit 381cae23 authored by Martin Pugh's avatar Martin Pugh Committed by GitHub
Browse files

[WIP] Update weights in prep for v0.8.27 (#2097)



* Update weights for polkadot

* add Kusama weights

* add westend weights

* remove claims weight files

claims still uses in-line weights which is fine cause it is a polkadot specific pallet

Co-authored-by: default avatarParity Benchmarking Bot <admin@parity.io>
Co-authored-by: Shawn Tabrizi's avatarShawn Tabrizi <shawntabrizi@gmail.com>
parent b12325b9
Pipeline #116726 passed with stages
in 27 minutes and 27 seconds
...@@ -13,16 +13,16 @@ ...@@ -13,16 +13,16 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>. // along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
//! Weights for pallet_balances //! Autogenerated weights for pallet_balances
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 2.0.0 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 2.0.0
//! DATE: 2020-10-30, STEPS: [50, ], REPEAT: 20, LOW RANGE: [], HIGH RANGE: [] //! DATE: 2020-12-09, STEPS: [50, ], REPEAT: 20, LOW RANGE: [], HIGH RANGE: []
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128
// Executed Command: // Executed Command:
// ./target/release/polkadot // target/release/polkadot
// benchmark // benchmark
// --chain // --chain=kusama-dev
// kusama-dev
// --steps=50 // --steps=50
// --repeat=20 // --repeat=20
// --pallet=pallet_balances // --pallet=pallet_balances
...@@ -30,8 +30,7 @@ ...@@ -30,8 +30,7 @@
// --execution=wasm // --execution=wasm
// --wasm-execution=compiled // --wasm-execution=compiled
// --heap-pages=4096 // --heap-pages=4096
// --header // --header=./file_header.txt
// ./file_header.txt
// --output=./runtime/kusama/src/weights/ // --output=./runtime/kusama/src/weights/
...@@ -45,27 +44,27 @@ use sp_std::marker::PhantomData; ...@@ -45,27 +44,27 @@ use sp_std::marker::PhantomData;
pub struct WeightInfo<T>(PhantomData<T>); pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
fn transfer() -> Weight { fn transfer() -> Weight {
(91_625_000 as Weight) (93_087_000 as Weight)
.saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight))
} }
fn transfer_keep_alive() -> Weight { fn transfer_keep_alive() -> Weight {
(62_431_000 as Weight) (63_971_000 as Weight)
.saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight))
} }
fn set_balance_creating() -> Weight { fn set_balance_creating() -> Weight {
(34_599_000 as Weight) (35_018_000 as Weight)
.saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight))
} }
fn set_balance_killing() -> Weight { fn set_balance_killing() -> Weight {
(43_308_000 as Weight) (44_144_000 as Weight)
.saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight))
} }
fn force_transfer() -> Weight { fn force_transfer() -> Weight {
(90_578_000 as Weight) (91_707_000 as Weight)
.saturating_add(T::DbWeight::get().reads(2 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(2 as Weight))
} }
......
...@@ -13,16 +13,16 @@ ...@@ -13,16 +13,16 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>. // along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
//! Weights for pallet_collective //! Autogenerated weights for pallet_collective
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 2.0.0 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 2.0.0
//! DATE: 2020-10-30, STEPS: [50, ], REPEAT: 20, LOW RANGE: [], HIGH RANGE: [] //! DATE: 2020-12-09, STEPS: [50, ], REPEAT: 20, LOW RANGE: [], HIGH RANGE: []
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128
// Executed Command: // Executed Command:
// ./target/release/polkadot // target/release/polkadot
// benchmark // benchmark
// --chain // --chain=kusama-dev
// kusama-dev
// --steps=50 // --steps=50
// --repeat=20 // --repeat=20
// --pallet=pallet_collective // --pallet=pallet_collective
...@@ -30,8 +30,7 @@ ...@@ -30,8 +30,7 @@
// --execution=wasm // --execution=wasm
// --wasm-execution=compiled // --wasm-execution=compiled
// --heap-pages=4096 // --heap-pages=4096
// --header // --header=./file_header.txt
// ./file_header.txt
// --output=./runtime/kusama/src/weights/ // --output=./runtime/kusama/src/weights/
...@@ -46,73 +45,95 @@ pub struct WeightInfo<T>(PhantomData<T>); ...@@ -46,73 +45,95 @@ pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
fn set_members(m: u32, n: u32, p: u32, ) -> Weight { fn set_members(m: u32, n: u32, p: u32, ) -> Weight {
(0 as Weight) (0 as Weight)
.saturating_add((20_744_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 9_000
.saturating_add((71_000 as Weight).saturating_mul(n as Weight)) .saturating_add((20_739_000 as Weight).saturating_mul(m as Weight))
.saturating_add((27_804_000 as Weight).saturating_mul(p as Weight)) // Standard Error: 9_000
.saturating_add((50_000 as Weight).saturating_mul(n as Weight))
// Standard Error: 9_000
.saturating_add((28_199_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(2 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().reads((1 as Weight).saturating_mul(p as Weight)))
.saturating_add(T::DbWeight::get().writes(2 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))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight)))
} }
fn execute(b: u32, m: u32, ) -> Weight { fn execute(b: u32, m: u32, ) -> Weight {
(29_512_000 as Weight) (30_949_000 as Weight)
.saturating_add((4_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 0
.saturating_add((112_000 as Weight).saturating_mul(m as Weight)) .saturating_add((3_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 0
.saturating_add((111_000 as Weight).saturating_mul(m as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight))
} }
fn propose_execute(b: u32, m: u32, ) -> Weight { fn propose_execute(b: u32, m: u32, ) -> Weight {
(36_554_000 as Weight) (37_904_000 as Weight)
// Standard Error: 0
.saturating_add((4_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((220_000 as Weight).saturating_mul(m as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight))
} }
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
(60_010_000 as Weight) (62_075_000 as Weight)
// Standard Error: 0
.saturating_add((5_000 as Weight).saturating_mul(b as Weight)) .saturating_add((5_000 as Weight).saturating_mul(b as Weight))
// Standard Error: 0
.saturating_add((115_000 as Weight).saturating_mul(m as Weight)) .saturating_add((115_000 as Weight).saturating_mul(m as Weight))
.saturating_add((565_000 as Weight).saturating_mul(p as Weight)) // Standard Error: 0
.saturating_add((588_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight))
.saturating_add(T::DbWeight::get().writes(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight))
} }
fn vote(m: u32, ) -> Weight { fn vote(m: u32, ) -> Weight {
(43_161_000 as Weight) (43_811_000 as Weight)
.saturating_add((277_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 0
.saturating_add((281_000 as Weight).saturating_mul(m as Weight))
.saturating_add(T::DbWeight::get().reads(2 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))
} }
fn close_early_disapproved(m: u32, p: u32, ) -> Weight { fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
(57_179_000 as Weight) (59_086_000 as Weight)
.saturating_add((215_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 1_000
.saturating_add((527_000 as Weight).saturating_mul(p as Weight)) .saturating_add((222_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 1_000
.saturating_add((542_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_add(T::DbWeight::get().writes(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight))
} }
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
(82_532_000 as Weight) (84_535_000 as Weight)
// Standard Error: 0
.saturating_add((3_000 as Weight).saturating_mul(b as Weight)) .saturating_add((3_000 as Weight).saturating_mul(b as Weight))
.saturating_add((220_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 0
.saturating_add((532_000 as Weight).saturating_mul(p as Weight)) .saturating_add((221_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 0
.saturating_add((557_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight))
} }
fn close_disapproved(m: u32, p: u32, ) -> Weight { fn close_disapproved(m: u32, p: u32, ) -> Weight {
(63_597_000 as Weight) (65_098_000 as Weight)
.saturating_add((219_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 0
.saturating_add((526_000 as Weight).saturating_mul(p as Weight)) .saturating_add((221_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 0
.saturating_add((552_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight))
} }
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
(88_919_000 as Weight) (90_884_000 as Weight)
.saturating_add((3_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 0
.saturating_add((220_000 as Weight).saturating_mul(m as Weight)) .saturating_add((4_000 as Weight).saturating_mul(b as Weight))
.saturating_add((532_000 as Weight).saturating_mul(p as Weight)) // Standard Error: 0
.saturating_add((221_000 as Weight).saturating_mul(m as Weight))
// Standard Error: 0
.saturating_add((558_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight))
} }
fn disapprove_proposal(p: u32, ) -> Weight { fn disapprove_proposal(p: u32, ) -> Weight {
(33_674_000 as Weight) (34_674_000 as Weight)
.saturating_add((527_000 as Weight).saturating_mul(p as Weight)) // Standard Error: 0
.saturating_add((552_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight))
} }
......
...@@ -13,16 +13,16 @@ ...@@ -13,16 +13,16 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>. // along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
//! Weights for pallet_democracy //! Autogenerated weights for pallet_democracy
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 2.0.0 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 2.0.0
//! DATE: 2020-10-30, STEPS: [50, ], REPEAT: 20, LOW RANGE: [], HIGH RANGE: [] //! DATE: 2020-12-09, STEPS: [50, ], REPEAT: 20, LOW RANGE: [], HIGH RANGE: []
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128 //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128
// Executed Command: // Executed Command:
// ./target/release/polkadot // target/release/polkadot
// benchmark // benchmark
// --chain // --chain=kusama-dev
// kusama-dev
// --steps=50 // --steps=50
// --repeat=20 // --repeat=20
// --pallet=pallet_democracy // --pallet=pallet_democracy
...@@ -30,8 +30,7 @@ ...@@ -30,8 +30,7 @@
// --execution=wasm // --execution=wasm
// --wasm-execution=compiled // --wasm-execution=compiled
// --heap-pages=4096 // --heap-pages=4096
// --header // --header=./file_header.txt
// ./file_header.txt
// --output=./runtime/kusama/src/weights/ // --output=./runtime/kusama/src/weights/
...@@ -45,145 +44,163 @@ use sp_std::marker::PhantomData; ...@@ -45,145 +44,163 @@ use sp_std::marker::PhantomData;
pub struct WeightInfo<T>(PhantomData<T>); pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> { impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
fn propose() -> Weight { fn propose() -> Weight {
(73_769_000 as Weight) (76_513_000 as Weight)
.saturating_add(T::DbWeight::get().reads(3 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(3 as Weight))
} }
fn second(s: u32, ) -> Weight { fn second(s: u32, ) -> Weight {
(48_621_000 as Weight) (50_536_000 as Weight)
.saturating_add((191_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0
.saturating_add((194_000 as Weight).saturating_mul(s as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight))
} }
fn vote_new(r: u32, ) -> Weight { fn vote_new(r: u32, ) -> Weight {
(58_568_000 as Weight) (60_328_000 as Weight)
.saturating_add((224_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 0
.saturating_add((227_000 as Weight).saturating_mul(r as Weight))
.saturating_add(T::DbWeight::get().reads(3 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(3 as Weight))
} }
fn vote_existing(r: u32, ) -> Weight { fn vote_existing(r: u32, ) -> Weight {
(58_374_000 as Weight) (60_063_000 as Weight)
.saturating_add((229_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 0
.saturating_add((232_000 as Weight).saturating_mul(r as Weight))
.saturating_add(T::DbWeight::get().reads(3 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(3 as Weight))
} }
fn emergency_cancel() -> Weight { fn emergency_cancel() -> Weight {
(35_851_000 as Weight) (37_941_000 as Weight)
.saturating_add(T::DbWeight::get().reads(2 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(2 as Weight))
} }
fn blacklist(p: u32, ) -> Weight { fn blacklist(p: u32, ) -> Weight {
(117_822_000 as Weight) (121_082_000 as Weight)
.saturating_add((802_000 as Weight).saturating_mul(p as Weight)) // Standard Error: 7_000
.saturating_add((816_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight))
.saturating_add(T::DbWeight::get().writes(6 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight))
} }
fn external_propose(v: u32, ) -> Weight { fn external_propose(v: u32, ) -> Weight {
(17_593_000 as Weight) (18_656_000 as Weight)
.saturating_add((110_000 as Weight).saturating_mul(v as Weight)) // Standard Error: 0
.saturating_add((107_000 as Weight).saturating_mul(v as Weight))
.saturating_add(T::DbWeight::get().reads(2 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))
} }
fn external_propose_majority() -> Weight { fn external_propose_majority() -> Weight {
(4_225_000 as Weight) (4_291_000 as Weight)
.saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight))
} }
fn external_propose_default() -> Weight { fn external_propose_default() -> Weight {
(4_148_000 as Weight) (4_484_000 as Weight)
.saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight))
} }
fn fast_track() -> Weight { fn fast_track() -> Weight {
(36_860_000 as Weight) (38_722_000 as Weight)
.saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight))
} }
fn veto_external(v: u32, ) -> Weight { fn veto_external(v: u32, ) -> Weight {
(38_043_000 as Weight) (39_271_000 as Weight)
.saturating_add((178_000 as Weight).saturating_mul(v as Weight)) // Standard Error: 0
.saturating_add((187_000 as Weight).saturating_mul(v as Weight))
.saturating_add(T::DbWeight::get().reads(2 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(2 as Weight))
} }
fn cancel_proposal(p: u32, ) -> Weight { fn cancel_proposal(p: u32, ) -> Weight {
(81_567_000 as Weight) (84_923_000 as Weight)
.saturating_add((876_000 as Weight).saturating_mul(p as Weight)) // Standard Error: 0
.saturating_add((879_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_add(T::DbWeight::get().writes(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight))
} }
fn cancel_referendum() -> Weight { fn cancel_referendum() -> Weight {
(21_906_000 as Weight) (22_591_000 as Weight)
.saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight))
} }
fn cancel_queued(r: u32, ) -> Weight { fn cancel_queued(r: u32, ) -> Weight {
(41_109_000 as Weight) (42_351_000 as Weight)
.saturating_add((3_388_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 1_000
.saturating_add((3_421_000 as Weight).saturating_mul(r as Weight))
.saturating_add(T::DbWeight::get().reads(2 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(2 as Weight))
} }
fn on_initialize_base(r: u32, ) -> Weight { fn on_initialize_base(r: u32, ) -> Weight {
(13_877_000 as Weight) (16_859_000 as Weight)
.saturating_add((6_543_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 3_000
.saturating_add((6_940_000 as Weight).saturating_mul(r as Weight))
.saturating_add(T::DbWeight::get().reads(5 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))) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight)))
} }
fn delegate(r: u32, ) -> Weight { fn delegate(r: u32, ) -> Weight {
(76_902_000 as Weight) (81_043_000 as Weight)
.saturating_add((9_605_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 2_000
.saturating_add((10_032_000 as Weight).saturating_mul(r as Weight))
.saturating_add(T::DbWeight::get().reads(4 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().reads((1 as Weight).saturating_mul(r as Weight)))
.saturating_add(T::DbWeight::get().writes(4 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))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(r as Weight)))
} }
fn undelegate(r: u32, ) -> Weight { fn undelegate(r: u32, ) -> Weight {
(39_807_000 as Weight) (40_537_000 as Weight)
.saturating_add((9_502_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 2_000
.saturating_add((10_019_000 as Weight).saturating_mul(r as Weight))
.saturating_add(T::DbWeight::get().reads(2 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().reads((1 as Weight).saturating_mul(r as Weight)))
.saturating_add(T::DbWeight::get().writes(2 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))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(r as Weight)))
} }
fn clear_public_proposals() -> Weight { fn clear_public_proposals() -> Weight {
(3_443_000 as Weight) (3_649_000 as Weight)
.saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight))
} }
fn note_preimage(b: u32, ) -> Weight { fn note_preimage(b: u32, ) -> Weight {
(55_525_000 as Weight) (57_601_000 as Weight)
// Standard Error: 0
.saturating_add((4_000 as Weight).saturating_mul(b as Weight)) .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().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight))
} }
fn note_imminent_preimage(b: u32, ) -> Weight { fn note_imminent_preimage(b: u32, ) -> Weight {
(37_807_000 as Weight) (39_448_000 as Weight)
// Standard Error: 0
.saturating_add((3_000 as Weight).saturating_mul(b as Weight)) .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().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight))
} }
fn reap_preimage(b: u32, ) -> Weight { fn reap_preimage(b: u32, ) -> Weight {
(51_485_000 as Weight) (53_441_000 as Weight)
// Standard Error: 0