mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
0f1a9fb1eb
* remove Default from CandidateHash * Apply suggestions from code review Co-authored-by: Andronik Ordian <write@reusable.software> * chore: fmt * remove backed candidate default * Partial migration away from CandidateReceipt::default * Remove more CandidateReceipt defaults * fmt * Mostly remove CommittedCandidateReceipt default usage * Remove CommittedCandidateReceipt * Remove more Defaults from polakdot primitives v1 + fmt * Remove more Default from polkadot primites v1 * WIP trying to get overseer example + tests to compile * feat: add primitives test helpers * reduce deps of helper * update primitive helpers * make candidate validation compile * fixup cargo lock * make av-store compile * fixup disputes coordinator tests * test: fixup backing * test: fixup approval voting * fixup bitfield signing * test: fixup runtime-api * test: fixup availability dist * foxi[ pverseer test] * remove some Defaults, remove bounds from `dummy` All `fn dummy` in primitives need to be removed anyways. This aids in the transition. * it's a test helper, so always use std * test: fixup parachains runtime tests Excluding benches. * fix keyring * fix paras runtime properly, no more default * Remove fn dummy() usage from approval voting * Move TestCandidateBuilder out of av store to test helpers * Make candidate validation tests pass * Make most dispute coirdinator tests pass * Make provisioner tests work * Make availability recovery tests work with test helpers * Update polkadot-collator-protocol tests * Update statement distribution tests * Update polkadot overseer examples and tests * Derive default for validation code so we don't break unrelated things * Make para runtime test pass (no bench) * Some more work * chore: cargo fmt * cargo fix * avoid some Default::default * fixup dispute coordinator test * remove unused crate deps * remove Default::default wherever possible, replace by dummy_* for the most part * chore: cargo fmt * Remove some warnings * Remove CommittedCandidateReceipt dummy * Remove CandidateReceipt dummy * Remove CandidateDescriptor dummy * Remove commented out code * Fix para runtime tests * chore: nightly * Some updates to the builder * Dynamically adjust mock head data size * Make dispute cooridinator tests work * Fix test candidate_backing_reorders_votes work * +nightly-2021-10-29 fmt * Spelling and remove a default use in builder * Various clean up * More small updates * fmt * More small updates * Doc comments for test helpers * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=runtime_parachains::paras_inherent --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=runtime_parachains::paras_inherent --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs * Update lib.rs * review comments * fix warnings * fix test by using correct candidate receipt relay parent Co-authored-by: Andronik Ordian <write@reusable.software> Co-authored-by: emostov <32168567+emostov@users.noreply.github.com> Co-authored-by: Parity Bot <admin@parity.io> Co-authored-by: Gavin Wood <gavin@parity.io>
192 lines
8.5 KiB
Rust
192 lines
8.5 KiB
Rust
// Copyright 2017-2021 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_parachains::paras_inherent`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2021-12-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128
|
|
|
|
// Executed Command:
|
|
// target/release/polkadot
|
|
// benchmark
|
|
// --chain=kusama-dev
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --pallet=runtime_parachains::paras_inherent
|
|
// --extrinsic=*
|
|
// --execution=wasm
|
|
// --wasm-execution=compiled
|
|
// --heap-pages=4096
|
|
// --header=./file_header.txt
|
|
// --output=./runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs
|
|
|
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
|
#![allow(unused_parens)]
|
|
#![allow(unused_imports)]
|
|
|
|
use frame_support::{traits::Get, weights::Weight};
|
|
use sp_std::marker::PhantomData;
|
|
|
|
/// Weight functions for `runtime_parachains::paras_inherent`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> runtime_parachains::paras_inherent::WeightInfo for WeightInfo<T> {
|
|
// Storage: ParaInherent Included (r:1 w:1)
|
|
// Storage: System ParentHash (r:1 w:0)
|
|
// Storage: ParaScheduler AvailabilityCores (r:1 w:1)
|
|
// Storage: ParasShared CurrentSessionIndex (r:1 w:0)
|
|
// Storage: Configuration ActiveConfig (r:1 w:0)
|
|
// Storage: ParaSessionInfo Sessions (r:1 w:0)
|
|
// Storage: ParasDisputes Disputes (r:1 w:1)
|
|
// Storage: ParasDisputes Included (r:1 w:1)
|
|
// Storage: ParasDisputes SpamSlots (r:1 w:1)
|
|
// Storage: ParasDisputes Frozen (r:1 w:0)
|
|
// Storage: ParaInclusion PendingAvailability (r:2 w:1)
|
|
// Storage: ParasShared ActiveValidatorKeys (r:1 w:0)
|
|
// Storage: Paras Parachains (r:1 w:0)
|
|
// Storage: ParaInclusion PendingAvailabilityCommitments (r:1 w:1)
|
|
// Storage: Session Validators (r:1 w:0)
|
|
// Storage: ParasShared ActiveValidatorIndices (r:1 w:0)
|
|
// Storage: Staking ActiveEra (r:1 w:0)
|
|
// Storage: Staking ErasRewardPoints (r:1 w:1)
|
|
// Storage: Dmp DownwardMessageQueues (r:1 w:1)
|
|
// Storage: Hrmp HrmpChannelDigests (r:1 w:1)
|
|
// Storage: Paras FutureCodeUpgrades (r:1 w:0)
|
|
// Storage: ParaScheduler SessionStartBlock (r:1 w:0)
|
|
// Storage: ParaScheduler ParathreadQueue (r:1 w:1)
|
|
// Storage: ParaScheduler Scheduled (r:1 w:1)
|
|
// Storage: ParaScheduler ValidatorGroups (r:1 w:0)
|
|
// Storage: Ump NeedsDispatch (r:1 w:1)
|
|
// Storage: Ump NextDispatchRoundStartWith (r:1 w:1)
|
|
// Storage: ParaInherent OnChainVotes (r:0 w:1)
|
|
// Storage: Hrmp HrmpWatermarks (r:0 w:1)
|
|
// Storage: Paras Heads (r:0 w:1)
|
|
fn enter_variable_disputes(v: u32, ) -> Weight {
|
|
(484_589_000 as Weight)
|
|
// Standard Error: 15_000
|
|
.saturating_add((49_300_000 as Weight).saturating_mul(v as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(28 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(17 as Weight))
|
|
}
|
|
// Storage: ParaInherent Included (r:1 w:1)
|
|
// Storage: System ParentHash (r:1 w:0)
|
|
// Storage: ParaScheduler AvailabilityCores (r:1 w:1)
|
|
// Storage: ParasShared CurrentSessionIndex (r:1 w:0)
|
|
// Storage: Configuration ActiveConfig (r:1 w:0)
|
|
// Storage: ParasDisputes Frozen (r:1 w:0)
|
|
// Storage: ParasShared ActiveValidatorKeys (r:1 w:0)
|
|
// Storage: Paras Parachains (r:1 w:0)
|
|
// Storage: ParaInclusion PendingAvailability (r:2 w:1)
|
|
// Storage: ParaInclusion PendingAvailabilityCommitments (r:1 w:1)
|
|
// Storage: Session Validators (r:1 w:0)
|
|
// Storage: ParasShared ActiveValidatorIndices (r:1 w:0)
|
|
// Storage: Staking ActiveEra (r:1 w:0)
|
|
// Storage: Staking ErasRewardPoints (r:1 w:1)
|
|
// Storage: Dmp DownwardMessageQueues (r:1 w:1)
|
|
// Storage: Hrmp HrmpChannelDigests (r:1 w:1)
|
|
// Storage: Paras FutureCodeUpgrades (r:1 w:0)
|
|
// Storage: ParasDisputes Disputes (r:1 w:0)
|
|
// Storage: ParaScheduler SessionStartBlock (r:1 w:0)
|
|
// Storage: ParaScheduler ParathreadQueue (r:1 w:1)
|
|
// Storage: ParaScheduler Scheduled (r:1 w:1)
|
|
// Storage: ParaScheduler ValidatorGroups (r:1 w:0)
|
|
// Storage: Ump NeedsDispatch (r:1 w:1)
|
|
// Storage: Ump NextDispatchRoundStartWith (r:1 w:1)
|
|
// Storage: ParaInclusion AvailabilityBitfields (r:0 w:1)
|
|
// Storage: ParaInherent OnChainVotes (r:0 w:1)
|
|
// Storage: ParasDisputes Included (r:0 w:1)
|
|
// Storage: Hrmp HrmpWatermarks (r:0 w:1)
|
|
// Storage: Paras Heads (r:0 w:1)
|
|
fn enter_bitfields() -> Weight {
|
|
(459_040_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(25 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(16 as Weight))
|
|
}
|
|
// Storage: ParaInherent Included (r:1 w:1)
|
|
// Storage: System ParentHash (r:1 w:0)
|
|
// Storage: ParaScheduler AvailabilityCores (r:1 w:1)
|
|
// Storage: ParasShared CurrentSessionIndex (r:1 w:0)
|
|
// Storage: Configuration ActiveConfig (r:1 w:0)
|
|
// Storage: ParasDisputes Frozen (r:1 w:0)
|
|
// Storage: ParasShared ActiveValidatorKeys (r:1 w:0)
|
|
// Storage: Paras Parachains (r:1 w:0)
|
|
// Storage: ParaInclusion PendingAvailability (r:2 w:1)
|
|
// Storage: ParaInclusion PendingAvailabilityCommitments (r:1 w:1)
|
|
// Storage: Session Validators (r:1 w:0)
|
|
// Storage: ParasShared ActiveValidatorIndices (r:1 w:0)
|
|
// Storage: Staking ActiveEra (r:1 w:0)
|
|
// Storage: Staking ErasRewardPoints (r:1 w:1)
|
|
// Storage: Dmp DownwardMessageQueues (r:1 w:1)
|
|
// Storage: Hrmp HrmpChannelDigests (r:1 w:1)
|
|
// Storage: Paras FutureCodeUpgrades (r:1 w:0)
|
|
// Storage: ParasDisputes Disputes (r:2 w:0)
|
|
// Storage: ParaScheduler SessionStartBlock (r:1 w:0)
|
|
// Storage: ParaScheduler ParathreadQueue (r:1 w:1)
|
|
// Storage: ParaScheduler Scheduled (r:1 w:1)
|
|
// Storage: ParaScheduler ValidatorGroups (r:1 w:0)
|
|
// Storage: Paras CurrentCodeHash (r:1 w:0)
|
|
// Storage: Ump RelayDispatchQueueSize (r:1 w:0)
|
|
// Storage: Ump NeedsDispatch (r:1 w:1)
|
|
// Storage: Ump NextDispatchRoundStartWith (r:1 w:1)
|
|
// Storage: ParaInherent OnChainVotes (r:0 w:1)
|
|
// Storage: ParasDisputes Included (r:0 w:1)
|
|
// Storage: Hrmp HrmpWatermarks (r:0 w:1)
|
|
// Storage: Paras Heads (r:0 w:1)
|
|
fn enter_backed_candidates_variable(v: u32, ) -> Weight {
|
|
(1_134_397_000 as Weight)
|
|
// Standard Error: 29_000
|
|
.saturating_add((49_193_000 as Weight).saturating_mul(v as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(28 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(15 as Weight))
|
|
}
|
|
// Storage: ParaInherent Included (r:1 w:1)
|
|
// Storage: System ParentHash (r:1 w:0)
|
|
// Storage: ParaScheduler AvailabilityCores (r:1 w:1)
|
|
// Storage: ParasShared CurrentSessionIndex (r:1 w:0)
|
|
// Storage: Configuration ActiveConfig (r:1 w:0)
|
|
// Storage: ParasDisputes Frozen (r:1 w:0)
|
|
// Storage: ParasShared ActiveValidatorKeys (r:1 w:0)
|
|
// Storage: Paras Parachains (r:1 w:0)
|
|
// Storage: ParaInclusion PendingAvailability (r:2 w:1)
|
|
// Storage: ParaInclusion PendingAvailabilityCommitments (r:1 w:1)
|
|
// Storage: Session Validators (r:1 w:0)
|
|
// Storage: ParasShared ActiveValidatorIndices (r:1 w:0)
|
|
// Storage: Staking ActiveEra (r:1 w:0)
|
|
// Storage: Staking ErasRewardPoints (r:1 w:1)
|
|
// Storage: Dmp DownwardMessageQueues (r:1 w:1)
|
|
// Storage: Hrmp HrmpChannelDigests (r:1 w:1)
|
|
// Storage: Paras FutureCodeUpgrades (r:1 w:0)
|
|
// Storage: ParasDisputes Disputes (r:2 w:0)
|
|
// Storage: ParaScheduler SessionStartBlock (r:1 w:0)
|
|
// Storage: ParaScheduler ParathreadQueue (r:1 w:1)
|
|
// Storage: ParaScheduler Scheduled (r:1 w:1)
|
|
// Storage: ParaScheduler ValidatorGroups (r:1 w:0)
|
|
// Storage: Paras CurrentCodeHash (r:1 w:0)
|
|
// Storage: Paras FutureCodeHash (r:1 w:0)
|
|
// Storage: Paras UpgradeRestrictionSignal (r:1 w:0)
|
|
// Storage: Ump RelayDispatchQueueSize (r:1 w:0)
|
|
// Storage: Ump NeedsDispatch (r:1 w:1)
|
|
// Storage: Ump NextDispatchRoundStartWith (r:1 w:1)
|
|
// Storage: ParaInherent OnChainVotes (r:0 w:1)
|
|
// Storage: ParasDisputes Included (r:0 w:1)
|
|
// Storage: Hrmp HrmpWatermarks (r:0 w:1)
|
|
// Storage: Paras Heads (r:0 w:1)
|
|
fn enter_backed_candidate_code_upgrade() -> Weight {
|
|
(43_202_449_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(30 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(15 as Weight))
|
|
}
|
|
}
|