update weights (#6798)

* polkadot: update weights

* westend: update weights

* kusama: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2023-02-28 15:08:21 +01:00
committed by GitHub
parent 56f6b39da8
commit 63d1641b1e
165 changed files with 6974 additions and 5180 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-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-02-27, 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
@@ -78,11 +78,11 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
// Proof Size summary in bytes:
// Measured: `1348 + b * (375 ±0)`
// Estimated: `8805 + b * (17962 ±0)`
// Minimum execution time: 72_453 nanoseconds.
Weight::from_ref_time(36_866_925)
// Minimum execution time: 77_064 nanoseconds.
Weight::from_ref_time(35_939_138)
.saturating_add(Weight::from_proof_size(8805))
// Standard Error: 37_385
.saturating_add(Weight::from_ref_time(36_921_980).saturating_mul(b.into()))
// Standard Error: 51_777
.saturating_add(Weight::from_ref_time(41_379_142).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))
@@ -109,13 +109,13 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
// 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_796_062 nanoseconds.
Weight::from_ref_time(1_819_911_000)
// Minimum execution time: 1_753_651 nanoseconds.
Weight::from_ref_time(1_768_190_000)
.saturating_add(Weight::from_proof_size(11390))
// Standard Error: 18_164_058
.saturating_add(Weight::from_ref_time(581_195_072).saturating_mul(v.into()))
// Standard Error: 72_676_465
.saturating_add(Weight::from_ref_time(2_280_507_183).saturating_mul(b.into()))
// Standard Error: 17_419_764
.saturating_add(Weight::from_ref_time(557_480_020).saturating_mul(v.into()))
// Standard Error: 69_698_458
.saturating_add(Weight::from_ref_time(2_177_348_847).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))
@@ -154,8 +154,8 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
// Proof Size summary in bytes:
// Measured: `2026`
// Estimated: `29594`
// Minimum execution time: 102_183 nanoseconds.
Weight::from_ref_time(103_295_000)
// Minimum execution time: 111_029 nanoseconds.
Weight::from_ref_time(113_755_000)
.saturating_add(Weight::from_proof_size(29594))
.saturating_add(T::DbWeight::get().reads(14))
.saturating_add(T::DbWeight::get().writes(9))
@@ -174,8 +174,8 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
// Proof Size summary in bytes:
// Measured: `1220`
// Estimated: `10781`
// Minimum execution time: 38_964 nanoseconds.
Weight::from_ref_time(39_656_000)
// Minimum execution time: 41_214 nanoseconds.
Weight::from_ref_time(41_497_000)
.saturating_add(Weight::from_proof_size(10781))
.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_438 nanoseconds.
Weight::from_ref_time(2_581_000)
// Minimum execution time: 2_443 nanoseconds.
Weight::from_ref_time(2_586_000)
.saturating_add(Weight::from_proof_size(0))
.saturating_add(T::DbWeight::get().writes(1))
}