mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 00:31:07 +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: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-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_138 nanoseconds.
|
||||
Weight::from_parts(41_066_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 9592))
|
||||
// Measured: `386`
|
||||
// Estimated: `13424`
|
||||
// Minimum execution time: 39_858_000 picoseconds.
|
||||
Weight::from_parts(40_865_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: `474`
|
||||
// Estimated: `14402`
|
||||
// Minimum execution time: 113_847 nanoseconds.
|
||||
Weight::from_parts(115_656_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 14402))
|
||||
// Measured: `442`
|
||||
// Estimated: `22162`
|
||||
// Minimum execution time: 111_819_000 picoseconds.
|
||||
Weight::from_parts(113_743_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 22162))
|
||||
.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: `785`
|
||||
// Estimated: `12237`
|
||||
// Minimum execution time: 54_332 nanoseconds.
|
||||
Weight::from_parts(55_814_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 12237))
|
||||
// Measured: `689`
|
||||
// Estimated: `16005`
|
||||
// Minimum execution time: 56_947_000 picoseconds.
|
||||
Weight::from_parts(57_907_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 16005))
|
||||
.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: `190 + k * (221 ±0)`
|
||||
// Estimated: `195 + k * (221 ±0)`
|
||||
// Minimum execution time: 40_419 nanoseconds.
|
||||
Weight::from_parts(42_695_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 195))
|
||||
// Standard Error: 13_706
|
||||
.saturating_add(Weight::from_parts(23_364_182, 0).saturating_mul(k.into()))
|
||||
// Measured: `126 + k * (189 ±0)`
|
||||
// Estimated: `133 + k * (189 ±0)`
|
||||
// Minimum execution time: 41_762_000 picoseconds.
|
||||
Weight::from_parts(56_829_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 133))
|
||||
// Standard Error: 12_926
|
||||
.saturating_add(Weight::from_parts(22_800_725, 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: 30_943 nanoseconds.
|
||||
Weight::from_parts(32_116_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5517))
|
||||
// Measured: `375`
|
||||
// Estimated: `7433`
|
||||
// Minimum execution time: 31_961_000 picoseconds.
|
||||
Weight::from_parts(32_603_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_805 nanoseconds.
|
||||
Weight::from_parts(18_346_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 2742))
|
||||
// Measured: `235`
|
||||
// Estimated: `3700`
|
||||
// Minimum execution time: 18_130_000 picoseconds.
|
||||
Weight::from_parts(18_785_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: 25_274 nanoseconds.
|
||||
Weight::from_parts(25_881_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5838))
|
||||
// Measured: `412`
|
||||
// Estimated: `7754`
|
||||
// Minimum execution time: 25_730_000 picoseconds.
|
||||
Weight::from_parts(26_469_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_388 nanoseconds.
|
||||
Weight::from_parts(18_053_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3512))
|
||||
// Measured: `239`
|
||||
// Estimated: `5428`
|
||||
// Minimum execution time: 18_419_000 picoseconds.
|
||||
Weight::from_parts(18_959_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: `224 + n * (420 ±0)`
|
||||
// Estimated: `7477 + n * (14663 ±0)`
|
||||
// Minimum execution time: 113_445 nanoseconds.
|
||||
Weight::from_parts(114_171_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 7477))
|
||||
// Standard Error: 48_008
|
||||
.saturating_add(Weight::from_parts(48_852_541, 0).saturating_mul(n.into()))
|
||||
// Measured: `197 + n * (356 ±0)`
|
||||
// Estimated: `17252 + n * (14348 ±0)`
|
||||
// Minimum execution time: 114_684_000 picoseconds.
|
||||
Weight::from_parts(116_266_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 17252))
|
||||
// Standard Error: 49_215
|
||||
.saturating_add(Weight::from_parts(50_041_529, 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