1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132

//! Autogenerated weights for pallet_dkg_proposal_handler
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-04-26, STEPS: `20`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024

// Executed Command:
// ./target/release/dkg-standalone-node
// benchmark
// pallet
// --chain=dev
// --steps=20
// --repeat=1
// --log=warn
// --pallet=pallet-dkg-proposal-handler
// --extrinsic=*
// --execution=wasm
// --wasm-execution=compiled
// --output=./pallets/dkg-proposal-handler/src/weights.rs
// --template=./.maintain/frame-weight-template.hbs

#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(unused_imports)]
#![allow(missing_docs)]

use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
use core::marker::PhantomData;

/// Weight functions needed for pallet_dkg_proposal_handler.
pub trait WeightInfo {
	fn submit_signed_proposals(n: u32, ) -> Weight;
	fn force_submit_unsigned_proposal() -> Weight;
	fn force_remove_unsigned_proposal() -> Weight;
}

/// Weights for pallet_dkg_proposal_handler using the Substrate node and recommended hardware.
pub struct WebbWeight<T>(PhantomData<T>);
impl<T: frame_system::Config> WeightInfo for WebbWeight<T> {
	/// Storage: DKG DKGPublicKey (r:1 w:0)
	/// Proof: DKG DKGPublicKey (max_values: Some(1), max_size: Some(522), added: 1017, mode: MaxEncodedLen)
	/// Storage: DKGProposalHandler UnsignedProposalQueue (r:100 w:100)
	/// Proof: DKGProposalHandler UnsignedProposalQueue (max_values: None, max_size: Some(20052), added: 22527, mode: MaxEncodedLen)
	/// Storage: DKGProposalHandler SignedProposals (r:0 w:100)
	/// Proof: DKGProposalHandler SignedProposals (max_values: None, max_size: Some(20048), added: 22523, mode: MaxEncodedLen)
	/// Storage: DKGProposalHandler NextUnsignedAt (r:0 w:1)
	/// Proof: DKGProposalHandler NextUnsignedAt (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
	/// The range of component `n` is `[0, 100]`.
	fn submit_signed_proposals(n: u32, ) -> Weight {
		// Proof Size summary in bytes:
		//  Measured:  `563 + n * (57 ±0)`
		//  Estimated: `1017 + n * (22527 ±0)`
		// Minimum execution time: 17_000_000 picoseconds.
		Weight::from_parts(38_155_265, 1017)
			// Standard Error: 875_381
			.saturating_add(Weight::from_parts(90_756_705, 0).saturating_mul(n.into()))
			.saturating_add(T::DbWeight::get().reads(1_u64))
			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
			.saturating_add(T::DbWeight::get().writes(1_u64))
			.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into())))
			.saturating_add(Weight::from_parts(0, 22527).saturating_mul(n.into()))
	}
	/// Storage: DKGProposalHandler UnsignedProposalQueue (r:0 w:1)
	/// Proof: DKGProposalHandler UnsignedProposalQueue (max_values: None, max_size: Some(20052), added: 22527, mode: MaxEncodedLen)
	fn force_submit_unsigned_proposal() -> Weight {
		// Proof Size summary in bytes:
		//  Measured:  `0`
		//  Estimated: `0`
		// Minimum execution time: 12_000_000 picoseconds.
		Weight::from_parts(12_000_000, 0)
			.saturating_add(T::DbWeight::get().writes(1_u64))
	}
	/// Storage: DKGProposalHandler UnsignedProposalQueue (r:0 w:1)
	/// Proof: DKGProposalHandler UnsignedProposalQueue (max_values: None, max_size: Some(20052), added: 22527, mode: MaxEncodedLen)
	fn force_remove_unsigned_proposal() -> Weight {
		// Proof Size summary in bytes:
		//  Measured:  `0`
		//  Estimated: `0`
		// Minimum execution time: 12_000_000 picoseconds.
		Weight::from_parts(12_000_000, 0)
			.saturating_add(T::DbWeight::get().writes(1_u64))
	}
}

// For backwards compatibility and tests
impl WeightInfo for () {
	/// Storage: DKG DKGPublicKey (r:1 w:0)
	/// Proof: DKG DKGPublicKey (max_values: Some(1), max_size: Some(522), added: 1017, mode: MaxEncodedLen)
	/// Storage: DKGProposalHandler UnsignedProposalQueue (r:100 w:100)
	/// Proof: DKGProposalHandler UnsignedProposalQueue (max_values: None, max_size: Some(20052), added: 22527, mode: MaxEncodedLen)
	/// Storage: DKGProposalHandler SignedProposals (r:0 w:100)
	/// Proof: DKGProposalHandler SignedProposals (max_values: None, max_size: Some(20048), added: 22523, mode: MaxEncodedLen)
	/// Storage: DKGProposalHandler NextUnsignedAt (r:0 w:1)
	/// Proof: DKGProposalHandler NextUnsignedAt (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
	/// The range of component `n` is `[0, 100]`.
	fn submit_signed_proposals(n: u32, ) -> Weight {
		// Proof Size summary in bytes:
		//  Measured:  `563 + n * (57 ±0)`
		//  Estimated: `1017 + n * (22527 ±0)`
		// Minimum execution time: 17_000_000 picoseconds.
		Weight::from_parts(38_155_265, 1017)
			// Standard Error: 875_381
			.saturating_add(Weight::from_parts(90_756_705, 0).saturating_mul(n.into()))
			.saturating_add(RocksDbWeight::get().reads(1_u64))
			.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into())))
			.saturating_add(RocksDbWeight::get().writes(1_u64))
			.saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(n.into())))
			.saturating_add(Weight::from_parts(0, 22527).saturating_mul(n.into()))
	}
	/// Storage: DKGProposalHandler UnsignedProposalQueue (r:0 w:1)
	/// Proof: DKGProposalHandler UnsignedProposalQueue (max_values: None, max_size: Some(20052), added: 22527, mode: MaxEncodedLen)
	fn force_submit_unsigned_proposal() -> Weight {
		// Proof Size summary in bytes:
		//  Measured:  `0`
		//  Estimated: `0`
		// Minimum execution time: 12_000_000 picoseconds.
		Weight::from_parts(12_000_000, 0)
			.saturating_add(RocksDbWeight::get().writes(1_u64))
	}
	/// Storage: DKGProposalHandler UnsignedProposalQueue (r:0 w:1)
	/// Proof: DKGProposalHandler UnsignedProposalQueue (max_values: None, max_size: Some(20052), added: 22527, mode: MaxEncodedLen)
	fn force_remove_unsigned_proposal() -> Weight {
		// Proof Size summary in bytes:
		//  Measured:  `0`
		//  Estimated: `0`
		// Minimum execution time: 12_000_000 picoseconds.
		Weight::from_parts(12_000_000, 0)
			.saturating_add(RocksDbWeight::get().writes(1_u64))
	}
}