mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-06 19:37:21 +00:00
d50ff483f8
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
223 lines
11 KiB
Rust
223 lines
11 KiB
Rust
// Copyright (C) Parity Technologies (UK) Ltd.
|
|
// This file is part of Polkadot.
|
|
|
|
// Polkadot is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
|
|
// Polkadot is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
//! Autogenerated weights for `runtime_common::crowdloan`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2023-04-28, 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
|
|
|
|
// Executed Command:
|
|
// ./target/production/polkadot
|
|
// benchmark
|
|
// pallet
|
|
// --chain=westend-dev
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --pallet=runtime_common::crowdloan
|
|
// --extrinsic=*
|
|
// --execution=wasm
|
|
// --wasm-execution=compiled
|
|
// --header=./file_header.txt
|
|
// --output=./runtime/westend/src/weights/runtime_common_crowdloan.rs
|
|
|
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
|
#![allow(unused_parens)]
|
|
#![allow(unused_imports)]
|
|
#![allow(missing_docs)]
|
|
|
|
use frame_support::{traits::Get, weights::Weight};
|
|
use core::marker::PhantomData;
|
|
|
|
/// Weight functions for `runtime_common::crowdloan`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightInfo<T> {
|
|
/// Storage: Crowdloan Funds (r:1 w:1)
|
|
/// Proof Skipped: Crowdloan Funds (max_values: None, max_size: None, mode: Measured)
|
|
/// Storage: Registrar Paras (r:1 w:1)
|
|
/// Proof Skipped: Registrar Paras (max_values: None, max_size: None, mode: Measured)
|
|
/// Storage: Paras ParaLifecycles (r:1 w:0)
|
|
/// Proof Skipped: Paras ParaLifecycles (max_values: None, max_size: None, mode: Measured)
|
|
/// Storage: Crowdloan NextFundIndex (r:1 w:1)
|
|
/// Proof Skipped: Crowdloan NextFundIndex (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: System Account (r:1 w:1)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
fn create() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `438`
|
|
// Estimated: `3903`
|
|
// Minimum execution time: 49_186_000 picoseconds.
|
|
Weight::from_parts(50_953_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3903))
|
|
.saturating_add(T::DbWeight::get().reads(5))
|
|
.saturating_add(T::DbWeight::get().writes(4))
|
|
}
|
|
/// Storage: Crowdloan Funds (r:1 w:1)
|
|
/// Proof Skipped: Crowdloan Funds (max_values: None, max_size: None, mode: Measured)
|
|
/// Storage: Slots Leases (r:1 w:0)
|
|
/// Proof Skipped: Slots Leases (max_values: None, max_size: None, mode: Measured)
|
|
/// Storage: Auctions AuctionInfo (r:1 w:0)
|
|
/// Proof: Auctions AuctionInfo (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:1 w:1)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// Storage: Balances InactiveIssuance (r:1 w:1)
|
|
/// Proof: Balances InactiveIssuance (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
|
/// Storage: Crowdloan EndingsCount (r:1 w:0)
|
|
/// Proof Skipped: Crowdloan EndingsCount (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: Crowdloan NewRaise (r:1 w:1)
|
|
/// Proof Skipped: Crowdloan NewRaise (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: unknown `0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291` (r:1 w:1)
|
|
/// Proof Skipped: unknown `0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291` (r:1 w:1)
|
|
fn contribute() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `424`
|
|
// Estimated: `3889`
|
|
// Minimum execution time: 126_783_000 picoseconds.
|
|
Weight::from_parts(128_474_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3889))
|
|
.saturating_add(T::DbWeight::get().reads(8))
|
|
.saturating_add(T::DbWeight::get().writes(5))
|
|
}
|
|
/// Storage: Crowdloan Funds (r:1 w:1)
|
|
/// Proof Skipped: Crowdloan Funds (max_values: None, max_size: None, mode: Measured)
|
|
/// Storage: System Account (r:2 w:2)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// Storage: Balances InactiveIssuance (r:1 w:1)
|
|
/// Proof: Balances InactiveIssuance (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
|
/// Storage: unknown `0xc85982571aa615c788ef9b2c16f54f25773fd439e8ee1ed2aa3ae43d48e880f0` (r:1 w:1)
|
|
/// Proof Skipped: unknown `0xc85982571aa615c788ef9b2c16f54f25773fd439e8ee1ed2aa3ae43d48e880f0` (r:1 w:1)
|
|
fn withdraw() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `690`
|
|
// Estimated: `6196`
|
|
// Minimum execution time: 71_770_000 picoseconds.
|
|
Weight::from_parts(72_830_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 6196))
|
|
.saturating_add(T::DbWeight::get().reads(5))
|
|
.saturating_add(T::DbWeight::get().writes(5))
|
|
}
|
|
/// Storage: Skipped Metadata (r:0 w:0)
|
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
|
/// The range of component `k` is `[0, 500]`.
|
|
fn refund(k: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `176 + k * (188 ±0)`
|
|
// Estimated: `201 + k * (189 ±0)`
|
|
// Minimum execution time: 44_129_000 picoseconds.
|
|
Weight::from_parts(56_760_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 201))
|
|
// Standard Error: 14_618
|
|
.saturating_add(Weight::from_parts(37_925_781, 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, 189).saturating_mul(k.into()))
|
|
}
|
|
/// Storage: Crowdloan Funds (r:1 w:1)
|
|
/// Proof Skipped: Crowdloan Funds (max_values: None, max_size: None, mode: Measured)
|
|
/// Storage: System Account (r:2 w:2)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
fn dissolve() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `515`
|
|
// Estimated: `6196`
|
|
// Minimum execution time: 41_038_000 picoseconds.
|
|
Weight::from_parts(42_119_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 6196))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(3))
|
|
}
|
|
/// Storage: Crowdloan Funds (r:1 w:1)
|
|
/// Proof Skipped: Crowdloan Funds (max_values: None, max_size: None, mode: Measured)
|
|
fn edit() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `235`
|
|
// Estimated: `3700`
|
|
// Minimum execution time: 17_868_000 picoseconds.
|
|
Weight::from_parts(18_548_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3700))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Crowdloan Funds (r:1 w:0)
|
|
/// Proof Skipped: Crowdloan Funds (max_values: None, max_size: None, mode: Measured)
|
|
/// Storage: unknown `0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291` (r:1 w:1)
|
|
/// Proof Skipped: unknown `0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291` (r:1 w:1)
|
|
fn add_memo() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `412`
|
|
// Estimated: `3877`
|
|
// Minimum execution time: 25_281_000 picoseconds.
|
|
Weight::from_parts(25_785_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3877))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Crowdloan Funds (r:1 w:0)
|
|
/// Proof Skipped: Crowdloan Funds (max_values: None, max_size: None, mode: Measured)
|
|
/// Storage: Crowdloan NewRaise (r:1 w:1)
|
|
/// Proof Skipped: Crowdloan NewRaise (max_values: Some(1), max_size: None, mode: Measured)
|
|
fn poke() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `239`
|
|
// Estimated: `3704`
|
|
// Minimum execution time: 17_979_000 picoseconds.
|
|
Weight::from_parts(18_255_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3704))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Auctions AuctionInfo (r:1 w:0)
|
|
/// Proof: Auctions AuctionInfo (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
|
|
/// Storage: Crowdloan EndingsCount (r:1 w:1)
|
|
/// Proof Skipped: Crowdloan EndingsCount (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: Crowdloan NewRaise (r:1 w:1)
|
|
/// Proof Skipped: Crowdloan NewRaise (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: Crowdloan Funds (r:100 w:0)
|
|
/// Proof Skipped: Crowdloan Funds (max_values: None, max_size: None, mode: Measured)
|
|
/// Storage: Auctions AuctionCounter (r:1 w:0)
|
|
/// Proof: Auctions AuctionCounter (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
|
/// Storage: Paras ParaLifecycles (r:100 w:0)
|
|
/// Proof Skipped: Paras ParaLifecycles (max_values: None, max_size: None, mode: Measured)
|
|
/// Storage: Slots Leases (r:100 w:0)
|
|
/// Proof Skipped: Slots Leases (max_values: None, max_size: None, mode: Measured)
|
|
/// Storage: Auctions Winning (r:1 w:1)
|
|
/// Proof: Auctions Winning (max_values: None, max_size: Some(1920), added: 4395, mode: MaxEncodedLen)
|
|
/// Storage: Auctions ReservedAmounts (r:100 w:100)
|
|
/// Proof: Auctions ReservedAmounts (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:100 w:100)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// The range of component `n` is `[2, 100]`.
|
|
fn on_initialize(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `91 + n * (356 ±0)`
|
|
// Estimated: `5385 + n * (2832 ±0)`
|
|
// Minimum execution time: 127_851_000 picoseconds.
|
|
Weight::from_parts(128_776_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 5385))
|
|
// Standard Error: 58_175
|
|
.saturating_add(Weight::from_parts(60_241_182, 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, 2832).saturating_mul(n.into()))
|
|
}
|
|
}
|