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_fast_unstake`
//!
//! 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-16, 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`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -76,18 +76,18 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
/// The range of component `b` is `[1, 64]`.
fn on_idle_unstake(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `1348 + b * (375 ±0)`
// Estimated: `8805 + b * (17962 ±0)`
// Minimum execution time: 77_064 nanoseconds.
Weight::from_parts(35_939_138, 0)
.saturating_add(Weight::from_parts(0, 8805))
// Standard Error: 51_777
.saturating_add(Weight::from_parts(41_379_142, 0).saturating_mul(b.into()))
// Measured: `1316 + b * (343 ±0)`
// Estimated: `20621 + b * (17898 ±0)`
// Minimum execution time: 76_169_000 picoseconds.
Weight::from_parts(42_721_141, 0)
.saturating_add(Weight::from_parts(0, 20621))
// Standard Error: 49_311
.saturating_add(Weight::from_parts(41_420_931, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes(1))
.saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(b.into())))
.saturating_add(Weight::from_parts(0, 17962).saturating_mul(b.into()))
.saturating_add(Weight::from_parts(0, 17898).saturating_mul(b.into()))
}
/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
@@ -107,19 +107,19 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
/// The range of component `b` is `[1, 64]`.
fn on_idle_check(v: u32, b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `1516 + v * (18519 ±0) + b * (48 ±0)`
// Estimated: `11390 + v * (39515 ±0) + b * (98 ±0)`
// Minimum execution time: 1_753_651 nanoseconds.
Weight::from_parts(1_768_190_000, 0)
.saturating_add(Weight::from_parts(0, 11390))
// Standard Error: 17_419_764
.saturating_add(Weight::from_parts(557_480_020, 0).saturating_mul(v.into()))
// Standard Error: 69_698_458
.saturating_add(Weight::from_parts(2_177_348_847, 0).saturating_mul(b.into()))
// Measured: `1484 + v * (18487 ±0) + b * (48 ±0)`
// Estimated: `18256 + v * (39451 ±0) + b * (98 ±0)`
// Minimum execution time: 1_663_692_000 picoseconds.
Weight::from_parts(1_670_772_000, 0)
.saturating_add(Weight::from_parts(0, 18256))
// Standard Error: 15_299_028
.saturating_add(Weight::from_parts(489_545_566, 0).saturating_mul(v.into()))
// Standard Error: 61_213_154
.saturating_add(Weight::from_parts(1_926_696_821, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into())))
.saturating_add(T::DbWeight::get().writes(1))
.saturating_add(Weight::from_parts(0, 39515).saturating_mul(v.into()))
.saturating_add(Weight::from_parts(0, 39451).saturating_mul(v.into()))
.saturating_add(Weight::from_parts(0, 98).saturating_mul(b.into()))
}
/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
@@ -152,11 +152,11 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
/// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
fn register_fast_unstake() -> Weight {
// Proof Size summary in bytes:
// Measured: `2026`
// Estimated: `29594`
// Minimum execution time: 111_029 nanoseconds.
Weight::from_parts(113_755_000, 0)
.saturating_add(Weight::from_parts(0, 29594))
// Measured: `1898`
// Estimated: `43454`
// Minimum execution time: 111_662_000 picoseconds.
Weight::from_parts(112_581_000, 0)
.saturating_add(Weight::from_parts(0, 43454))
.saturating_add(T::DbWeight::get().reads(14))
.saturating_add(T::DbWeight::get().writes(9))
}
@@ -172,11 +172,11 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
/// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
fn deregister() -> Weight {
// Proof Size summary in bytes:
// Measured: `1220`
// Estimated: `10781`
// Minimum execution time: 41_214 nanoseconds.
Weight::from_parts(41_497_000, 0)
.saturating_add(Weight::from_parts(0, 10781))
// Measured: `1156`
// Estimated: `15731`
// Minimum execution time: 40_644_000 picoseconds.
Weight::from_parts(41_516_000, 0)
.saturating_add(Weight::from_parts(0, 15731))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -186,8 +186,8 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 2_443 nanoseconds.
Weight::from_parts(2_586_000, 0)
// Minimum execution time: 2_901_000 picoseconds.
Weight::from_parts(3_026_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}