1
// Copyright (C) Moondance Labs Ltd.
2
// This file is part of Tanssi.
3

            
4
// Tanssi is free software: you can redistribute it and/or modify
5
// it under the terms of the GNU General Public License as published by
6
// the Free Software Foundation, either version 3 of the License, or
7
// (at your option) any later version.
8

            
9
// Tanssi is distributed in the hope that it will be useful,
10
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
// GNU General Public License for more details.
13

            
14
// You should have received a copy of the GNU General Public License
15
// along with Tanssi.  If not, see <http://www.gnu.org/licenses/>
16

            
17

            
18
//! Autogenerated weights for pallet_data_preservers
19
//!
20
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
21
//! DATE: 2024-06-07, STEPS: `16`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]`
22
//! WORST CASE MAP SIZE: `1000000`
23
//! HOSTNAME: `pop-os`, CPU: `12th Gen Intel(R) Core(TM) i7-1260P`
24
//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
25

            
26
// Executed Command:
27
// ./target/release/tanssi-node
28
// benchmark
29
// pallet
30
// --execution=wasm
31
// --wasm-execution=compiled
32
// --pallet
33
// pallet_data_preservers
34
// --extrinsic
35
// *
36
// --chain=dev
37
// --steps
38
// 16
39
// --repeat
40
// 1
41
// --template=benchmarking/frame-weight-pallet-template.hbs
42
// --json-file
43
// raw.json
44
// --output
45
// tmp/pallet_data_preservers.rs
46

            
47
#![cfg_attr(rustfmt, rustfmt_skip)]
48
#![allow(unused_parens)]
49
#![allow(unused_imports)]
50

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

            
54
/// Weight functions needed for pallet_data_preservers.
55
pub trait WeightInfo {
56
	fn create_profile(x: u32, y: u32, ) -> Weight;
57
	fn force_create_profile(x: u32, y: u32, ) -> Weight;
58
	fn update_profile(x: u32, y: u32, ) -> Weight;
59
	fn force_update_profile(x: u32, y: u32, ) -> Weight;
60
	fn delete_profile() -> Weight;
61
	fn force_delete_profile() -> Weight;
62
	fn start_assignment() -> Weight;
63
	fn stop_assignment() -> Weight;
64
	fn force_start_assignment() -> Weight;
65
	fn poke_deposit() -> Weight;
66
}
67

            
68
/// Weights for pallet_data_preservers using the Substrate node and recommended hardware.
69
pub struct SubstrateWeight<T>(PhantomData<T>);
70
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
71
	/// Storage: `System::Account` (r:1 w:1)
72
	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
73
	/// Storage: `Balances::Holds` (r:1 w:1)
74
	/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(229), added: 2704, mode: `MaxEncodedLen`)
75
	/// Storage: `DataPreservers::NextProfileId` (r:1 w:1)
76
	/// Proof: `DataPreservers::NextProfileId` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
77
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
78
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: None, mode: `Measured`)
79
	/// The range of component `x` is `[1, 200]`.
80
	/// The range of component `y` is `[1, 10]`.
81
	fn create_profile(x: u32, y: u32, ) -> Weight {
82
		// Proof Size summary in bytes:
83
		//  Measured:  `109`
84
		//  Estimated: `3694`
85
		// Minimum execution time: 47_314_000 picoseconds.
86
		Weight::from_parts(47_311_741, 3694)
87
			// Standard Error: 6_992
88
			.saturating_add(Weight::from_parts(16_023, 0).saturating_mul(x.into()))
89
			// Standard Error: 147_505
90
			.saturating_add(Weight::from_parts(152_259, 0).saturating_mul(y.into()))
91
			.saturating_add(T::DbWeight::get().reads(4_u64))
92
			.saturating_add(T::DbWeight::get().writes(4_u64))
93
	}
94
	/// Storage: `DataPreservers::NextProfileId` (r:1 w:1)
95
	/// Proof: `DataPreservers::NextProfileId` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
96
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
97
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: None, mode: `Measured`)
98
	/// The range of component `x` is `[1, 200]`.
99
	/// The range of component `y` is `[1, 10]`.
100
	fn force_create_profile(_x: u32, _y: u32, ) -> Weight {
101
		// Proof Size summary in bytes:
102
		//  Measured:  `6`
103
		//  Estimated: `3471`
104
		// Minimum execution time: 16_415_000 picoseconds.
105
		Weight::from_parts(19_640_708, 3471)
106
			.saturating_add(T::DbWeight::get().reads(2_u64))
107
			.saturating_add(T::DbWeight::get().writes(2_u64))
108
	}
109
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
110
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: None, mode: `Measured`)
111
	/// Storage: `System::Account` (r:1 w:1)
112
	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
113
	/// Storage: `Balances::Holds` (r:1 w:1)
114
	/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(229), added: 2704, mode: `MaxEncodedLen`)
115
	/// The range of component `x` is `[1, 200]`.
116
	/// The range of component `y` is `[1, 10]`.
117
	fn update_profile(_x: u32, _y: u32, ) -> Weight {
118
		// Proof Size summary in bytes:
119
		//  Measured:  `315`
120
		//  Estimated: `3780`
121
		// Minimum execution time: 46_710_000 picoseconds.
122
		Weight::from_parts(86_406_571, 3780)
123
			.saturating_add(T::DbWeight::get().reads(3_u64))
124
			.saturating_add(T::DbWeight::get().writes(3_u64))
125
	}
126
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
127
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: None, mode: `Measured`)
128
	/// Storage: `System::Account` (r:1 w:1)
129
	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
130
	/// Storage: `Balances::Holds` (r:1 w:1)
131
	/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(229), added: 2704, mode: `MaxEncodedLen`)
132
	/// The range of component `x` is `[1, 200]`.
133
	/// The range of component `y` is `[1, 10]`.
134
	fn force_update_profile(_x: u32, _y: u32, ) -> Weight {
135
		// Proof Size summary in bytes:
136
		//  Measured:  `315`
137
		//  Estimated: `3780`
138
		// Minimum execution time: 44_033_000 picoseconds.
139
		Weight::from_parts(47_196_385, 3780)
140
			.saturating_add(T::DbWeight::get().reads(3_u64))
141
			.saturating_add(T::DbWeight::get().writes(3_u64))
142
	}
143
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
144
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: None, mode: `Measured`)
145
	/// Storage: `System::Account` (r:1 w:1)
146
	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
147
	/// Storage: `Balances::Holds` (r:1 w:1)
148
	/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(229), added: 2704, mode: `MaxEncodedLen`)
149
	fn delete_profile() -> Weight {
150
		// Proof Size summary in bytes:
151
		//  Measured:  `315`
152
		//  Estimated: `3780`
153
		// Minimum execution time: 44_490_000 picoseconds.
154
		Weight::from_parts(44_490_000, 3780)
155
			.saturating_add(T::DbWeight::get().reads(3_u64))
156
			.saturating_add(T::DbWeight::get().writes(3_u64))
157
	}
158
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
159
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: None, mode: `Measured`)
160
	/// Storage: `System::Account` (r:1 w:1)
161
	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
162
	/// Storage: `Balances::Holds` (r:1 w:1)
163
	/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(229), added: 2704, mode: `MaxEncodedLen`)
164
	fn force_delete_profile() -> Weight {
165
		// Proof Size summary in bytes:
166
		//  Measured:  `315`
167
		//  Estimated: `3780`
168
		// Minimum execution time: 45_933_000 picoseconds.
169
		Weight::from_parts(45_933_000, 3780)
170
			.saturating_add(T::DbWeight::get().reads(3_u64))
171
			.saturating_add(T::DbWeight::get().writes(3_u64))
172
	}
173
	/// Storage: `Registrar::ParaManager` (r:1 w:0)
174
	/// Proof: `Registrar::ParaManager` (`max_values`: None, `max_size`: None, mode: `Measured`)
175
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
176
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: None, mode: `Measured`)
177
	/// Storage: `DataPreservers::Assignments` (r:1 w:1)
178
	/// Proof: `DataPreservers::Assignments` (`max_values`: None, `max_size`: None, mode: `Measured`)
179
	fn start_assignment() -> Weight {
180
		// Proof Size summary in bytes:
181
		//  Measured:  `373`
182
		//  Estimated: `3838`
183
		// Minimum execution time: 27_104_000 picoseconds.
184
		Weight::from_parts(27_104_000, 3838)
185
			.saturating_add(T::DbWeight::get().reads(3_u64))
186
			.saturating_add(T::DbWeight::get().writes(2_u64))
187
	}
188
	/// Storage: `Registrar::ParaManager` (r:1 w:0)
189
	/// Proof: `Registrar::ParaManager` (`max_values`: None, `max_size`: None, mode: `Measured`)
190
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
191
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: None, mode: `Measured`)
192
	/// Storage: `DataPreservers::Assignments` (r:1 w:1)
193
	/// Proof: `DataPreservers::Assignments` (`max_values`: None, `max_size`: None, mode: `Measured`)
194
	fn stop_assignment() -> Weight {
195
		// Proof Size summary in bytes:
196
		//  Measured:  `430`
197
		//  Estimated: `3895`
198
		// Minimum execution time: 26_600_000 picoseconds.
199
		Weight::from_parts(26_600_000, 3895)
200
			.saturating_add(T::DbWeight::get().reads(3_u64))
201
			.saturating_add(T::DbWeight::get().writes(2_u64))
202
	}
203
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
204
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: None, mode: `Measured`)
205
	/// Storage: `DataPreservers::Assignments` (r:1 w:1)
206
	/// Proof: `DataPreservers::Assignments` (`max_values`: None, `max_size`: None, mode: `Measured`)
207
	fn force_start_assignment() -> Weight {
208
		// Proof Size summary in bytes:
209
		//  Measured:  `153`
210
		//  Estimated: `3618`
211
		// Minimum execution time: 19_437_000 picoseconds.
212
		Weight::from_parts(19_437_000, 3618)
213
			.saturating_add(T::DbWeight::get().reads(2_u64))
214
			.saturating_add(T::DbWeight::get().writes(2_u64))
215
	}
216

            
217
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
218
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: Some(2564), added: 5039, mode: `MaxEncodedLen`)
219
	/// Storage: `System::Account` (r:1 w:1)
220
	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
221
	/// Storage: `Balances::Holds` (r:1 w:1)
222
	/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(139), added: 2614, mode: `MaxEncodedLen`)
223
	fn poke_deposit() -> Weight {
224
		// Proof Size summary in bytes:
225
		//  Measured:  `2720`
226
		//  Estimated: `6029`
227
		// Minimum execution time: 48_000_000 picoseconds.
228
		Weight::from_parts(48_000_000, 6029)
229
			.saturating_add(T::DbWeight::get().reads(3_u64))
230
			.saturating_add(T::DbWeight::get().writes(3_u64))
231
	}
232
}
233

            
234
// For backwards compatibility and tests
235
impl WeightInfo for () {
236
	/// Storage: `System::Account` (r:1 w:1)
237
	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
238
	/// Storage: `Balances::Holds` (r:1 w:1)
239
	/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(229), added: 2704, mode: `MaxEncodedLen`)
240
	/// Storage: `DataPreservers::NextProfileId` (r:1 w:1)
241
	/// Proof: `DataPreservers::NextProfileId` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
242
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
243
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: None, mode: `Measured`)
244
	/// The range of component `x` is `[1, 200]`.
245
	/// The range of component `y` is `[1, 10]`.
246
	fn create_profile(x: u32, y: u32, ) -> Weight {
247
		// Proof Size summary in bytes:
248
		//  Measured:  `109`
249
		//  Estimated: `3694`
250
		// Minimum execution time: 47_314_000 picoseconds.
251
		Weight::from_parts(47_311_741, 3694)
252
			// Standard Error: 6_992
253
			.saturating_add(Weight::from_parts(16_023, 0).saturating_mul(x.into()))
254
			// Standard Error: 147_505
255
			.saturating_add(Weight::from_parts(152_259, 0).saturating_mul(y.into()))
256
			.saturating_add(RocksDbWeight::get().reads(4_u64))
257
			.saturating_add(RocksDbWeight::get().writes(4_u64))
258
	}
259
	/// Storage: `DataPreservers::NextProfileId` (r:1 w:1)
260
	/// Proof: `DataPreservers::NextProfileId` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
261
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
262
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: None, mode: `Measured`)
263
	/// The range of component `x` is `[1, 200]`.
264
	/// The range of component `y` is `[1, 10]`.
265
	fn force_create_profile(_x: u32, _y: u32, ) -> Weight {
266
		// Proof Size summary in bytes:
267
		//  Measured:  `6`
268
		//  Estimated: `3471`
269
		// Minimum execution time: 16_415_000 picoseconds.
270
		Weight::from_parts(19_640_708, 3471)
271
			.saturating_add(RocksDbWeight::get().reads(2_u64))
272
			.saturating_add(RocksDbWeight::get().writes(2_u64))
273
	}
274
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
275
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: None, mode: `Measured`)
276
	/// Storage: `System::Account` (r:1 w:1)
277
	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
278
	/// Storage: `Balances::Holds` (r:1 w:1)
279
	/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(229), added: 2704, mode: `MaxEncodedLen`)
280
	/// The range of component `x` is `[1, 200]`.
281
	/// The range of component `y` is `[1, 10]`.
282
	fn update_profile(_x: u32, _y: u32, ) -> Weight {
283
		// Proof Size summary in bytes:
284
		//  Measured:  `315`
285
		//  Estimated: `3780`
286
		// Minimum execution time: 46_710_000 picoseconds.
287
		Weight::from_parts(86_406_571, 3780)
288
			.saturating_add(RocksDbWeight::get().reads(3_u64))
289
			.saturating_add(RocksDbWeight::get().writes(3_u64))
290
	}
291
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
292
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: None, mode: `Measured`)
293
	/// Storage: `System::Account` (r:1 w:1)
294
	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
295
	/// Storage: `Balances::Holds` (r:1 w:1)
296
	/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(229), added: 2704, mode: `MaxEncodedLen`)
297
	/// The range of component `x` is `[1, 200]`.
298
	/// The range of component `y` is `[1, 10]`.
299
	fn force_update_profile(_x: u32, _y: u32, ) -> Weight {
300
		// Proof Size summary in bytes:
301
		//  Measured:  `315`
302
		//  Estimated: `3780`
303
		// Minimum execution time: 44_033_000 picoseconds.
304
		Weight::from_parts(47_196_385, 3780)
305
			.saturating_add(RocksDbWeight::get().reads(3_u64))
306
			.saturating_add(RocksDbWeight::get().writes(3_u64))
307
	}
308
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
309
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: None, mode: `Measured`)
310
	/// Storage: `System::Account` (r:1 w:1)
311
	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
312
	/// Storage: `Balances::Holds` (r:1 w:1)
313
	/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(229), added: 2704, mode: `MaxEncodedLen`)
314
	fn delete_profile() -> Weight {
315
		// Proof Size summary in bytes:
316
		//  Measured:  `315`
317
		//  Estimated: `3780`
318
		// Minimum execution time: 44_490_000 picoseconds.
319
		Weight::from_parts(44_490_000, 3780)
320
			.saturating_add(RocksDbWeight::get().reads(3_u64))
321
			.saturating_add(RocksDbWeight::get().writes(3_u64))
322
	}
323
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
324
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: None, mode: `Measured`)
325
	/// Storage: `System::Account` (r:1 w:1)
326
	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
327
	/// Storage: `Balances::Holds` (r:1 w:1)
328
	/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(229), added: 2704, mode: `MaxEncodedLen`)
329
	fn force_delete_profile() -> Weight {
330
		// Proof Size summary in bytes:
331
		//  Measured:  `315`
332
		//  Estimated: `3780`
333
		// Minimum execution time: 45_933_000 picoseconds.
334
		Weight::from_parts(45_933_000, 3780)
335
			.saturating_add(RocksDbWeight::get().reads(3_u64))
336
			.saturating_add(RocksDbWeight::get().writes(3_u64))
337
	}
338
	/// Storage: `Registrar::ParaManager` (r:1 w:0)
339
	/// Proof: `Registrar::ParaManager` (`max_values`: None, `max_size`: None, mode: `Measured`)
340
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
341
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: None, mode: `Measured`)
342
	/// Storage: `DataPreservers::Assignments` (r:1 w:1)
343
	/// Proof: `DataPreservers::Assignments` (`max_values`: None, `max_size`: None, mode: `Measured`)
344
	fn start_assignment() -> Weight {
345
		// Proof Size summary in bytes:
346
		//  Measured:  `373`
347
		//  Estimated: `3838`
348
		// Minimum execution time: 27_104_000 picoseconds.
349
		Weight::from_parts(27_104_000, 3838)
350
			.saturating_add(RocksDbWeight::get().reads(3_u64))
351
			.saturating_add(RocksDbWeight::get().writes(2_u64))
352
	}
353
	/// Storage: `Registrar::ParaManager` (r:1 w:0)
354
	/// Proof: `Registrar::ParaManager` (`max_values`: None, `max_size`: None, mode: `Measured`)
355
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
356
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: None, mode: `Measured`)
357
	/// Storage: `DataPreservers::Assignments` (r:1 w:1)
358
	/// Proof: `DataPreservers::Assignments` (`max_values`: None, `max_size`: None, mode: `Measured`)
359
	fn stop_assignment() -> Weight {
360
		// Proof Size summary in bytes:
361
		//  Measured:  `430`
362
		//  Estimated: `3895`
363
		// Minimum execution time: 26_600_000 picoseconds.
364
		Weight::from_parts(26_600_000, 3895)
365
			.saturating_add(RocksDbWeight::get().reads(3_u64))
366
			.saturating_add(RocksDbWeight::get().writes(2_u64))
367
	}
368
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
369
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: None, mode: `Measured`)
370
	/// Storage: `DataPreservers::Assignments` (r:1 w:1)
371
	/// Proof: `DataPreservers::Assignments` (`max_values`: None, `max_size`: None, mode: `Measured`)
372
	fn force_start_assignment() -> Weight {
373
		// Proof Size summary in bytes:
374
		//  Measured:  `153`
375
		//  Estimated: `3618`
376
		// Minimum execution time: 19_437_000 picoseconds.
377
		Weight::from_parts(19_437_000, 3618)
378
			.saturating_add(RocksDbWeight::get().reads(2_u64))
379
			.saturating_add(RocksDbWeight::get().writes(2_u64))
380
	}
381

            
382
	/// Storage: `DataPreservers::Profiles` (r:1 w:1)
383
	/// Proof: `DataPreservers::Profiles` (`max_values`: None, `max_size`: Some(2564), added: 5039, mode: `MaxEncodedLen`)
384
	/// Storage: `System::Account` (r:1 w:1)
385
	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
386
	/// Storage: `Balances::Holds` (r:1 w:1)
387
	/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(211), added: 2686, mode: `MaxEncodedLen`)
388
	fn poke_deposit() -> Weight {
389
		// Proof Size summary in bytes:
390
		//  Measured:  `2828`
391
		//  Estimated: `6029`
392
		// Minimum execution time: 50_000_000 picoseconds.
393
		Weight::from_parts(50_000_000, 6029)
394
			.saturating_add(RocksDbWeight::get().reads(3_u64))
395
			.saturating_add(RocksDbWeight::get().writes(3_u64))
396
	}
397
}