mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 17:57:56 +00:00
bbd51ce867
This PR reverts #2280 which introduced `TransactionExtension` to replace `SignedExtension`. As a result of the discussion [here](https://github.com/paritytech/polkadot-sdk/pull/3623#issuecomment-1986789700), the changes will be reverted for now with plans to reintroduce the concept in the future. --------- Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
152 lines
7.7 KiB
Rust
152 lines
7.7 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::assigned_slots`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! HOSTNAME: `runner-ynta1nyy-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
|
//! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("rococo-dev")`, DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// target/production/polkadot
|
|
// benchmark
|
|
// pallet
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --extrinsic=*
|
|
// --wasm-execution=compiled
|
|
// --heap-pages=4096
|
|
// --json-file=/builds/parity/mirrors/polkadot/.git/.artifacts/bench.json
|
|
// --pallet=runtime_common::assigned_slots
|
|
// --chain=rococo-dev
|
|
// --header=./file_header.txt
|
|
// --output=./runtime/rococo/src/weights/
|
|
|
|
#![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::assigned_slots`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> runtime_common::assigned_slots::WeightInfo for WeightInfo<T> {
|
|
/// Storage: `Registrar::Paras` (r:1 w:1)
|
|
/// Proof: `Registrar::Paras` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Paras::ParaLifecycles` (r:1 w:1)
|
|
/// Proof: `Paras::ParaLifecycles` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `AssignedSlots::PermanentSlots` (r:1 w:1)
|
|
/// Proof: `AssignedSlots::PermanentSlots` (`max_values`: None, `max_size`: Some(20), added: 2495, mode: `MaxEncodedLen`)
|
|
/// Storage: `AssignedSlots::TemporarySlots` (r:1 w:0)
|
|
/// Proof: `AssignedSlots::TemporarySlots` (`max_values`: None, `max_size`: Some(61), added: 2536, mode: `MaxEncodedLen`)
|
|
/// Storage: `Slots::Leases` (r:1 w:1)
|
|
/// Proof: `Slots::Leases` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `AssignedSlots::PermanentSlotCount` (r:1 w:1)
|
|
/// Proof: `AssignedSlots::PermanentSlotCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `AssignedSlots::MaxPermanentSlots` (r:1 w:0)
|
|
/// Proof: `AssignedSlots::MaxPermanentSlots` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `ParasShared::CurrentSessionIndex` (r:1 w:0)
|
|
/// Proof: `ParasShared::CurrentSessionIndex` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Paras::ActionsQueue` (r:1 w:1)
|
|
/// Proof: `Paras::ActionsQueue` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn assign_perm_parachain_slot() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `673`
|
|
// Estimated: `4138`
|
|
// Minimum execution time: 84_646_000 picoseconds.
|
|
Weight::from_parts(91_791_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 4138))
|
|
.saturating_add(T::DbWeight::get().reads(9))
|
|
.saturating_add(T::DbWeight::get().writes(6))
|
|
}
|
|
/// Storage: `Registrar::Paras` (r:1 w:1)
|
|
/// Proof: `Registrar::Paras` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Paras::ParaLifecycles` (r:1 w:1)
|
|
/// Proof: `Paras::ParaLifecycles` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `AssignedSlots::PermanentSlots` (r:1 w:0)
|
|
/// Proof: `AssignedSlots::PermanentSlots` (`max_values`: None, `max_size`: Some(20), added: 2495, mode: `MaxEncodedLen`)
|
|
/// Storage: `AssignedSlots::TemporarySlots` (r:1 w:1)
|
|
/// Proof: `AssignedSlots::TemporarySlots` (`max_values`: None, `max_size`: Some(61), added: 2536, mode: `MaxEncodedLen`)
|
|
/// Storage: `Slots::Leases` (r:1 w:1)
|
|
/// Proof: `Slots::Leases` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `AssignedSlots::TemporarySlotCount` (r:1 w:1)
|
|
/// Proof: `AssignedSlots::TemporarySlotCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `AssignedSlots::MaxTemporarySlots` (r:1 w:0)
|
|
/// Proof: `AssignedSlots::MaxTemporarySlots` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `AssignedSlots::ActiveTemporarySlotCount` (r:1 w:1)
|
|
/// Proof: `AssignedSlots::ActiveTemporarySlotCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `ParasShared::CurrentSessionIndex` (r:1 w:0)
|
|
/// Proof: `ParasShared::CurrentSessionIndex` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Paras::ActionsQueue` (r:1 w:1)
|
|
/// Proof: `Paras::ActionsQueue` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn assign_temp_parachain_slot() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `673`
|
|
// Estimated: `4138`
|
|
// Minimum execution time: 68_091_000 picoseconds.
|
|
Weight::from_parts(77_310_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 4138))
|
|
.saturating_add(T::DbWeight::get().reads(10))
|
|
.saturating_add(T::DbWeight::get().writes(7))
|
|
}
|
|
/// Storage: `AssignedSlots::PermanentSlots` (r:1 w:0)
|
|
/// Proof: `AssignedSlots::PermanentSlots` (`max_values`: None, `max_size`: Some(20), added: 2495, mode: `MaxEncodedLen`)
|
|
/// Storage: `AssignedSlots::TemporarySlots` (r:1 w:1)
|
|
/// Proof: `AssignedSlots::TemporarySlots` (`max_values`: None, `max_size`: Some(61), added: 2536, mode: `MaxEncodedLen`)
|
|
/// Storage: `Paras::ParaLifecycles` (r:1 w:0)
|
|
/// Proof: `Paras::ParaLifecycles` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Slots::Leases` (r:1 w:1)
|
|
/// Proof: `Slots::Leases` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `AssignedSlots::TemporarySlotCount` (r:1 w:1)
|
|
/// Proof: `AssignedSlots::TemporarySlotCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
fn unassign_parachain_slot() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `823`
|
|
// Estimated: `4288`
|
|
// Minimum execution time: 38_081_000 picoseconds.
|
|
Weight::from_parts(40_987_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 4288))
|
|
.saturating_add(T::DbWeight::get().reads(5))
|
|
.saturating_add(T::DbWeight::get().writes(3))
|
|
}
|
|
/// Storage: `AssignedSlots::MaxPermanentSlots` (r:0 w:1)
|
|
/// Proof: `AssignedSlots::MaxPermanentSlots` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
fn set_max_permanent_slots() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 7_182_000 picoseconds.
|
|
Weight::from_parts(7_437_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `AssignedSlots::MaxTemporarySlots` (r:0 w:1)
|
|
/// Proof: `AssignedSlots::MaxTemporarySlots` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
fn set_max_temporary_slots() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 7_153_000 picoseconds.
|
|
Weight::from_parts(7_456_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
}
|