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-16, 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("rococo-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_748 nanoseconds.
Weight::from_parts(2_117_356, 0)
// Minimum execution time: 2_292_000 picoseconds.
Weight::from_parts(2_342_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 0
.saturating_add(Weight::from_parts(367, 0).saturating_mul(b.into()))
.saturating_add(Weight::from_parts(368, 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_063 nanoseconds.
Weight::from_parts(7_145_000, 0)
// Minimum execution time: 7_815_000 picoseconds.
Weight::from_parts(8_108_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 0
.saturating_add(Weight::from_parts(1_721, 0).saturating_mul(b.into()))
.saturating_add(Weight::from_parts(1_408, 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_665 nanoseconds.
Weight::from_parts(3_765_000, 0)
.saturating_add(Weight::from_parts(0, 495))
// Estimated: `1485`
// Minimum execution time: 4_368_000 picoseconds.
Weight::from_parts(4_621_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_681 nanoseconds.
Weight::from_parts(1_739_000, 0)
// Minimum execution time: 2_288_000 picoseconds.
Weight::from_parts(2_376_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 1_662
.saturating_add(Weight::from_parts(660_663, 0).saturating_mul(i.into()))
// Standard Error: 1_708
.saturating_add(Weight::from_parts(661_748, 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_849 nanoseconds.
Weight::from_parts(1_894_000, 0)
// Minimum execution time: 2_286_000 picoseconds.
Weight::from_parts(2_349_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 767
.saturating_add(Weight::from_parts(482_324, 0).saturating_mul(i.into()))
// Standard Error: 783
.saturating_add(Weight::from_parts(479_594, 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: `131 + p * (69 ±0)`
// Estimated: `126 + p * (70 ±0)`
// Minimum execution time: 3_861 nanoseconds.
Weight::from_parts(3_923_000, 0)
// Minimum execution time: 4_282_000 picoseconds.
Weight::from_parts(4_376_000, 0)
.saturating_add(Weight::from_parts(0, 126))
// Standard Error: 869
.saturating_add(Weight::from_parts(999_646, 0).saturating_mul(p.into()))
// Standard Error: 914
.saturating_add(Weight::from_parts(1_020_664, 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()))