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 `frame_system`
//!
//! 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
@@ -50,22 +50,22 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 1_675 nanoseconds.
Weight::from_parts(1_706_000, 0)
// Minimum execution time: 2_117_000 picoseconds.
Weight::from_parts(2_150_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 0
.saturating_add(Weight::from_parts(368, 0).saturating_mul(b.into()))
.saturating_add(Weight::from_parts(369, 0).saturating_mul(b.into()))
}
/// The range of component `b` is `[0, 3932160]`.
fn remark_with_event(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 7_568 nanoseconds.
Weight::from_parts(7_764_000, 0)
// Minimum execution time: 7_554_000 picoseconds.
Weight::from_parts(7_723_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 2
.saturating_add(Weight::from_parts(1_742, 0).saturating_mul(b.into()))
.saturating_add(Weight::from_parts(1_426, 0).saturating_mul(b.into()))
}
/// Storage: System Digest (r:1 w:1)
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
@@ -74,10 +74,10 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
fn set_heap_pages() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `495`
// Minimum execution time: 3_919 nanoseconds.
Weight::from_parts(4_109_000, 0)
.saturating_add(Weight::from_parts(0, 495))
// Estimated: `1485`
// Minimum execution time: 4_120_000 picoseconds.
Weight::from_parts(4_351_000, 0)
.saturating_add(Weight::from_parts(0, 1485))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -88,11 +88,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 1_817 nanoseconds.
Weight::from_parts(1_883_000, 0)
// Minimum execution time: 2_191_000 picoseconds.
Weight::from_parts(2_264_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 2_018
.saturating_add(Weight::from_parts(671_252, 0).saturating_mul(i.into()))
// Standard Error: 1_798
.saturating_add(Weight::from_parts(677_191, 0).saturating_mul(i.into()))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
}
/// Storage: Skipped Metadata (r:0 w:0)
@@ -102,11 +102,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 1_856 nanoseconds.
Weight::from_parts(1_924_000, 0)
// Minimum execution time: 2_198_000 picoseconds.
Weight::from_parts(2_287_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 760
.saturating_add(Weight::from_parts(487_035, 0).saturating_mul(i.into()))
// Standard Error: 784
.saturating_add(Weight::from_parts(492_885, 0).saturating_mul(i.into()))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
}
/// Storage: Skipped Metadata (r:0 w:0)
@@ -116,11 +116,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `132 + p * (69 ±0)`
// Estimated: `105 + p * (70 ±0)`
// Minimum execution time: 3_689 nanoseconds.
Weight::from_parts(3_811_000, 0)
// Minimum execution time: 4_176_000 picoseconds.
Weight::from_parts(4_323_000, 0)
.saturating_add(Weight::from_parts(0, 105))
// Standard Error: 975
.saturating_add(Weight::from_parts(1_001_061, 0).saturating_mul(p.into()))
// Standard Error: 1_043
.saturating_add(Weight::from_parts(1_028_349, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
.saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into()))