1// Template adopted from https://github.com/paritytech/substrate/blob/master/.maintain/frame-weight-template.hbs23//! Autogenerated weights for pallet_proxy_rmrk_core4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2022-08-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 102489// Executed Command:10// target/release/unique-collator11// benchmark12// pallet13// --pallet14// pallet-proxy-rmrk-core15// --wasm-execution16// compiled17// --extrinsic18// *19// --template20// .maintain/frame-weight-template.hbs21// --steps=5022// --repeat=8023// --heap-pages=409624// --output=./pallets/proxy-rmrk-core/src/weights.rs2526#![cfg_attr(rustfmt, rustfmt_skip)]27#![allow(unused_parens)]28#![allow(unused_imports)]29#![allow(clippy::unnecessary_cast)]3031use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};32use sp_std::marker::PhantomData;3334/// Weight functions needed for pallet_proxy_rmrk_core.35pub trait WeightInfo {36 fn create_collection() -> Weight;37 fn destroy_collection() -> Weight;38 fn change_collection_issuer() -> Weight;39 fn lock_collection() -> Weight;40 fn mint_nft(b: u32, ) -> Weight;41 fn burn_nft(b: u32, ) -> Weight;42 fn send() -> Weight;43 fn accept_nft() -> Weight;44 fn reject_nft() -> Weight;45 fn set_property() -> Weight;46 fn set_priority() -> Weight;47 fn add_basic_resource() -> Weight;48 fn add_composable_resource() -> Weight;49 fn add_slot_resource() -> Weight;50 fn remove_resource() -> Weight;51 fn accept_resource() -> Weight;52 fn accept_resource_removal() -> Weight;53}5455/// Weights for pallet_proxy_rmrk_core using the Substrate node and recommended hardware.56pub struct SubstrateWeight<T>(PhantomData<T>);57impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {58 // Storage: Common CreatedCollectionCount (r:1 w:1)59 // Storage: Common DestroyedCollectionCount (r:1 w:0)60 // Storage: System Account (r:2 w:2)61 // Storage: RmrkCore CollectionIndex (r:1 w:1)62 // Storage: Common CollectionPropertyPermissions (r:0 w:1)63 // Storage: Common CollectionProperties (r:0 w:1)64 // Storage: Common CollectionById (r:0 w:1)65 // Storage: RmrkCore UniqueCollectionId (r:0 w:1)66 fn create_collection() -> Weight {67 Weight::from_ref_time(49_754_000)68 .saturating_add(T::DbWeight::get().reads(5 as u64))69 .saturating_add(T::DbWeight::get().writes(8 as u64))70 }71 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)72 // Storage: Common CollectionProperties (r:1 w:1)73 // Storage: Common CollectionById (r:1 w:1)74 // Storage: Nonfungible TokenData (r:1 w:0)75 // Storage: Common DestroyedCollectionCount (r:1 w:1)76 // Storage: Nonfungible TokensMinted (r:0 w:1)77 // Storage: Nonfungible TokensBurnt (r:0 w:1)78 // Storage: Common AdminAmount (r:0 w:1)79 fn destroy_collection() -> Weight {80 Weight::from_ref_time(48_588_000)81 .saturating_add(T::DbWeight::get().reads(5 as u64))82 .saturating_add(T::DbWeight::get().writes(6 as u64))83 }84 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)85 // Storage: Common CollectionById (r:1 w:1)86 // Storage: Common CollectionProperties (r:1 w:0)87 fn change_collection_issuer() -> Weight {88 Weight::from_ref_time(25_054_000)89 .saturating_add(T::DbWeight::get().reads(3 as u64))90 .saturating_add(T::DbWeight::get().writes(1 as u64))91 }92 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)93 // Storage: Common CollectionProperties (r:1 w:0)94 // Storage: Common CollectionById (r:1 w:1)95 // Storage: Nonfungible TokensMinted (r:1 w:0)96 // Storage: Nonfungible TokensBurnt (r:1 w:0)97 fn lock_collection() -> Weight {98 Weight::from_ref_time(26_483_000)99 .saturating_add(T::DbWeight::get().reads(5 as u64))100 .saturating_add(T::DbWeight::get().writes(1 as u64))101 }102 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)103 // Storage: Common CollectionProperties (r:1 w:0)104 // Storage: Common CollectionById (r:1 w:0)105 // Storage: Nonfungible TokensMinted (r:1 w:1)106 // Storage: Nonfungible AccountBalance (r:1 w:1)107 // Storage: Nonfungible TokenProperties (r:1 w:1)108 // Storage: Nonfungible TokenData (r:0 w:1)109 // Storage: Nonfungible Owned (r:0 w:1)110 // Storage: Nonfungible TokenAuxProperties (r:2 w:2)111 fn mint_nft(b: u32, ) -> Weight {112 Weight::from_ref_time(62_419_000)113 // Standard Error: 7_000114 .saturating_add(Weight::from_ref_time(12_325_000).saturating_mul(b as u64))115 .saturating_add(T::DbWeight::get().reads(6 as u64))116 .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(b as u64)))117 .saturating_add(T::DbWeight::get().writes(5 as u64))118 .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(b as u64)))119 }120 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)121 // Storage: Common CollectionProperties (r:1 w:0)122 // Storage: Common CollectionById (r:1 w:0)123 // Storage: Nonfungible TokenData (r:1 w:1)124 // Storage: Nonfungible TokenChildren (r:1 w:0)125 // Storage: Nonfungible TokensBurnt (r:1 w:1)126 // Storage: Nonfungible AccountBalance (r:1 w:1)127 // Storage: Nonfungible Allowance (r:1 w:0)128 // Storage: Nonfungible Owned (r:0 w:1)129 // Storage: Nonfungible TokenProperties (r:0 w:1)130 fn burn_nft(b: u32, ) -> Weight {131 (Weight::from_ref_time(0))132 // Standard Error: 1_488_000133 .saturating_add(Weight::from_ref_time(298_367_000).saturating_mul(b as u64))134 .saturating_add(T::DbWeight::get().reads(9 as u64))135 .saturating_add(T::DbWeight::get().reads((4 as u64).saturating_mul(b as u64)))136 .saturating_add(T::DbWeight::get().writes(6 as u64))137 .saturating_add(T::DbWeight::get().writes((4 as u64).saturating_mul(b as u64)))138 }139 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)140 // Storage: Common CollectionProperties (r:1 w:0)141 // Storage: Common CollectionById (r:1 w:0)142 // Storage: Nonfungible TokenData (r:5 w:1)143 // Storage: Nonfungible TokenProperties (r:1 w:0)144 // Storage: Nonfungible AccountBalance (r:2 w:2)145 // Storage: Nonfungible Allowance (r:1 w:0)146 // Storage: Nonfungible TokenChildren (r:0 w:1)147 // Storage: Nonfungible Owned (r:0 w:2)148 fn send() -> Weight {149 Weight::from_ref_time(81_942_000)150 .saturating_add(T::DbWeight::get().reads(12 as u64))151 .saturating_add(T::DbWeight::get().writes(6 as u64))152 }153 // Storage: RmrkCore UniqueCollectionId (r:2 w:0)154 // Storage: Common CollectionProperties (r:1 w:0)155 // Storage: Common CollectionById (r:2 w:0)156 // Storage: Nonfungible TokenData (r:6 w:1)157 // Storage: Nonfungible AccountBalance (r:2 w:2)158 // Storage: Nonfungible Allowance (r:1 w:0)159 // Storage: Nonfungible TokenProperties (r:1 w:1)160 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)161 // Storage: Nonfungible TokenChildren (r:0 w:1)162 // Storage: Nonfungible Owned (r:0 w:2)163 fn accept_nft() -> Weight {164 Weight::from_ref_time(97_925_000)165 .saturating_add(T::DbWeight::get().reads(16 as u64))166 .saturating_add(T::DbWeight::get().writes(8 as u64))167 }168 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)169 // Storage: Common CollectionProperties (r:1 w:0)170 // Storage: Common CollectionById (r:1 w:0)171 // Storage: Nonfungible TokenData (r:5 w:5)172 // Storage: Nonfungible TokenProperties (r:1 w:5)173 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)174 // Storage: Nonfungible TokenChildren (r:9 w:4)175 // Storage: Nonfungible TokensBurnt (r:1 w:1)176 // Storage: Nonfungible AccountBalance (r:5 w:5)177 // Storage: Nonfungible Allowance (r:5 w:0)178 // Storage: Nonfungible Owned (r:0 w:5)179 fn reject_nft() -> Weight {180 Weight::from_ref_time(277_794_000)181 .saturating_add(T::DbWeight::get().reads(30 as u64))182 .saturating_add(T::DbWeight::get().writes(26 as u64))183 }184 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)185 // Storage: Common CollectionProperties (r:1 w:0)186 // Storage: Common CollectionById (r:1 w:0)187 // Storage: Nonfungible TokenProperties (r:1 w:1)188 // Storage: Nonfungible TokenData (r:5 w:0)189 fn set_property() -> Weight {190 Weight::from_ref_time(54_657_000)191 .saturating_add(T::DbWeight::get().reads(9 as u64))192 .saturating_add(T::DbWeight::get().writes(1 as u64))193 }194 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)195 // Storage: Common CollectionProperties (r:1 w:0)196 // Storage: Common CollectionById (r:1 w:0)197 // Storage: Nonfungible TokenProperties (r:1 w:1)198 // Storage: Nonfungible TokenData (r:5 w:0)199 fn set_priority() -> Weight {200 Weight::from_ref_time(55_056_000)201 .saturating_add(T::DbWeight::get().reads(9 as u64))202 .saturating_add(T::DbWeight::get().writes(1 as u64))203 }204 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)205 // Storage: Common CollectionProperties (r:1 w:0)206 // Storage: Common CollectionById (r:1 w:0)207 // Storage: Nonfungible TokenData (r:5 w:0)208 // Storage: Nonfungible TokenProperties (r:1 w:1)209 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)210 fn add_basic_resource() -> Weight {211 Weight::from_ref_time(61_673_000)212 .saturating_add(T::DbWeight::get().reads(10 as u64))213 .saturating_add(T::DbWeight::get().writes(2 as u64))214 }215 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)216 // Storage: Common CollectionProperties (r:1 w:0)217 // Storage: Common CollectionById (r:1 w:0)218 // Storage: Nonfungible TokenData (r:5 w:0)219 // Storage: Nonfungible TokenProperties (r:1 w:1)220 // Storage: Nonfungible TokenAuxProperties (r:2 w:2)221 fn add_composable_resource() -> Weight {222 Weight::from_ref_time(67_125_000)223 .saturating_add(T::DbWeight::get().reads(11 as u64))224 .saturating_add(T::DbWeight::get().writes(3 as u64))225 }226 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)227 // Storage: Common CollectionProperties (r:1 w:0)228 // Storage: Common CollectionById (r:1 w:0)229 // Storage: Nonfungible TokenData (r:5 w:0)230 // Storage: Nonfungible TokenProperties (r:1 w:1)231 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)232 fn add_slot_resource() -> Weight {233 Weight::from_ref_time(69_058_000)234 .saturating_add(T::DbWeight::get().reads(10 as u64))235 .saturating_add(T::DbWeight::get().writes(2 as u64))236 }237 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)238 // Storage: Common CollectionProperties (r:1 w:0)239 // Storage: Common CollectionById (r:1 w:0)240 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)241 // Storage: Nonfungible TokenData (r:5 w:0)242 fn remove_resource() -> Weight {243 Weight::from_ref_time(53_427_000)244 .saturating_add(T::DbWeight::get().reads(9 as u64))245 .saturating_add(T::DbWeight::get().writes(1 as u64))246 }247 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)248 // Storage: Common CollectionProperties (r:1 w:0)249 // Storage: Common CollectionById (r:1 w:0)250 // Storage: Nonfungible TokenData (r:5 w:0)251 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)252 fn accept_resource() -> Weight {253 Weight::from_ref_time(50_623_000)254 .saturating_add(T::DbWeight::get().reads(9 as u64))255 .saturating_add(T::DbWeight::get().writes(1 as u64))256 }257 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)258 // Storage: Common CollectionProperties (r:1 w:0)259 // Storage: Common CollectionById (r:1 w:0)260 // Storage: Nonfungible TokenData (r:5 w:0)261 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)262 fn accept_resource_removal() -> Weight {263 Weight::from_ref_time(50_917_000)264 .saturating_add(T::DbWeight::get().reads(9 as u64))265 .saturating_add(T::DbWeight::get().writes(1 as u64))266 }267}268269// For backwards compatibility and tests270impl WeightInfo for () {271 // Storage: Common CreatedCollectionCount (r:1 w:1)272 // Storage: Common DestroyedCollectionCount (r:1 w:0)273 // Storage: System Account (r:2 w:2)274 // Storage: RmrkCore CollectionIndex (r:1 w:1)275 // Storage: Common CollectionPropertyPermissions (r:0 w:1)276 // Storage: Common CollectionProperties (r:0 w:1)277 // Storage: Common CollectionById (r:0 w:1)278 // Storage: RmrkCore UniqueCollectionId (r:0 w:1)279 fn create_collection() -> Weight {280 Weight::from_ref_time(49_754_000)281 .saturating_add(RocksDbWeight::get().reads(5 as u64))282 .saturating_add(RocksDbWeight::get().writes(8 as u64))283 }284 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)285 // Storage: Common CollectionProperties (r:1 w:1)286 // Storage: Common CollectionById (r:1 w:1)287 // Storage: Nonfungible TokenData (r:1 w:0)288 // Storage: Common DestroyedCollectionCount (r:1 w:1)289 // Storage: Nonfungible TokensMinted (r:0 w:1)290 // Storage: Nonfungible TokensBurnt (r:0 w:1)291 // Storage: Common AdminAmount (r:0 w:1)292 fn destroy_collection() -> Weight {293 Weight::from_ref_time(48_588_000)294 .saturating_add(RocksDbWeight::get().reads(5 as u64))295 .saturating_add(RocksDbWeight::get().writes(6 as u64))296 }297 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)298 // Storage: Common CollectionById (r:1 w:1)299 // Storage: Common CollectionProperties (r:1 w:0)300 fn change_collection_issuer() -> Weight {301 Weight::from_ref_time(25_054_000)302 .saturating_add(RocksDbWeight::get().reads(3 as u64))303 .saturating_add(RocksDbWeight::get().writes(1 as u64))304 }305 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)306 // Storage: Common CollectionProperties (r:1 w:0)307 // Storage: Common CollectionById (r:1 w:1)308 // Storage: Nonfungible TokensMinted (r:1 w:0)309 // Storage: Nonfungible TokensBurnt (r:1 w:0)310 fn lock_collection() -> Weight {311 Weight::from_ref_time(26_483_000)312 .saturating_add(RocksDbWeight::get().reads(5 as u64))313 .saturating_add(RocksDbWeight::get().writes(1 as u64))314 }315 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)316 // Storage: Common CollectionProperties (r:1 w:0)317 // Storage: Common CollectionById (r:1 w:0)318 // Storage: Nonfungible TokensMinted (r:1 w:1)319 // Storage: Nonfungible AccountBalance (r:1 w:1)320 // Storage: Nonfungible TokenProperties (r:1 w:1)321 // Storage: Nonfungible TokenData (r:0 w:1)322 // Storage: Nonfungible Owned (r:0 w:1)323 // Storage: Nonfungible TokenAuxProperties (r:2 w:2)324 fn mint_nft(b: u32, ) -> Weight {325 Weight::from_ref_time(62_419_000)326 // Standard Error: 7_000327 .saturating_add(Weight::from_ref_time(12_325_000).saturating_mul(b as u64))328 .saturating_add(RocksDbWeight::get().reads(6 as u64))329 .saturating_add(RocksDbWeight::get().reads((1 as u64).saturating_mul(b as u64)))330 .saturating_add(RocksDbWeight::get().writes(5 as u64))331 .saturating_add(RocksDbWeight::get().writes((1 as u64).saturating_mul(b as u64)))332 }333 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)334 // Storage: Common CollectionProperties (r:1 w:0)335 // Storage: Common CollectionById (r:1 w:0)336 // Storage: Nonfungible TokenData (r:1 w:1)337 // Storage: Nonfungible TokenChildren (r:1 w:0)338 // Storage: Nonfungible TokensBurnt (r:1 w:1)339 // Storage: Nonfungible AccountBalance (r:1 w:1)340 // Storage: Nonfungible Allowance (r:1 w:0)341 // Storage: Nonfungible Owned (r:0 w:1)342 // Storage: Nonfungible TokenProperties (r:0 w:1)343 fn burn_nft(b: u32, ) -> Weight {344 (Weight::from_ref_time(0))345 // Standard Error: 1_488_000346 .saturating_add(Weight::from_ref_time(298_367_000).saturating_mul(b as u64))347 .saturating_add(RocksDbWeight::get().reads(9 as u64))348 .saturating_add(RocksDbWeight::get().reads((4 as u64).saturating_mul(b as u64)))349 .saturating_add(RocksDbWeight::get().writes(6 as u64))350 .saturating_add(RocksDbWeight::get().writes((4 as u64).saturating_mul(b as u64)))351 }352 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)353 // Storage: Common CollectionProperties (r:1 w:0)354 // Storage: Common CollectionById (r:1 w:0)355 // Storage: Nonfungible TokenData (r:5 w:1)356 // Storage: Nonfungible TokenProperties (r:1 w:0)357 // Storage: Nonfungible AccountBalance (r:2 w:2)358 // Storage: Nonfungible Allowance (r:1 w:0)359 // Storage: Nonfungible TokenChildren (r:0 w:1)360 // Storage: Nonfungible Owned (r:0 w:2)361 fn send() -> Weight {362 Weight::from_ref_time(81_942_000)363 .saturating_add(RocksDbWeight::get().reads(12 as u64))364 .saturating_add(RocksDbWeight::get().writes(6 as u64))365 }366 // Storage: RmrkCore UniqueCollectionId (r:2 w:0)367 // Storage: Common CollectionProperties (r:1 w:0)368 // Storage: Common CollectionById (r:2 w:0)369 // Storage: Nonfungible TokenData (r:6 w:1)370 // Storage: Nonfungible AccountBalance (r:2 w:2)371 // Storage: Nonfungible Allowance (r:1 w:0)372 // Storage: Nonfungible TokenProperties (r:1 w:1)373 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)374 // Storage: Nonfungible TokenChildren (r:0 w:1)375 // Storage: Nonfungible Owned (r:0 w:2)376 fn accept_nft() -> Weight {377 Weight::from_ref_time(97_925_000)378 .saturating_add(RocksDbWeight::get().reads(16 as u64))379 .saturating_add(RocksDbWeight::get().writes(8 as u64))380 }381 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)382 // Storage: Common CollectionProperties (r:1 w:0)383 // Storage: Common CollectionById (r:1 w:0)384 // Storage: Nonfungible TokenData (r:5 w:5)385 // Storage: Nonfungible TokenProperties (r:1 w:5)386 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)387 // Storage: Nonfungible TokenChildren (r:9 w:4)388 // Storage: Nonfungible TokensBurnt (r:1 w:1)389 // Storage: Nonfungible AccountBalance (r:5 w:5)390 // Storage: Nonfungible Allowance (r:5 w:0)391 // Storage: Nonfungible Owned (r:0 w:5)392 fn reject_nft() -> Weight {393 Weight::from_ref_time(277_794_000)394 .saturating_add(RocksDbWeight::get().reads(30 as u64))395 .saturating_add(RocksDbWeight::get().writes(26 as u64))396 }397 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)398 // Storage: Common CollectionProperties (r:1 w:0)399 // Storage: Common CollectionById (r:1 w:0)400 // Storage: Nonfungible TokenProperties (r:1 w:1)401 // Storage: Nonfungible TokenData (r:5 w:0)402 fn set_property() -> Weight {403 Weight::from_ref_time(54_657_000)404 .saturating_add(RocksDbWeight::get().reads(9 as u64))405 .saturating_add(RocksDbWeight::get().writes(1 as u64))406 }407 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)408 // Storage: Common CollectionProperties (r:1 w:0)409 // Storage: Common CollectionById (r:1 w:0)410 // Storage: Nonfungible TokenProperties (r:1 w:1)411 // Storage: Nonfungible TokenData (r:5 w:0)412 fn set_priority() -> Weight {413 Weight::from_ref_time(55_056_000)414 .saturating_add(RocksDbWeight::get().reads(9 as u64))415 .saturating_add(RocksDbWeight::get().writes(1 as u64))416 }417 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)418 // Storage: Common CollectionProperties (r:1 w:0)419 // Storage: Common CollectionById (r:1 w:0)420 // Storage: Nonfungible TokenData (r:5 w:0)421 // Storage: Nonfungible TokenProperties (r:1 w:1)422 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)423 fn add_basic_resource() -> Weight {424 Weight::from_ref_time(61_673_000)425 .saturating_add(RocksDbWeight::get().reads(10 as u64))426 .saturating_add(RocksDbWeight::get().writes(2 as u64))427 }428 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)429 // Storage: Common CollectionProperties (r:1 w:0)430 // Storage: Common CollectionById (r:1 w:0)431 // Storage: Nonfungible TokenData (r:5 w:0)432 // Storage: Nonfungible TokenProperties (r:1 w:1)433 // Storage: Nonfungible TokenAuxProperties (r:2 w:2)434 fn add_composable_resource() -> Weight {435 Weight::from_ref_time(67_125_000)436 .saturating_add(RocksDbWeight::get().reads(11 as u64))437 .saturating_add(RocksDbWeight::get().writes(3 as u64))438 }439 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)440 // Storage: Common CollectionProperties (r:1 w:0)441 // Storage: Common CollectionById (r:1 w:0)442 // Storage: Nonfungible TokenData (r:5 w:0)443 // Storage: Nonfungible TokenProperties (r:1 w:1)444 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)445 fn add_slot_resource() -> Weight {446 Weight::from_ref_time(69_058_000)447 .saturating_add(RocksDbWeight::get().reads(10 as u64))448 .saturating_add(RocksDbWeight::get().writes(2 as u64))449 }450 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)451 // Storage: Common CollectionProperties (r:1 w:0)452 // Storage: Common CollectionById (r:1 w:0)453 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)454 // Storage: Nonfungible TokenData (r:5 w:0)455 fn remove_resource() -> Weight {456 Weight::from_ref_time(53_427_000)457 .saturating_add(RocksDbWeight::get().reads(9 as u64))458 .saturating_add(RocksDbWeight::get().writes(1 as u64))459 }460 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)461 // Storage: Common CollectionProperties (r:1 w:0)462 // Storage: Common CollectionById (r:1 w:0)463 // Storage: Nonfungible TokenData (r:5 w:0)464 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)465 fn accept_resource() -> Weight {466 Weight::from_ref_time(50_623_000)467 .saturating_add(RocksDbWeight::get().reads(9 as u64))468 .saturating_add(RocksDbWeight::get().writes(1 as u64))469 }470 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)471 // Storage: Common CollectionProperties (r:1 w:0)472 // Storage: Common CollectionById (r:1 w:0)473 // Storage: Nonfungible TokenData (r:5 w:0)474 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)475 fn accept_resource_removal() -> Weight {476 Weight::from_ref_time(50_917_000)477 .saturating_add(RocksDbWeight::get().reads(9 as u64))478 .saturating_add(RocksDbWeight::get().writes(1 as u64))479 }480}difftreelog
source
pallets/proxy-rmrk-core/src/weights.rs20.1 KiBsourcehistory