mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-16 13:05:42 +00:00
update weights (#6897)
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
This commit is contained in:
@@ -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: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-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: `590`
|
||||
// Estimated: `20189`
|
||||
// Minimum execution time: 140_460 nanoseconds.
|
||||
Weight::from_parts(142_311_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 20189))
|
||||
// Measured: `558`
|
||||
// Estimated: `26991`
|
||||
// Minimum execution time: 141_620_000 picoseconds.
|
||||
Weight::from_parts(143_668_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 26991))
|
||||
.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_819 nanoseconds.
|
||||
Weight::from_parts(11_397_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1359))
|
||||
// Estimated: `2349`
|
||||
// Minimum execution time: 11_817_000 picoseconds.
|
||||
Weight::from_parts(12_193_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: `590`
|
||||
// Estimated: `20189`
|
||||
// Minimum execution time: 144_657 nanoseconds.
|
||||
Weight::from_parts(158_036_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 20189))
|
||||
// Measured: `558`
|
||||
// Estimated: `26991`
|
||||
// Minimum execution time: 145_745_000 picoseconds.
|
||||
Weight::from_parts(148_207_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 26991))
|
||||
.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: `664`
|
||||
// Estimated: `23624`
|
||||
// Minimum execution time: 64_722 nanoseconds.
|
||||
Weight::from_parts(67_839_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 23624))
|
||||
// Measured: `632`
|
||||
// Estimated: `31384`
|
||||
// Minimum execution time: 65_979_000 picoseconds.
|
||||
Weight::from_parts(68_333_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 31384))
|
||||
.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: 22_132 nanoseconds.
|
||||
Weight::from_parts(22_516_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 11788))
|
||||
// Measured: `440`
|
||||
// Estimated: `15620`
|
||||
// Minimum execution time: 22_694_000 picoseconds.
|
||||
Weight::from_parts(23_022_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 15620))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(7))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user