diff --git a/runtime/kusama/constants/src/weights/block_weights.rs b/runtime/kusama/constants/src/weights/block_weights.rs
index a96b7bfc11de..8eff04625e05 100644
--- a/runtime/kusama/constants/src/weights/block_weights.rs
+++ b/runtime/kusama/constants/src/weights/block_weights.rs
@@ -1,28 +1,26 @@
-// This file is part of Substrate.
+// Copyright 2017-2022 Parity Technologies (UK) Ltd.
+// This file is part of Polkadot.
-// Copyright (C) 2022 Parity Technologies (UK) Ltd.
-// SPDX-License-Identifier: Apache-2.0
+// Polkadot is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
+// Polkadot is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+// You should have received a copy of the GNU General Public License
+// along with Polkadot. If not, see .
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-08-19 (Y/M/D)
+//! DATE: 2022-09-30 (Y/M/D)
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//!
//! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development`
//! WARMUPS: `10`, REPEAT: `100`
//! WEIGHT-PATH: `runtime/kusama/constants/src/weights/`
-//! WEIGHT-METRIC: `Average`, WEIGHT-MUL: `1`, WEIGHT-ADD: `0`
+//! WEIGHT-METRIC: `Average`, WEIGHT-MUL: `1.0`, WEIGHT-ADD: `0`
// Executed Command:
// ./target/production/polkadot
@@ -34,32 +32,31 @@
// --weight-path=runtime/kusama/constants/src/weights/
// --warmup=10
// --repeat=100
+// --header=./file_header.txt
-use frame_support::{
- parameter_types,
- weights::{constants::WEIGHT_PER_NANOS, Weight},
-};
+use sp_core::parameter_types;
+use sp_weights::{constants::WEIGHT_PER_NANOS, Weight};
parameter_types! {
/// Time to execute an empty block.
- /// Calculated by multiplying the *Average* with `1` and adding `0`.
+ /// Calculated by multiplying the *Average* with `1.0` and adding `0`.
///
/// Stats nanoseconds:
- /// Min, Max: 6_094_385, 6_351_993
- /// Average: 6_192_341
- /// Median: 6_193_838
- /// Std-Dev: 63893.84
+ /// Min, Max: 5_977_970, 6_247_695
+ /// Average: 6_080_888
+ /// Median: 6_099_746
+ /// Std-Dev: 64916.86
///
/// Percentiles nanoseconds:
- /// 99th: 6_332_047
- /// 95th: 6_308_225
- /// 75th: 6_236_204
- pub const BlockExecutionWeight: Weight = WEIGHT_PER_NANOS.saturating_mul(6_192_341);
+ /// 99th: 6_198_430
+ /// 95th: 6_173_317
+ /// 75th: 6_131_193
+ pub const BlockExecutionWeight: Weight = WEIGHT_PER_NANOS.saturating_mul(6_080_888);
}
#[cfg(test)]
mod test_weights {
- use frame_support::weights::constants;
+ use sp_weights::constants;
/// Checks that the weight exists and is sane.
// NOTE: If this test fails but you are sure that the generated values are fine,
diff --git a/runtime/kusama/constants/src/weights/extrinsic_weights.rs b/runtime/kusama/constants/src/weights/extrinsic_weights.rs
index dfa623b6c72a..a5ddc71ac30a 100644
--- a/runtime/kusama/constants/src/weights/extrinsic_weights.rs
+++ b/runtime/kusama/constants/src/weights/extrinsic_weights.rs
@@ -1,27 +1,26 @@
-// This file is part of Substrate.
+// Copyright 2017-2022 Parity Technologies (UK) Ltd.
+// This file is part of Polkadot.
-// Copyright (C) 2022 Parity Technologies (UK) Ltd.
-// SPDX-License-Identifier: Apache-2.0
+// Polkadot is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
+// Polkadot is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+// You should have received a copy of the GNU General Public License
+// along with Polkadot. If not, see .
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-04-20 (Y/M/D)
+//! DATE: 2022-09-30 (Y/M/D)
+//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//!
//! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development`
//! WARMUPS: `10`, REPEAT: `100`
//! WEIGHT-PATH: `runtime/kusama/constants/src/weights/`
-//! WEIGHT-METRIC: `Average`, WEIGHT-MUL: `1`, WEIGHT-ADD: `0`
+//! WEIGHT-METRIC: `Average`, WEIGHT-MUL: `1.0`, WEIGHT-ADD: `0`
// Executed Command:
// ./target/production/polkadot
@@ -33,32 +32,31 @@
// --weight-path=runtime/kusama/constants/src/weights/
// --warmup=10
// --repeat=100
+// --header=./file_header.txt
-use frame_support::{
- parameter_types,
- weights::{constants::WEIGHT_PER_NANOS, Weight},
-};
+use sp_core::parameter_types;
+use sp_weights::{constants::WEIGHT_PER_NANOS, Weight};
parameter_types! {
/// Time to execute a NO-OP extrinsic, for example `System::remark`.
- /// Calculated by multiplying the *Average* with `1` and adding `0`.
+ /// Calculated by multiplying the *Average* with `1.0` and adding `0`.
///
- /// Stats [NS]:
- /// Min, Max: 85_946, 88_408
- /// Average: 86_309
- /// Median: 86_213
- /// Std-Dev: 345.03
+ /// Stats nanoseconds:
+ /// Min, Max: 97_153, 98_640
+ /// Average: 97_742
+ /// Median: 97_679
+ /// Std-Dev: 327.25
///
- /// Percentiles [NS]:
- /// 99th: 87_527
- /// 95th: 86_901
- /// 75th: 86_308
- pub const ExtrinsicBaseWeight: Weight = WEIGHT_PER_NANOS.saturating_mul(86_309);
+ /// Percentiles nanoseconds:
+ /// 99th: 98_631
+ /// 95th: 98_574
+ /// 75th: 97_848
+ pub const ExtrinsicBaseWeight: Weight = WEIGHT_PER_NANOS.saturating_mul(97_742);
}
#[cfg(test)]
mod test_weights {
- use frame_support::weights::constants;
+ use sp_weights::constants;
/// Checks that the weight exists and is sane.
// NOTE: If this test fails but you are sure that the generated values are fine,
diff --git a/runtime/kusama/src/weights/frame_benchmarking_baseline.rs b/runtime/kusama/src/weights/frame_benchmarking_baseline.rs
index 174c8859a41e..58a68d02536a 100644
--- a/runtime/kusama/src/weights/frame_benchmarking_baseline.rs
+++ b/runtime/kusama/src/weights/frame_benchmarking_baseline.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `frame_benchmarking::baseline`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-29, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `frame_benchmarking::baseline`.
@@ -46,46 +46,46 @@ pub struct WeightInfo(PhantomData);
impl frame_benchmarking::baseline::WeightInfo for WeightInfo {
/// The range of component `i` is `[0, 1000000]`.
fn addition(_i: u32, ) -> Weight {
- Weight::from_ref_time(114_000 as u64)
+ Weight::from_ref_time(94_000 as u64)
}
/// The range of component `i` is `[0, 1000000]`.
fn subtraction(_i: u32, ) -> Weight {
- Weight::from_ref_time(125_000 as u64)
+ Weight::from_ref_time(100_000 as u64)
}
/// The range of component `i` is `[0, 1000000]`.
fn multiplication(_i: u32, ) -> Weight {
- Weight::from_ref_time(116_000 as u64)
+ Weight::from_ref_time(97_000 as u64)
}
/// The range of component `i` is `[0, 1000000]`.
fn division(_i: u32, ) -> Weight {
- Weight::from_ref_time(115_000 as u64)
+ Weight::from_ref_time(103_000 as u64)
}
/// The range of component `i` is `[0, 100]`.
fn hashing(i: u32, ) -> Weight {
- Weight::from_ref_time(19_441_790_000 as u64)
- // Standard Error: 126_000
- .saturating_add(Weight::from_ref_time(115_000 as u64).saturating_mul(i as u64))
+ Weight::from_ref_time(19_299_509_000 as u64)
+ // Standard Error: 89_846
+ .saturating_add(Weight::from_ref_time(2_355_090 as u64).saturating_mul(i as u64))
}
/// The range of component `i` is `[1, 100]`.
fn sr25519_verification(i: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
- // Standard Error: 35_000
- .saturating_add(Weight::from_ref_time(47_909_000 as u64).saturating_mul(i as u64))
+ Weight::from_ref_time(48_400_000 as u64)
+ // Standard Error: 28_872
+ .saturating_add(Weight::from_ref_time(47_055_257 as u64).saturating_mul(i as u64))
}
// Storage: Skipped Metadata (r:0 w:0)
/// The range of component `i` is `[0, 1000]`.
fn storage_read(i: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
- // Standard Error: 7_000
- .saturating_add(Weight::from_ref_time(1_998_000 as u64).saturating_mul(i as u64))
+ Weight::from_ref_time(120_000 as u64)
+ // Standard Error: 3_887
+ .saturating_add(Weight::from_ref_time(1_863_374 as u64).saturating_mul(i as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(i as u64)))
}
// Storage: Skipped Metadata (r:0 w:0)
/// The range of component `i` is `[0, 1000]`.
fn storage_write(i: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(338_000 as u64).saturating_mul(i as u64))
+ Weight::from_ref_time(108_000 as u64)
+ // Standard Error: 655
+ .saturating_add(Weight::from_ref_time(325_904 as u64).saturating_mul(i as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(i as u64)))
}
}
diff --git a/runtime/kusama/src/weights/frame_election_provider_support.rs b/runtime/kusama/src/weights/frame_election_provider_support.rs
index 3b1691b5b770..9d0a11956b37 100644
--- a/runtime/kusama/src/weights/frame_election_provider_support.rs
+++ b/runtime/kusama/src/weights/frame_election_provider_support.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `frame_election_provider_support`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-29, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `frame_election_provider_support`.
@@ -48,20 +48,20 @@ impl frame_election_provider_support::WeightInfo for We
/// The range of component `t` is `[500, 1000]`.
/// The range of component `d` is `[5, 16]`.
fn phragmen(v: u32, _t: u32, d: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
- // Standard Error: 56_000
- .saturating_add(Weight::from_ref_time(13_944_000 as u64).saturating_mul(v as u64))
- // Standard Error: 4_876_000
- .saturating_add(Weight::from_ref_time(2_223_649_000 as u64).saturating_mul(d as u64))
+ Weight::from_ref_time(5_488_493_000 as u64)
+ // Standard Error: 136_134
+ .saturating_add(Weight::from_ref_time(5_576_665 as u64).saturating_mul(v as u64))
+ // Standard Error: 13_917_868
+ .saturating_add(Weight::from_ref_time(1_536_295_334 as u64).saturating_mul(d as u64))
}
/// The range of component `v` is `[1000, 2000]`.
/// The range of component `t` is `[500, 1000]`.
/// The range of component `d` is `[5, 16]`.
fn phragmms(v: u32, _t: u32, d: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
- // Standard Error: 79_000
- .saturating_add(Weight::from_ref_time(14_480_000 as u64).saturating_mul(v as u64))
- // Standard Error: 6_844_000
- .saturating_add(Weight::from_ref_time(2_525_332_000 as u64).saturating_mul(d as u64))
+ Weight::from_ref_time(4_332_183_000 as u64)
+ // Standard Error: 146_563
+ .saturating_add(Weight::from_ref_time(5_508_430 as u64).saturating_mul(v as u64))
+ // Standard Error: 14_984_094
+ .saturating_add(Weight::from_ref_time(1_776_655_797 as u64).saturating_mul(d as u64))
}
}
diff --git a/runtime/kusama/src/weights/frame_system.rs b/runtime/kusama/src/weights/frame_system.rs
index 022c09e7752b..6275e95f082d 100644
--- a/runtime/kusama/src/weights/frame_system.rs
+++ b/runtime/kusama/src/weights/frame_system.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `frame_system`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-29, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `frame_system`.
@@ -46,45 +46,48 @@ pub struct WeightInfo(PhantomData);
impl frame_system::WeightInfo for WeightInfo {
/// The range of component `b` is `[0, 3932160]`.
fn remark(b: u32, ) -> Weight {
- Weight::from_ref_time(882_000 as u64)
+ Weight::from_ref_time(3_031_000 as u64)
// Standard Error: 0
- .saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(b as u64))
+ .saturating_add(Weight::from_ref_time(512 as u64).saturating_mul(b as u64))
}
/// The range of component `b` is `[0, 3932160]`.
fn remark_with_event(b: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
+ Weight::from_ref_time(11_653_000 as u64)
// Standard Error: 0
- .saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(b as u64))
+ .saturating_add(Weight::from_ref_time(1_829 as u64).saturating_mul(b as u64))
}
// Storage: System Digest (r:1 w:1)
// Storage: unknown [0x3a686561707061676573] (r:0 w:1)
fn set_heap_pages() -> Weight {
- Weight::from_ref_time(7_344_000 as u64)
+ Weight::from_ref_time(7_639_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: Skipped Metadata (r:0 w:0)
/// The range of component `i` is `[1, 1000]`.
fn set_storage(i: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
- // Standard Error: 2_000
- .saturating_add(Weight::from_ref_time(610_000 as u64).saturating_mul(i as u64))
+ Weight::from_ref_time(3_843_000 as u64)
+ // Standard Error: 1_590
+ .saturating_add(Weight::from_ref_time(578_944 as u64).saturating_mul(i as u64))
+ .saturating_add(T::DbWeight::get().writes(1 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(i as u64)))
}
// Storage: Skipped Metadata (r:0 w:0)
/// The range of component `i` is `[1, 1000]`.
fn kill_storage(i: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(454_000 as u64).saturating_mul(i as u64))
+ Weight::from_ref_time(3_896_000 as u64)
+ // Standard Error: 955
+ .saturating_add(Weight::from_ref_time(434_545 as u64).saturating_mul(i as u64))
+ .saturating_add(T::DbWeight::get().writes(1 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(i as u64)))
}
// Storage: Skipped Metadata (r:0 w:0)
/// The range of component `p` is `[1, 1000]`.
fn kill_prefix(p: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(978_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(6_337_000 as u64)
+ // Standard Error: 1_174
+ .saturating_add(Weight::from_ref_time(937_289 as u64).saturating_mul(p as u64))
+ .saturating_add(T::DbWeight::get().writes(1 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(p as u64)))
}
}
diff --git a/runtime/kusama/src/weights/pallet_bags_list.rs b/runtime/kusama/src/weights/pallet_bags_list.rs
index e753f72a62ea..b0f5c6a3834f 100644
--- a/runtime/kusama/src/weights/pallet_bags_list.rs
+++ b/runtime/kusama/src/weights/pallet_bags_list.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_bags_list`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-29, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_bags_list`.
@@ -49,7 +49,7 @@ impl pallet_bags_list::WeightInfo for WeightInfo {
// Storage: VoterList ListNodes (r:4 w:4)
// Storage: VoterList ListBags (r:1 w:1)
fn rebag_non_terminal() -> Weight {
- Weight::from_ref_time(61_057_000 as u64)
+ Weight::from_ref_time(61_387_000 as u64)
.saturating_add(T::DbWeight::get().reads(7 as u64))
.saturating_add(T::DbWeight::get().writes(5 as u64))
}
@@ -58,7 +58,7 @@ impl pallet_bags_list::WeightInfo for WeightInfo {
// Storage: VoterList ListNodes (r:3 w:3)
// Storage: VoterList ListBags (r:2 w:2)
fn rebag_terminal() -> Weight {
- Weight::from_ref_time(59_674_000 as u64)
+ Weight::from_ref_time(61_466_000 as u64)
.saturating_add(T::DbWeight::get().reads(7 as u64))
.saturating_add(T::DbWeight::get().writes(5 as u64))
}
@@ -68,7 +68,7 @@ impl pallet_bags_list::WeightInfo for WeightInfo {
// Storage: VoterList CounterForListNodes (r:1 w:1)
// Storage: VoterList ListBags (r:1 w:1)
fn put_in_front_of() -> Weight {
- Weight::from_ref_time(60_844_000 as u64)
+ Weight::from_ref_time(60_268_000 as u64)
.saturating_add(T::DbWeight::get().reads(10 as u64))
.saturating_add(T::DbWeight::get().writes(6 as u64))
}
diff --git a/runtime/kusama/src/weights/pallet_balances.rs b/runtime/kusama/src/weights/pallet_balances.rs
index adfee6ac8b23..742220c3f66c 100644
--- a/runtime/kusama/src/weights/pallet_balances.rs
+++ b/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 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-29, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_balances`.
@@ -46,43 +46,43 @@ pub struct WeightInfo(PhantomData);
impl pallet_balances::WeightInfo for WeightInfo {
// Storage: System Account (r:1 w:1)
fn transfer() -> Weight {
- Weight::from_ref_time(39_458_000 as u64)
+ Weight::from_ref_time(41_490_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: System Account (r:1 w:1)
fn transfer_keep_alive() -> Weight {
- Weight::from_ref_time(28_773_000 as u64)
+ Weight::from_ref_time(30_348_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: System Account (r:1 w:1)
fn set_balance_creating() -> Weight {
- Weight::from_ref_time(22_414_000 as u64)
+ Weight::from_ref_time(22_665_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: System Account (r:1 w:1)
fn set_balance_killing() -> Weight {
- Weight::from_ref_time(25_136_000 as u64)
+ Weight::from_ref_time(25_799_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: System Account (r:2 w:2)
fn force_transfer() -> Weight {
- Weight::from_ref_time(39_681_000 as u64)
+ Weight::from_ref_time(40_824_000 as u64)
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: System Account (r:1 w:1)
fn transfer_all() -> Weight {
- Weight::from_ref_time(33_651_000 as u64)
+ Weight::from_ref_time(36_158_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: System Account (r:1 w:1)
fn force_unreserve() -> Weight {
- Weight::from_ref_time(19_448_000 as u64)
+ Weight::from_ref_time(19_800_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
diff --git a/runtime/kusama/src/weights/pallet_bounties.rs b/runtime/kusama/src/weights/pallet_bounties.rs
index e4c633dc6114..a746f2d7113e 100644
--- a/runtime/kusama/src/weights/pallet_bounties.rs
+++ b/runtime/kusama/src/weights/pallet_bounties.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_bounties`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-29, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_bounties`.
@@ -50,43 +50,43 @@ impl pallet_bounties::WeightInfo for WeightInfo {
// Storage: Bounties Bounties (r:0 w:1)
/// The range of component `d` is `[0, 16384]`.
fn propose_bounty(d: u32, ) -> Weight {
- Weight::from_ref_time(28_877_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(d as u64))
+ Weight::from_ref_time(28_379_000 as u64)
+ // Standard Error: 4
+ .saturating_add(Weight::from_ref_time(1_101 as u64).saturating_mul(d as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(4 as u64))
}
// Storage: Bounties Bounties (r:1 w:1)
// Storage: Bounties BountyApprovals (r:1 w:1)
fn approve_bounty() -> Weight {
- Weight::from_ref_time(11_971_000 as u64)
+ Weight::from_ref_time(12_145_000 as u64)
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: Bounties Bounties (r:1 w:1)
fn propose_curator() -> Weight {
- Weight::from_ref_time(11_213_000 as u64)
+ Weight::from_ref_time(11_591_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Bounties Bounties (r:1 w:1)
// Storage: System Account (r:1 w:1)
fn unassign_curator() -> Weight {
- Weight::from_ref_time(39_351_000 as u64)
+ Weight::from_ref_time(39_758_000 as u64)
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: Bounties Bounties (r:1 w:1)
// Storage: System Account (r:1 w:1)
fn accept_curator() -> Weight {
- Weight::from_ref_time(27_149_000 as u64)
+ Weight::from_ref_time(27_547_000 as u64)
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: Bounties Bounties (r:1 w:1)
// Storage: ChildBounties ParentChildBounties (r:1 w:0)
fn award_bounty() -> Weight {
- Weight::from_ref_time(23_870_000 as u64)
+ Weight::from_ref_time(24_138_000 as u64)
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -95,7 +95,7 @@ impl pallet_bounties::WeightInfo for WeightInfo {
// Storage: ChildBounties ChildrenCuratorFees (r:1 w:1)
// Storage: Bounties BountyDescriptions (r:0 w:1)
fn claim_bounty() -> Weight {
- Weight::from_ref_time(67_658_000 as u64)
+ Weight::from_ref_time(69_841_000 as u64)
.saturating_add(T::DbWeight::get().reads(5 as u64))
.saturating_add(T::DbWeight::get().writes(6 as u64))
}
@@ -104,7 +104,7 @@ impl pallet_bounties::WeightInfo for WeightInfo {
// Storage: System Account (r:1 w:1)
// Storage: Bounties BountyDescriptions (r:0 w:1)
fn close_bounty_proposed() -> Weight {
- Weight::from_ref_time(41_915_000 as u64)
+ Weight::from_ref_time(44_107_000 as u64)
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -113,13 +113,13 @@ impl pallet_bounties::WeightInfo for WeightInfo {
// Storage: System Account (r:2 w:2)
// Storage: Bounties BountyDescriptions (r:0 w:1)
fn close_bounty_active() -> Weight {
- Weight::from_ref_time(51_843_000 as u64)
+ Weight::from_ref_time(51_984_000 as u64)
.saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().writes(4 as u64))
}
// Storage: Bounties Bounties (r:1 w:1)
fn extend_bounty_expiry() -> Weight {
- Weight::from_ref_time(19_980_000 as u64)
+ Weight::from_ref_time(20_912_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -128,12 +128,12 @@ impl pallet_bounties::WeightInfo for WeightInfo {
// Storage: System Account (r:2 w:2)
/// The range of component `b` is `[1, 100]`.
fn spend_funds(b: u32, ) -> Weight {
- Weight::from_ref_time(9_229_000 as u64)
- // Standard Error: 23_000
- .saturating_add(Weight::from_ref_time(25_764_000 as u64).saturating_mul(b as u64))
- .saturating_add(T::DbWeight::get().reads(1 as u64))
+ Weight::from_ref_time(44_641_000 as u64)
+ // Standard Error: 16_520
+ .saturating_add(Weight::from_ref_time(25_328_335 as u64).saturating_mul(b as u64))
+ .saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().reads((3 as u64).saturating_mul(b as u64)))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ .saturating_add(T::DbWeight::get().writes(4 as u64))
.saturating_add(T::DbWeight::get().writes((3 as u64).saturating_mul(b as u64)))
}
}
diff --git a/runtime/kusama/src/weights/pallet_child_bounties.rs b/runtime/kusama/src/weights/pallet_child_bounties.rs
index 861d7bf92ebf..5289c586b6ae 100644
--- a/runtime/kusama/src/weights/pallet_child_bounties.rs
+++ b/runtime/kusama/src/weights/pallet_child_bounties.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_child_bounties`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-29, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_child_bounties`.
@@ -52,9 +52,9 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight {
- Weight::from_ref_time(51_114_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(d as u64))
+ Weight::from_ref_time(52_399_000 as u64)
+ // Standard Error: 5
+ .saturating_add(Weight::from_ref_time(939 as u64).saturating_mul(d as u64))
.saturating_add(T::DbWeight::get().reads(5 as u64))
.saturating_add(T::DbWeight::get().writes(6 as u64))
}
@@ -62,7 +62,7 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight {
- Weight::from_ref_time(18_300_000 as u64)
+ Weight::from_ref_time(18_777_000 as u64)
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -70,7 +70,7 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight {
- Weight::from_ref_time(32_067_000 as u64)
+ Weight::from_ref_time(32_519_000 as u64)
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -78,14 +78,14 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight {
- Weight::from_ref_time(43_720_000 as u64)
+ Weight::from_ref_time(46_052_000 as u64)
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: Bounties Bounties (r:1 w:0)
// Storage: ChildBounties ChildBounties (r:1 w:1)
fn award_child_bounty() -> Weight {
- Weight::from_ref_time(27_081_000 as u64)
+ Weight::from_ref_time(27_600_000 as u64)
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -94,7 +94,7 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight {
- Weight::from_ref_time(65_901_000 as u64)
+ Weight::from_ref_time(67_533_000 as u64)
.saturating_add(T::DbWeight::get().reads(5 as u64))
.saturating_add(T::DbWeight::get().writes(6 as u64))
}
@@ -105,7 +105,7 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight {
- Weight::from_ref_time(50_101_000 as u64)
+ Weight::from_ref_time(51_096_000 as u64)
.saturating_add(T::DbWeight::get().reads(6 as u64))
.saturating_add(T::DbWeight::get().writes(6 as u64))
}
@@ -116,7 +116,7 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight {
- Weight::from_ref_time(61_510_000 as u64)
+ Weight::from_ref_time(61_102_000 as u64)
.saturating_add(T::DbWeight::get().reads(7 as u64))
.saturating_add(T::DbWeight::get().writes(7 as u64))
}
diff --git a/runtime/kusama/src/weights/pallet_collective_council.rs b/runtime/kusama/src/weights/pallet_collective_council.rs
index b59c6ff54ceb..428e8773f11e 100644
--- a/runtime/kusama/src/weights/pallet_collective_council.rs
+++ b/runtime/kusama/src/weights/pallet_collective_council.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_collective`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-29, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_collective`.
@@ -55,14 +55,14 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `n` is `[1, 100]`.
/// The range of component `p` is `[1, 100]`.
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
- // Standard Error: 9_000
- .saturating_add(Weight::from_ref_time(9_709_000 as u64).saturating_mul(m as u64))
- // Standard Error: 9_000
- .saturating_add(Weight::from_ref_time(11_829_000 as u64).saturating_mul(p as u64))
- .saturating_add(T::DbWeight::get().reads(2 as u64))
+ Weight::from_ref_time(37_150_000 as u64)
+ // Standard Error: 40_900
+ .saturating_add(Weight::from_ref_time(4_636_423 as u64).saturating_mul(m as u64))
+ // Standard Error: 40_900
+ .saturating_add(Weight::from_ref_time(6_899_534 as u64).saturating_mul(p as u64))
+ .saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(p as u64)))
- .saturating_add(T::DbWeight::get().writes(2 as u64))
+ .saturating_add(T::DbWeight::get().writes(3 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(p as u64)))
}
// Storage: Council Members (r:1 w:0)
@@ -71,11 +71,11 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `b` is `[1, 1024]`.
/// The range of component `m` is `[1, 100]`.
fn execute(b: u32, m: u32, ) -> Weight {
- Weight::from_ref_time(18_472_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(b as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(13_000 as u64).saturating_mul(m as u64))
+ Weight::from_ref_time(19_878_000 as u64)
+ // Standard Error: 13
+ .saturating_add(Weight::from_ref_time(1_379 as u64).saturating_mul(b as u64))
+ // Standard Error: 138
+ .saturating_add(Weight::from_ref_time(7_534 as u64).saturating_mul(m as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
}
// Storage: Council Members (r:1 w:0)
@@ -85,11 +85,11 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `b` is `[1, 1024]`.
/// The range of component `m` is `[1, 100]`.
fn propose_execute(b: u32, m: u32, ) -> Weight {
- Weight::from_ref_time(20_282_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(b as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(21_000 as u64).saturating_mul(m as u64))
+ Weight::from_ref_time(21_867_000 as u64)
+ // Standard Error: 15
+ .saturating_add(Weight::from_ref_time(1_224 as u64).saturating_mul(b as u64))
+ // Standard Error: 157
+ .saturating_add(Weight::from_ref_time(15_209 as u64).saturating_mul(m as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
}
// Storage: Council Members (r:1 w:0)
@@ -104,13 +104,13 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `m` is `[2, 100]`.
/// The range of component `p` is `[1, 100]`.
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
- Weight::from_ref_time(27_141_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(3_000 as u64).saturating_mul(b as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(22_000 as u64).saturating_mul(m as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(102_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(27_569_000 as u64)
+ // Standard Error: 40
+ .saturating_add(Weight::from_ref_time(3_255 as u64).saturating_mul(b as u64))
+ // Standard Error: 414
+ .saturating_add(Weight::from_ref_time(23_004 as u64).saturating_mul(m as u64))
+ // Standard Error: 412
+ .saturating_add(Weight::from_ref_time(102_197 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().writes(4 as u64))
}
@@ -119,9 +119,9 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `m` is `[5, 100]`.
/// The range of component `m` is `[5, 100]`.
fn vote(m: u32, ) -> Weight {
- Weight::from_ref_time(26_680_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(37_000 as u64).saturating_mul(m as u64))
+ Weight::from_ref_time(26_757_000 as u64)
+ // Standard Error: 150
+ .saturating_add(Weight::from_ref_time(43_174 as u64).saturating_mul(m as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -134,11 +134,11 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `m` is `[4, 100]`.
/// The range of component `p` is `[1, 100]`.
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
- Weight::from_ref_time(30_379_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(26_000 as u64).saturating_mul(m as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(85_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(29_861_000 as u64)
+ // Standard Error: 302
+ .saturating_add(Weight::from_ref_time(35_696 as u64).saturating_mul(m as u64))
+ // Standard Error: 304
+ .saturating_add(Weight::from_ref_time(93_672 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -153,13 +153,13 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `m` is `[4, 100]`.
/// The range of component `p` is `[1, 100]`.
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
- Weight::from_ref_time(40_122_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(b as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(26_000 as u64).saturating_mul(m as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(89_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(40_465_000 as u64)
+ // Standard Error: 36
+ .saturating_add(Weight::from_ref_time(1_434 as u64).saturating_mul(b as u64))
+ // Standard Error: 381
+ .saturating_add(Weight::from_ref_time(30_773 as u64).saturating_mul(m as u64))
+ // Standard Error: 377
+ .saturating_add(Weight::from_ref_time(93_170 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -173,11 +173,11 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `m` is `[4, 100]`.
/// The range of component `p` is `[1, 100]`.
fn close_disapproved(m: u32, p: u32, ) -> Weight {
- Weight::from_ref_time(32_590_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(29_000 as u64).saturating_mul(m as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(85_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(32_385_000 as u64)
+ // Standard Error: 286
+ .saturating_add(Weight::from_ref_time(35_430 as u64).saturating_mul(m as u64))
+ // Standard Error: 288
+ .saturating_add(Weight::from_ref_time(90_845 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -193,13 +193,13 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `m` is `[4, 100]`.
/// The range of component `p` is `[1, 100]`.
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
- Weight::from_ref_time(42_120_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(b as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(27_000 as u64).saturating_mul(m as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(91_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(42_233_000 as u64)
+ // Standard Error: 38
+ .saturating_add(Weight::from_ref_time(1_628 as u64).saturating_mul(b as u64))
+ // Standard Error: 396
+ .saturating_add(Weight::from_ref_time(32_046 as u64).saturating_mul(m as u64))
+ // Standard Error: 391
+ .saturating_add(Weight::from_ref_time(95_901 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(5 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -209,9 +209,9 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `p` is `[1, 100]`.
/// The range of component `p` is `[1, 100]`.
fn disapprove_proposal(p: u32, ) -> Weight {
- Weight::from_ref_time(21_325_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(87_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(18_966_000 as u64)
+ // Standard Error: 906
+ .saturating_add(Weight::from_ref_time(134_204 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
diff --git a/runtime/kusama/src/weights/pallet_collective_technical_committee.rs b/runtime/kusama/src/weights/pallet_collective_technical_committee.rs
index 6ec788ec0fd5..2f6d65a2554c 100644
--- a/runtime/kusama/src/weights/pallet_collective_technical_committee.rs
+++ b/runtime/kusama/src/weights/pallet_collective_technical_committee.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_collective`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-29, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_collective`.
@@ -55,14 +55,14 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `n` is `[1, 100]`.
/// The range of component `p` is `[1, 100]`.
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
- // Standard Error: 9_000
- .saturating_add(Weight::from_ref_time(9_293_000 as u64).saturating_mul(m as u64))
- // Standard Error: 9_000
- .saturating_add(Weight::from_ref_time(11_556_000 as u64).saturating_mul(p as u64))
- .saturating_add(T::DbWeight::get().reads(2 as u64))
+ Weight::from_ref_time(38_093_000 as u64)
+ // Standard Error: 41_849
+ .saturating_add(Weight::from_ref_time(4_726_391 as u64).saturating_mul(m as u64))
+ // Standard Error: 41_849
+ .saturating_add(Weight::from_ref_time(6_984_152 as u64).saturating_mul(p as u64))
+ .saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(p as u64)))
- .saturating_add(T::DbWeight::get().writes(2 as u64))
+ .saturating_add(T::DbWeight::get().writes(3 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(p as u64)))
}
// Storage: TechnicalCommittee Members (r:1 w:0)
@@ -71,11 +71,11 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `b` is `[1, 1024]`.
/// The range of component `m` is `[1, 100]`.
fn execute(b: u32, m: u32, ) -> Weight {
- Weight::from_ref_time(18_967_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(b as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(13_000 as u64).saturating_mul(m as u64))
+ Weight::from_ref_time(20_257_000 as u64)
+ // Standard Error: 13
+ .saturating_add(Weight::from_ref_time(1_331 as u64).saturating_mul(b as u64))
+ // Standard Error: 135
+ .saturating_add(Weight::from_ref_time(7_160 as u64).saturating_mul(m as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
}
// Storage: TechnicalCommittee Members (r:1 w:0)
@@ -85,11 +85,11 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `b` is `[1, 1024]`.
/// The range of component `m` is `[1, 100]`.
fn propose_execute(b: u32, m: u32, ) -> Weight {
- Weight::from_ref_time(20_872_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(b as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(21_000 as u64).saturating_mul(m as u64))
+ Weight::from_ref_time(22_563_000 as u64)
+ // Standard Error: 14
+ .saturating_add(Weight::from_ref_time(1_144 as u64).saturating_mul(b as u64))
+ // Standard Error: 150
+ .saturating_add(Weight::from_ref_time(12_980 as u64).saturating_mul(m as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
}
// Storage: TechnicalCommittee Members (r:1 w:0)
@@ -104,13 +104,13 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `m` is `[2, 100]`.
/// The range of component `p` is `[1, 100]`.
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
- Weight::from_ref_time(28_426_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(3_000 as u64).saturating_mul(b as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(21_000 as u64).saturating_mul(m as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(104_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(28_357_000 as u64)
+ // Standard Error: 37
+ .saturating_add(Weight::from_ref_time(3_372 as u64).saturating_mul(b as u64))
+ // Standard Error: 389
+ .saturating_add(Weight::from_ref_time(23_586 as u64).saturating_mul(m as u64))
+ // Standard Error: 386
+ .saturating_add(Weight::from_ref_time(106_011 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().writes(4 as u64))
}
@@ -119,9 +119,9 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `m` is `[5, 100]`.
/// The range of component `m` is `[5, 100]`.
fn vote(m: u32, ) -> Weight {
- Weight::from_ref_time(28_138_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(38_000 as u64).saturating_mul(m as u64))
+ Weight::from_ref_time(28_061_000 as u64)
+ // Standard Error: 127
+ .saturating_add(Weight::from_ref_time(41_443 as u64).saturating_mul(m as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -134,11 +134,11 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `m` is `[4, 100]`.
/// The range of component `p` is `[1, 100]`.
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
- Weight::from_ref_time(31_287_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(26_000 as u64).saturating_mul(m as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(84_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(31_150_000 as u64)
+ // Standard Error: 266
+ .saturating_add(Weight::from_ref_time(32_373 as u64).saturating_mul(m as u64))
+ // Standard Error: 267
+ .saturating_add(Weight::from_ref_time(90_603 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -153,13 +153,13 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `m` is `[4, 100]`.
/// The range of component `p` is `[1, 100]`.
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
- Weight::from_ref_time(40_722_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(b as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(26_000 as u64).saturating_mul(m as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(90_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(41_591_000 as u64)
+ // Standard Error: 36
+ .saturating_add(Weight::from_ref_time(1_423 as u64).saturating_mul(b as u64))
+ // Standard Error: 381
+ .saturating_add(Weight::from_ref_time(29_366 as u64).saturating_mul(m as u64))
+ // Standard Error: 377
+ .saturating_add(Weight::from_ref_time(91_203 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -173,11 +173,11 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `m` is `[4, 100]`.
/// The range of component `p` is `[1, 100]`.
fn close_disapproved(m: u32, p: u32, ) -> Weight {
- Weight::from_ref_time(33_303_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(30_000 as u64).saturating_mul(m as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(85_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(33_607_000 as u64)
+ // Standard Error: 256
+ .saturating_add(Weight::from_ref_time(32_661 as u64).saturating_mul(m as u64))
+ // Standard Error: 257
+ .saturating_add(Weight::from_ref_time(87_625 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -193,13 +193,13 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `m` is `[4, 100]`.
/// The range of component `p` is `[1, 100]`.
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
- Weight::from_ref_time(42_826_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(b as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(26_000 as u64).saturating_mul(m as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(93_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(43_167_000 as u64)
+ // Standard Error: 36
+ .saturating_add(Weight::from_ref_time(1_571 as u64).saturating_mul(b as u64))
+ // Standard Error: 379
+ .saturating_add(Weight::from_ref_time(31_365 as u64).saturating_mul(m as u64))
+ // Standard Error: 375
+ .saturating_add(Weight::from_ref_time(95_662 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(5 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -209,9 +209,9 @@ impl pallet_collective::WeightInfo for WeightInfo {
/// The range of component `p` is `[1, 100]`.
/// The range of component `p` is `[1, 100]`.
fn disapprove_proposal(p: u32, ) -> Weight {
- Weight::from_ref_time(21_772_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(90_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(19_390_000 as u64)
+ // Standard Error: 886
+ .saturating_add(Weight::from_ref_time(135_293 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
diff --git a/runtime/kusama/src/weights/pallet_democracy.rs b/runtime/kusama/src/weights/pallet_democracy.rs
index 76862dca3974..c7a821ee73c8 100644
--- a/runtime/kusama/src/weights/pallet_democracy.rs
+++ b/runtime/kusama/src/weights/pallet_democracy.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_democracy`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-29, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_democracy`.
@@ -49,16 +49,16 @@ impl pallet_democracy::WeightInfo for WeightInfo {
// Storage: Democracy Blacklist (r:1 w:0)
// Storage: Democracy DepositOf (r:0 w:1)
fn propose() -> Weight {
- Weight::from_ref_time(39_849_000 as u64)
+ Weight::from_ref_time(41_367_000 as u64)
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
// Storage: Democracy DepositOf (r:1 w:1)
/// The range of component `s` is `[0, 100]`.
fn second(s: u32, ) -> Weight {
- Weight::from_ref_time(31_560_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(81_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(31_059_000 as u64)
+ // Standard Error: 1_055
+ .saturating_add(Weight::from_ref_time(109_002 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -67,9 +67,9 @@ impl pallet_democracy::WeightInfo for WeightInfo {
// Storage: Balances Locks (r:1 w:1)
/// The range of component `r` is `[1, 99]`.
fn vote_new(r: u32, ) -> Weight {
- Weight::from_ref_time(43_461_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(91_000 as u64).saturating_mul(r as u64))
+ Weight::from_ref_time(41_883_000 as u64)
+ // Standard Error: 1_153
+ .saturating_add(Weight::from_ref_time(128_660 as u64).saturating_mul(r as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -78,16 +78,16 @@ impl pallet_democracy::WeightInfo for WeightInfo {
// Storage: Balances Locks (r:1 w:1)
/// The range of component `r` is `[1, 99]`.
fn vote_existing(r: u32, ) -> Weight {
- Weight::from_ref_time(43_754_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(88_000 as u64).saturating_mul(r as u64))
+ Weight::from_ref_time(41_273_000 as u64)
+ // Standard Error: 1_248
+ .saturating_add(Weight::from_ref_time(134_281 as u64).saturating_mul(r as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
// Storage: Democracy Cancellations (r:1 w:1)
fn emergency_cancel() -> Weight {
- Weight::from_ref_time(21_199_000 as u64)
+ Weight::from_ref_time(21_140_000 as u64)
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -99,37 +99,37 @@ impl pallet_democracy::WeightInfo for WeightInfo {
// Storage: System Account (r:1 w:1)
/// The range of component `p` is `[1, 100]`.
fn blacklist(p: u32, ) -> Weight {
- Weight::from_ref_time(55_593_000 as u64)
- // Standard Error: 6_000
- .saturating_add(Weight::from_ref_time(161_000 as u64).saturating_mul(p as u64))
- .saturating_add(T::DbWeight::get().reads(5 as u64))
- .saturating_add(T::DbWeight::get().writes(6 as u64))
+ Weight::from_ref_time(28_429_000 as u64)
+ // Standard Error: 11_480
+ .saturating_add(Weight::from_ref_time(593_649 as u64).saturating_mul(p as u64))
+ .saturating_add(T::DbWeight::get().reads(3 as u64))
+ .saturating_add(T::DbWeight::get().writes(4 as u64))
}
// Storage: Democracy NextExternal (r:1 w:1)
// Storage: Democracy Blacklist (r:1 w:0)
/// The range of component `v` is `[1, 100]`.
fn external_propose(v: u32, ) -> Weight {
- Weight::from_ref_time(14_747_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(13_000 as u64).saturating_mul(v as u64))
+ Weight::from_ref_time(14_363_000 as u64)
+ // Standard Error: 324
+ .saturating_add(Weight::from_ref_time(23_245 as u64).saturating_mul(v as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Democracy NextExternal (r:0 w:1)
fn external_propose_majority() -> Weight {
- Weight::from_ref_time(4_471_000 as u64)
+ Weight::from_ref_time(4_364_000 as u64)
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Democracy NextExternal (r:0 w:1)
fn external_propose_default() -> Weight {
- Weight::from_ref_time(4_230_000 as u64)
+ Weight::from_ref_time(4_304_000 as u64)
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Democracy NextExternal (r:1 w:1)
// Storage: Democracy ReferendumCount (r:1 w:1)
// Storage: Democracy ReferendumInfoOf (r:0 w:1)
fn fast_track() -> Weight {
- Weight::from_ref_time(20_311_000 as u64)
+ Weight::from_ref_time(21_236_000 as u64)
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -137,9 +137,9 @@ impl pallet_democracy::WeightInfo for WeightInfo {
// Storage: Democracy Blacklist (r:1 w:1)
/// The range of component `v` is `[0, 100]`.
fn veto_external(v: u32, ) -> Weight {
- Weight::from_ref_time(22_052_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(26_000 as u64).saturating_mul(v as u64))
+ Weight::from_ref_time(22_188_000 as u64)
+ // Standard Error: 396
+ .saturating_add(Weight::from_ref_time(35_591 as u64).saturating_mul(v as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -148,24 +148,24 @@ impl pallet_democracy::WeightInfo for WeightInfo {
// Storage: System Account (r:1 w:1)
/// The range of component `p` is `[1, 100]`.
fn cancel_proposal(p: u32, ) -> Weight {
- Weight::from_ref_time(46_926_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(130_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(42_934_000 as u64)
+ // Standard Error: 2_145
+ .saturating_add(Weight::from_ref_time(211_718 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
// Storage: Democracy ReferendumInfoOf (r:0 w:1)
fn cancel_referendum() -> Weight {
- Weight::from_ref_time(13_121_000 as u64)
+ Weight::from_ref_time(13_586_000 as u64)
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Scheduler Lookup (r:1 w:1)
// Storage: Scheduler Agenda (r:1 w:1)
/// The range of component `r` is `[1, 99]`.
fn cancel_queued(r: u32, ) -> Weight {
- Weight::from_ref_time(27_805_000 as u64)
- // Standard Error: 3_000
- .saturating_add(Weight::from_ref_time(1_112_000 as u64).saturating_mul(r as u64))
+ Weight::from_ref_time(24_477_000 as u64)
+ // Standard Error: 2_309
+ .saturating_add(Weight::from_ref_time(1_190_211 as u64).saturating_mul(r as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -174,10 +174,10 @@ impl pallet_democracy::WeightInfo for WeightInfo {
// Storage: Democracy ReferendumInfoOf (r:1 w:0)
/// The range of component `r` is `[1, 99]`.
fn on_initialize_base(r: u32, ) -> Weight {
- Weight::from_ref_time(9_815_000 as u64)
- // Standard Error: 4_000
- .saturating_add(Weight::from_ref_time(1_996_000 as u64).saturating_mul(r as u64))
- .saturating_add(T::DbWeight::get().reads(2 as u64))
+ Weight::from_ref_time(11_133_000 as u64)
+ // Standard Error: 2_170
+ .saturating_add(Weight::from_ref_time(2_021_727 as u64).saturating_mul(r as u64))
+ .saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(r as u64)))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -189,10 +189,10 @@ impl pallet_democracy::WeightInfo for WeightInfo {
// Storage: Democracy ReferendumInfoOf (r:1 w:0)
/// The range of component `r` is `[1, 99]`.
fn on_initialize_base_with_launch_period(r: u32, ) -> Weight {
- Weight::from_ref_time(12_343_000 as u64)
- // Standard Error: 3_000
- .saturating_add(Weight::from_ref_time(2_001_000 as u64).saturating_mul(r as u64))
- .saturating_add(T::DbWeight::get().reads(5 as u64))
+ Weight::from_ref_time(13_251_000 as u64)
+ // Standard Error: 2_716
+ .saturating_add(Weight::from_ref_time(2_035_208 as u64).saturating_mul(r as u64))
+ .saturating_add(T::DbWeight::get().reads(6 as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(r as u64)))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -201,46 +201,46 @@ impl pallet_democracy::WeightInfo for WeightInfo {
// Storage: Balances Locks (r:1 w:1)
/// The range of component `r` is `[1, 99]`.
fn delegate(r: u32, ) -> Weight {
- Weight::from_ref_time(47_307_000 as u64)
- // Standard Error: 5_000
- .saturating_add(Weight::from_ref_time(2_899_000 as u64).saturating_mul(r as u64))
- .saturating_add(T::DbWeight::get().reads(4 as u64))
+ Weight::from_ref_time(49_325_000 as u64)
+ // Standard Error: 2_647
+ .saturating_add(Weight::from_ref_time(2_903_311 as u64).saturating_mul(r as u64))
+ .saturating_add(T::DbWeight::get().reads(5 as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(r as u64)))
- .saturating_add(T::DbWeight::get().writes(4 as u64))
+ .saturating_add(T::DbWeight::get().writes(5 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(r as u64)))
}
// Storage: Democracy VotingOf (r:2 w:2)
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
/// The range of component `r` is `[1, 99]`.
fn undelegate(r: u32, ) -> Weight {
- Weight::from_ref_time(27_872_000 as u64)
- // Standard Error: 6_000
- .saturating_add(Weight::from_ref_time(2_861_000 as u64).saturating_mul(r as u64))
- .saturating_add(T::DbWeight::get().reads(2 as u64))
+ Weight::from_ref_time(30_364_000 as u64)
+ // Standard Error: 2_916
+ .saturating_add(Weight::from_ref_time(2_973_487 as u64).saturating_mul(r as u64))
+ .saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(r as u64)))
- .saturating_add(T::DbWeight::get().writes(2 as u64))
+ .saturating_add(T::DbWeight::get().writes(3 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(r as u64)))
}
// Storage: Democracy PublicProps (r:0 w:1)
fn clear_public_proposals() -> Weight {
- Weight::from_ref_time(5_014_000 as u64)
+ Weight::from_ref_time(5_340_000 as u64)
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Democracy Preimages (r:1 w:1)
/// The range of component `b` is `[0, 16384]`.
fn note_preimage(b: u32, ) -> Weight {
- Weight::from_ref_time(29_213_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(b as u64))
+ Weight::from_ref_time(19_940_000 as u64)
+ // Standard Error: 24
+ .saturating_add(Weight::from_ref_time(3_126 as u64).saturating_mul(b as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Democracy Preimages (r:1 w:1)
/// The range of component `b` is `[0, 16384]`.
fn note_imminent_preimage(b: u32, ) -> Weight {
- Weight::from_ref_time(21_778_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(b as u64))
+ Weight::from_ref_time(22_320_000 as u64)
+ // Standard Error: 2
+ .saturating_add(Weight::from_ref_time(2_151 as u64).saturating_mul(b as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -248,20 +248,20 @@ impl pallet_democracy::WeightInfo for WeightInfo {
// Storage: System Account (r:1 w:1)
/// The range of component `b` is `[0, 16384]`.
fn reap_preimage(b: u32, ) -> Weight {
- Weight::from_ref_time(36_642_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(b as u64))
- .saturating_add(T::DbWeight::get().reads(2 as u64))
- .saturating_add(T::DbWeight::get().writes(2 as u64))
+ Weight::from_ref_time(23_727_000 as u64)
+ // Standard Error: 33
+ .saturating_add(Weight::from_ref_time(2_023 as u64).saturating_mul(b as u64))
+ .saturating_add(T::DbWeight::get().reads(1 as u64))
+ .saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Democracy VotingOf (r:1 w:1)
// Storage: Balances Locks (r:1 w:1)
// Storage: System Account (r:1 w:1)
/// The range of component `r` is `[1, 99]`.
fn unlock_remove(r: u32, ) -> Weight {
- Weight::from_ref_time(31_776_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(37_000 as u64).saturating_mul(r as u64))
+ Weight::from_ref_time(30_504_000 as u64)
+ // Standard Error: 963
+ .saturating_add(Weight::from_ref_time(67_866 as u64).saturating_mul(r as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -270,9 +270,9 @@ impl pallet_democracy::WeightInfo for WeightInfo {
// Storage: System Account (r:1 w:1)
/// The range of component `r` is `[1, 99]`.
fn unlock_set(r: u32, ) -> Weight {
- Weight::from_ref_time(31_414_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(77_000 as u64).saturating_mul(r as u64))
+ Weight::from_ref_time(29_806_000 as u64)
+ // Standard Error: 936
+ .saturating_add(Weight::from_ref_time(113_532 as u64).saturating_mul(r as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -280,9 +280,9 @@ impl pallet_democracy::WeightInfo for WeightInfo {
// Storage: Democracy VotingOf (r:1 w:1)
/// The range of component `r` is `[1, 99]`.
fn remove_vote(r: u32, ) -> Weight {
- Weight::from_ref_time(18_428_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(84_000 as u64).saturating_mul(r as u64))
+ Weight::from_ref_time(16_134_000 as u64)
+ // Standard Error: 1_281
+ .saturating_add(Weight::from_ref_time(127_281 as u64).saturating_mul(r as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -290,9 +290,9 @@ impl pallet_democracy::WeightInfo for WeightInfo {
// Storage: Democracy VotingOf (r:1 w:1)
/// The range of component `r` is `[1, 99]`.
fn remove_other_vote(r: u32, ) -> Weight {
- Weight::from_ref_time(18_684_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(77_000 as u64).saturating_mul(r as u64))
+ Weight::from_ref_time(16_181_000 as u64)
+ // Standard Error: 1_257
+ .saturating_add(Weight::from_ref_time(123_758 as u64).saturating_mul(r as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
diff --git a/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs b/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs
index e388d4bce642..fade541c0ed0 100644
--- a/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs
+++ b/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_election_provider_multi_phase`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-29, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_election_provider_multi_phase`.
@@ -53,33 +53,33 @@ impl pallet_election_provider_multi_phase::WeightInfo f
// Storage: Staking ForceEra (r:1 w:0)
// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0)
fn on_initialize_nothing() -> Weight {
- Weight::from_ref_time(15_619_000 as u64)
+ Weight::from_ref_time(15_731_000 as u64)
.saturating_add(T::DbWeight::get().reads(8 as u64))
}
// Storage: ElectionProviderMultiPhase Round (r:1 w:0)
// Storage: ElectionProviderMultiPhase CurrentPhase (r:0 w:1)
fn on_initialize_open_signed() -> Weight {
- Weight::from_ref_time(14_464_000 as u64)
+ Weight::from_ref_time(15_079_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: ElectionProviderMultiPhase Round (r:1 w:0)
// Storage: ElectionProviderMultiPhase CurrentPhase (r:0 w:1)
fn on_initialize_open_unsigned() -> Weight {
- Weight::from_ref_time(14_167_000 as u64)
+ Weight::from_ref_time(14_040_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: System Account (r:1 w:1)
// Storage: ElectionProviderMultiPhase QueuedSolution (r:0 w:1)
fn finalize_signed_phase_accept_solution() -> Weight {
- Weight::from_ref_time(28_601_000 as u64)
+ Weight::from_ref_time(29_348_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: System Account (r:1 w:1)
fn finalize_signed_phase_reject_solution() -> Weight {
- Weight::from_ref_time(22_410_000 as u64)
+ Weight::from_ref_time(23_083_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -88,12 +88,10 @@ impl pallet_election_provider_multi_phase::WeightInfo f
// Storage: ElectionProviderMultiPhase Snapshot (r:0 w:1)
/// The range of component `v` is `[1000, 2000]`.
/// The range of component `t` is `[500, 1000]`.
- fn create_snapshot_internal(v: u32, t: u32, ) -> Weight {
- Weight::from_ref_time(14_136_000 as u64)
- // Standard Error: 2_000
- .saturating_add(Weight::from_ref_time(554_000 as u64).saturating_mul(v as u64))
- // Standard Error: 4_000
- .saturating_add(Weight::from_ref_time(86_000 as u64).saturating_mul(t as u64))
+ fn create_snapshot_internal(v: u32, _t: u32, ) -> Weight {
+ Weight::from_ref_time(634_787_000 as u64)
+ // Standard Error: 2_951
+ .saturating_add(Weight::from_ref_time(374_425 as u64).saturating_mul(v as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1)
@@ -108,12 +106,10 @@ impl pallet_election_provider_multi_phase::WeightInfo f
// Storage: ElectionProviderMultiPhase CurrentPhase (r:0 w:1)
/// The range of component `a` is `[500, 800]`.
/// The range of component `d` is `[200, 400]`.
- fn elect_queued(a: u32, d: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
- // Standard Error: 11_000
- .saturating_add(Weight::from_ref_time(1_167_000 as u64).saturating_mul(a as u64))
- // Standard Error: 17_000
- .saturating_add(Weight::from_ref_time(180_000 as u64).saturating_mul(d as u64))
+ fn elect_queued(a: u32, _d: u32, ) -> Weight {
+ Weight::from_ref_time(378_032_000 as u64)
+ // Standard Error: 8_102
+ .saturating_add(Weight::from_ref_time(609_973 as u64).saturating_mul(a as u64))
.saturating_add(T::DbWeight::get().reads(7 as u64))
.saturating_add(T::DbWeight::get().writes(9 as u64))
}
@@ -124,7 +120,7 @@ impl pallet_election_provider_multi_phase::WeightInfo f
// Storage: ElectionProviderMultiPhase SignedSubmissionNextIndex (r:1 w:1)
// Storage: ElectionProviderMultiPhase SignedSubmissionsMap (r:0 w:1)
fn submit() -> Weight {
- Weight::from_ref_time(49_945_000 as u64)
+ Weight::from_ref_time(51_966_000 as u64)
.saturating_add(T::DbWeight::get().reads(5 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -139,16 +135,10 @@ impl pallet_election_provider_multi_phase::WeightInfo f
/// The range of component `t` is `[500, 1000]`.
/// The range of component `a` is `[500, 800]`.
/// The range of component `d` is `[200, 400]`.
- fn submit_unsigned(v: u32, t: u32, a: u32, d: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
- // Standard Error: 7_000
- .saturating_add(Weight::from_ref_time(874_000 as u64).saturating_mul(v as u64))
- // Standard Error: 14_000
- .saturating_add(Weight::from_ref_time(39_000 as u64).saturating_mul(t as u64))
- // Standard Error: 23_000
- .saturating_add(Weight::from_ref_time(10_873_000 as u64).saturating_mul(a as u64))
- // Standard Error: 35_000
- .saturating_add(Weight::from_ref_time(2_257_000 as u64).saturating_mul(d as u64))
+ fn submit_unsigned(_v: u32, _t: u32, a: u32, _d: u32, ) -> Weight {
+ Weight::from_ref_time(6_892_478_000 as u64)
+ // Standard Error: 57_196
+ .saturating_add(Weight::from_ref_time(6_883_886 as u64).saturating_mul(a as u64))
.saturating_add(T::DbWeight::get().reads(7 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -160,16 +150,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f
/// The range of component `t` is `[500, 1000]`.
/// The range of component `a` is `[500, 800]`.
/// The range of component `d` is `[200, 400]`.
- fn feasibility_check(v: u32, t: u32, a: u32, d: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
- // Standard Error: 12_000
- .saturating_add(Weight::from_ref_time(895_000 as u64).saturating_mul(v as u64))
- // Standard Error: 25_000
- .saturating_add(Weight::from_ref_time(18_000 as u64).saturating_mul(t as u64))
- // Standard Error: 42_000
- .saturating_add(Weight::from_ref_time(8_673_000 as u64).saturating_mul(a as u64))
- // Standard Error: 63_000
- .saturating_add(Weight::from_ref_time(1_598_000 as u64).saturating_mul(d as u64))
+ fn feasibility_check(v: u32, _t: u32, a: u32, _d: u32, ) -> Weight {
+ Weight::from_ref_time(5_641_388_000 as u64)
+ // Standard Error: 18_131
+ .saturating_add(Weight::from_ref_time(155_868 as u64).saturating_mul(v as u64))
+ // Standard Error: 53_731
+ .saturating_add(Weight::from_ref_time(5_145_418 as u64).saturating_mul(a as u64))
.saturating_add(T::DbWeight::get().reads(4 as u64))
}
}
diff --git a/runtime/kusama/src/weights/pallet_elections_phragmen.rs b/runtime/kusama/src/weights/pallet_elections_phragmen.rs
index 8d5db5a31006..fbb98c48c366 100644
--- a/runtime/kusama/src/weights/pallet_elections_phragmen.rs
+++ b/runtime/kusama/src/weights/pallet_elections_phragmen.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_elections_phragmen`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-30, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_elections_phragmen`.
@@ -51,9 +51,9 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn
// Storage: Balances Locks (r:1 w:1)
/// The range of component `v` is `[1, 16]`.
fn vote_equal(v: u32, ) -> Weight {
- Weight::from_ref_time(30_711_000 as u64)
- // Standard Error: 4_000
- .saturating_add(Weight::from_ref_time(201_000 as u64).saturating_mul(v as u64))
+ Weight::from_ref_time(30_899_000 as u64)
+ // Standard Error: 4_029
+ .saturating_add(Weight::from_ref_time(310_507 as u64).saturating_mul(v as u64))
.saturating_add(T::DbWeight::get().reads(5 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -64,9 +64,9 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn
// Storage: Balances Locks (r:1 w:1)
/// The range of component `v` is `[2, 16]`.
fn vote_more(v: u32, ) -> Weight {
- Weight::from_ref_time(40_536_000 as u64)
- // Standard Error: 4_000
- .saturating_add(Weight::from_ref_time(173_000 as u64).saturating_mul(v as u64))
+ Weight::from_ref_time(41_228_000 as u64)
+ // Standard Error: 2_424
+ .saturating_add(Weight::from_ref_time(250_359 as u64).saturating_mul(v as u64))
.saturating_add(T::DbWeight::get().reads(5 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -77,16 +77,16 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn
// Storage: Balances Locks (r:1 w:1)
/// The range of component `v` is `[2, 16]`.
fn vote_less(v: u32, ) -> Weight {
- Weight::from_ref_time(40_543_000 as u64)
- // Standard Error: 6_000
- .saturating_add(Weight::from_ref_time(199_000 as u64).saturating_mul(v as u64))
+ Weight::from_ref_time(41_153_000 as u64)
+ // Standard Error: 2_125
+ .saturating_add(Weight::from_ref_time(246_522 as u64).saturating_mul(v as u64))
.saturating_add(T::DbWeight::get().reads(5 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: PhragmenElection Voting (r:1 w:1)
// Storage: Balances Locks (r:1 w:1)
fn remove_voter() -> Weight {
- Weight::from_ref_time(39_001_000 as u64)
+ Weight::from_ref_time(40_008_000 as u64)
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -95,18 +95,18 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn
// Storage: PhragmenElection RunnersUp (r:1 w:0)
/// The range of component `c` is `[1, 1000]`.
fn submit_candidacy(c: u32, ) -> Weight {
- Weight::from_ref_time(26_806_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(94_000 as u64).saturating_mul(c as u64))
+ Weight::from_ref_time(37_283_000 as u64)
+ // Standard Error: 639
+ .saturating_add(Weight::from_ref_time(79_326 as u64).saturating_mul(c as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: PhragmenElection Candidates (r:1 w:1)
/// The range of component `c` is `[1, 1000]`.
fn renounce_candidacy_candidate(c: u32, ) -> Weight {
- Weight::from_ref_time(23_558_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(67_000 as u64).saturating_mul(c as u64))
+ Weight::from_ref_time(32_709_000 as u64)
+ // Standard Error: 673
+ .saturating_add(Weight::from_ref_time(56_007 as u64).saturating_mul(c as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -116,13 +116,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn
// Storage: Council Proposals (r:1 w:0)
// Storage: Council Members (r:0 w:1)
fn renounce_candidacy_members() -> Weight {
- Weight::from_ref_time(44_960_000 as u64)
+ Weight::from_ref_time(46_049_000 as u64)
.saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().writes(4 as u64))
}
// Storage: PhragmenElection RunnersUp (r:1 w:1)
fn renounce_candidacy_runners_up() -> Weight {
- Weight::from_ref_time(34_666_000 as u64)
+ Weight::from_ref_time(35_408_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -137,7 +137,7 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn
// Storage: Council Proposals (r:1 w:0)
// Storage: Council Members (r:0 w:1)
fn remove_member_with_replacement() -> Weight {
- Weight::from_ref_time(59_021_000 as u64)
+ Weight::from_ref_time(61_036_000 as u64)
.saturating_add(T::DbWeight::get().reads(5 as u64))
.saturating_add(T::DbWeight::get().writes(5 as u64))
}
@@ -149,15 +149,14 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn
// Storage: System Account (r:5000 w:5000)
/// The range of component `v` is `[5000, 10000]`.
/// The range of component `d` is `[1, 5000]`.
- fn clean_defunct_voters(v: u32, d: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
- // Standard Error: 88_000
- .saturating_add(Weight::from_ref_time(60_894_000 as u64).saturating_mul(v as u64))
- // Standard Error: 88_000
- .saturating_add(Weight::from_ref_time(379_000 as u64).saturating_mul(d as u64))
- .saturating_add(T::DbWeight::get().reads(4 as u64))
- .saturating_add(T::DbWeight::get().reads((3 as u64).saturating_mul(v as u64)))
- .saturating_add(T::DbWeight::get().writes((3 as u64).saturating_mul(v as u64)))
+ fn clean_defunct_voters(v: u32, _d: u32, ) -> Weight {
+ Weight::from_ref_time(282_352_767_000 as u64)
+ // Standard Error: 243_946
+ .saturating_add(Weight::from_ref_time(35_271_908 as u64).saturating_mul(v as u64))
+ .saturating_add(T::DbWeight::get().reads(15004 as u64))
+ .saturating_add(T::DbWeight::get().reads((2 as u64).saturating_mul(v as u64)))
+ .saturating_add(T::DbWeight::get().writes(15000 as u64))
+ .saturating_add(T::DbWeight::get().writes((2 as u64).saturating_mul(v as u64)))
}
// Storage: PhragmenElection Candidates (r:1 w:1)
// Storage: PhragmenElection Members (r:1 w:1)
@@ -172,14 +171,14 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn
/// The range of component `v` is `[1, 10000]`.
/// The range of component `e` is `[10000, 160000]`.
fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
- // Standard Error: 691_000
- .saturating_add(Weight::from_ref_time(57_805_000 as u64).saturating_mul(v as u64))
- // Standard Error: 46_000
- .saturating_add(Weight::from_ref_time(3_139_000 as u64).saturating_mul(e as u64))
- .saturating_add(T::DbWeight::get().reads(265 as u64))
- .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(c as u64)))
+ Weight::from_ref_time(29_157_699_000 as u64)
+ // Standard Error: 525_734
+ .saturating_add(Weight::from_ref_time(43_642_232 as u64).saturating_mul(v as u64))
+ // Standard Error: 33_738
+ .saturating_add(Weight::from_ref_time(2_196_265 as u64).saturating_mul(e as u64))
+ .saturating_add(T::DbWeight::get().reads(1968 as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(v as u64)))
+ .saturating_add(T::DbWeight::get().writes(6 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(c as u64)))
}
}
diff --git a/runtime/kusama/src/weights/pallet_fast_unstake.rs b/runtime/kusama/src/weights/pallet_fast_unstake.rs
index b7b6008fcc7e..090845814d67 100644
--- a/runtime/kusama/src/weights/pallet_fast_unstake.rs
+++ b/runtime/kusama/src/weights/pallet_fast_unstake.rs
@@ -16,22 +16,21 @@
//! Autogenerated weights for `pallet_fast_unstake`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
-//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! DATE: 2022-09-30, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
-// /home/benchbot/cargo_target_dir/production/polkadot
+// ./target/production/polkadot
// benchmark
// pallet
+// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --pallet=pallet_fast_unstake
// --extrinsic=*
// --execution=wasm
// --wasm-execution=compiled
-// --heap-pages=4096
-// --pallet=pallet_fast_unstake
-// --chain=kusama-dev
// --header=./file_header.txt
// --output=./runtime/kusama/src/weights/
@@ -59,7 +58,7 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo
// Storage: Staking Ledger (r:0 w:1)
// Storage: Staking Payee (r:0 w:1)
fn on_idle_unstake() -> Weight {
- Weight::from_ref_time(64_798_000 as u64)
+ Weight::from_ref_time(72_572_000 as u64)
.saturating_add(T::DbWeight::get().reads(11 as u64))
.saturating_add(T::DbWeight::get().writes(6 as u64))
}
@@ -73,13 +72,14 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo
// Storage: Staking ErasStakers (r:56 w:0)
/// The range of component `x` is `[28, 3584]`.
fn on_idle_check(x: u32, ) -> Weight {
- Weight::from_ref_time(412_389_000 as u64)
- // Standard Error: 10_902
- .saturating_add(Weight::from_ref_time(10_950_753 as u64).saturating_mul(x as u64))
+ Weight::from_ref_time(435_094_000 as u64)
+ // Standard Error: 11_054
+ .saturating_add(Weight::from_ref_time(11_660_437 as u64).saturating_mul(x as u64))
.saturating_add(T::DbWeight::get().reads(64 as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(x as u64)))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
+ // Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
// Storage: Staking Ledger (r:1 w:1)
// Storage: FastUnstake Queue (r:1 w:1)
// Storage: FastUnstake Head (r:1 w:0)
@@ -93,22 +93,23 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo
// Storage: Balances Locks (r:1 w:1)
// Storage: FastUnstake CounterForQueue (r:1 w:1)
fn register_fast_unstake() -> Weight {
- Weight::from_ref_time(84_738_000 as u64)
- .saturating_add(T::DbWeight::get().reads(12 as u64))
+ Weight::from_ref_time(96_325_000 as u64)
+ .saturating_add(T::DbWeight::get().reads(13 as u64))
.saturating_add(T::DbWeight::get().writes(9 as u64))
}
+ // Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
// Storage: Staking Ledger (r:1 w:0)
// Storage: FastUnstake Queue (r:1 w:1)
// Storage: FastUnstake Head (r:1 w:0)
// Storage: FastUnstake CounterForQueue (r:1 w:1)
fn deregister() -> Weight {
- Weight::from_ref_time(23_369_000 as u64)
- .saturating_add(T::DbWeight::get().reads(4 as u64))
+ Weight::from_ref_time(41_267_000 as u64)
+ .saturating_add(T::DbWeight::get().reads(5 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1)
fn control() -> Weight {
- Weight::from_ref_time(3_991_000 as u64)
+ Weight::from_ref_time(4_123_000 as u64)
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
}
diff --git a/runtime/kusama/src/weights/pallet_gilt.rs b/runtime/kusama/src/weights/pallet_gilt.rs
index 3ab2d6d41709..38a6a43079a1 100644
--- a/runtime/kusama/src/weights/pallet_gilt.rs
+++ b/runtime/kusama/src/weights/pallet_gilt.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_gilt`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-30, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_gilt`.
@@ -48,16 +48,16 @@ impl pallet_gilt::WeightInfo for WeightInfo {
// Storage: Gilt QueueTotals (r:1 w:1)
/// The range of component `l` is `[0, 999]`.
fn place_bid(l: u32, ) -> Weight {
- Weight::from_ref_time(33_022_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(81_000 as u64).saturating_mul(l as u64))
+ Weight::from_ref_time(36_110_000 as u64)
+ // Standard Error: 377
+ .saturating_add(Weight::from_ref_time(77_782 as u64).saturating_mul(l as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: Gilt Queues (r:1 w:1)
// Storage: Gilt QueueTotals (r:1 w:1)
fn place_bid_max() -> Weight {
- Weight::from_ref_time(105_031_000 as u64)
+ Weight::from_ref_time(104_994_000 as u64)
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -65,28 +65,28 @@ impl pallet_gilt::WeightInfo for WeightInfo {
// Storage: Gilt QueueTotals (r:1 w:1)
/// The range of component `l` is `[1, 1000]`.
fn retract_bid(l: u32, ) -> Weight {
- Weight::from_ref_time(33_573_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(62_000 as u64).saturating_mul(l as u64))
+ Weight::from_ref_time(38_396_000 as u64)
+ // Standard Error: 360
+ .saturating_add(Weight::from_ref_time(56_336 as u64).saturating_mul(l as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: Gilt ActiveTotal (r:1 w:1)
fn set_target() -> Weight {
- Weight::from_ref_time(6_386_000 as u64)
+ Weight::from_ref_time(6_446_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Gilt Active (r:1 w:1)
// Storage: Gilt ActiveTotal (r:1 w:1)
fn thaw() -> Weight {
- Weight::from_ref_time(45_459_000 as u64)
+ Weight::from_ref_time(48_029_000 as u64)
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: Gilt ActiveTotal (r:1 w:0)
fn pursue_target_noop() -> Weight {
- Weight::from_ref_time(2_669_000 as u64)
+ Weight::from_ref_time(2_700_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
}
// Storage: Gilt ActiveTotal (r:1 w:1)
@@ -95,11 +95,11 @@ impl pallet_gilt::WeightInfo for WeightInfo {
// Storage: Gilt Active (r:0 w:1)
/// The range of component `b` is `[1, 1000]`.
fn pursue_target_per_item(b: u32, ) -> Weight {
- Weight::from_ref_time(33_549_000 as u64)
- // Standard Error: 2_000
- .saturating_add(Weight::from_ref_time(3_979_000 as u64).saturating_mul(b as u64))
+ Weight::from_ref_time(40_788_000 as u64)
+ // Standard Error: 1_375
+ .saturating_add(Weight::from_ref_time(3_977_622 as u64).saturating_mul(b as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
- .saturating_add(T::DbWeight::get().writes(3 as u64))
+ .saturating_add(T::DbWeight::get().writes(4 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(b as u64)))
}
// Storage: Gilt ActiveTotal (r:1 w:1)
@@ -108,12 +108,12 @@ impl pallet_gilt::WeightInfo for WeightInfo {
// Storage: Gilt Active (r:0 w:1)
/// The range of component `q` is `[1, 300]`.
fn pursue_target_per_queue(q: u32, ) -> Weight {
- Weight::from_ref_time(28_306_000 as u64)
- // Standard Error: 6_000
- .saturating_add(Weight::from_ref_time(6_651_000 as u64).saturating_mul(q as u64))
- .saturating_add(T::DbWeight::get().reads(2 as u64))
+ Weight::from_ref_time(40_957_000 as u64)
+ // Standard Error: 3_775
+ .saturating_add(Weight::from_ref_time(6_586_693 as u64).saturating_mul(q as u64))
+ .saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(q as u64)))
- .saturating_add(T::DbWeight::get().writes(2 as u64))
+ .saturating_add(T::DbWeight::get().writes(4 as u64))
.saturating_add(T::DbWeight::get().writes((2 as u64).saturating_mul(q as u64)))
}
}
diff --git a/runtime/kusama/src/weights/pallet_identity.rs b/runtime/kusama/src/weights/pallet_identity.rs
index 050a3b10db8e..219ef1ec36d4 100644
--- a/runtime/kusama/src/weights/pallet_identity.rs
+++ b/runtime/kusama/src/weights/pallet_identity.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_identity`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-30, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_identity`.
@@ -47,9 +47,9 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Storage: Identity Registrars (r:1 w:1)
/// The range of component `r` is `[1, 19]`.
fn add_registrar(r: u32, ) -> Weight {
- Weight::from_ref_time(16_780_000 as u64)
- // Standard Error: 5_000
- .saturating_add(Weight::from_ref_time(193_000 as u64).saturating_mul(r as u64))
+ Weight::from_ref_time(17_008_000 as u64)
+ // Standard Error: 3_423
+ .saturating_add(Weight::from_ref_time(247_415 as u64).saturating_mul(r as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -57,11 +57,11 @@ impl pallet_identity::WeightInfo for WeightInfo {
/// The range of component `r` is `[1, 20]`.
/// The range of component `x` is `[1, 100]`.
fn set_identity(r: u32, x: u32, ) -> Weight {
- Weight::from_ref_time(32_514_000 as u64)
- // Standard Error: 7_000
- .saturating_add(Weight::from_ref_time(129_000 as u64).saturating_mul(r as u64))
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(323_000 as u64).saturating_mul(x as u64))
+ Weight::from_ref_time(26_081_000 as u64)
+ // Standard Error: 4_939
+ .saturating_add(Weight::from_ref_time(391_847 as u64).saturating_mul(r as u64))
+ // Standard Error: 986
+ .saturating_add(Weight::from_ref_time(382_269 as u64).saturating_mul(x as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -70,12 +70,12 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Storage: Identity SuperOf (r:1 w:1)
/// The range of component `s` is `[1, 100]`.
fn set_subs_new(s: u32, ) -> Weight {
- Weight::from_ref_time(28_130_000 as u64)
- // Standard Error: 2_000
- .saturating_add(Weight::from_ref_time(2_089_000 as u64).saturating_mul(s as u64))
- .saturating_add(T::DbWeight::get().reads(2 as u64))
+ Weight::from_ref_time(28_706_000 as u64)
+ // Standard Error: 1_328
+ .saturating_add(Weight::from_ref_time(2_114_281 as u64).saturating_mul(s as u64))
+ .saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(s as u64)))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ .saturating_add(T::DbWeight::get().writes(2 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(s as u64)))
}
// Storage: Identity IdentityOf (r:1 w:0)
@@ -83,11 +83,11 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Storage: Identity SuperOf (r:0 w:1)
/// The range of component `p` is `[1, 100]`.
fn set_subs_old(p: u32, ) -> Weight {
- Weight::from_ref_time(28_597_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(891_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(28_097_000 as u64)
+ // Standard Error: 793
+ .saturating_add(Weight::from_ref_time(921_899 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ .saturating_add(T::DbWeight::get().writes(2 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(p as u64)))
}
// Storage: Identity SubsOf (r:1 w:1)
@@ -96,16 +96,14 @@ impl pallet_identity::WeightInfo for WeightInfo {
/// The range of component `r` is `[1, 20]`.
/// The range of component `s` is `[1, 100]`.
/// The range of component `x` is `[1, 100]`.
- fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight {
- Weight::from_ref_time(35_657_000 as u64)
- // Standard Error: 5_000
- .saturating_add(Weight::from_ref_time(48_000 as u64).saturating_mul(r as u64))
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(889_000 as u64).saturating_mul(s as u64))
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(160_000 as u64).saturating_mul(x as u64))
+ fn clear_identity(_r: u32, s: u32, x: u32, ) -> Weight {
+ Weight::from_ref_time(54_872_000 as u64)
+ // Standard Error: 1_445
+ .saturating_add(Weight::from_ref_time(832_329 as u64).saturating_mul(s as u64))
+ // Standard Error: 1_445
+ .saturating_add(Weight::from_ref_time(100_366 as u64).saturating_mul(x as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
- .saturating_add(T::DbWeight::get().writes(2 as u64))
+ .saturating_add(T::DbWeight::get().writes(3 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(s as u64)))
}
// Storage: Identity Registrars (r:1 w:0)
@@ -113,11 +111,11 @@ impl pallet_identity::WeightInfo for WeightInfo {
/// The range of component `r` is `[1, 20]`.
/// The range of component `x` is `[1, 100]`.
fn request_judgement(r: u32, x: u32, ) -> Weight {
- Weight::from_ref_time(34_656_000 as u64)
- // Standard Error: 3_000
- .saturating_add(Weight::from_ref_time(129_000 as u64).saturating_mul(r as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(332_000 as u64).saturating_mul(x as u64))
+ Weight::from_ref_time(39_206_000 as u64)
+ // Standard Error: 4_732
+ .saturating_add(Weight::from_ref_time(28_431 as u64).saturating_mul(r as u64))
+ // Standard Error: 944
+ .saturating_add(Weight::from_ref_time(322_824 as u64).saturating_mul(x as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -125,38 +123,38 @@ impl pallet_identity::WeightInfo for WeightInfo {
/// The range of component `r` is `[1, 20]`.
/// The range of component `x` is `[1, 100]`.
fn cancel_request(r: u32, x: u32, ) -> Weight {
- Weight::from_ref_time(31_048_000 as u64)
- // Standard Error: 4_000
- .saturating_add(Weight::from_ref_time(133_000 as u64).saturating_mul(r as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(334_000 as u64).saturating_mul(x as u64))
+ Weight::from_ref_time(34_505_000 as u64)
+ // Standard Error: 2_012
+ .saturating_add(Weight::from_ref_time(26_516 as u64).saturating_mul(r as u64))
+ // Standard Error: 401
+ .saturating_add(Weight::from_ref_time(332_327 as u64).saturating_mul(x as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Identity Registrars (r:1 w:1)
/// The range of component `r` is `[1, 19]`.
fn set_fee(r: u32, ) -> Weight {
- Weight::from_ref_time(8_975_000 as u64)
- // Standard Error: 2_000
- .saturating_add(Weight::from_ref_time(140_000 as u64).saturating_mul(r as u64))
+ Weight::from_ref_time(8_460_000 as u64)
+ // Standard Error: 1_762
+ .saturating_add(Weight::from_ref_time(199_829 as u64).saturating_mul(r as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Identity Registrars (r:1 w:1)
/// The range of component `r` is `[1, 19]`.
fn set_account_id(r: u32, ) -> Weight {
- Weight::from_ref_time(9_212_000 as u64)
- // Standard Error: 2_000
- .saturating_add(Weight::from_ref_time(138_000 as u64).saturating_mul(r as u64))
+ Weight::from_ref_time(8_835_000 as u64)
+ // Standard Error: 1_731
+ .saturating_add(Weight::from_ref_time(178_499 as u64).saturating_mul(r as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Identity Registrars (r:1 w:1)
/// The range of component `r` is `[1, 19]`.
fn set_fields(r: u32, ) -> Weight {
- Weight::from_ref_time(9_088_000 as u64)
- // Standard Error: 2_000
- .saturating_add(Weight::from_ref_time(131_000 as u64).saturating_mul(r as u64))
+ Weight::from_ref_time(8_479_000 as u64)
+ // Standard Error: 1_980
+ .saturating_add(Weight::from_ref_time(202_338 as u64).saturating_mul(r as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -165,11 +163,11 @@ impl pallet_identity::WeightInfo for WeightInfo {
/// The range of component `r` is `[1, 19]`.
/// The range of component `x` is `[1, 100]`.
fn provide_judgement(r: u32, x: u32, ) -> Weight {
- Weight::from_ref_time(23_324_000 as u64)
- // Standard Error: 3_000
- .saturating_add(Weight::from_ref_time(133_000 as u64).saturating_mul(r as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(334_000 as u64).saturating_mul(x as u64))
+ Weight::from_ref_time(30_075_000 as u64)
+ // Standard Error: 4_819
+ .saturating_add(Weight::from_ref_time(24_968 as u64).saturating_mul(r as u64))
+ // Standard Error: 914
+ .saturating_add(Weight::from_ref_time(556_563 as u64).saturating_mul(x as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -180,16 +178,14 @@ impl pallet_identity::WeightInfo for WeightInfo {
/// The range of component `r` is `[1, 20]`.
/// The range of component `s` is `[1, 100]`.
/// The range of component `x` is `[1, 100]`.
- fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight {
- Weight::from_ref_time(46_896_000 as u64)
- // Standard Error: 5_000
- .saturating_add(Weight::from_ref_time(115_000 as u64).saturating_mul(r as u64))
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(892_000 as u64).saturating_mul(s as u64))
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(x as u64))
+ fn kill_identity(_r: u32, s: u32, x: u32, ) -> Weight {
+ Weight::from_ref_time(65_811_000 as u64)
+ // Standard Error: 1_497
+ .saturating_add(Weight::from_ref_time(847_620 as u64).saturating_mul(s as u64))
+ // Standard Error: 1_497
+ .saturating_add(Weight::from_ref_time(89_931 as u64).saturating_mul(x as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
- .saturating_add(T::DbWeight::get().writes(3 as u64))
+ .saturating_add(T::DbWeight::get().writes(4 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(s as u64)))
}
// Storage: Identity IdentityOf (r:1 w:0)
@@ -197,9 +193,9 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Storage: Identity SubsOf (r:1 w:1)
/// The range of component `s` is `[1, 99]`.
fn add_sub(s: u32, ) -> Weight {
- Weight::from_ref_time(35_814_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(78_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(35_152_000 as u64)
+ // Standard Error: 1_173
+ .saturating_add(Weight::from_ref_time(110_030 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -207,9 +203,9 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Storage: Identity SuperOf (r:1 w:1)
/// The range of component `s` is `[1, 100]`.
fn rename_sub(s: u32, ) -> Weight {
- Weight::from_ref_time(15_348_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(26_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(13_431_000 as u64)
+ // Standard Error: 827
+ .saturating_add(Weight::from_ref_time(55_554 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -218,9 +214,9 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Storage: Identity SubsOf (r:1 w:1)
/// The range of component `s` is `[1, 100]`.
fn remove_sub(s: u32, ) -> Weight {
- Weight::from_ref_time(37_193_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(69_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(34_702_000 as u64)
+ // Standard Error: 1_554
+ .saturating_add(Weight::from_ref_time(119_611 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -228,9 +224,9 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Storage: Identity SubsOf (r:1 w:1)
/// The range of component `s` is `[1, 99]`.
fn quit_sub(s: u32, ) -> Weight {
- Weight::from_ref_time(27_633_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(62_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(25_895_000 as u64)
+ // Standard Error: 984
+ .saturating_add(Weight::from_ref_time(97_684 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
diff --git a/runtime/kusama/src/weights/pallet_im_online.rs b/runtime/kusama/src/weights/pallet_im_online.rs
index 0c11f749e439..17bc924849e8 100644
--- a/runtime/kusama/src/weights/pallet_im_online.rs
+++ b/runtime/kusama/src/weights/pallet_im_online.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_im_online`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-30, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_im_online`.
@@ -52,11 +52,11 @@ impl pallet_im_online::WeightInfo for WeightInfo {
/// The range of component `k` is `[1, 1000]`.
/// The range of component `e` is `[1, 100]`.
fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight {
- Weight::from_ref_time(76_533_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(22_000 as u64).saturating_mul(k as u64))
- // Standard Error: 2_000
- .saturating_add(Weight::from_ref_time(314_000 as u64).saturating_mul(e as u64))
+ Weight::from_ref_time(96_717_000 as u64)
+ // Standard Error: 254
+ .saturating_add(Weight::from_ref_time(9_519 as u64).saturating_mul(k as u64))
+ // Standard Error: 2_550
+ .saturating_add(Weight::from_ref_time(191_120 as u64).saturating_mul(e as u64))
.saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
diff --git a/runtime/kusama/src/weights/pallet_indices.rs b/runtime/kusama/src/weights/pallet_indices.rs
index b0f0fc563044..f6c004f1e39c 100644
--- a/runtime/kusama/src/weights/pallet_indices.rs
+++ b/runtime/kusama/src/weights/pallet_indices.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_indices`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-30, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_indices`.
@@ -46,33 +46,33 @@ pub struct WeightInfo(PhantomData);
impl pallet_indices::WeightInfo for WeightInfo {
// Storage: Indices Accounts (r:1 w:1)
fn claim() -> Weight {
- Weight::from_ref_time(25_146_000 as u64)
+ Weight::from_ref_time(25_723_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Indices Accounts (r:1 w:1)
// Storage: System Account (r:1 w:1)
fn transfer() -> Weight {
- Weight::from_ref_time(31_999_000 as u64)
+ Weight::from_ref_time(31_864_000 as u64)
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: Indices Accounts (r:1 w:1)
fn free() -> Weight {
- Weight::from_ref_time(26_357_000 as u64)
+ Weight::from_ref_time(26_638_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Indices Accounts (r:1 w:1)
// Storage: System Account (r:1 w:1)
fn force_transfer() -> Weight {
- Weight::from_ref_time(26_922_000 as u64)
+ Weight::from_ref_time(27_712_000 as u64)
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: Indices Accounts (r:1 w:1)
fn freeze() -> Weight {
- Weight::from_ref_time(31_859_000 as u64)
+ Weight::from_ref_time(32_527_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
diff --git a/runtime/kusama/src/weights/pallet_membership.rs b/runtime/kusama/src/weights/pallet_membership.rs
index 1994c517a4d3..5b82dfc8e849 100644
--- a/runtime/kusama/src/weights/pallet_membership.rs
+++ b/runtime/kusama/src/weights/pallet_membership.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_membership`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-30, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_membership`.
@@ -50,9 +50,9 @@ impl pallet_membership::WeightInfo for WeightInfo {
// Storage: TechnicalCommittee Prime (r:0 w:1)
/// The range of component `m` is `[1, 99]`.
fn add_member(m: u32, ) -> Weight {
- Weight::from_ref_time(19_903_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(39_000 as u64).saturating_mul(m as u64))
+ Weight::from_ref_time(20_343_000 as u64)
+ // Standard Error: 298
+ .saturating_add(Weight::from_ref_time(45_881 as u64).saturating_mul(m as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -63,9 +63,9 @@ impl pallet_membership::WeightInfo for WeightInfo {
// Storage: TechnicalCommittee Prime (r:0 w:1)
/// The range of component `m` is `[2, 100]`.
fn remove_member(m: u32, ) -> Weight {
- Weight::from_ref_time(22_263_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(34_000 as u64).saturating_mul(m as u64))
+ Weight::from_ref_time(22_278_000 as u64)
+ // Standard Error: 399
+ .saturating_add(Weight::from_ref_time(46_433 as u64).saturating_mul(m as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -76,9 +76,9 @@ impl pallet_membership::WeightInfo for WeightInfo {
// Storage: TechnicalCommittee Prime (r:0 w:1)
/// The range of component `m` is `[2, 100]`.
fn swap_member(m: u32, ) -> Weight {
- Weight::from_ref_time(22_495_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(46_000 as u64).saturating_mul(m as u64))
+ Weight::from_ref_time(22_373_000 as u64)
+ // Standard Error: 385
+ .saturating_add(Weight::from_ref_time(61_024 as u64).saturating_mul(m as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -89,9 +89,9 @@ impl pallet_membership::WeightInfo for WeightInfo {
// Storage: TechnicalCommittee Prime (r:0 w:1)
/// The range of component `m` is `[1, 100]`.
fn reset_member(m: u32, ) -> Weight {
- Weight::from_ref_time(21_897_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(162_000 as u64).saturating_mul(m as u64))
+ Weight::from_ref_time(22_126_000 as u64)
+ // Standard Error: 554
+ .saturating_add(Weight::from_ref_time(172_098 as u64).saturating_mul(m as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -102,9 +102,9 @@ impl pallet_membership::WeightInfo for WeightInfo {
// Storage: TechnicalCommittee Prime (r:0 w:1)
/// The range of component `m` is `[1, 100]`.
fn change_key(m: u32, ) -> Weight {
- Weight::from_ref_time(22_747_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(45_000 as u64).saturating_mul(m as u64))
+ Weight::from_ref_time(22_680_000 as u64)
+ // Standard Error: 577
+ .saturating_add(Weight::from_ref_time(64_509 as u64).saturating_mul(m as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(4 as u64))
}
@@ -113,17 +113,19 @@ impl pallet_membership::WeightInfo for WeightInfo {
// Storage: TechnicalCommittee Prime (r:0 w:1)
/// The range of component `m` is `[1, 100]`.
fn set_prime(m: u32, ) -> Weight {
- Weight::from_ref_time(8_106_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(9_000 as u64).saturating_mul(m as u64))
+ Weight::from_ref_time(8_347_000 as u64)
+ // Standard Error: 363
+ .saturating_add(Weight::from_ref_time(14_040 as u64).saturating_mul(m as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: TechnicalMembership Prime (r:0 w:1)
// Storage: TechnicalCommittee Prime (r:0 w:1)
/// The range of component `m` is `[1, 100]`.
- fn clear_prime(_m: u32, ) -> Weight {
- Weight::from_ref_time(4_643_000 as u64)
+ fn clear_prime(m: u32, ) -> Weight {
+ Weight::from_ref_time(4_879_000 as u64)
+ // Standard Error: 95
+ .saturating_add(Weight::from_ref_time(3_312 as u64).saturating_mul(m as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
}
diff --git a/runtime/kusama/src/weights/pallet_multisig.rs b/runtime/kusama/src/weights/pallet_multisig.rs
index 8734b8800cfa..88ba64683993 100644
--- a/runtime/kusama/src/weights/pallet_multisig.rs
+++ b/runtime/kusama/src/weights/pallet_multisig.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_multisig`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-30, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_multisig`.
@@ -46,20 +46,20 @@ pub struct WeightInfo(PhantomData);
impl pallet_multisig::WeightInfo for WeightInfo {
/// The range of component `z` is `[0, 10000]`.
fn as_multi_threshold_1(z: u32, ) -> Weight {
- Weight::from_ref_time(14_892_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(z as u64))
+ Weight::from_ref_time(14_982_000 as u64)
+ // Standard Error: 2
+ .saturating_add(Weight::from_ref_time(749 as u64).saturating_mul(z as u64))
}
// Storage: Multisig Multisigs (r:1 w:1)
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
/// The range of component `s` is `[2, 100]`.
/// The range of component `z` is `[0, 10000]`.
fn as_multi_create(s: u32, z: u32, ) -> Weight {
- Weight::from_ref_time(36_762_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(61_000 as u64).saturating_mul(s as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(z as u64))
+ Weight::from_ref_time(43_672_000 as u64)
+ // Standard Error: 735
+ .saturating_add(Weight::from_ref_time(27_740 as u64).saturating_mul(s as u64))
+ // Standard Error: 7
+ .saturating_add(Weight::from_ref_time(918 as u64).saturating_mul(z as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -69,11 +69,11 @@ impl pallet_multisig::WeightInfo for WeightInfo {
/// The range of component `s` is `[2, 100]`.
/// The range of component `z` is `[0, 10000]`.
fn as_multi_create_store(s: u32, z: u32, ) -> Weight {
- Weight::from_ref_time(38_454_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(70_000 as u64).saturating_mul(s as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(z as u64))
+ Weight::from_ref_time(46_137_000 as u64)
+ // Standard Error: 826
+ .saturating_add(Weight::from_ref_time(31_209 as u64).saturating_mul(s as u64))
+ // Standard Error: 8
+ .saturating_add(Weight::from_ref_time(1_579 as u64).saturating_mul(z as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -81,11 +81,11 @@ impl pallet_multisig::WeightInfo for WeightInfo {
/// The range of component `s` is `[3, 100]`.
/// The range of component `z` is `[0, 10000]`.
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
- Weight::from_ref_time(27_278_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(56_000 as u64).saturating_mul(s as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(z as u64))
+ Weight::from_ref_time(33_422_000 as u64)
+ // Standard Error: 692
+ .saturating_add(Weight::from_ref_time(25_154 as u64).saturating_mul(s as u64))
+ // Standard Error: 6
+ .saturating_add(Weight::from_ref_time(938 as u64).saturating_mul(z as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -94,11 +94,11 @@ impl pallet_multisig::WeightInfo for WeightInfo {
/// The range of component `s` is `[3, 100]`.
/// The range of component `z` is `[0, 10000]`.
fn as_multi_approve_store(s: u32, z: u32, ) -> Weight {
- Weight::from_ref_time(39_820_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(70_000 as u64).saturating_mul(s as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(z as u64))
+ Weight::from_ref_time(47_542_000 as u64)
+ // Standard Error: 881
+ .saturating_add(Weight::from_ref_time(26_920 as u64).saturating_mul(s as u64))
+ // Standard Error: 8
+ .saturating_add(Weight::from_ref_time(1_555 as u64).saturating_mul(z as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -108,11 +108,11 @@ impl pallet_multisig::WeightInfo for WeightInfo {
/// The range of component `s` is `[2, 100]`.
/// The range of component `z` is `[0, 10000]`.
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
- Weight::from_ref_time(48_748_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(75_000 as u64).saturating_mul(s as u64))
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(z as u64))
+ Weight::from_ref_time(57_788_000 as u64)
+ // Standard Error: 949
+ .saturating_add(Weight::from_ref_time(30_496 as u64).saturating_mul(s as u64))
+ // Standard Error: 9
+ .saturating_add(Weight::from_ref_time(1_766 as u64).saturating_mul(z as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -120,9 +120,9 @@ impl pallet_multisig::WeightInfo for WeightInfo {
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
/// The range of component `s` is `[2, 100]`.
fn approve_as_multi_create(s: u32, ) -> Weight {
- Weight::from_ref_time(32_837_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(97_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(32_235_000 as u64)
+ // Standard Error: 905
+ .saturating_add(Weight::from_ref_time(129_453 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -130,9 +130,9 @@ impl pallet_multisig::WeightInfo for WeightInfo {
// Storage: Multisig Calls (r:1 w:0)
/// The range of component `s` is `[2, 100]`.
fn approve_as_multi_approve(s: u32, ) -> Weight {
- Weight::from_ref_time(23_222_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(92_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(23_643_000 as u64)
+ // Standard Error: 381
+ .saturating_add(Weight::from_ref_time(102_093 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -141,9 +141,9 @@ impl pallet_multisig::WeightInfo for WeightInfo {
// Storage: System Account (r:1 w:1)
/// The range of component `s` is `[2, 100]`.
fn approve_as_multi_complete(s: u32, ) -> Weight {
- Weight::from_ref_time(60_799_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(117_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(62_837_000 as u64)
+ // Standard Error: 420
+ .saturating_add(Weight::from_ref_time(116_267 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -151,9 +151,9 @@ impl pallet_multisig::WeightInfo for WeightInfo {
// Storage: Multisig Calls (r:1 w:1)
/// The range of component `s` is `[2, 100]`.
fn cancel_as_multi(s: u32, ) -> Weight {
- Weight::from_ref_time(49_388_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(95_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(48_717_000 as u64)
+ // Standard Error: 894
+ .saturating_add(Weight::from_ref_time(125_825 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs
index 96ebdf4dec37..ec39ee5af27a 100644
--- a/runtime/kusama/src/weights/pallet_nomination_pools.rs
+++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_nomination_pools`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-30, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_nomination_pools`.
@@ -58,7 +58,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Storage: VoterList ListNodes (r:3 w:3)
// Storage: VoterList ListBags (r:2 w:2)
fn join() -> Weight {
- Weight::from_ref_time(141_186_000 as u64)
+ Weight::from_ref_time(144_167_000 as u64)
.saturating_add(T::DbWeight::get().reads(17 as u64))
.saturating_add(T::DbWeight::get().writes(12 as u64))
}
@@ -72,7 +72,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Storage: VoterList ListNodes (r:3 w:3)
// Storage: VoterList ListBags (r:2 w:2)
fn bond_extra_transfer() -> Weight {
- Weight::from_ref_time(136_315_000 as u64)
+ Weight::from_ref_time(139_460_000 as u64)
.saturating_add(T::DbWeight::get().reads(14 as u64))
.saturating_add(T::DbWeight::get().writes(12 as u64))
}
@@ -86,7 +86,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Storage: VoterList ListNodes (r:2 w:2)
// Storage: VoterList ListBags (r:2 w:2)
fn bond_extra_reward() -> Weight {
- Weight::from_ref_time(140_720_000 as u64)
+ Weight::from_ref_time(142_711_000 as u64)
.saturating_add(T::DbWeight::get().reads(13 as u64))
.saturating_add(T::DbWeight::get().writes(12 as u64))
}
@@ -95,7 +95,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Storage: NominationPools RewardPools (r:1 w:1)
// Storage: System Account (r:1 w:1)
fn claim_payout() -> Weight {
- Weight::from_ref_time(54_588_000 as u64)
+ Weight::from_ref_time(57_420_000 as u64)
.saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().writes(4 as u64))
}
@@ -114,7 +114,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Storage: NominationPools SubPoolsStorage (r:1 w:1)
// Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1)
fn unbond() -> Weight {
- Weight::from_ref_time(139_268_000 as u64)
+ Weight::from_ref_time(142_761_000 as u64)
.saturating_add(T::DbWeight::get().reads(18 as u64))
.saturating_add(T::DbWeight::get().writes(13 as u64))
}
@@ -124,9 +124,9 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Storage: Balances Locks (r:1 w:1)
/// The range of component `s` is `[0, 100]`.
fn pool_withdraw_unbonded(s: u32, ) -> Weight {
- Weight::from_ref_time(51_661_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(17_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(51_537_000 as u64)
+ // Standard Error: 661
+ .saturating_add(Weight::from_ref_time(33_714 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -140,9 +140,9 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Storage: NominationPools CounterForPoolMembers (r:1 w:1)
/// The range of component `s` is `[0, 100]`.
fn withdraw_unbonded_update(s: u32, ) -> Weight {
- Weight::from_ref_time(92_492_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(28_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(92_894_000 as u64)
+ // Standard Error: 881
+ .saturating_add(Weight::from_ref_time(48_671 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(8 as u64))
.saturating_add(T::DbWeight::get().writes(7 as u64))
}
@@ -167,8 +167,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Storage: NominationPools CounterForBondedPools (r:1 w:1)
// Storage: Staking Payee (r:0 w:1)
/// The range of component `s` is `[0, 100]`.
- fn withdraw_unbonded_kill(_s: u32, ) -> Weight {
- Weight::from_ref_time(146_714_000 as u64)
+ fn withdraw_unbonded_kill(s: u32, ) -> Weight {
+ Weight::from_ref_time(147_765_000 as u64)
+ // Standard Error: 1_404
+ .saturating_add(Weight::from_ref_time(28_628 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(20 as u64))
.saturating_add(T::DbWeight::get().writes(17 as u64))
}
@@ -186,7 +188,6 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Storage: Staking Ledger (r:1 w:1)
// Storage: Staking Bonded (r:1 w:1)
// Storage: Staking CurrentEra (r:1 w:0)
- // Storage: Staking HistoryDepth (r:1 w:0)
// Storage: Balances Locks (r:1 w:1)
// Storage: NominationPools RewardPools (r:1 w:1)
// Storage: NominationPools CounterForRewardPools (r:1 w:1)
@@ -195,8 +196,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Storage: NominationPools BondedPools (r:1 w:1)
// Storage: Staking Payee (r:0 w:1)
fn create() -> Weight {
- Weight::from_ref_time(130_529_000 as u64)
- .saturating_add(T::DbWeight::get().reads(22 as u64))
+ Weight::from_ref_time(132_342_000 as u64)
+ .saturating_add(T::DbWeight::get().reads(21 as u64))
.saturating_add(T::DbWeight::get().writes(15 as u64))
}
// Storage: NominationPools BondedPools (r:1 w:0)
@@ -213,17 +214,17 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Storage: Staking CounterForNominators (r:1 w:1)
/// The range of component `n` is `[1, 24]`.
fn nominate(n: u32, ) -> Weight {
- Weight::from_ref_time(60_380_000 as u64)
- // Standard Error: 4_000
- .saturating_add(Weight::from_ref_time(1_053_000 as u64).saturating_mul(n as u64))
- .saturating_add(T::DbWeight::get().reads(12 as u64))
+ Weight::from_ref_time(61_991_000 as u64)
+ // Standard Error: 2_409
+ .saturating_add(Weight::from_ref_time(1_010_859 as u64).saturating_mul(n as u64))
+ .saturating_add(T::DbWeight::get().reads(13 as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(n as u64)))
.saturating_add(T::DbWeight::get().writes(5 as u64))
}
// Storage: NominationPools BondedPools (r:1 w:1)
// Storage: Staking Ledger (r:1 w:0)
fn set_state() -> Weight {
- Weight::from_ref_time(34_144_000 as u64)
+ Weight::from_ref_time(35_637_000 as u64)
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -232,9 +233,9 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Storage: NominationPools CounterForMetadata (r:1 w:1)
/// The range of component `n` is `[1, 256]`.
fn set_metadata(n: u32, ) -> Weight {
- Weight::from_ref_time(16_813_000 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(n as u64))
+ Weight::from_ref_time(16_751_000 as u64)
+ // Standard Error: 89
+ .saturating_add(Weight::from_ref_time(3_580 as u64).saturating_mul(n as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -244,12 +245,12 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Storage: NominationPools MinCreateBond (r:0 w:1)
// Storage: NominationPools MaxPools (r:0 w:1)
fn set_configs() -> Weight {
- Weight::from_ref_time(7_602_000 as u64)
+ Weight::from_ref_time(7_869_000 as u64)
.saturating_add(T::DbWeight::get().writes(5 as u64))
}
// Storage: NominationPools BondedPools (r:1 w:1)
fn update_roles() -> Weight {
- Weight::from_ref_time(25_674_000 as u64)
+ Weight::from_ref_time(26_308_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -262,7 +263,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Storage: VoterList ListBags (r:1 w:1)
// Storage: VoterList CounterForListNodes (r:1 w:1)
fn chill() -> Weight {
- Weight::from_ref_time(59_990_000 as u64)
+ Weight::from_ref_time(60_820_000 as u64)
.saturating_add(T::DbWeight::get().reads(8 as u64))
.saturating_add(T::DbWeight::get().writes(5 as u64))
}
diff --git a/runtime/kusama/src/weights/pallet_preimage.rs b/runtime/kusama/src/weights/pallet_preimage.rs
index 782deda50e27..6f59a45a1bfd 100644
--- a/runtime/kusama/src/weights/pallet_preimage.rs
+++ b/runtime/kusama/src/weights/pallet_preimage.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_preimage`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-30, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_preimage`.
@@ -48,9 +48,9 @@ impl pallet_preimage::WeightInfo for WeightInfo {
// Storage: Preimage StatusFor (r:1 w:1)
/// The range of component `s` is `[0, 4194304]`.
fn note_preimage(s: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(30_131_000 as u64)
+ // Standard Error: 1
+ .saturating_add(Weight::from_ref_time(2_441 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -58,9 +58,9 @@ impl pallet_preimage::WeightInfo for WeightInfo {
// Storage: Preimage StatusFor (r:1 w:0)
/// The range of component `s` is `[0, 4194304]`.
fn note_requested_preimage(s: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(19_712_000 as u64)
+ // Standard Error: 4
+ .saturating_add(Weight::from_ref_time(2_469 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -68,67 +68,67 @@ impl pallet_preimage::WeightInfo for WeightInfo {
// Storage: Preimage StatusFor (r:1 w:0)
/// The range of component `s` is `[0, 4194304]`.
fn note_no_deposit_preimage(s: u32, ) -> Weight {
- Weight::from_ref_time(0 as u64)
- // Standard Error: 0
- .saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(18_621_000 as u64)
+ // Standard Error: 1
+ .saturating_add(Weight::from_ref_time(2_446 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Preimage StatusFor (r:1 w:1)
// Storage: Preimage PreimageFor (r:0 w:1)
fn unnote_preimage() -> Weight {
- Weight::from_ref_time(37_471_000 as u64)
+ Weight::from_ref_time(39_248_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: Preimage StatusFor (r:1 w:1)
// Storage: Preimage PreimageFor (r:0 w:1)
fn unnote_no_deposit_preimage() -> Weight {
- Weight::from_ref_time(26_305_000 as u64)
+ Weight::from_ref_time(26_072_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: Preimage StatusFor (r:1 w:1)
fn request_preimage() -> Weight {
- Weight::from_ref_time(35_418_000 as u64)
+ Weight::from_ref_time(37_356_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Preimage StatusFor (r:1 w:1)
fn request_no_deposit_preimage() -> Weight {
- Weight::from_ref_time(23_113_000 as u64)
+ Weight::from_ref_time(24_839_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Preimage StatusFor (r:1 w:1)
fn request_unnoted_preimage() -> Weight {
- Weight::from_ref_time(17_429_000 as u64)
+ Weight::from_ref_time(18_403_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Preimage StatusFor (r:1 w:1)
fn request_requested_preimage() -> Weight {
- Weight::from_ref_time(8_153_000 as u64)
+ Weight::from_ref_time(8_409_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Preimage StatusFor (r:1 w:1)
// Storage: Preimage PreimageFor (r:0 w:1)
fn unrequest_preimage() -> Weight {
- Weight::from_ref_time(25_132_000 as u64)
+ Weight::from_ref_time(26_449_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: Preimage StatusFor (r:1 w:1)
// Storage: Preimage PreimageFor (r:0 w:1)
fn unrequest_unnoted_preimage() -> Weight {
- Weight::from_ref_time(17_918_000 as u64)
+ Weight::from_ref_time(18_957_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: Preimage StatusFor (r:1 w:1)
fn unrequest_multi_referenced_preimage() -> Weight {
- Weight::from_ref_time(8_173_000 as u64)
+ Weight::from_ref_time(8_540_000 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
diff --git a/runtime/kusama/src/weights/pallet_proxy.rs b/runtime/kusama/src/weights/pallet_proxy.rs
index 2ea546eed2fa..ea101b6f62a1 100644
--- a/runtime/kusama/src/weights/pallet_proxy.rs
+++ b/runtime/kusama/src/weights/pallet_proxy.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_proxy`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-30, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_proxy`.
@@ -47,9 +47,9 @@ impl pallet_proxy::WeightInfo for WeightInfo {
// Storage: Proxy Proxies (r:1 w:0)
/// The range of component `p` is `[1, 31]`.
fn proxy(p: u32, ) -> Weight {
- Weight::from_ref_time(20_646_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(57_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(20_468_000 as u64)
+ // Standard Error: 1_179
+ .saturating_add(Weight::from_ref_time(92_910 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
}
// Storage: Proxy Proxies (r:1 w:0)
@@ -58,11 +58,11 @@ impl pallet_proxy::WeightInfo for WeightInfo {
/// The range of component `a` is `[0, 31]`.
/// The range of component `p` is `[1, 31]`.
fn proxy_announced(a: u32, p: u32, ) -> Weight {
- Weight::from_ref_time(37_132_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(131_000 as u64).saturating_mul(a as u64))
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(57_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(38_334_000 as u64)
+ // Standard Error: 949
+ .saturating_add(Weight::from_ref_time(127_607 as u64).saturating_mul(a as u64))
+ // Standard Error: 945
+ .saturating_add(Weight::from_ref_time(37_613 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -71,11 +71,11 @@ impl pallet_proxy::WeightInfo for WeightInfo {
/// The range of component `a` is `[0, 31]`.
/// The range of component `p` is `[1, 31]`.
fn remove_announcement(a: u32, p: u32, ) -> Weight {
- Weight::from_ref_time(26_277_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(125_000 as u64).saturating_mul(a as u64))
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(20_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(26_282_000 as u64)
+ // Standard Error: 876
+ .saturating_add(Weight::from_ref_time(144_539 as u64).saturating_mul(a as u64))
+ // Standard Error: 873
+ .saturating_add(Weight::from_ref_time(23_857 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -84,11 +84,11 @@ impl pallet_proxy::WeightInfo for WeightInfo {
/// The range of component `a` is `[0, 31]`.
/// The range of component `p` is `[1, 31]`.
fn reject_announcement(a: u32, p: u32, ) -> Weight {
- Weight::from_ref_time(26_199_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(128_000 as u64).saturating_mul(a as u64))
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(18_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(26_621_000 as u64)
+ // Standard Error: 849
+ .saturating_add(Weight::from_ref_time(134_539 as u64).saturating_mul(a as u64))
+ // Standard Error: 846
+ .saturating_add(Weight::from_ref_time(26_321 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -98,38 +98,38 @@ impl pallet_proxy::WeightInfo for WeightInfo {
/// The range of component `a` is `[0, 31]`.
/// The range of component `p` is `[1, 31]`.
fn announce(a: u32, p: u32, ) -> Weight {
- Weight::from_ref_time(34_707_000 as u64)
- // Standard Error: 2_000
- .saturating_add(Weight::from_ref_time(109_000 as u64).saturating_mul(a as u64))
- // Standard Error: 2_000
- .saturating_add(Weight::from_ref_time(43_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(34_378_000 as u64)
+ // Standard Error: 941
+ .saturating_add(Weight::from_ref_time(138_667 as u64).saturating_mul(a as u64))
+ // Standard Error: 937
+ .saturating_add(Weight::from_ref_time(54_178 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: Proxy Proxies (r:1 w:1)
/// The range of component `p` is `[1, 31]`.
fn add_proxy(p: u32, ) -> Weight {
- Weight::from_ref_time(28_733_000 as u64)
- // Standard Error: 2_000
- .saturating_add(Weight::from_ref_time(86_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(28_307_000 as u64)
+ // Standard Error: 1_208
+ .saturating_add(Weight::from_ref_time(125_211 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Proxy Proxies (r:1 w:1)
/// The range of component `p` is `[1, 31]`.
fn remove_proxy(p: u32, ) -> Weight {
- Weight::from_ref_time(28_518_000 as u64)
- // Standard Error: 2_000
- .saturating_add(Weight::from_ref_time(83_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(28_274_000 as u64)
+ // Standard Error: 1_625
+ .saturating_add(Weight::from_ref_time(129_635 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Proxy Proxies (r:1 w:1)
/// The range of component `p` is `[1, 31]`.
fn remove_proxies(p: u32, ) -> Weight {
- Weight::from_ref_time(24_528_000 as u64)
- // Standard Error: 2_000
- .saturating_add(Weight::from_ref_time(58_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(24_002_000 as u64)
+ // Standard Error: 1_447
+ .saturating_add(Weight::from_ref_time(103_690 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -137,18 +137,18 @@ impl pallet_proxy::WeightInfo for WeightInfo {
// Storage: Proxy Proxies (r:1 w:1)
/// The range of component `p` is `[1, 31]`.
fn create_pure(p: u32, ) -> Weight {
- Weight::from_ref_time(31_637_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(36_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(31_427_000 as u64)
+ // Standard Error: 1_378
+ .saturating_add(Weight::from_ref_time(61_410 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Proxy Proxies (r:1 w:1)
/// The range of component `p` is `[0, 30]`.
fn kill_pure(p: u32, ) -> Weight {
- Weight::from_ref_time(26_228_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(43_000 as u64).saturating_mul(p as u64))
+ Weight::from_ref_time(25_766_000 as u64)
+ // Standard Error: 1_084
+ .saturating_add(Weight::from_ref_time(84_988 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
diff --git a/runtime/kusama/src/weights/pallet_scheduler.rs b/runtime/kusama/src/weights/pallet_scheduler.rs
index f291bcd2c490..6394393ae003 100644
--- a/runtime/kusama/src/weights/pallet_scheduler.rs
+++ b/runtime/kusama/src/weights/pallet_scheduler.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_scheduler`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-30, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_scheduler`.
@@ -50,12 +50,12 @@ impl pallet_scheduler::WeightInfo for WeightInfo {
// Storage: Scheduler Lookup (r:0 w:1)
/// The range of component `s` is `[1, 50]`.
fn on_initialize_periodic_named_resolved(s: u32, ) -> Weight {
- Weight::from_ref_time(11_217_000 as u64)
- // Standard Error: 43_000
- .saturating_add(Weight::from_ref_time(19_456_000 as u64).saturating_mul(s as u64))
- .saturating_add(T::DbWeight::get().reads(1 as u64))
+ Weight::from_ref_time(36_188_000 as u64)
+ // Standard Error: 21_732
+ .saturating_add(Weight::from_ref_time(19_408_773 as u64).saturating_mul(s as u64))
+ .saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().reads((3 as u64).saturating_mul(s as u64)))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ .saturating_add(T::DbWeight::get().writes(5 as u64))
.saturating_add(T::DbWeight::get().writes((4 as u64).saturating_mul(s as u64)))
}
// Storage: Scheduler Agenda (r:1 w:1)
@@ -64,12 +64,12 @@ impl pallet_scheduler::WeightInfo for WeightInfo {
// Storage: Scheduler Lookup (r:0 w:1)
/// The range of component `s` is `[1, 50]`.
fn on_initialize_named_resolved(s: u32, ) -> Weight {
- Weight::from_ref_time(15_840_000 as u64)
- // Standard Error: 23_000
- .saturating_add(Weight::from_ref_time(15_699_000 as u64).saturating_mul(s as u64))
- .saturating_add(T::DbWeight::get().reads(1 as u64))
+ Weight::from_ref_time(32_370_000 as u64)
+ // Standard Error: 17_589
+ .saturating_add(Weight::from_ref_time(15_781_460 as u64).saturating_mul(s as u64))
+ .saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().reads((2 as u64).saturating_mul(s as u64)))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ .saturating_add(T::DbWeight::get().writes(4 as u64))
.saturating_add(T::DbWeight::get().writes((3 as u64).saturating_mul(s as u64)))
}
// Storage: Scheduler Agenda (r:2 w:2)
@@ -77,12 +77,12 @@ impl pallet_scheduler::WeightInfo for WeightInfo {
// Storage: Preimage StatusFor (r:1 w:1)
/// The range of component `s` is `[1, 50]`.
fn on_initialize_periodic_resolved(s: u32, ) -> Weight {
- Weight::from_ref_time(10_761_000 as u64)
- // Standard Error: 28_000
- .saturating_add(Weight::from_ref_time(17_063_000 as u64).saturating_mul(s as u64))
- .saturating_add(T::DbWeight::get().reads(1 as u64))
+ Weight::from_ref_time(32_936_000 as u64)
+ // Standard Error: 19_510
+ .saturating_add(Weight::from_ref_time(17_019_795 as u64).saturating_mul(s as u64))
+ .saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().reads((3 as u64).saturating_mul(s as u64)))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ .saturating_add(T::DbWeight::get().writes(4 as u64))
.saturating_add(T::DbWeight::get().writes((3 as u64).saturating_mul(s as u64)))
}
// Storage: Scheduler Agenda (r:1 w:1)
@@ -90,12 +90,12 @@ impl pallet_scheduler::WeightInfo for WeightInfo {
// Storage: Preimage StatusFor (r:1 w:1)
/// The range of component `s` is `[1, 50]`.
fn on_initialize_resolved(s: u32, ) -> Weight {
- Weight::from_ref_time(12_801_000 as u64)
- // Standard Error: 27_000
- .saturating_add(Weight::from_ref_time(14_878_000 as u64).saturating_mul(s as u64))
- .saturating_add(T::DbWeight::get().reads(1 as u64))
+ Weight::from_ref_time(30_806_000 as u64)
+ // Standard Error: 15_089
+ .saturating_add(Weight::from_ref_time(14_692_188 as u64).saturating_mul(s as u64))
+ .saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().reads((2 as u64).saturating_mul(s as u64)))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ .saturating_add(T::DbWeight::get().writes(3 as u64))
.saturating_add(T::DbWeight::get().writes((2 as u64).saturating_mul(s as u64)))
}
// Storage: Scheduler Agenda (r:2 w:2)
@@ -103,22 +103,22 @@ impl pallet_scheduler::WeightInfo for WeightInfo {
// Storage: Scheduler Lookup (r:0 w:1)
/// The range of component `s` is `[1, 50]`.
fn on_initialize_named_aborted(s: u32, ) -> Weight {
- Weight::from_ref_time(10_462_000 as u64)
- // Standard Error: 8_000
- .saturating_add(Weight::from_ref_time(5_706_000 as u64).saturating_mul(s as u64))
- .saturating_add(T::DbWeight::get().reads(2 as u64))
+ Weight::from_ref_time(15_183_000 as u64)
+ // Standard Error: 5_473
+ .saturating_add(Weight::from_ref_time(5_792_556 as u64).saturating_mul(s as u64))
+ .saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(s as u64)))
- .saturating_add(T::DbWeight::get().writes(2 as u64))
+ .saturating_add(T::DbWeight::get().writes(3 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(s as u64)))
}
// Storage: Scheduler Agenda (r:2 w:2)
// Storage: Preimage PreimageFor (r:1 w:0)
/// The range of component `s` is `[1, 50]`.
fn on_initialize_aborted(s: u32, ) -> Weight {
- Weight::from_ref_time(9_952_000 as u64)
- // Standard Error: 5_000
- .saturating_add(Weight::from_ref_time(3_762_000 as u64).saturating_mul(s as u64))
- .saturating_add(T::DbWeight::get().reads(2 as u64))
+ Weight::from_ref_time(12_448_000 as u64)
+ // Standard Error: 3_549
+ .saturating_add(Weight::from_ref_time(3_862_534 as u64).saturating_mul(s as u64))
+ .saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(s as u64)))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -126,51 +126,51 @@ impl pallet_scheduler::WeightInfo for WeightInfo {
// Storage: Scheduler Lookup (r:0 w:1)
/// The range of component `s` is `[1, 50]`.
fn on_initialize_periodic_named(s: u32, ) -> Weight {
- Weight::from_ref_time(14_502_000 as u64)
- // Standard Error: 14_000
- .saturating_add(Weight::from_ref_time(10_550_000 as u64).saturating_mul(s as u64))
- .saturating_add(T::DbWeight::get().reads(1 as u64))
+ Weight::from_ref_time(25_119_000 as u64)
+ // Standard Error: 9_723
+ .saturating_add(Weight::from_ref_time(10_629_350 as u64).saturating_mul(s as u64))
+ .saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(s as u64)))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ .saturating_add(T::DbWeight::get().writes(3 as u64))
.saturating_add(T::DbWeight::get().writes((2 as u64).saturating_mul(s as u64)))
}
// Storage: Scheduler Agenda (r:2 w:2)
/// The range of component `s` is `[1, 50]`.
fn on_initialize_periodic(s: u32, ) -> Weight {
- Weight::from_ref_time(14_956_000 as u64)
- // Standard Error: 12_000
- .saturating_add(Weight::from_ref_time(8_343_000 as u64).saturating_mul(s as u64))
- .saturating_add(T::DbWeight::get().reads(1 as u64))
+ Weight::from_ref_time(21_844_000 as u64)
+ // Standard Error: 6_940
+ .saturating_add(Weight::from_ref_time(8_391_709 as u64).saturating_mul(s as u64))
+ .saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(s as u64)))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ .saturating_add(T::DbWeight::get().writes(2 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(s as u64)))
}
// Storage: Scheduler Agenda (r:1 w:1)
// Storage: Scheduler Lookup (r:0 w:1)
/// The range of component `s` is `[1, 50]`.
fn on_initialize_named(s: u32, ) -> Weight {
- Weight::from_ref_time(13_862_000 as u64)
- // Standard Error: 10_000
- .saturating_add(Weight::from_ref_time(7_398_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(21_195_000 as u64)
+ // Standard Error: 7_719
+ .saturating_add(Weight::from_ref_time(7_476_323 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ .saturating_add(T::DbWeight::get().writes(2 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(s as u64)))
}
// Storage: Scheduler Agenda (r:1 w:1)
/// The range of component `s` is `[1, 50]`.
fn on_initialize(s: u32, ) -> Weight {
- Weight::from_ref_time(14_529_000 as u64)
- // Standard Error: 10_000
- .saturating_add(Weight::from_ref_time(6_467_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(19_953_000 as u64)
+ // Standard Error: 5_871
+ .saturating_add(Weight::from_ref_time(6_495_793 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Scheduler Agenda (r:1 w:1)
/// The range of component `s` is `[0, 50]`.
fn schedule(s: u32, ) -> Weight {
- Weight::from_ref_time(19_944_000 as u64)
- // Standard Error: 1_000
- .saturating_add(Weight::from_ref_time(69_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(17_863_000 as u64)
+ // Standard Error: 2_545
+ .saturating_add(Weight::from_ref_time(165_736 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -178,9 +178,9 @@ impl pallet_scheduler::WeightInfo for WeightInfo {
// Storage: Scheduler Lookup (r:0 w:1)
/// The range of component `s` is `[1, 50]`.
fn cancel(s: u32, ) -> Weight {
- Weight::from_ref_time(20_087_000 as u64)
- // Standard Error: 4_000
- .saturating_add(Weight::from_ref_time(1_214_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(20_556_000 as u64)
+ // Standard Error: 1_721
+ .saturating_add(Weight::from_ref_time(1_242_551 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -188,9 +188,9 @@ impl pallet_scheduler::WeightInfo for WeightInfo {
// Storage: Scheduler Agenda (r:1 w:1)
/// The range of component `s` is `[0, 50]`.
fn schedule_named(s: u32, ) -> Weight {
- Weight::from_ref_time(23_553_000 as u64)
- // Standard Error: 3_000
- .saturating_add(Weight::from_ref_time(118_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(20_379_000 as u64)
+ // Standard Error: 3_815
+ .saturating_add(Weight::from_ref_time(243_091 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -198,9 +198,9 @@ impl pallet_scheduler::WeightInfo for WeightInfo {
// Storage: Scheduler Agenda (r:1 w:1)
/// The range of component `s` is `[1, 50]`.
fn cancel_named(s: u32, ) -> Weight {
- Weight::from_ref_time(22_403_000 as u64)
- // Standard Error: 3_000
- .saturating_add(Weight::from_ref_time(1_255_000 as u64).saturating_mul(s as u64))
+ Weight::from_ref_time(21_035_000 as u64)
+ // Standard Error: 2_943
+ .saturating_add(Weight::from_ref_time(1_348_500 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
diff --git a/runtime/kusama/src/weights/pallet_session.rs b/runtime/kusama/src/weights/pallet_session.rs
index b07d6a7444e2..a8a2edb4ca97 100644
--- a/runtime/kusama/src/weights/pallet_session.rs
+++ b/runtime/kusama/src/weights/pallet_session.rs
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_session`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2022-09-30, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
-use frame_support::{traits::Get, weights::{Weight}};
+use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_session`.
@@ -48,7 +48,7 @@ impl pallet_session::WeightInfo for WeightInfo {
// Storage: Session NextKeys (r:1 w:1)
// Storage: Session KeyOwner (r:6 w:6)
fn set_keys() -> Weight {
- Weight::from_ref_time(51_955_000 as u64)
+ Weight::from_ref_time(52_139_000 as u64)
.saturating_add(T::DbWeight::get().reads(8 as u64))
.saturating_add(T::DbWeight::get().writes(7 as u64))
}
@@ -56,7 +56,7 @@ impl pallet_session::WeightInfo for WeightInfo