update weights (sync with 0.9.42) (#7149)

* polkadot: update weights

* westend: update weights

* kusama: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2023-05-02 15:12:47 +02:00
committed by GitHub
parent 0ae0393042
commit d50ff483f8
163 changed files with 7550 additions and 6818 deletions
@@ -13,12 +13,13 @@
// You should have received a copy of the GNU General Public License
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
//! Autogenerated weights for `pallet_session`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-04-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! HOSTNAME: `bm6`, 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:
@@ -38,9 +39,10 @@
#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(unused_imports)]
#![allow(missing_docs)]
use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
use core::marker::PhantomData;
/// Weight functions for `pallet_session`.
pub struct WeightInfo<T>(PhantomData<T>);
@@ -54,10 +56,10 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
fn set_keys() -> Weight {
// Proof Size summary in bytes:
// Measured: `2083`
// Estimated: `28027`
// Minimum execution time: 51_544_000 picoseconds.
Weight::from_parts(52_127_000, 0)
.saturating_add(Weight::from_parts(0, 28027))
// Estimated: `17923`
// Minimum execution time: 52_023_000 picoseconds.
Weight::from_parts(52_743_000, 0)
.saturating_add(Weight::from_parts(0, 17923))
.saturating_add(T::DbWeight::get().reads(8))
.saturating_add(T::DbWeight::get().writes(7))
}
@@ -70,10 +72,10 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
fn purge_keys() -> Weight {
// Proof Size summary in bytes:
// Measured: `1947`
// Estimated: `11915`
// Minimum execution time: 37_019_000 picoseconds.
Weight::from_parts(37_594_000, 0)
.saturating_add(Weight::from_parts(0, 11915))
// Estimated: `5412`
// Minimum execution time: 37_004_000 picoseconds.
Weight::from_parts(37_461_000, 0)
.saturating_add(Weight::from_parts(0, 5412))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(7))
}