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 `runtime_common::claims`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-02-28, 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
@@ -61,11 +61,11 @@ impl<T: frame_system::Config> runtime_common::claims::WeightInfo for WeightInfo<
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
fn claim() -> Weight {
// Proof Size summary in bytes:
// Measured: `652`
// Estimated: `20437`
// Minimum execution time: 145_850 nanoseconds.
Weight::from_parts(160_914_000, 0)
.saturating_add(Weight::from_parts(0, 20437))
// Measured: `620`
// Estimated: `27239`
// Minimum execution time: 145_654_000 picoseconds.
Weight::from_parts(148_989_000, 0)
.saturating_add(Weight::from_parts(0, 27239))
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(6))
}
@@ -80,10 +80,10 @@ impl<T: frame_system::Config> runtime_common::claims::WeightInfo for WeightInfo<
fn mint_claim() -> Weight {
// Proof Size summary in bytes:
// Measured: `216`
// Estimated: `1359`
// Minimum execution time: 10_201 nanoseconds.
Weight::from_parts(10_728_000, 0)
.saturating_add(Weight::from_parts(0, 1359))
// Estimated: `2349`
// Minimum execution time: 10_889_000 picoseconds.
Weight::from_parts(11_366_000, 0)
.saturating_add(Weight::from_parts(0, 2349))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(4))
}
@@ -103,11 +103,11 @@ impl<T: frame_system::Config> runtime_common::claims::WeightInfo for WeightInfo<
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
fn claim_attest() -> Weight {
// Proof Size summary in bytes:
// Measured: `652`
// Estimated: `20437`
// Minimum execution time: 147_863 nanoseconds.
Weight::from_parts(166_266_000, 0)
.saturating_add(Weight::from_parts(0, 20437))
// Measured: `620`
// Estimated: `27239`
// Minimum execution time: 149_604_000 picoseconds.
Weight::from_parts(157_491_000, 0)
.saturating_add(Weight::from_parts(0, 27239))
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(6))
}
@@ -129,11 +129,11 @@ impl<T: frame_system::Config> runtime_common::claims::WeightInfo for WeightInfo<
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
fn attest() -> Weight {
// Proof Size summary in bytes:
// Measured: `726`
// Estimated: `23934`
// Minimum execution time: 68_241 nanoseconds.
Weight::from_parts(76_038_000, 0)
.saturating_add(Weight::from_parts(0, 23934))
// Measured: `694`
// Estimated: `31694`
// Minimum execution time: 69_342_000 picoseconds.
Weight::from_parts(75_572_000, 0)
.saturating_add(Weight::from_parts(0, 31694))
.saturating_add(T::DbWeight::get().reads(8))
.saturating_add(T::DbWeight::get().writes(7))
}
@@ -147,11 +147,11 @@ impl<T: frame_system::Config> runtime_common::claims::WeightInfo for WeightInfo<
/// Proof Skipped: Claims Preclaims (max_values: None, max_size: None, mode: Measured)
fn move_claim() -> Weight {
// Proof Size summary in bytes:
// Measured: `472`
// Estimated: `11788`
// Minimum execution time: 20_763 nanoseconds.
Weight::from_parts(22_172_000, 0)
.saturating_add(Weight::from_parts(0, 11788))
// Measured: `440`
// Estimated: `15620`
// Minimum execution time: 21_552_000 picoseconds.
Weight::from_parts(21_994_000, 0)
.saturating_add(Weight::from_parts(0, 15620))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(7))
}