mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-06 02:07:25 +00:00
f3168c3fa0
* Add production profile to wasm builder * Fix profile detection * Apply suggestions from code review Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Replace panic! by println! + exit * Default to `release` for wasm on debug builds * Replaced unwrap by expect * Update all weights Rerun on the bm2 server. Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * cargo run --quiet --profile=production --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_contracts --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/contracts/src/weights.rs --template=./.maintain/frame-weight-template.hbs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Parity Bot <admin@parity.io>
551 lines
22 KiB
Rust
551 lines
22 KiB
Rust
// This file is part of Substrate.
|
|
|
|
// Copyright (C) 2022 Parity Technologies (UK) Ltd.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
// you may not use this file except in compliance with the License.
|
|
// You may obtain a copy of the License at
|
|
//
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
// See the License for the specific language governing permissions and
|
|
// limitations under the License.
|
|
|
|
//! Autogenerated weights for pallet_democracy
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2022-01-30, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// ./target/production/substrate
|
|
// benchmark
|
|
// --chain=dev
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --pallet=pallet_democracy
|
|
// --extrinsic=*
|
|
// --execution=wasm
|
|
// --wasm-execution=compiled
|
|
// --heap-pages=4096
|
|
// --output=./frame/democracy/src/weights.rs
|
|
// --template=.maintain/frame-weight-template.hbs
|
|
// --header=HEADER-APACHE2
|
|
// --raw
|
|
|
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
|
#![allow(unused_parens)]
|
|
#![allow(unused_imports)]
|
|
|
|
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
|
|
use sp_std::marker::PhantomData;
|
|
|
|
/// Weight functions needed for pallet_democracy.
|
|
pub trait WeightInfo {
|
|
fn propose() -> Weight;
|
|
fn second(s: u32, ) -> Weight;
|
|
fn vote_new(r: u32, ) -> Weight;
|
|
fn vote_existing(r: u32, ) -> Weight;
|
|
fn emergency_cancel() -> Weight;
|
|
fn blacklist(p: u32, ) -> Weight;
|
|
fn external_propose(v: u32, ) -> Weight;
|
|
fn external_propose_majority() -> Weight;
|
|
fn external_propose_default() -> Weight;
|
|
fn fast_track() -> Weight;
|
|
fn veto_external(v: u32, ) -> Weight;
|
|
fn cancel_proposal(p: u32, ) -> Weight;
|
|
fn cancel_referendum() -> Weight;
|
|
fn cancel_queued(r: u32, ) -> Weight;
|
|
fn on_initialize_base(r: u32, ) -> Weight;
|
|
fn on_initialize_base_with_launch_period(r: u32, ) -> Weight;
|
|
fn delegate(r: u32, ) -> Weight;
|
|
fn undelegate(r: u32, ) -> Weight;
|
|
fn clear_public_proposals() -> Weight;
|
|
fn note_preimage(b: u32, ) -> Weight;
|
|
fn note_imminent_preimage(b: u32, ) -> Weight;
|
|
fn reap_preimage(b: u32, ) -> Weight;
|
|
fn unlock_remove(r: u32, ) -> Weight;
|
|
fn unlock_set(r: u32, ) -> Weight;
|
|
fn remove_vote(r: u32, ) -> Weight;
|
|
fn remove_other_vote(r: u32, ) -> Weight;
|
|
}
|
|
|
|
/// Weights for pallet_democracy using the Substrate node and recommended hardware.
|
|
pub struct SubstrateWeight<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
// Storage: Democracy PublicPropCount (r:1 w:1)
|
|
// Storage: Democracy PublicProps (r:1 w:1)
|
|
// Storage: Democracy Blacklist (r:1 w:0)
|
|
// Storage: Democracy DepositOf (r:0 w:1)
|
|
fn propose() -> Weight {
|
|
(42_560_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Democracy DepositOf (r:1 w:1)
|
|
fn second(s: u32, ) -> Weight {
|
|
(25_603_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((167_000 as Weight).saturating_mul(s as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(1 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Democracy VotingOf (r:1 w:1)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
fn vote_new(r: u32, ) -> Weight {
|
|
(34_248_000 as Weight)
|
|
// Standard Error: 2_000
|
|
.saturating_add((135_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Democracy VotingOf (r:1 w:1)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
fn vote_existing(r: u32, ) -> Weight {
|
|
(33_927_000 as Weight)
|
|
// Standard Error: 2_000
|
|
.saturating_add((138_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Democracy Cancellations (r:1 w:1)
|
|
fn emergency_cancel() -> Weight {
|
|
(14_714_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Democracy PublicProps (r:1 w:1)
|
|
// Storage: Democracy NextExternal (r:1 w:1)
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Democracy Blacklist (r:0 w:1)
|
|
// Storage: Democracy DepositOf (r:1 w:1)
|
|
// Storage: System Account (r:1 w:1)
|
|
fn blacklist(p: u32, ) -> Weight {
|
|
(49_423_000 as Weight)
|
|
// Standard Error: 3_000
|
|
.saturating_add((275_000 as Weight).saturating_mul(p as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(5 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(6 as Weight))
|
|
}
|
|
// Storage: Democracy NextExternal (r:1 w:1)
|
|
// Storage: Democracy Blacklist (r:1 w:0)
|
|
fn external_propose(v: u32, ) -> Weight {
|
|
(7_321_000 as Weight)
|
|
// Standard Error: 0
|
|
.saturating_add((75_000 as Weight).saturating_mul(v as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy NextExternal (r:0 w:1)
|
|
fn external_propose_majority() -> Weight {
|
|
(1_325_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy NextExternal (r:0 w:1)
|
|
fn external_propose_default() -> Weight {
|
|
(1_283_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy NextExternal (r:1 w:1)
|
|
// Storage: Democracy ReferendumCount (r:1 w:1)
|
|
// Storage: Democracy ReferendumInfoOf (r:0 w:1)
|
|
fn fast_track() -> Weight {
|
|
(15_355_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Democracy NextExternal (r:1 w:1)
|
|
// Storage: Democracy Blacklist (r:1 w:1)
|
|
fn veto_external(v: u32, ) -> Weight {
|
|
(16_597_000 as Weight)
|
|
// Standard Error: 0
|
|
.saturating_add((90_000 as Weight).saturating_mul(v as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Democracy PublicProps (r:1 w:1)
|
|
// Storage: Democracy DepositOf (r:1 w:1)
|
|
// Storage: System Account (r:1 w:1)
|
|
fn cancel_proposal(p: u32, ) -> Weight {
|
|
(37_695_000 as Weight)
|
|
// Standard Error: 2_000
|
|
.saturating_add((258_000 as Weight).saturating_mul(p as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Democracy ReferendumInfoOf (r:0 w:1)
|
|
fn cancel_referendum() -> Weight {
|
|
(9_456_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Scheduler Lookup (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn cancel_queued(r: u32, ) -> Weight {
|
|
(19_915_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((609_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Democracy LowestUnbaked (r:1 w:1)
|
|
// Storage: Democracy ReferendumCount (r:1 w:0)
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:0)
|
|
fn on_initialize_base(r: u32, ) -> Weight {
|
|
(3_787_000 as Weight)
|
|
// Standard Error: 2_000
|
|
.saturating_add((2_852_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight)))
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy LowestUnbaked (r:1 w:1)
|
|
// Storage: Democracy ReferendumCount (r:1 w:0)
|
|
// Storage: Democracy LastTabledWasExternal (r:1 w:0)
|
|
// Storage: Democracy NextExternal (r:1 w:0)
|
|
// Storage: Democracy PublicProps (r:1 w:0)
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:0)
|
|
fn on_initialize_base_with_launch_period(r: u32, ) -> Weight {
|
|
(7_890_000 as Weight)
|
|
// Standard Error: 2_000
|
|
.saturating_add((2_856_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(5 as Weight))
|
|
.saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight)))
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy VotingOf (r:3 w:3)
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
fn delegate(r: u32, ) -> Weight {
|
|
(31_190_000 as Weight)
|
|
// Standard Error: 3_000
|
|
.saturating_add((3_753_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(4 as Weight))
|
|
.saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight)))
|
|
.saturating_add(T::DbWeight::get().writes(4 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(r as Weight)))
|
|
}
|
|
// Storage: Democracy VotingOf (r:2 w:2)
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
fn undelegate(r: u32, ) -> Weight {
|
|
(15_121_000 as Weight)
|
|
// Standard Error: 3_000
|
|
.saturating_add((3_852_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight)))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(r as Weight)))
|
|
}
|
|
// Storage: Democracy PublicProps (r:0 w:1)
|
|
fn clear_public_proposals() -> Weight {
|
|
(1_583_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy Preimages (r:1 w:1)
|
|
fn note_preimage(b: u32, ) -> Weight {
|
|
(22_681_000 as Weight)
|
|
// Standard Error: 0
|
|
.saturating_add((2_000 as Weight).saturating_mul(b as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(1 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy Preimages (r:1 w:1)
|
|
fn note_imminent_preimage(b: u32, ) -> Weight {
|
|
(15_599_000 as Weight)
|
|
// Standard Error: 0
|
|
.saturating_add((2_000 as Weight).saturating_mul(b as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(1 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy Preimages (r:1 w:1)
|
|
// Storage: System Account (r:1 w:0)
|
|
fn reap_preimage(b: u32, ) -> Weight {
|
|
(23_663_000 as Weight)
|
|
// Standard Error: 0
|
|
.saturating_add((1_000 as Weight).saturating_mul(b as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy VotingOf (r:1 w:1)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
// Storage: System Account (r:1 w:1)
|
|
fn unlock_remove(r: u32, ) -> Weight {
|
|
(21_928_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((61_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Democracy VotingOf (r:1 w:1)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
// Storage: System Account (r:1 w:1)
|
|
fn unlock_set(r: u32, ) -> Weight {
|
|
(21_548_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((123_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Democracy VotingOf (r:1 w:1)
|
|
fn remove_vote(r: u32, ) -> Weight {
|
|
(11_797_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((117_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Democracy VotingOf (r:1 w:1)
|
|
fn remove_other_vote(r: u32, ) -> Weight {
|
|
(11_930_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((122_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
}
|
|
|
|
// For backwards compatibility and tests
|
|
impl WeightInfo for () {
|
|
// Storage: Democracy PublicPropCount (r:1 w:1)
|
|
// Storage: Democracy PublicProps (r:1 w:1)
|
|
// Storage: Democracy Blacklist (r:1 w:0)
|
|
// Storage: Democracy DepositOf (r:0 w:1)
|
|
fn propose() -> Weight {
|
|
(42_560_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(3 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Democracy DepositOf (r:1 w:1)
|
|
fn second(s: u32, ) -> Weight {
|
|
(25_603_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((167_000 as Weight).saturating_mul(s as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(1 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Democracy VotingOf (r:1 w:1)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
fn vote_new(r: u32, ) -> Weight {
|
|
(34_248_000 as Weight)
|
|
// Standard Error: 2_000
|
|
.saturating_add((135_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(3 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Democracy VotingOf (r:1 w:1)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
fn vote_existing(r: u32, ) -> Weight {
|
|
(33_927_000 as Weight)
|
|
// Standard Error: 2_000
|
|
.saturating_add((138_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(3 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Democracy Cancellations (r:1 w:1)
|
|
fn emergency_cancel() -> Weight {
|
|
(14_714_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Democracy PublicProps (r:1 w:1)
|
|
// Storage: Democracy NextExternal (r:1 w:1)
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Democracy Blacklist (r:0 w:1)
|
|
// Storage: Democracy DepositOf (r:1 w:1)
|
|
// Storage: System Account (r:1 w:1)
|
|
fn blacklist(p: u32, ) -> Weight {
|
|
(49_423_000 as Weight)
|
|
// Standard Error: 3_000
|
|
.saturating_add((275_000 as Weight).saturating_mul(p as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(5 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(6 as Weight))
|
|
}
|
|
// Storage: Democracy NextExternal (r:1 w:1)
|
|
// Storage: Democracy Blacklist (r:1 w:0)
|
|
fn external_propose(v: u32, ) -> Weight {
|
|
(7_321_000 as Weight)
|
|
// Standard Error: 0
|
|
.saturating_add((75_000 as Weight).saturating_mul(v as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy NextExternal (r:0 w:1)
|
|
fn external_propose_majority() -> Weight {
|
|
(1_325_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy NextExternal (r:0 w:1)
|
|
fn external_propose_default() -> Weight {
|
|
(1_283_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy NextExternal (r:1 w:1)
|
|
// Storage: Democracy ReferendumCount (r:1 w:1)
|
|
// Storage: Democracy ReferendumInfoOf (r:0 w:1)
|
|
fn fast_track() -> Weight {
|
|
(15_355_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Democracy NextExternal (r:1 w:1)
|
|
// Storage: Democracy Blacklist (r:1 w:1)
|
|
fn veto_external(v: u32, ) -> Weight {
|
|
(16_597_000 as Weight)
|
|
// Standard Error: 0
|
|
.saturating_add((90_000 as Weight).saturating_mul(v as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Democracy PublicProps (r:1 w:1)
|
|
// Storage: Democracy DepositOf (r:1 w:1)
|
|
// Storage: System Account (r:1 w:1)
|
|
fn cancel_proposal(p: u32, ) -> Weight {
|
|
(37_695_000 as Weight)
|
|
// Standard Error: 2_000
|
|
.saturating_add((258_000 as Weight).saturating_mul(p as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(3 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Democracy ReferendumInfoOf (r:0 w:1)
|
|
fn cancel_referendum() -> Weight {
|
|
(9_456_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Scheduler Lookup (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn cancel_queued(r: u32, ) -> Weight {
|
|
(19_915_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((609_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Democracy LowestUnbaked (r:1 w:1)
|
|
// Storage: Democracy ReferendumCount (r:1 w:0)
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:0)
|
|
fn on_initialize_base(r: u32, ) -> Weight {
|
|
(3_787_000 as Weight)
|
|
// Standard Error: 2_000
|
|
.saturating_add((2_852_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(r as Weight)))
|
|
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy LowestUnbaked (r:1 w:1)
|
|
// Storage: Democracy ReferendumCount (r:1 w:0)
|
|
// Storage: Democracy LastTabledWasExternal (r:1 w:0)
|
|
// Storage: Democracy NextExternal (r:1 w:0)
|
|
// Storage: Democracy PublicProps (r:1 w:0)
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:0)
|
|
fn on_initialize_base_with_launch_period(r: u32, ) -> Weight {
|
|
(7_890_000 as Weight)
|
|
// Standard Error: 2_000
|
|
.saturating_add((2_856_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(5 as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(r as Weight)))
|
|
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy VotingOf (r:3 w:3)
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
fn delegate(r: u32, ) -> Weight {
|
|
(31_190_000 as Weight)
|
|
// Standard Error: 3_000
|
|
.saturating_add((3_753_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(4 as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(r as Weight)))
|
|
.saturating_add(RocksDbWeight::get().writes(4 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes((1 as Weight).saturating_mul(r as Weight)))
|
|
}
|
|
// Storage: Democracy VotingOf (r:2 w:2)
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
fn undelegate(r: u32, ) -> Weight {
|
|
(15_121_000 as Weight)
|
|
// Standard Error: 3_000
|
|
.saturating_add((3_852_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(r as Weight)))
|
|
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes((1 as Weight).saturating_mul(r as Weight)))
|
|
}
|
|
// Storage: Democracy PublicProps (r:0 w:1)
|
|
fn clear_public_proposals() -> Weight {
|
|
(1_583_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy Preimages (r:1 w:1)
|
|
fn note_preimage(b: u32, ) -> Weight {
|
|
(22_681_000 as Weight)
|
|
// Standard Error: 0
|
|
.saturating_add((2_000 as Weight).saturating_mul(b as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(1 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy Preimages (r:1 w:1)
|
|
fn note_imminent_preimage(b: u32, ) -> Weight {
|
|
(15_599_000 as Weight)
|
|
// Standard Error: 0
|
|
.saturating_add((2_000 as Weight).saturating_mul(b as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(1 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy Preimages (r:1 w:1)
|
|
// Storage: System Account (r:1 w:0)
|
|
fn reap_preimage(b: u32, ) -> Weight {
|
|
(23_663_000 as Weight)
|
|
// Standard Error: 0
|
|
.saturating_add((1_000 as Weight).saturating_mul(b as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Democracy VotingOf (r:1 w:1)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
// Storage: System Account (r:1 w:1)
|
|
fn unlock_remove(r: u32, ) -> Weight {
|
|
(21_928_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((61_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(3 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Democracy VotingOf (r:1 w:1)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
// Storage: System Account (r:1 w:1)
|
|
fn unlock_set(r: u32, ) -> Weight {
|
|
(21_548_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((123_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(3 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Democracy VotingOf (r:1 w:1)
|
|
fn remove_vote(r: u32, ) -> Weight {
|
|
(11_797_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((117_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Democracy VotingOf (r:1 w:1)
|
|
fn remove_other_vote(r: u32, ) -> Weight {
|
|
(11_930_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((122_000 as Weight).saturating_mul(r as Weight))
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
|
|
}
|
|
}
|