git.delta.rocks / unique-network / refs/commits / 415cf321b83e

difftreelog

fix missing test weights

Yaroslav Bolyukin2022-06-08parent: #1d770fe.patch.diff
in: master

1 file changed

modifiedpallets/nonfungible/src/weights.rsdiffbeforeafterboth
234 .saturating_add(RocksDbWeight::get().reads(4 as Weight))234 .saturating_add(RocksDbWeight::get().reads(4 as Weight))
235 .saturating_add(RocksDbWeight::get().writes(4 as Weight))235 .saturating_add(RocksDbWeight::get().writes(4 as Weight))
236 }236 }
237237 // Storage: Nonfungible TokenChildren (r:1 w:0)
238 // Storage: Nonfungible TokenData (r:1 w:1)
239 // Storage: Nonfungible TokensBurnt (r:1 w:1)
240 // Storage: Nonfungible AccountBalance (r:1 w:1)
241 // Storage: Nonfungible Allowance (r:1 w:0)
242 // Storage: Nonfungible Owned (r:0 w:1)
243 // Storage: Nonfungible TokenProperties (r:0 w:1)
244 fn burn_recursively_self_raw() -> Weight {
245 (86_136_000 as Weight)
246 .saturating_add(RocksDbWeight::get().reads(5 as Weight))
247 .saturating_add(RocksDbWeight::get().writes(5 as Weight))
248 }
249 // Storage: Nonfungible TokenChildren (r:1 w:0)
250 // Storage: Nonfungible TokenData (r:1 w:1)
251 // Storage: Nonfungible TokensBurnt (r:1 w:1)
252 // Storage: Nonfungible AccountBalance (r:1 w:1)
253 // Storage: Nonfungible Allowance (r:1 w:0)
254 // Storage: Nonfungible Owned (r:0 w:1)
255 // Storage: Nonfungible TokenProperties (r:0 w:1)
256 // Storage: Common CollectionById (r:1 w:0)
257 fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight {
258 (0 as Weight)
259 // Standard Error: 42_828_000
260 .saturating_add((381_478_000 as Weight).saturating_mul(b as Weight))
261 .saturating_add(RocksDbWeight::get().reads(6 as Weight))
262 .saturating_add(RocksDbWeight::get().reads((4 as Weight).saturating_mul(b as Weight)))
263 .saturating_add(RocksDbWeight::get().writes(5 as Weight))
264 .saturating_add(RocksDbWeight::get().writes((4 as Weight).saturating_mul(b as Weight)))
265 }
238 // Storage: Nonfungible TokenData (r:1 w:1)266 // Storage: Nonfungible TokenData (r:1 w:1)
239 // Storage: Nonfungible AccountBalance (r:2 w:2)267 // Storage: Nonfungible AccountBalance (r:2 w:2)
240 // Storage: Nonfungible Allowance (r:1 w:0)268 // Storage: Nonfungible Allowance (r:1 w:0)