mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +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::crowdloan`
|
||||
//!
|
||||
//! 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
|
||||
@@ -55,11 +55,11 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
/// Proof Skipped: Crowdloan NextFundIndex (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `418`
|
||||
// Estimated: `9592`
|
||||
// Minimum execution time: 39_590 nanoseconds.
|
||||
Weight::from_parts(40_531_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 9592))
|
||||
// Measured: `386`
|
||||
// Estimated: `13424`
|
||||
// Minimum execution time: 40_035_000 picoseconds.
|
||||
Weight::from_parts(40_864_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 13424))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -81,11 +81,11 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
/// Proof Skipped: unknown `0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291` (r:1 w:1)
|
||||
fn contribute() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `368`
|
||||
// Estimated: `13872`
|
||||
// Minimum execution time: 111_368 nanoseconds.
|
||||
Weight::from_parts(112_815_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 13872))
|
||||
// Measured: `336`
|
||||
// Estimated: `21632`
|
||||
// Minimum execution time: 109_869_000 picoseconds.
|
||||
Weight::from_parts(112_585_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 21632))
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
}
|
||||
@@ -99,11 +99,11 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
/// Proof Skipped: unknown `0xc85982571aa615c788ef9b2c16f54f25773fd439e8ee1ed2aa3ae43d48e880f0` (r:1 w:1)
|
||||
fn withdraw() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `786`
|
||||
// Estimated: `12239`
|
||||
// Minimum execution time: 57_399 nanoseconds.
|
||||
Weight::from_parts(58_224_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 12239))
|
||||
// Measured: `690`
|
||||
// Estimated: `16007`
|
||||
// Minimum execution time: 56_448_000 picoseconds.
|
||||
Weight::from_parts(57_679_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 16007))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
}
|
||||
@@ -112,18 +112,18 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
/// The range of component `k` is `[0, 500]`.
|
||||
fn refund(k: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `236 + k * (220 ±0)`
|
||||
// Estimated: `256 + k * (221 ±0)`
|
||||
// Minimum execution time: 40_233 nanoseconds.
|
||||
Weight::from_parts(54_026_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 256))
|
||||
// Standard Error: 13_085
|
||||
.saturating_add(Weight::from_parts(22_927_324, 0).saturating_mul(k.into()))
|
||||
// Measured: `173 + k * (188 ±0)`
|
||||
// Estimated: `194 + k * (189 ±0)`
|
||||
// Minimum execution time: 40_060_000 picoseconds.
|
||||
Weight::from_parts(54_541_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 194))
|
||||
// Standard Error: 10_543
|
||||
.saturating_add(Weight::from_parts(21_926_735, 0).saturating_mul(k.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(k.into())))
|
||||
.saturating_add(Weight::from_parts(0, 221).saturating_mul(k.into()))
|
||||
.saturating_add(Weight::from_parts(0, 189).saturating_mul(k.into()))
|
||||
}
|
||||
/// Storage: Crowdloan Funds (r:1 w:1)
|
||||
/// Proof Skipped: Crowdloan Funds (max_values: None, max_size: None, mode: Measured)
|
||||
@@ -131,11 +131,11 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn dissolve() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `439`
|
||||
// Estimated: `5517`
|
||||
// Minimum execution time: 29_857 nanoseconds.
|
||||
Weight::from_parts(30_340_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5517))
|
||||
// Measured: `375`
|
||||
// Estimated: `7433`
|
||||
// Minimum execution time: 29_891_000 picoseconds.
|
||||
Weight::from_parts(30_447_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 7433))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -143,11 +143,11 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
/// Proof Skipped: Crowdloan Funds (max_values: None, max_size: None, mode: Measured)
|
||||
fn edit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `267`
|
||||
// Estimated: `2742`
|
||||
// Minimum execution time: 17_245 nanoseconds.
|
||||
Weight::from_parts(17_847_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 2742))
|
||||
// Measured: `235`
|
||||
// Estimated: `3700`
|
||||
// Minimum execution time: 18_393_000 picoseconds.
|
||||
Weight::from_parts(19_004_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3700))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -157,11 +157,11 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
/// Proof Skipped: unknown `0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291` (r:1 w:1)
|
||||
fn add_memo() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `444`
|
||||
// Estimated: `5838`
|
||||
// Minimum execution time: 24_929 nanoseconds.
|
||||
Weight::from_parts(25_462_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5838))
|
||||
// Measured: `412`
|
||||
// Estimated: `7754`
|
||||
// Minimum execution time: 25_423_000 picoseconds.
|
||||
Weight::from_parts(25_924_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 7754))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -171,11 +171,11 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
/// Proof Skipped: Crowdloan NewRaise (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn poke() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `271`
|
||||
// Estimated: `3512`
|
||||
// Minimum execution time: 17_200 nanoseconds.
|
||||
Weight::from_parts(17_776_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3512))
|
||||
// Measured: `239`
|
||||
// Estimated: `5428`
|
||||
// Minimum execution time: 17_399_000 picoseconds.
|
||||
Weight::from_parts(18_040_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5428))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -202,17 +202,17 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
/// The range of component `n` is `[2, 100]`.
|
||||
fn on_initialize(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `118 + n * (420 ±0)`
|
||||
// Estimated: `6947 + n * (14663 ±0)`
|
||||
// Minimum execution time: 114_121 nanoseconds.
|
||||
Weight::from_parts(116_551_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6947))
|
||||
// Standard Error: 47_770
|
||||
.saturating_add(Weight::from_parts(50_697_962, 0).saturating_mul(n.into()))
|
||||
// Measured: `91 + n * (356 ±0)`
|
||||
// Estimated: `16722 + n * (14348 ±0)`
|
||||
// Minimum execution time: 109_715_000 picoseconds.
|
||||
Weight::from_parts(110_192_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 16722))
|
||||
// Standard Error: 47_032
|
||||
.saturating_add(Weight::from_parts(48_388_752, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into())))
|
||||
.saturating_add(Weight::from_parts(0, 14663).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(0, 14348).saturating_mul(n.into()))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user