mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-30 16:35:47 +00:00
d9f33dc7e9
* Create run_all_benchmarks.sh * Update run_all_benchmarks.sh * Update run_all_benchmarks.sh * Review fixes Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update scripts/run_all_benchmarks.sh Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * typo Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * add default for $1 * Typo Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update run_all_benchmarks.sh * new weights on benchmarking machine * prefer `--chain=dev` * fix compile * fix command * fmt * dont use square brackets * Extend doc Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Remove +nightly Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Add error file an run execute everything optimistically Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
492 lines
19 KiB
Rust
492 lines
19 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_referenda
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2022-05-22, 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
|
|
// pallet
|
|
// --chain=dev
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --pallet=pallet_referenda
|
|
// --extrinsic=*
|
|
// --execution=wasm
|
|
// --wasm-execution=compiled
|
|
// --template=./.maintain/frame-weight-template.hbs
|
|
// --output=./frame/referenda/src/weights.rs
|
|
|
|
#![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_referenda.
|
|
pub trait WeightInfo {
|
|
fn submit() -> Weight;
|
|
fn place_decision_deposit_preparing() -> Weight;
|
|
fn place_decision_deposit_queued() -> Weight;
|
|
fn place_decision_deposit_not_queued() -> Weight;
|
|
fn place_decision_deposit_passing() -> Weight;
|
|
fn place_decision_deposit_failing() -> Weight;
|
|
fn refund_decision_deposit() -> Weight;
|
|
fn cancel() -> Weight;
|
|
fn kill() -> Weight;
|
|
fn one_fewer_deciding_queue_empty() -> Weight;
|
|
fn one_fewer_deciding_failing() -> Weight;
|
|
fn one_fewer_deciding_passing() -> Weight;
|
|
fn nudge_referendum_requeued_insertion() -> Weight;
|
|
fn nudge_referendum_requeued_slide() -> Weight;
|
|
fn nudge_referendum_queued() -> Weight;
|
|
fn nudge_referendum_not_queued() -> Weight;
|
|
fn nudge_referendum_no_deposit() -> Weight;
|
|
fn nudge_referendum_preparing() -> Weight;
|
|
fn nudge_referendum_timed_out() -> Weight;
|
|
fn nudge_referendum_begin_deciding_failing() -> Weight;
|
|
fn nudge_referendum_begin_deciding_passing() -> Weight;
|
|
fn nudge_referendum_begin_confirming() -> Weight;
|
|
fn nudge_referendum_end_confirming() -> Weight;
|
|
fn nudge_referendum_continue_not_confirming() -> Weight;
|
|
fn nudge_referendum_continue_confirming() -> Weight;
|
|
fn nudge_referendum_approved() -> Weight;
|
|
fn nudge_referendum_rejected() -> Weight;
|
|
}
|
|
|
|
/// Weights for pallet_referenda using the Substrate node and recommended hardware.
|
|
pub struct SubstrateWeight<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
// Storage: Referenda ReferendumCount (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
// Storage: Referenda ReferendumInfoFor (r:0 w:1)
|
|
fn submit() -> Weight {
|
|
(30_596_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:2 w:2)
|
|
fn place_decision_deposit_preparing() -> Weight {
|
|
(40_115_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda DecidingCount (r:1 w:0)
|
|
// Storage: Referenda TrackQueue (r:1 w:1)
|
|
fn place_decision_deposit_queued() -> Weight {
|
|
(45_739_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda DecidingCount (r:1 w:0)
|
|
// Storage: Referenda TrackQueue (r:1 w:1)
|
|
fn place_decision_deposit_not_queued() -> Weight {
|
|
(45_741_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda DecidingCount (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:2 w:2)
|
|
fn place_decision_deposit_passing() -> Weight {
|
|
(51_422_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(4 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(4 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda DecidingCount (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:2 w:2)
|
|
fn place_decision_deposit_failing() -> Weight {
|
|
(48_714_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(4 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(4 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
fn refund_decision_deposit() -> Weight {
|
|
(24_896_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(1 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:2 w:2)
|
|
fn cancel() -> Weight {
|
|
(30_511_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:2 w:2)
|
|
fn kill() -> Weight {
|
|
(55_662_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda TrackQueue (r:1 w:0)
|
|
// Storage: Referenda DecidingCount (r:1 w:1)
|
|
fn one_fewer_deciding_queue_empty() -> Weight {
|
|
(6_659_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Referenda TrackQueue (r:1 w:1)
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:2 w:2)
|
|
fn one_fewer_deciding_failing() -> Weight {
|
|
(109_530_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(4 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(4 as Weight))
|
|
}
|
|
// Storage: Referenda TrackQueue (r:1 w:1)
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:2 w:2)
|
|
fn one_fewer_deciding_passing() -> Weight {
|
|
(110_576_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(4 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(4 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda TrackQueue (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_requeued_insertion() -> Weight {
|
|
(39_327_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda TrackQueue (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_requeued_slide() -> Weight {
|
|
(39_179_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda DecidingCount (r:1 w:0)
|
|
// Storage: Referenda TrackQueue (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_queued() -> Weight {
|
|
(41_251_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(4 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda DecidingCount (r:1 w:0)
|
|
// Storage: Referenda TrackQueue (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_not_queued() -> Weight {
|
|
(41_009_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(4 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_no_deposit() -> Weight {
|
|
(20_228_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_preparing() -> Weight {
|
|
(20_456_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
fn nudge_referendum_timed_out() -> Weight {
|
|
(16_202_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(1 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda DecidingCount (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_begin_deciding_failing() -> Weight {
|
|
(30_335_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda DecidingCount (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_begin_deciding_passing() -> Weight {
|
|
(32_700_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_begin_confirming() -> Weight {
|
|
(27_225_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_end_confirming() -> Weight {
|
|
(28_355_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_continue_not_confirming() -> Weight {
|
|
(26_515_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_continue_confirming() -> Weight {
|
|
(24_991_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:2 w:2)
|
|
// Storage: Scheduler Lookup (r:1 w:1)
|
|
// Storage: Preimage StatusFor (r:1 w:1)
|
|
fn nudge_referendum_approved() -> Weight {
|
|
(45_164_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(5 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(5 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_rejected() -> Weight {
|
|
(28_026_000 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: Referenda ReferendumCount (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
// Storage: Referenda ReferendumInfoFor (r:0 w:1)
|
|
fn submit() -> Weight {
|
|
(30_596_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:2 w:2)
|
|
fn place_decision_deposit_preparing() -> Weight {
|
|
(40_115_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(3 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda DecidingCount (r:1 w:0)
|
|
// Storage: Referenda TrackQueue (r:1 w:1)
|
|
fn place_decision_deposit_queued() -> Weight {
|
|
(45_739_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(3 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda DecidingCount (r:1 w:0)
|
|
// Storage: Referenda TrackQueue (r:1 w:1)
|
|
fn place_decision_deposit_not_queued() -> Weight {
|
|
(45_741_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(3 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda DecidingCount (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:2 w:2)
|
|
fn place_decision_deposit_passing() -> Weight {
|
|
(51_422_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(4 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(4 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda DecidingCount (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:2 w:2)
|
|
fn place_decision_deposit_failing() -> Weight {
|
|
(48_714_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(4 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(4 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
fn refund_decision_deposit() -> Weight {
|
|
(24_896_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(1 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:2 w:2)
|
|
fn cancel() -> Weight {
|
|
(30_511_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(3 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:2 w:2)
|
|
fn kill() -> Weight {
|
|
(55_662_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(3 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda TrackQueue (r:1 w:0)
|
|
// Storage: Referenda DecidingCount (r:1 w:1)
|
|
fn one_fewer_deciding_queue_empty() -> Weight {
|
|
(6_659_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Referenda TrackQueue (r:1 w:1)
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:2 w:2)
|
|
fn one_fewer_deciding_failing() -> Weight {
|
|
(109_530_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(4 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(4 as Weight))
|
|
}
|
|
// Storage: Referenda TrackQueue (r:1 w:1)
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:2 w:2)
|
|
fn one_fewer_deciding_passing() -> Weight {
|
|
(110_576_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(4 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(4 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda TrackQueue (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_requeued_insertion() -> Weight {
|
|
(39_327_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(3 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda TrackQueue (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_requeued_slide() -> Weight {
|
|
(39_179_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(3 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda DecidingCount (r:1 w:0)
|
|
// Storage: Referenda TrackQueue (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_queued() -> Weight {
|
|
(41_251_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(4 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda DecidingCount (r:1 w:0)
|
|
// Storage: Referenda TrackQueue (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_not_queued() -> Weight {
|
|
(41_009_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(4 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_no_deposit() -> Weight {
|
|
(20_228_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_preparing() -> Weight {
|
|
(20_456_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
fn nudge_referendum_timed_out() -> Weight {
|
|
(16_202_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(1 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda DecidingCount (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_begin_deciding_failing() -> Weight {
|
|
(30_335_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(3 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Referenda DecidingCount (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_begin_deciding_passing() -> Weight {
|
|
(32_700_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(3 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_begin_confirming() -> Weight {
|
|
(27_225_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_end_confirming() -> Weight {
|
|
(28_355_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_continue_not_confirming() -> Weight {
|
|
(26_515_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_continue_confirming() -> Weight {
|
|
(24_991_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:2 w:2)
|
|
// Storage: Scheduler Lookup (r:1 w:1)
|
|
// Storage: Preimage StatusFor (r:1 w:1)
|
|
fn nudge_referendum_approved() -> Weight {
|
|
(45_164_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(5 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(5 as Weight))
|
|
}
|
|
// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
// Storage: Scheduler Agenda (r:1 w:1)
|
|
fn nudge_referendum_rejected() -> Weight {
|
|
(28_026_000 as Weight)
|
|
.saturating_add(RocksDbWeight::get().reads(2 as Weight))
|
|
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
|
|
}
|
|
}
|