7
7
// you may not use this file except in compliance with the License.
8
8
// You may obtain a copy of the License at
9
9
//
10
- // http://www.apache.org/licenses/LICENSE-2.0
10
+ // http://www.apache.org/licenses/LICENSE-2.0
11
11
//
12
12
// Unless required by applicable law or agreed to in writing, software
13
13
// distributed under the License is distributed on an "AS IS" BASIS,
18
18
//! Autogenerated weights for pallet_multisig
19
19
//!
20
20
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
21
- //! DATE: 2022-05-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
21
+ //! DATE: 2022-10-26, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
22
+ //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
22
23
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
23
24
24
25
// Executed Command:
25
- // ./target /production/substrate
26
+ // /home/benchbot/cargo_target_dir /production/substrate
26
27
// benchmark
27
28
// pallet
28
- // --chain=dev
29
29
// --steps=50
30
30
// --repeat=20
31
- // --pallet=pallet_multisig
32
31
// --extrinsic=*
33
32
// --execution=wasm
34
33
// --wasm-execution=compiled
35
- // --template=./.maintain/frame-weight-template.hbs
34
+ // --heap-pages=4096
35
+ // --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/substrate/.git/.artifacts/bench.json
36
+ // --pallet=pallet_multisig
37
+ // --chain=dev
38
+ // --header=./HEADER-APACHE2
36
39
// --output=./frame/multisig/src/weights.rs
40
+ // --template=./.maintain/frame-weight-template.hbs
37
41
38
42
#![ cfg_attr( rustfmt, rustfmt_skip) ]
39
43
#![ allow( unused_parens) ]
@@ -46,213 +50,176 @@ use sp_std::marker::PhantomData;
46
50
pub trait WeightInfo {
47
51
fn as_multi_threshold_1 ( z : u32 , ) -> Weight ;
48
52
fn as_multi_create ( s : u32 , z : u32 , ) -> Weight ;
49
- fn as_multi_create_store ( s : u32 , z : u32 , ) -> Weight ;
50
53
fn as_multi_approve ( s : u32 , z : u32 , ) -> Weight ;
51
- fn as_multi_approve_store ( s : u32 , z : u32 , ) -> Weight ;
52
54
fn as_multi_complete ( s : u32 , z : u32 , ) -> Weight ;
53
55
fn approve_as_multi_create ( s : u32 , ) -> Weight ;
54
56
fn approve_as_multi_approve ( s : u32 , ) -> Weight ;
55
- fn approve_as_multi_complete ( s : u32 , ) -> Weight ;
56
57
fn cancel_as_multi ( s : u32 , ) -> Weight ;
57
58
}
58
59
59
60
/// Weights for pallet_multisig using the Substrate node and recommended hardware.
60
61
pub struct SubstrateWeight < T > ( PhantomData < T > ) ;
61
62
impl < T : frame_system:: Config > WeightInfo for SubstrateWeight < T > {
62
- fn as_multi_threshold_1 ( _z : u32 , ) -> Weight {
63
- Weight :: from_ref_time ( 17_537_000 as u64 )
63
+ /// The range of component `z` is `[0, 10000]`.
64
+ fn as_multi_threshold_1 ( z : u32 , ) -> Weight {
65
+ // Minimum execution time: 20_283 nanoseconds.
66
+ Weight :: from_ref_time ( 20_861_089 as u64 )
67
+ // Standard Error: 5
68
+ . saturating_add ( Weight :: from_ref_time ( 583 as u64 ) . saturating_mul ( z as u64 ) )
64
69
}
65
70
// Storage: Multisig Multisigs (r:1 w:1)
66
71
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
72
+ /// The range of component `s` is `[2, 100]`.
73
+ /// The range of component `z` is `[0, 10000]`.
67
74
fn as_multi_create ( s : u32 , z : u32 , ) -> Weight {
68
- Weight :: from_ref_time ( 36_535_000 as u64 )
69
- // Standard Error: 0
70
- . saturating_add ( Weight :: from_ref_time ( 99_000 as u64 ) . saturating_mul ( s as u64 ) )
71
- // Standard Error: 0
72
- . saturating_add ( Weight :: from_ref_time ( 1_000 as u64 ) . saturating_mul ( z as u64 ) )
75
+ // Minimum execution time: 52_699 nanoseconds.
76
+ Weight :: from_ref_time ( 40_874_603 as u64 )
77
+ // Standard Error: 546
78
+ . saturating_add ( Weight :: from_ref_time ( 131_727 as u64 ) . saturating_mul ( s as u64 ) )
79
+ // Standard Error: 5
80
+ . saturating_add ( Weight :: from_ref_time ( 1_537 as u64 ) . saturating_mul ( z as u64 ) )
73
81
. saturating_add ( T :: DbWeight :: get ( ) . reads ( 2 as u64 ) )
74
82
. saturating_add ( T :: DbWeight :: get ( ) . writes ( 1 as u64 ) )
75
83
}
76
84
// Storage: Multisig Multisigs (r:1 w:1)
77
- // Storage: Multisig Calls (r:1 w:1)
78
- // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
79
- fn as_multi_create_store ( s : u32 , z : u32 , ) -> Weight {
80
- Weight :: from_ref_time ( 39_918_000 as u64 )
81
- // Standard Error: 1_000
82
- . saturating_add ( Weight :: from_ref_time ( 95_000 as u64 ) . saturating_mul ( s as u64 ) )
83
- // Standard Error: 0
84
- . saturating_add ( Weight :: from_ref_time ( 2_000 as u64 ) . saturating_mul ( z as u64 ) )
85
- . saturating_add ( T :: DbWeight :: get ( ) . reads ( 3 as u64 ) )
86
- . saturating_add ( T :: DbWeight :: get ( ) . writes ( 2 as u64 ) )
87
- }
88
- // Storage: Multisig Multisigs (r:1 w:1)
85
+ /// The range of component `s` is `[3, 100]`.
86
+ /// The range of component `z` is `[0, 10000]`.
89
87
fn as_multi_approve ( s : u32 , z : u32 , ) -> Weight {
90
- Weight :: from_ref_time ( 25_524_000 as u64 )
91
- // Standard Error: 0
92
- . saturating_add ( Weight :: from_ref_time ( 94_000 as u64 ) . saturating_mul ( s as u64 ) )
93
- // Standard Error: 0
94
- . saturating_add ( Weight :: from_ref_time ( 1_000 as u64 ) . saturating_mul ( z as u64 ) )
88
+ // Minimum execution time: 39_843 nanoseconds.
89
+ Weight :: from_ref_time ( 28_912_325 as u64 )
90
+ // Standard Error: 734
91
+ . saturating_add ( Weight :: from_ref_time ( 125_761 as u64 ) . saturating_mul ( s as u64 ) )
92
+ // Standard Error: 7
93
+ . saturating_add ( Weight :: from_ref_time ( 1_542 as u64 ) . saturating_mul ( z as u64 ) )
95
94
. saturating_add ( T :: DbWeight :: get ( ) . reads ( 1 as u64 ) )
96
95
. saturating_add ( T :: DbWeight :: get ( ) . writes ( 1 as u64 ) )
97
96
}
98
97
// Storage: Multisig Multisigs (r:1 w:1)
99
- // Storage: Multisig Calls (r:1 w:1)
100
- fn as_multi_approve_store ( s : u32 , z : u32 , ) -> Weight {
101
- Weight :: from_ref_time ( 39_923_000 as u64 )
102
- // Standard Error: 1_000
103
- . saturating_add ( Weight :: from_ref_time ( 91_000 as u64 ) . saturating_mul ( s as u64 ) )
104
- // Standard Error: 0
105
- . saturating_add ( Weight :: from_ref_time ( 2_000 as u64 ) . saturating_mul ( z as u64 ) )
106
- . saturating_add ( T :: DbWeight :: get ( ) . reads ( 2 as u64 ) )
107
- . saturating_add ( T :: DbWeight :: get ( ) . writes ( 2 as u64 ) )
108
- }
109
- // Storage: Multisig Multisigs (r:1 w:1)
110
- // Storage: Multisig Calls (r:1 w:1)
111
98
// Storage: System Account (r:1 w:1)
99
+ /// The range of component `s` is `[2, 100]`.
100
+ /// The range of component `z` is `[0, 10000]`.
112
101
fn as_multi_complete ( s : u32 , z : u32 , ) -> Weight {
113
- Weight :: from_ref_time ( 45_877_000 as u64 )
114
- // Standard Error: 1_000
115
- . saturating_add ( Weight :: from_ref_time ( 146_000 as u64 ) . saturating_mul ( s as u64 ) )
116
- // Standard Error: 0
117
- . saturating_add ( Weight :: from_ref_time ( 2_000 as u64 ) . saturating_mul ( z as u64 ) )
118
- . saturating_add ( T :: DbWeight :: get ( ) . reads ( 3 as u64 ) )
119
- . saturating_add ( T :: DbWeight :: get ( ) . writes ( 3 as u64 ) )
102
+ // Minimum execution time: 54_980 nanoseconds.
103
+ Weight :: from_ref_time ( 42_087_213 as u64 )
104
+ // Standard Error: 786
105
+ . saturating_add ( Weight :: from_ref_time ( 153_935 as u64 ) . saturating_mul ( s as u64 ) )
106
+ // Standard Error: 7
107
+ . saturating_add ( Weight :: from_ref_time ( 1_545 as u64 ) . saturating_mul ( z as u64 ) )
108
+ . saturating_add ( T :: DbWeight :: get ( ) . reads ( 2 as u64 ) )
109
+ . saturating_add ( T :: DbWeight :: get ( ) . writes ( 2 as u64 ) )
120
110
}
121
111
// Storage: Multisig Multisigs (r:1 w:1)
122
112
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
113
+ /// The range of component `s` is `[2, 100]`.
123
114
fn approve_as_multi_create ( s : u32 , ) -> Weight {
124
- Weight :: from_ref_time ( 34_309_000 as u64 )
125
- // Standard Error: 1_000
126
- . saturating_add ( Weight :: from_ref_time ( 114_000 as u64 ) . saturating_mul ( s as u64 ) )
115
+ // Minimum execution time: 37_802 nanoseconds.
116
+ Weight :: from_ref_time ( 39_933_623 as u64 )
117
+ // Standard Error: 1_059
118
+ . saturating_add ( Weight :: from_ref_time ( 121_891 as u64 ) . saturating_mul ( s as u64 ) )
127
119
. saturating_add ( T :: DbWeight :: get ( ) . reads ( 2 as u64 ) )
128
120
. saturating_add ( T :: DbWeight :: get ( ) . writes ( 1 as u64 ) )
129
121
}
130
122
// Storage: Multisig Multisigs (r:1 w:1)
131
- // Storage: Multisig Calls (r:1 w:0)
123
+ /// The range of component `s` is `[2, 100]`.
132
124
fn approve_as_multi_approve ( s : u32 , ) -> Weight {
133
- Weight :: from_ref_time ( 22_848_000 as u64 )
134
- // Standard Error: 0
135
- . saturating_add ( Weight :: from_ref_time ( 114_000 as u64 ) . saturating_mul ( s as u64 ) )
125
+ // Minimum execution time: 25_738 nanoseconds.
126
+ Weight :: from_ref_time ( 27_676_766 as u64 )
127
+ // Standard Error: 710
128
+ . saturating_add ( Weight :: from_ref_time ( 125_733 as u64 ) . saturating_mul ( s as u64 ) )
136
129
. saturating_add ( T :: DbWeight :: get ( ) . reads ( 1 as u64 ) )
137
130
. saturating_add ( T :: DbWeight :: get ( ) . writes ( 1 as u64 ) )
138
131
}
139
132
// Storage: Multisig Multisigs (r:1 w:1)
140
- // Storage: Multisig Calls (r:1 w:1)
141
- // Storage: System Account (r:1 w:1)
142
- fn approve_as_multi_complete ( s : u32 , ) -> Weight {
143
- Weight :: from_ref_time ( 63_239_000 as u64 )
144
- // Standard Error: 1_000
145
- . saturating_add ( Weight :: from_ref_time ( 161_000 as u64 ) . saturating_mul ( s as u64 ) )
146
- . saturating_add ( T :: DbWeight :: get ( ) . reads ( 3 as u64 ) )
147
- . saturating_add ( T :: DbWeight :: get ( ) . writes ( 3 as u64 ) )
148
- }
149
- // Storage: Multisig Multisigs (r:1 w:1)
150
- // Storage: Multisig Calls (r:1 w:1)
133
+ /// The range of component `s` is `[2, 100]`.
151
134
fn cancel_as_multi ( s : u32 , ) -> Weight {
152
- Weight :: from_ref_time ( 51_254_000 as u64 )
153
- // Standard Error: 1_000
154
- . saturating_add ( Weight :: from_ref_time ( 118_000 as u64 ) . saturating_mul ( s as u64 ) )
155
- . saturating_add ( T :: DbWeight :: get ( ) . reads ( 2 as u64 ) )
156
- . saturating_add ( T :: DbWeight :: get ( ) . writes ( 2 as u64 ) )
135
+ // Minimum execution time: 36_591 nanoseconds.
136
+ Weight :: from_ref_time ( 38_707_543 as u64 )
137
+ // Standard Error: 881
138
+ . saturating_add ( Weight :: from_ref_time ( 126_198 as u64 ) . saturating_mul ( s as u64 ) )
139
+ . saturating_add ( T :: DbWeight :: get ( ) . reads ( 1 as u64 ) )
140
+ . saturating_add ( T :: DbWeight :: get ( ) . writes ( 1 as u64 ) )
157
141
}
158
142
}
159
143
160
144
// For backwards compatibility and tests
161
145
impl WeightInfo for ( ) {
162
- fn as_multi_threshold_1 ( _z : u32 , ) -> Weight {
163
- Weight :: from_ref_time ( 17_537_000 as u64 )
146
+ /// The range of component `z` is `[0, 10000]`.
147
+ fn as_multi_threshold_1 ( z : u32 , ) -> Weight {
148
+ // Minimum execution time: 20_283 nanoseconds.
149
+ Weight :: from_ref_time ( 20_861_089 as u64 )
150
+ // Standard Error: 5
151
+ . saturating_add ( Weight :: from_ref_time ( 583 as u64 ) . saturating_mul ( z as u64 ) )
164
152
}
165
153
// Storage: Multisig Multisigs (r:1 w:1)
166
154
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
155
+ /// The range of component `s` is `[2, 100]`.
156
+ /// The range of component `z` is `[0, 10000]`.
167
157
fn as_multi_create ( s : u32 , z : u32 , ) -> Weight {
168
- Weight :: from_ref_time ( 36_535_000 as u64 )
169
- // Standard Error: 0
170
- . saturating_add ( Weight :: from_ref_time ( 99_000 as u64 ) . saturating_mul ( s as u64 ) )
171
- // Standard Error: 0
172
- . saturating_add ( Weight :: from_ref_time ( 1_000 as u64 ) . saturating_mul ( z as u64 ) )
158
+ // Minimum execution time: 52_699 nanoseconds.
159
+ Weight :: from_ref_time ( 40_874_603 as u64 )
160
+ // Standard Error: 546
161
+ . saturating_add ( Weight :: from_ref_time ( 131_727 as u64 ) . saturating_mul ( s as u64 ) )
162
+ // Standard Error: 5
163
+ . saturating_add ( Weight :: from_ref_time ( 1_537 as u64 ) . saturating_mul ( z as u64 ) )
173
164
. saturating_add ( RocksDbWeight :: get ( ) . reads ( 2 as u64 ) )
174
165
. saturating_add ( RocksDbWeight :: get ( ) . writes ( 1 as u64 ) )
175
166
}
176
167
// Storage: Multisig Multisigs (r:1 w:1)
177
- // Storage: Multisig Calls (r:1 w:1)
178
- // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
179
- fn as_multi_create_store ( s : u32 , z : u32 , ) -> Weight {
180
- Weight :: from_ref_time ( 39_918_000 as u64 )
181
- // Standard Error: 1_000
182
- . saturating_add ( Weight :: from_ref_time ( 95_000 as u64 ) . saturating_mul ( s as u64 ) )
183
- // Standard Error: 0
184
- . saturating_add ( Weight :: from_ref_time ( 2_000 as u64 ) . saturating_mul ( z as u64 ) )
185
- . saturating_add ( RocksDbWeight :: get ( ) . reads ( 3 as u64 ) )
186
- . saturating_add ( RocksDbWeight :: get ( ) . writes ( 2 as u64 ) )
187
- }
188
- // Storage: Multisig Multisigs (r:1 w:1)
168
+ /// The range of component `s` is `[3, 100]`.
169
+ /// The range of component `z` is `[0, 10000]`.
189
170
fn as_multi_approve ( s : u32 , z : u32 , ) -> Weight {
190
- Weight :: from_ref_time ( 25_524_000 as u64 )
191
- // Standard Error: 0
192
- . saturating_add ( Weight :: from_ref_time ( 94_000 as u64 ) . saturating_mul ( s as u64 ) )
193
- // Standard Error: 0
194
- . saturating_add ( Weight :: from_ref_time ( 1_000 as u64 ) . saturating_mul ( z as u64 ) )
171
+ // Minimum execution time: 39_843 nanoseconds.
172
+ Weight :: from_ref_time ( 28_912_325 as u64 )
173
+ // Standard Error: 734
174
+ . saturating_add ( Weight :: from_ref_time ( 125_761 as u64 ) . saturating_mul ( s as u64 ) )
175
+ // Standard Error: 7
176
+ . saturating_add ( Weight :: from_ref_time ( 1_542 as u64 ) . saturating_mul ( z as u64 ) )
195
177
. saturating_add ( RocksDbWeight :: get ( ) . reads ( 1 as u64 ) )
196
178
. saturating_add ( RocksDbWeight :: get ( ) . writes ( 1 as u64 ) )
197
179
}
198
180
// Storage: Multisig Multisigs (r:1 w:1)
199
- // Storage: Multisig Calls (r:1 w:1)
200
- fn as_multi_approve_store ( s : u32 , z : u32 , ) -> Weight {
201
- Weight :: from_ref_time ( 39_923_000 as u64 )
202
- // Standard Error: 1_000
203
- . saturating_add ( Weight :: from_ref_time ( 91_000 as u64 ) . saturating_mul ( s as u64 ) )
204
- // Standard Error: 0
205
- . saturating_add ( Weight :: from_ref_time ( 2_000 as u64 ) . saturating_mul ( z as u64 ) )
206
- . saturating_add ( RocksDbWeight :: get ( ) . reads ( 2 as u64 ) )
207
- . saturating_add ( RocksDbWeight :: get ( ) . writes ( 2 as u64 ) )
208
- }
209
- // Storage: Multisig Multisigs (r:1 w:1)
210
- // Storage: Multisig Calls (r:1 w:1)
211
181
// Storage: System Account (r:1 w:1)
182
+ /// The range of component `s` is `[2, 100]`.
183
+ /// The range of component `z` is `[0, 10000]`.
212
184
fn as_multi_complete ( s : u32 , z : u32 , ) -> Weight {
213
- Weight :: from_ref_time ( 45_877_000 as u64 )
214
- // Standard Error: 1_000
215
- . saturating_add ( Weight :: from_ref_time ( 146_000 as u64 ) . saturating_mul ( s as u64 ) )
216
- // Standard Error: 0
217
- . saturating_add ( Weight :: from_ref_time ( 2_000 as u64 ) . saturating_mul ( z as u64 ) )
218
- . saturating_add ( RocksDbWeight :: get ( ) . reads ( 3 as u64 ) )
219
- . saturating_add ( RocksDbWeight :: get ( ) . writes ( 3 as u64 ) )
185
+ // Minimum execution time: 54_980 nanoseconds.
186
+ Weight :: from_ref_time ( 42_087_213 as u64 )
187
+ // Standard Error: 786
188
+ . saturating_add ( Weight :: from_ref_time ( 153_935 as u64 ) . saturating_mul ( s as u64 ) )
189
+ // Standard Error: 7
190
+ . saturating_add ( Weight :: from_ref_time ( 1_545 as u64 ) . saturating_mul ( z as u64 ) )
191
+ . saturating_add ( RocksDbWeight :: get ( ) . reads ( 2 as u64 ) )
192
+ . saturating_add ( RocksDbWeight :: get ( ) . writes ( 2 as u64 ) )
220
193
}
221
194
// Storage: Multisig Multisigs (r:1 w:1)
222
195
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
196
+ /// The range of component `s` is `[2, 100]`.
223
197
fn approve_as_multi_create ( s : u32 , ) -> Weight {
224
- Weight :: from_ref_time ( 34_309_000 as u64 )
225
- // Standard Error: 1_000
226
- . saturating_add ( Weight :: from_ref_time ( 114_000 as u64 ) . saturating_mul ( s as u64 ) )
198
+ // Minimum execution time: 37_802 nanoseconds.
199
+ Weight :: from_ref_time ( 39_933_623 as u64 )
200
+ // Standard Error: 1_059
201
+ . saturating_add ( Weight :: from_ref_time ( 121_891 as u64 ) . saturating_mul ( s as u64 ) )
227
202
. saturating_add ( RocksDbWeight :: get ( ) . reads ( 2 as u64 ) )
228
203
. saturating_add ( RocksDbWeight :: get ( ) . writes ( 1 as u64 ) )
229
204
}
230
205
// Storage: Multisig Multisigs (r:1 w:1)
231
- // Storage: Multisig Calls (r:1 w:0)
206
+ /// The range of component `s` is `[2, 100]`.
232
207
fn approve_as_multi_approve ( s : u32 , ) -> Weight {
233
- Weight :: from_ref_time ( 22_848_000 as u64 )
234
- // Standard Error: 0
235
- . saturating_add ( Weight :: from_ref_time ( 114_000 as u64 ) . saturating_mul ( s as u64 ) )
208
+ // Minimum execution time: 25_738 nanoseconds.
209
+ Weight :: from_ref_time ( 27_676_766 as u64 )
210
+ // Standard Error: 710
211
+ . saturating_add ( Weight :: from_ref_time ( 125_733 as u64 ) . saturating_mul ( s as u64 ) )
236
212
. saturating_add ( RocksDbWeight :: get ( ) . reads ( 1 as u64 ) )
237
213
. saturating_add ( RocksDbWeight :: get ( ) . writes ( 1 as u64 ) )
238
214
}
239
215
// Storage: Multisig Multisigs (r:1 w:1)
240
- // Storage: Multisig Calls (r:1 w:1)
241
- // Storage: System Account (r:1 w:1)
242
- fn approve_as_multi_complete ( s : u32 , ) -> Weight {
243
- Weight :: from_ref_time ( 63_239_000 as u64 )
244
- // Standard Error: 1_000
245
- . saturating_add ( Weight :: from_ref_time ( 161_000 as u64 ) . saturating_mul ( s as u64 ) )
246
- . saturating_add ( RocksDbWeight :: get ( ) . reads ( 3 as u64 ) )
247
- . saturating_add ( RocksDbWeight :: get ( ) . writes ( 3 as u64 ) )
248
- }
249
- // Storage: Multisig Multisigs (r:1 w:1)
250
- // Storage: Multisig Calls (r:1 w:1)
216
+ /// The range of component `s` is `[2, 100]`.
251
217
fn cancel_as_multi ( s : u32 , ) -> Weight {
252
- Weight :: from_ref_time ( 51_254_000 as u64 )
253
- // Standard Error: 1_000
254
- . saturating_add ( Weight :: from_ref_time ( 118_000 as u64 ) . saturating_mul ( s as u64 ) )
255
- . saturating_add ( RocksDbWeight :: get ( ) . reads ( 2 as u64 ) )
256
- . saturating_add ( RocksDbWeight :: get ( ) . writes ( 2 as u64 ) )
218
+ // Minimum execution time: 36_591 nanoseconds.
219
+ Weight :: from_ref_time ( 38_707_543 as u64 )
220
+ // Standard Error: 881
221
+ . saturating_add ( Weight :: from_ref_time ( 126_198 as u64 ) . saturating_mul ( s as u64 ) )
222
+ . saturating_add ( RocksDbWeight :: get ( ) . reads ( 1 as u64 ) )
223
+ . saturating_add ( RocksDbWeight :: get ( ) . writes ( 1 as u64 ) )
257
224
}
258
225
}
0 commit comments