update weights (#6897)

* polkadot: update weights

* westend: update weights

* kusama: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2023-03-17 11:09:21 +01:00
committed by GitHub
parent 163d892d8c
commit 4d904951fd
165 changed files with 7369 additions and 7375 deletions
@@ -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: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024
@@ -53,11 +53,11 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
fn set_keys() -> Weight {
// Proof Size summary in bytes:
// Measured: `1985`
// Estimated: `24861`
// Minimum execution time: 51_818 nanoseconds.
Weight::from_parts(52_338_000, 0)
.saturating_add(Weight::from_parts(0, 24861))
// Measured: `1921`
// Estimated: `27703`
// Minimum execution time: 51_536_000 picoseconds.
Weight::from_parts(51_997_000, 0)
.saturating_add(Weight::from_parts(0, 27703))
.saturating_add(T::DbWeight::get().reads(8))
.saturating_add(T::DbWeight::get().writes(7))
}
@@ -69,11 +69,11 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
fn purge_keys() -> Weight {
// Proof Size summary in bytes:
// Measured: `1881`
// Estimated: `9803`
// Minimum execution time: 37_554 nanoseconds.
Weight::from_parts(38_608_000, 0)
.saturating_add(Weight::from_parts(0, 9803))
// Measured: `1785`
// Estimated: `11591`
// Minimum execution time: 37_181_000 picoseconds.
Weight::from_parts(38_051_000, 0)
.saturating_add(Weight::from_parts(0, 11591))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(7))
}