mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 09:51: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-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
|
||||
@@ -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: `395`
|
||||
// Estimated: `9500`
|
||||
// Minimum execution time: 40_192 nanoseconds.
|
||||
Weight::from_parts(41_187_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 9500))
|
||||
// Measured: `363`
|
||||
// Estimated: `13332`
|
||||
// Minimum execution time: 38_745_000 picoseconds.
|
||||
Weight::from_parts(39_628_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 13332))
|
||||
.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: `407`
|
||||
// Estimated: `14067`
|
||||
// Minimum execution time: 116_221 nanoseconds.
|
||||
Weight::from_parts(117_343_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 14067))
|
||||
// Measured: `375`
|
||||
// Estimated: `21827`
|
||||
// Minimum execution time: 116_800_000 picoseconds.
|
||||
Weight::from_parts(118_160_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 21827))
|
||||
.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_468 nanoseconds.
|
||||
Weight::from_parts(59_575_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 12239))
|
||||
// Measured: `690`
|
||||
// Estimated: `16007`
|
||||
// Minimum execution time: 56_476_000 picoseconds.
|
||||
Weight::from_parts(57_072_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, 1000]`.
|
||||
fn refund(k: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `191 + k * (221 ±0)`
|
||||
// Estimated: `196 + k * (221 ±0)`
|
||||
// Minimum execution time: 49_068 nanoseconds.
|
||||
Weight::from_parts(55_770_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 196))
|
||||
// Standard Error: 13_586
|
||||
.saturating_add(Weight::from_parts(24_044_082, 0).saturating_mul(k.into()))
|
||||
// Measured: `127 + k * (189 ±0)`
|
||||
// Estimated: `134 + k * (189 ±0)`
|
||||
// Minimum execution time: 41_098_000 picoseconds.
|
||||
Weight::from_parts(54_551_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 134))
|
||||
// Standard Error: 14_010
|
||||
.saturating_add(Weight::from_parts(22_470_363, 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: 31_003 nanoseconds.
|
||||
Weight::from_parts(31_638_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5517))
|
||||
// Measured: `375`
|
||||
// Estimated: `7433`
|
||||
// Minimum execution time: 29_931_000 picoseconds.
|
||||
Weight::from_parts(31_008_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_207 nanoseconds.
|
||||
Weight::from_parts(17_984_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 2742))
|
||||
// Measured: `235`
|
||||
// Estimated: `3700`
|
||||
// Minimum execution time: 18_038_000 picoseconds.
|
||||
Weight::from_parts(18_767_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_934 nanoseconds.
|
||||
Weight::from_parts(25_688_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5838))
|
||||
// Measured: `412`
|
||||
// Estimated: `7754`
|
||||
// Minimum execution time: 24_982_000 picoseconds.
|
||||
Weight::from_parts(25_704_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_182 nanoseconds.
|
||||
Weight::from_parts(17_434_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3512))
|
||||
// Measured: `239`
|
||||
// Estimated: `5428`
|
||||
// Minimum execution time: 17_226_000 picoseconds.
|
||||
Weight::from_parts(17_899_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: `157 + n * (420 ±0)`
|
||||
// Estimated: `7142 + n * (14663 ±0)`
|
||||
// Minimum execution time: 112_026 nanoseconds.
|
||||
Weight::from_parts(113_282_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 7142))
|
||||
// Standard Error: 52_566
|
||||
.saturating_add(Weight::from_parts(49_787_483, 0).saturating_mul(n.into()))
|
||||
// Measured: `130 + n * (356 ±0)`
|
||||
// Estimated: `16917 + n * (14348 ±0)`
|
||||
// Minimum execution time: 108_411_000 picoseconds.
|
||||
Weight::from_parts(109_758_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 16917))
|
||||
// Standard Error: 51_868
|
||||
.saturating_add(Weight::from_parts(48_608_412, 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