difftreelog
chore regenerate weights
in: master
10 files changed
pallets/evm-migration/src/weights.rsdiffbeforeafterboth3//! Autogenerated weights for pallet_evm_migration3//! Autogenerated weights for pallet_evm_migration4//!4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2022-06-15, STEPS: `50`, REPEAT: 200, LOW RANGE: `[]`, HIGH RANGE: `[]`6//! DATE: 2022-08-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10247//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024889// Executed Command:9// Executed Command:19// --template19// --template20// .maintain/frame-weight-template.hbs20// .maintain/frame-weight-template.hbs21// --steps=5021// --steps=5022// --repeat=20022// --repeat=8023// --heap-pages=409623// --heap-pages=409624// --output=./pallets/evm-migration/src/weights.rs24// --output=./pallets/evm-migration/src/weights.rs252545 // Storage: System Account (r:1 w:0)45 // Storage: System Account (r:1 w:0)46 // Storage: EVM AccountCodes (r:1 w:0)46 // Storage: EVM AccountCodes (r:1 w:0)47 fn begin() -> Weight {47 fn begin() -> Weight {48 (6_914_000 as Weight)48 (8_035_000 as Weight)49 .saturating_add(T::DbWeight::get().reads(3 as Weight))49 .saturating_add(T::DbWeight::get().reads(3 as Weight))50 .saturating_add(T::DbWeight::get().writes(1 as Weight))50 .saturating_add(T::DbWeight::get().writes(1 as Weight))51 }51 }52 // Storage: EvmMigration MigrationPending (r:1 w:0)52 // Storage: EvmMigration MigrationPending (r:1 w:0)53 // Storage: EVM AccountStorages (r:0 w:1)53 // Storage: EVM AccountStorages (r:0 w:1)54 fn set_data(b: u32, ) -> Weight {54 fn set_data(b: u32, ) -> Weight {55 (2_875_000 as Weight)55 (3_076_000 as Weight)56 // Standard Error: 056 // Standard Error: 057 .saturating_add((794_000 as Weight).saturating_mul(b as Weight))57 .saturating_add((828_000 as Weight).saturating_mul(b as Weight))58 .saturating_add(T::DbWeight::get().reads(1 as Weight))58 .saturating_add(T::DbWeight::get().reads(1 as Weight))59 .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(b as Weight)))59 .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(b as Weight)))60 }60 }61 // Storage: EvmMigration MigrationPending (r:1 w:1)61 // Storage: EvmMigration MigrationPending (r:1 w:1)62 // Storage: EVM AccountCodes (r:0 w:1)62 // Storage: EVM AccountCodes (r:0 w:1)63 fn finish(b: u32, ) -> Weight {63 fn finish(_b: u32, ) -> Weight {64 (6_320_000 as Weight)64 (6_591_000 as Weight)65 // Standard Error: 066 .saturating_add((2_000 as Weight).saturating_mul(b as Weight))67 .saturating_add(T::DbWeight::get().reads(1 as Weight))65 .saturating_add(T::DbWeight::get().reads(1 as Weight))68 .saturating_add(T::DbWeight::get().writes(2 as Weight))66 .saturating_add(T::DbWeight::get().writes(2 as Weight))69 }67 }75 // Storage: System Account (r:1 w:0)73 // Storage: System Account (r:1 w:0)76 // Storage: EVM AccountCodes (r:1 w:0)74 // Storage: EVM AccountCodes (r:1 w:0)77 fn begin() -> Weight {75 fn begin() -> Weight {78 (6_914_000 as Weight)76 (8_035_000 as Weight)79 .saturating_add(RocksDbWeight::get().reads(3 as Weight))77 .saturating_add(RocksDbWeight::get().reads(3 as Weight))80 .saturating_add(RocksDbWeight::get().writes(1 as Weight))78 .saturating_add(RocksDbWeight::get().writes(1 as Weight))81 }79 }82 // Storage: EvmMigration MigrationPending (r:1 w:0)80 // Storage: EvmMigration MigrationPending (r:1 w:0)83 // Storage: EVM AccountStorages (r:0 w:1)81 // Storage: EVM AccountStorages (r:0 w:1)84 fn set_data(b: u32, ) -> Weight {82 fn set_data(b: u32, ) -> Weight {85 (2_875_000 as Weight)83 (3_076_000 as Weight)86 // Standard Error: 084 // Standard Error: 087 .saturating_add((794_000 as Weight).saturating_mul(b as Weight))85 .saturating_add((828_000 as Weight).saturating_mul(b as Weight))88 .saturating_add(RocksDbWeight::get().reads(1 as Weight))86 .saturating_add(RocksDbWeight::get().reads(1 as Weight))89 .saturating_add(RocksDbWeight::get().writes((1 as Weight).saturating_mul(b as Weight)))87 .saturating_add(RocksDbWeight::get().writes((1 as Weight).saturating_mul(b as Weight)))90 }88 }91 // Storage: EvmMigration MigrationPending (r:1 w:1)89 // Storage: EvmMigration MigrationPending (r:1 w:1)92 // Storage: EVM AccountCodes (r:0 w:1)90 // Storage: EVM AccountCodes (r:0 w:1)93 fn finish(b: u32, ) -> Weight {91 fn finish(_b: u32, ) -> Weight {94 (6_320_000 as Weight)92 (6_591_000 as Weight)95 // Standard Error: 096 .saturating_add((2_000 as Weight).saturating_mul(b as Weight))97 .saturating_add(RocksDbWeight::get().reads(1 as Weight))93 .saturating_add(RocksDbWeight::get().reads(1 as Weight))98 .saturating_add(RocksDbWeight::get().writes(2 as Weight))94 .saturating_add(RocksDbWeight::get().writes(2 as Weight))99 }95 }pallets/fungible/src/weights.rsdiffbeforeafterboth3//! Autogenerated weights for pallet_fungible3//! Autogenerated weights for pallet_fungible4//!4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2022-06-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`6//! DATE: 2022-08-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10247//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024889// Executed Command:9// Executed Command:48 // Storage: Fungible TotalSupply (r:1 w:1)48 // Storage: Fungible TotalSupply (r:1 w:1)49 // Storage: Fungible Balance (r:1 w:1)49 // Storage: Fungible Balance (r:1 w:1)50 fn create_item() -> Weight {50 fn create_item() -> Weight {51 (17_828_000 as Weight)51 (18_195_000 as Weight)52 .saturating_add(T::DbWeight::get().reads(2 as Weight))52 .saturating_add(T::DbWeight::get().reads(2 as Weight))53 .saturating_add(T::DbWeight::get().writes(2 as Weight))53 .saturating_add(T::DbWeight::get().writes(2 as Weight))54 }54 }55 // Storage: Fungible TotalSupply (r:1 w:1)55 // Storage: Fungible TotalSupply (r:1 w:1)56 // Storage: Fungible Balance (r:4 w:4)56 // Storage: Fungible Balance (r:4 w:4)57 fn create_multiple_items_ex(b: u32, ) -> Weight {57 fn create_multiple_items_ex(b: u32, ) -> Weight {58 (17_574_000 as Weight)58 (19_218_000 as Weight)59 // Standard Error: 3_00059 // Standard Error: 3_00060 .saturating_add((4_288_000 as Weight).saturating_mul(b as Weight))60 .saturating_add((4_516_000 as Weight).saturating_mul(b as Weight))61 .saturating_add(T::DbWeight::get().reads(1 as Weight))61 .saturating_add(T::DbWeight::get().reads(1 as Weight))62 .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))62 .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))63 .saturating_add(T::DbWeight::get().writes(1 as Weight))63 .saturating_add(T::DbWeight::get().writes(1 as Weight))66 // Storage: Fungible TotalSupply (r:1 w:1)66 // Storage: Fungible TotalSupply (r:1 w:1)67 // Storage: Fungible Balance (r:1 w:1)67 // Storage: Fungible Balance (r:1 w:1)68 fn burn_item() -> Weight {68 fn burn_item() -> Weight {69 (18_417_000 as Weight)69 (18_719_000 as Weight)70 .saturating_add(T::DbWeight::get().reads(2 as Weight))70 .saturating_add(T::DbWeight::get().reads(2 as Weight))71 .saturating_add(T::DbWeight::get().writes(2 as Weight))71 .saturating_add(T::DbWeight::get().writes(2 as Weight))72 }72 }73 // Storage: Fungible Balance (r:2 w:2)73 // Storage: Fungible Balance (r:2 w:2)74 fn transfer() -> Weight {74 fn transfer() -> Weight {75 (20_090_000 as Weight)75 (20_563_000 as Weight)76 .saturating_add(T::DbWeight::get().reads(2 as Weight))76 .saturating_add(T::DbWeight::get().reads(2 as Weight))77 .saturating_add(T::DbWeight::get().writes(2 as Weight))77 .saturating_add(T::DbWeight::get().writes(2 as Weight))78 }78 }79 // Storage: Fungible Balance (r:1 w:0)79 // Storage: Fungible Balance (r:1 w:0)80 // Storage: Fungible Allowance (r:0 w:1)80 // Storage: Fungible Allowance (r:0 w:1)81 fn approve() -> Weight {81 fn approve() -> Weight {82 (17_532_000 as Weight)82 (17_583_000 as Weight)83 .saturating_add(T::DbWeight::get().reads(1 as Weight))83 .saturating_add(T::DbWeight::get().reads(1 as Weight))84 .saturating_add(T::DbWeight::get().writes(1 as Weight))84 .saturating_add(T::DbWeight::get().writes(1 as Weight))85 }85 }86 // Storage: Fungible Allowance (r:1 w:1)86 // Storage: Fungible Allowance (r:1 w:1)87 // Storage: Fungible Balance (r:2 w:2)87 // Storage: Fungible Balance (r:2 w:2)88 fn transfer_from() -> Weight {88 fn transfer_from() -> Weight {89 (29_869_000 as Weight)89 (29_845_000 as Weight)90 .saturating_add(T::DbWeight::get().reads(3 as Weight))90 .saturating_add(T::DbWeight::get().reads(3 as Weight))91 .saturating_add(T::DbWeight::get().writes(3 as Weight))91 .saturating_add(T::DbWeight::get().writes(3 as Weight))92 }92 }93 // Storage: Fungible Allowance (r:1 w:1)93 // Storage: Fungible Allowance (r:1 w:1)94 // Storage: Fungible TotalSupply (r:1 w:1)94 // Storage: Fungible TotalSupply (r:1 w:1)95 // Storage: Fungible Balance (r:1 w:1)95 // Storage: Fungible Balance (r:1 w:1)96 fn burn_from() -> Weight {96 fn burn_from() -> Weight {97 (27_835_000 as Weight)97 (28_248_000 as Weight)98 .saturating_add(T::DbWeight::get().reads(3 as Weight))98 .saturating_add(T::DbWeight::get().reads(3 as Weight))99 .saturating_add(T::DbWeight::get().writes(3 as Weight))99 .saturating_add(T::DbWeight::get().writes(3 as Weight))100 }100 }105 // Storage: Fungible TotalSupply (r:1 w:1)105 // Storage: Fungible TotalSupply (r:1 w:1)106 // Storage: Fungible Balance (r:1 w:1)106 // Storage: Fungible Balance (r:1 w:1)107 fn create_item() -> Weight {107 fn create_item() -> Weight {108 (17_828_000 as Weight)108 (18_195_000 as Weight)109 .saturating_add(RocksDbWeight::get().reads(2 as Weight))109 .saturating_add(RocksDbWeight::get().reads(2 as Weight))110 .saturating_add(RocksDbWeight::get().writes(2 as Weight))110 .saturating_add(RocksDbWeight::get().writes(2 as Weight))111 }111 }112 // Storage: Fungible TotalSupply (r:1 w:1)112 // Storage: Fungible TotalSupply (r:1 w:1)113 // Storage: Fungible Balance (r:4 w:4)113 // Storage: Fungible Balance (r:4 w:4)114 fn create_multiple_items_ex(b: u32, ) -> Weight {114 fn create_multiple_items_ex(b: u32, ) -> Weight {115 (17_574_000 as Weight)115 (19_218_000 as Weight)116 // Standard Error: 3_000116 // Standard Error: 3_000117 .saturating_add((4_288_000 as Weight).saturating_mul(b as Weight))117 .saturating_add((4_516_000 as Weight).saturating_mul(b as Weight))118 .saturating_add(RocksDbWeight::get().reads(1 as Weight))118 .saturating_add(RocksDbWeight::get().reads(1 as Weight))119 .saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))119 .saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))120 .saturating_add(RocksDbWeight::get().writes(1 as Weight))120 .saturating_add(RocksDbWeight::get().writes(1 as Weight))123 // Storage: Fungible TotalSupply (r:1 w:1)123 // Storage: Fungible TotalSupply (r:1 w:1)124 // Storage: Fungible Balance (r:1 w:1)124 // Storage: Fungible Balance (r:1 w:1)125 fn burn_item() -> Weight {125 fn burn_item() -> Weight {126 (18_417_000 as Weight)126 (18_719_000 as Weight)127 .saturating_add(RocksDbWeight::get().reads(2 as Weight))127 .saturating_add(RocksDbWeight::get().reads(2 as Weight))128 .saturating_add(RocksDbWeight::get().writes(2 as Weight))128 .saturating_add(RocksDbWeight::get().writes(2 as Weight))129 }129 }130 // Storage: Fungible Balance (r:2 w:2)130 // Storage: Fungible Balance (r:2 w:2)131 fn transfer() -> Weight {131 fn transfer() -> Weight {132 (20_090_000 as Weight)132 (20_563_000 as Weight)133 .saturating_add(RocksDbWeight::get().reads(2 as Weight))133 .saturating_add(RocksDbWeight::get().reads(2 as Weight))134 .saturating_add(RocksDbWeight::get().writes(2 as Weight))134 .saturating_add(RocksDbWeight::get().writes(2 as Weight))135 }135 }136 // Storage: Fungible Balance (r:1 w:0)136 // Storage: Fungible Balance (r:1 w:0)137 // Storage: Fungible Allowance (r:0 w:1)137 // Storage: Fungible Allowance (r:0 w:1)138 fn approve() -> Weight {138 fn approve() -> Weight {139 (17_532_000 as Weight)139 (17_583_000 as Weight)140 .saturating_add(RocksDbWeight::get().reads(1 as Weight))140 .saturating_add(RocksDbWeight::get().reads(1 as Weight))141 .saturating_add(RocksDbWeight::get().writes(1 as Weight))141 .saturating_add(RocksDbWeight::get().writes(1 as Weight))142 }142 }143 // Storage: Fungible Allowance (r:1 w:1)143 // Storage: Fungible Allowance (r:1 w:1)144 // Storage: Fungible Balance (r:2 w:2)144 // Storage: Fungible Balance (r:2 w:2)145 fn transfer_from() -> Weight {145 fn transfer_from() -> Weight {146 (29_869_000 as Weight)146 (29_845_000 as Weight)147 .saturating_add(RocksDbWeight::get().reads(3 as Weight))147 .saturating_add(RocksDbWeight::get().reads(3 as Weight))148 .saturating_add(RocksDbWeight::get().writes(3 as Weight))148 .saturating_add(RocksDbWeight::get().writes(3 as Weight))149 }149 }150 // Storage: Fungible Allowance (r:1 w:1)150 // Storage: Fungible Allowance (r:1 w:1)151 // Storage: Fungible TotalSupply (r:1 w:1)151 // Storage: Fungible TotalSupply (r:1 w:1)152 // Storage: Fungible Balance (r:1 w:1)152 // Storage: Fungible Balance (r:1 w:1)153 fn burn_from() -> Weight {153 fn burn_from() -> Weight {154 (27_835_000 as Weight)154 (28_248_000 as Weight)155 .saturating_add(RocksDbWeight::get().reads(3 as Weight))155 .saturating_add(RocksDbWeight::get().reads(3 as Weight))156 .saturating_add(RocksDbWeight::get().writes(3 as Weight))156 .saturating_add(RocksDbWeight::get().writes(3 as Weight))157 }157 }pallets/nonfungible/src/weights.rsdiffbeforeafterboth3//! Autogenerated weights for pallet_nonfungible3//! Autogenerated weights for pallet_nonfungible4//!4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2022-08-01, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`6//! DATE: 2022-08-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10247//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024889// Executed Command:9// Executed Command:57 // Storage: Nonfungible TokenData (r:0 w:1)57 // Storage: Nonfungible TokenData (r:0 w:1)58 // Storage: Nonfungible Owned (r:0 w:1)58 // Storage: Nonfungible Owned (r:0 w:1)59 fn create_item() -> Weight {59 fn create_item() -> Weight {60 (20_909_000 as Weight)60 (25_905_000 as Weight)61 .saturating_add(T::DbWeight::get().reads(2 as Weight))61 .saturating_add(T::DbWeight::get().reads(2 as Weight))62 .saturating_add(T::DbWeight::get().writes(4 as Weight))62 .saturating_add(T::DbWeight::get().writes(4 as Weight))63 }63 }66 // Storage: Nonfungible TokenData (r:0 w:4)66 // Storage: Nonfungible TokenData (r:0 w:4)67 // Storage: Nonfungible Owned (r:0 w:4)67 // Storage: Nonfungible Owned (r:0 w:4)68 fn create_multiple_items(b: u32, ) -> Weight {68 fn create_multiple_items(b: u32, ) -> Weight {69 (12_601_000 as Weight)69 (24_955_000 as Weight)70 // Standard Error: 1_00070 // Standard Error: 3_00071 .saturating_add((4_920_000 as Weight).saturating_mul(b as Weight))71 .saturating_add((5_340_000 as Weight).saturating_mul(b as Weight))72 .saturating_add(T::DbWeight::get().reads(2 as Weight))72 .saturating_add(T::DbWeight::get().reads(2 as Weight))73 .saturating_add(T::DbWeight::get().writes(2 as Weight))73 .saturating_add(T::DbWeight::get().writes(2 as Weight))74 .saturating_add(T::DbWeight::get().writes((2 as Weight).saturating_mul(b as Weight)))74 .saturating_add(T::DbWeight::get().writes((2 as Weight).saturating_mul(b as Weight)))78 // Storage: Nonfungible TokenData (r:0 w:4)78 // Storage: Nonfungible TokenData (r:0 w:4)79 // Storage: Nonfungible Owned (r:0 w:4)79 // Storage: Nonfungible Owned (r:0 w:4)80 fn create_multiple_items_ex(b: u32, ) -> Weight {80 fn create_multiple_items_ex(b: u32, ) -> Weight {81 (0 as Weight)81 (13_666_000 as Weight)82 // Standard Error: 3_00082 // Standard Error: 5_00083 .saturating_add((7_734_000 as Weight).saturating_mul(b as Weight))83 .saturating_add((8_299_000 as Weight).saturating_mul(b as Weight))84 .saturating_add(T::DbWeight::get().reads(1 as Weight))84 .saturating_add(T::DbWeight::get().reads(1 as Weight))85 .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))85 .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))86 .saturating_add(T::DbWeight::get().writes(1 as Weight))86 .saturating_add(T::DbWeight::get().writes(1 as Weight))94 // Storage: Nonfungible Owned (r:0 w:1)94 // Storage: Nonfungible Owned (r:0 w:1)95 // Storage: Nonfungible TokenProperties (r:0 w:1)95 // Storage: Nonfungible TokenProperties (r:0 w:1)96 fn burn_item() -> Weight {96 fn burn_item() -> Weight {97 (29_746_000 as Weight)97 (36_205_000 as Weight)98 .saturating_add(T::DbWeight::get().reads(5 as Weight))98 .saturating_add(T::DbWeight::get().reads(5 as Weight))99 .saturating_add(T::DbWeight::get().writes(5 as Weight))99 .saturating_add(T::DbWeight::get().writes(5 as Weight))100 }100 }106 // Storage: Nonfungible Owned (r:0 w:1)106 // Storage: Nonfungible Owned (r:0 w:1)107 // Storage: Nonfungible TokenProperties (r:0 w:1)107 // Storage: Nonfungible TokenProperties (r:0 w:1)108 fn burn_recursively_self_raw() -> Weight {108 fn burn_recursively_self_raw() -> Weight {109 (36_077_000 as Weight)109 (44_550_000 as Weight)110 .saturating_add(T::DbWeight::get().reads(5 as Weight))110 .saturating_add(T::DbWeight::get().reads(5 as Weight))111 .saturating_add(T::DbWeight::get().writes(5 as Weight))111 .saturating_add(T::DbWeight::get().writes(5 as Weight))112 }112 }120 // Storage: Common CollectionById (r:1 w:0)120 // Storage: Common CollectionById (r:1 w:0)121 fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight {121 fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight {122 (0 as Weight)122 (0 as Weight)123 // Standard Error: 1_605_000123 // Standard Error: 1_536_000124 .saturating_add((312_391_000 as Weight).saturating_mul(b as Weight))124 .saturating_add((312_125_000 as Weight).saturating_mul(b as Weight))125 .saturating_add(T::DbWeight::get().reads(7 as Weight))125 .saturating_add(T::DbWeight::get().reads(7 as Weight))126 .saturating_add(T::DbWeight::get().reads((4 as Weight).saturating_mul(b as Weight)))126 .saturating_add(T::DbWeight::get().reads((4 as Weight).saturating_mul(b as Weight)))127 .saturating_add(T::DbWeight::get().writes(6 as Weight))127 .saturating_add(T::DbWeight::get().writes(6 as Weight))132 // Storage: Nonfungible Allowance (r:1 w:0)132 // Storage: Nonfungible Allowance (r:1 w:0)133 // Storage: Nonfungible Owned (r:0 w:2)133 // Storage: Nonfungible Owned (r:0 w:2)134 fn transfer() -> Weight {134 fn transfer() -> Weight {135 (25_248_000 as Weight)135 (31_116_000 as Weight)136 .saturating_add(T::DbWeight::get().reads(4 as Weight))136 .saturating_add(T::DbWeight::get().reads(4 as Weight))137 .saturating_add(T::DbWeight::get().writes(5 as Weight))137 .saturating_add(T::DbWeight::get().writes(5 as Weight))138 }138 }139 // Storage: Nonfungible TokenData (r:1 w:0)139 // Storage: Nonfungible TokenData (r:1 w:0)140 // Storage: Nonfungible Allowance (r:1 w:1)140 // Storage: Nonfungible Allowance (r:1 w:1)141 fn approve() -> Weight {141 fn approve() -> Weight {142 (16_321_000 as Weight)142 (20_802_000 as Weight)143 .saturating_add(T::DbWeight::get().reads(2 as Weight))143 .saturating_add(T::DbWeight::get().reads(2 as Weight))144 .saturating_add(T::DbWeight::get().writes(1 as Weight))144 .saturating_add(T::DbWeight::get().writes(1 as Weight))145 }145 }148 // Storage: Nonfungible AccountBalance (r:2 w:2)148 // Storage: Nonfungible AccountBalance (r:2 w:2)149 // Storage: Nonfungible Owned (r:0 w:2)149 // Storage: Nonfungible Owned (r:0 w:2)150 fn transfer_from() -> Weight {150 fn transfer_from() -> Weight {151 (29_325_000 as Weight)151 (36_083_000 as Weight)152 .saturating_add(T::DbWeight::get().reads(4 as Weight))152 .saturating_add(T::DbWeight::get().reads(4 as Weight))153 .saturating_add(T::DbWeight::get().writes(6 as Weight))153 .saturating_add(T::DbWeight::get().writes(6 as Weight))154 }154 }160 // Storage: Nonfungible Owned (r:0 w:1)160 // Storage: Nonfungible Owned (r:0 w:1)161 // Storage: Nonfungible TokenProperties (r:0 w:1)161 // Storage: Nonfungible TokenProperties (r:0 w:1)162 fn burn_from() -> Weight {162 fn burn_from() -> Weight {163 (33_323_000 as Weight)163 (41_781_000 as Weight)164 .saturating_add(T::DbWeight::get().reads(5 as Weight))164 .saturating_add(T::DbWeight::get().reads(5 as Weight))165 .saturating_add(T::DbWeight::get().writes(6 as Weight))165 .saturating_add(T::DbWeight::get().writes(6 as Weight))166 }166 }167 // Storage: Common CollectionPropertyPermissions (r:1 w:1)167 // Storage: Common CollectionPropertyPermissions (r:1 w:1)168 fn set_token_property_permissions(b: u32, ) -> Weight {168 fn set_token_property_permissions(b: u32, ) -> Weight {169 (0 as Weight)169 (0 as Weight)170 // Standard Error: 62_000170 // Standard Error: 58_000171 .saturating_add((16_222_000 as Weight).saturating_mul(b as Weight))171 .saturating_add((15_705_000 as Weight).saturating_mul(b as Weight))172 .saturating_add(T::DbWeight::get().reads(1 as Weight))172 .saturating_add(T::DbWeight::get().reads(1 as Weight))173 .saturating_add(T::DbWeight::get().writes(1 as Weight))173 .saturating_add(T::DbWeight::get().writes(1 as Weight))174 }174 }175 // Storage: Common CollectionPropertyPermissions (r:1 w:0)175 // Storage: Common CollectionPropertyPermissions (r:1 w:0)176 // Storage: Nonfungible TokenProperties (r:1 w:1)176 // Storage: Nonfungible TokenProperties (r:1 w:1)177 fn set_token_properties(b: u32, ) -> Weight {177 fn set_token_properties(b: u32, ) -> Weight {178 (0 as Weight)178 (0 as Weight)179 // Standard Error: 1_750_000179 // Standard Error: 3_595_000180 .saturating_add((304_476_000 as Weight).saturating_mul(b as Weight))180 .saturating_add((590_344_000 as Weight).saturating_mul(b as Weight))181 .saturating_add(T::DbWeight::get().reads(2 as Weight))181 .saturating_add(T::DbWeight::get().reads(2 as Weight))182 .saturating_add(T::DbWeight::get().writes(1 as Weight))182 .saturating_add(T::DbWeight::get().writes(1 as Weight))183 }183 }184 // Storage: Common CollectionPropertyPermissions (r:1 w:0)184 // Storage: Common CollectionPropertyPermissions (r:1 w:0)185 // Storage: Nonfungible TokenProperties (r:1 w:1)185 // Storage: Nonfungible TokenProperties (r:1 w:1)186 fn delete_token_properties(b: u32, ) -> Weight {186 fn delete_token_properties(b: u32, ) -> Weight {187 (0 as Weight)187 (0 as Weight)188 // Standard Error: 1_638_000188 // Standard Error: 3_664_000189 .saturating_add((294_096_000 as Weight).saturating_mul(b as Weight))189 .saturating_add((605_836_000 as Weight).saturating_mul(b as Weight))190 .saturating_add(T::DbWeight::get().reads(2 as Weight))190 .saturating_add(T::DbWeight::get().reads(2 as Weight))191 .saturating_add(T::DbWeight::get().writes(1 as Weight))191 .saturating_add(T::DbWeight::get().writes(1 as Weight))192 }192 }193 // Storage: Nonfungible TokenData (r:1 w:0)193 // Storage: Nonfungible TokenData (r:1 w:0)194 fn token_owner() -> Weight {194 fn token_owner() -> Weight {195 (2_986_000 as Weight)195 (4_366_000 as Weight)196 .saturating_add(T::DbWeight::get().reads(1 as Weight))196 .saturating_add(T::DbWeight::get().reads(1 as Weight))197 }197 }198}198}204 // Storage: Nonfungible TokenData (r:0 w:1)204 // Storage: Nonfungible TokenData (r:0 w:1)205 // Storage: Nonfungible Owned (r:0 w:1)205 // Storage: Nonfungible Owned (r:0 w:1)206 fn create_item() -> Weight {206 fn create_item() -> Weight {207 (20_909_000 as Weight)207 (25_905_000 as Weight)208 .saturating_add(RocksDbWeight::get().reads(2 as Weight))208 .saturating_add(RocksDbWeight::get().reads(2 as Weight))209 .saturating_add(RocksDbWeight::get().writes(4 as Weight))209 .saturating_add(RocksDbWeight::get().writes(4 as Weight))210 }210 }213 // Storage: Nonfungible TokenData (r:0 w:4)213 // Storage: Nonfungible TokenData (r:0 w:4)214 // Storage: Nonfungible Owned (r:0 w:4)214 // Storage: Nonfungible Owned (r:0 w:4)215 fn create_multiple_items(b: u32, ) -> Weight {215 fn create_multiple_items(b: u32, ) -> Weight {216 (12_601_000 as Weight)216 (24_955_000 as Weight)217 // Standard Error: 1_000217 // Standard Error: 3_000218 .saturating_add((4_920_000 as Weight).saturating_mul(b as Weight))218 .saturating_add((5_340_000 as Weight).saturating_mul(b as Weight))219 .saturating_add(RocksDbWeight::get().reads(2 as Weight))219 .saturating_add(RocksDbWeight::get().reads(2 as Weight))220 .saturating_add(RocksDbWeight::get().writes(2 as Weight))220 .saturating_add(RocksDbWeight::get().writes(2 as Weight))221 .saturating_add(RocksDbWeight::get().writes((2 as Weight).saturating_mul(b as Weight)))221 .saturating_add(RocksDbWeight::get().writes((2 as Weight).saturating_mul(b as Weight)))225 // Storage: Nonfungible TokenData (r:0 w:4)225 // Storage: Nonfungible TokenData (r:0 w:4)226 // Storage: Nonfungible Owned (r:0 w:4)226 // Storage: Nonfungible Owned (r:0 w:4)227 fn create_multiple_items_ex(b: u32, ) -> Weight {227 fn create_multiple_items_ex(b: u32, ) -> Weight {228 (0 as Weight)228 (13_666_000 as Weight)229 // Standard Error: 3_000229 // Standard Error: 5_000230 .saturating_add((7_734_000 as Weight).saturating_mul(b as Weight))230 .saturating_add((8_299_000 as Weight).saturating_mul(b as Weight))231 .saturating_add(RocksDbWeight::get().reads(1 as Weight))231 .saturating_add(RocksDbWeight::get().reads(1 as Weight))232 .saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))232 .saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))233 .saturating_add(RocksDbWeight::get().writes(1 as Weight))233 .saturating_add(RocksDbWeight::get().writes(1 as Weight))241 // Storage: Nonfungible Owned (r:0 w:1)241 // Storage: Nonfungible Owned (r:0 w:1)242 // Storage: Nonfungible TokenProperties (r:0 w:1)242 // Storage: Nonfungible TokenProperties (r:0 w:1)243 fn burn_item() -> Weight {243 fn burn_item() -> Weight {244 (29_746_000 as Weight)244 (36_205_000 as Weight)245 .saturating_add(RocksDbWeight::get().reads(5 as Weight))245 .saturating_add(RocksDbWeight::get().reads(5 as Weight))246 .saturating_add(RocksDbWeight::get().writes(5 as Weight))246 .saturating_add(RocksDbWeight::get().writes(5 as Weight))247 }247 }253 // Storage: Nonfungible Owned (r:0 w:1)253 // Storage: Nonfungible Owned (r:0 w:1)254 // Storage: Nonfungible TokenProperties (r:0 w:1)254 // Storage: Nonfungible TokenProperties (r:0 w:1)255 fn burn_recursively_self_raw() -> Weight {255 fn burn_recursively_self_raw() -> Weight {256 (36_077_000 as Weight)256 (44_550_000 as Weight)257 .saturating_add(RocksDbWeight::get().reads(5 as Weight))257 .saturating_add(RocksDbWeight::get().reads(5 as Weight))258 .saturating_add(RocksDbWeight::get().writes(5 as Weight))258 .saturating_add(RocksDbWeight::get().writes(5 as Weight))259 }259 }267 // Storage: Common CollectionById (r:1 w:0)267 // Storage: Common CollectionById (r:1 w:0)268 fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight {268 fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight {269 (0 as Weight)269 (0 as Weight)270 // Standard Error: 1_605_000270 // Standard Error: 1_536_000271 .saturating_add((312_391_000 as Weight).saturating_mul(b as Weight))271 .saturating_add((312_125_000 as Weight).saturating_mul(b as Weight))272 .saturating_add(RocksDbWeight::get().reads(7 as Weight))272 .saturating_add(RocksDbWeight::get().reads(7 as Weight))273 .saturating_add(RocksDbWeight::get().reads((4 as Weight).saturating_mul(b as Weight)))273 .saturating_add(RocksDbWeight::get().reads((4 as Weight).saturating_mul(b as Weight)))274 .saturating_add(RocksDbWeight::get().writes(6 as Weight))274 .saturating_add(RocksDbWeight::get().writes(6 as Weight))279 // Storage: Nonfungible Allowance (r:1 w:0)279 // Storage: Nonfungible Allowance (r:1 w:0)280 // Storage: Nonfungible Owned (r:0 w:2)280 // Storage: Nonfungible Owned (r:0 w:2)281 fn transfer() -> Weight {281 fn transfer() -> Weight {282 (25_248_000 as Weight)282 (31_116_000 as Weight)283 .saturating_add(RocksDbWeight::get().reads(4 as Weight))283 .saturating_add(RocksDbWeight::get().reads(4 as Weight))284 .saturating_add(RocksDbWeight::get().writes(5 as Weight))284 .saturating_add(RocksDbWeight::get().writes(5 as Weight))285 }285 }286 // Storage: Nonfungible TokenData (r:1 w:0)286 // Storage: Nonfungible TokenData (r:1 w:0)287 // Storage: Nonfungible Allowance (r:1 w:1)287 // Storage: Nonfungible Allowance (r:1 w:1)288 fn approve() -> Weight {288 fn approve() -> Weight {289 (16_321_000 as Weight)289 (20_802_000 as Weight)290 .saturating_add(RocksDbWeight::get().reads(2 as Weight))290 .saturating_add(RocksDbWeight::get().reads(2 as Weight))291 .saturating_add(RocksDbWeight::get().writes(1 as Weight))291 .saturating_add(RocksDbWeight::get().writes(1 as Weight))292 }292 }295 // Storage: Nonfungible AccountBalance (r:2 w:2)295 // Storage: Nonfungible AccountBalance (r:2 w:2)296 // Storage: Nonfungible Owned (r:0 w:2)296 // Storage: Nonfungible Owned (r:0 w:2)297 fn transfer_from() -> Weight {297 fn transfer_from() -> Weight {298 (29_325_000 as Weight)298 (36_083_000 as Weight)299 .saturating_add(RocksDbWeight::get().reads(4 as Weight))299 .saturating_add(RocksDbWeight::get().reads(4 as Weight))300 .saturating_add(RocksDbWeight::get().writes(6 as Weight))300 .saturating_add(RocksDbWeight::get().writes(6 as Weight))301 }301 }307 // Storage: Nonfungible Owned (r:0 w:1)307 // Storage: Nonfungible Owned (r:0 w:1)308 // Storage: Nonfungible TokenProperties (r:0 w:1)308 // Storage: Nonfungible TokenProperties (r:0 w:1)309 fn burn_from() -> Weight {309 fn burn_from() -> Weight {310 (33_323_000 as Weight)310 (41_781_000 as Weight)311 .saturating_add(RocksDbWeight::get().reads(5 as Weight))311 .saturating_add(RocksDbWeight::get().reads(5 as Weight))312 .saturating_add(RocksDbWeight::get().writes(6 as Weight))312 .saturating_add(RocksDbWeight::get().writes(6 as Weight))313 }313 }314 // Storage: Common CollectionPropertyPermissions (r:1 w:1)314 // Storage: Common CollectionPropertyPermissions (r:1 w:1)315 fn set_token_property_permissions(b: u32, ) -> Weight {315 fn set_token_property_permissions(b: u32, ) -> Weight {316 (0 as Weight)316 (0 as Weight)317 // Standard Error: 62_000317 // Standard Error: 58_000318 .saturating_add((16_222_000 as Weight).saturating_mul(b as Weight))318 .saturating_add((15_705_000 as Weight).saturating_mul(b as Weight))319 .saturating_add(RocksDbWeight::get().reads(1 as Weight))319 .saturating_add(RocksDbWeight::get().reads(1 as Weight))320 .saturating_add(RocksDbWeight::get().writes(1 as Weight))320 .saturating_add(RocksDbWeight::get().writes(1 as Weight))321 }321 }322 // Storage: Common CollectionPropertyPermissions (r:1 w:0)322 // Storage: Common CollectionPropertyPermissions (r:1 w:0)323 // Storage: Nonfungible TokenProperties (r:1 w:1)323 // Storage: Nonfungible TokenProperties (r:1 w:1)324 fn set_token_properties(b: u32, ) -> Weight {324 fn set_token_properties(b: u32, ) -> Weight {325 (0 as Weight)325 (0 as Weight)326 // Standard Error: 1_750_000326 // Standard Error: 3_595_000327 .saturating_add((304_476_000 as Weight).saturating_mul(b as Weight))327 .saturating_add((590_344_000 as Weight).saturating_mul(b as Weight))328 .saturating_add(RocksDbWeight::get().reads(2 as Weight))328 .saturating_add(RocksDbWeight::get().reads(2 as Weight))329 .saturating_add(RocksDbWeight::get().writes(1 as Weight))329 .saturating_add(RocksDbWeight::get().writes(1 as Weight))330 }330 }331 // Storage: Common CollectionPropertyPermissions (r:1 w:0)331 // Storage: Common CollectionPropertyPermissions (r:1 w:0)332 // Storage: Nonfungible TokenProperties (r:1 w:1)332 // Storage: Nonfungible TokenProperties (r:1 w:1)333 fn delete_token_properties(b: u32, ) -> Weight {333 fn delete_token_properties(b: u32, ) -> Weight {334 (0 as Weight)334 (0 as Weight)335 // Standard Error: 1_638_000335 // Standard Error: 3_664_000336 .saturating_add((294_096_000 as Weight).saturating_mul(b as Weight))336 .saturating_add((605_836_000 as Weight).saturating_mul(b as Weight))337 .saturating_add(RocksDbWeight::get().reads(2 as Weight))337 .saturating_add(RocksDbWeight::get().reads(2 as Weight))338 .saturating_add(RocksDbWeight::get().writes(1 as Weight))338 .saturating_add(RocksDbWeight::get().writes(1 as Weight))339 }339 }340 // Storage: Nonfungible TokenData (r:1 w:0)340 // Storage: Nonfungible TokenData (r:1 w:0)341 fn token_owner() -> Weight {341 fn token_owner() -> Weight {342 (2_986_000 as Weight)342 (4_366_000 as Weight)343 .saturating_add(RocksDbWeight::get().reads(1 as Weight))343 .saturating_add(RocksDbWeight::get().reads(1 as Weight))344 }344 }345}345}pallets/proxy-rmrk-core/src/weights.rsdiffbeforeafterboth3//! Autogenerated weights for pallet_proxy_rmrk_core3//! Autogenerated weights for pallet_proxy_rmrk_core4//!4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2022-07-01, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`6//! DATE: 2022-08-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10247//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024889// Executed Command:9// Executed Command:64 // Storage: Common CollectionById (r:0 w:1)64 // Storage: Common CollectionById (r:0 w:1)65 // Storage: RmrkCore UniqueCollectionId (r:0 w:1)65 // Storage: RmrkCore UniqueCollectionId (r:0 w:1)66 fn create_collection() -> Weight {66 fn create_collection() -> Weight {67 (49_365_000 as Weight)67 (49_754_000 as Weight)68 .saturating_add(T::DbWeight::get().reads(5 as Weight))68 .saturating_add(T::DbWeight::get().reads(5 as Weight))69 .saturating_add(T::DbWeight::get().writes(8 as Weight))69 .saturating_add(T::DbWeight::get().writes(8 as Weight))70 }70 }77 // Storage: Nonfungible TokensBurnt (r:0 w:1)77 // Storage: Nonfungible TokensBurnt (r:0 w:1)78 // Storage: Common AdminAmount (r:0 w:1)78 // Storage: Common AdminAmount (r:0 w:1)79 fn destroy_collection() -> Weight {79 fn destroy_collection() -> Weight {80 (49_903_000 as Weight)80 (48_588_000 as Weight)81 .saturating_add(T::DbWeight::get().reads(5 as Weight))81 .saturating_add(T::DbWeight::get().reads(5 as Weight))82 .saturating_add(T::DbWeight::get().writes(6 as Weight))82 .saturating_add(T::DbWeight::get().writes(6 as Weight))83 }83 }84 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)84 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)85 // Storage: Common CollectionById (r:1 w:1)85 // Storage: Common CollectionById (r:1 w:1)86 // Storage: Common CollectionProperties (r:1 w:0)86 // Storage: Common CollectionProperties (r:1 w:0)87 fn change_collection_issuer() -> Weight {87 fn change_collection_issuer() -> Weight {88 (26_134_000 as Weight)88 (25_054_000 as Weight)89 .saturating_add(T::DbWeight::get().reads(3 as Weight))89 .saturating_add(T::DbWeight::get().reads(3 as Weight))90 .saturating_add(T::DbWeight::get().writes(1 as Weight))90 .saturating_add(T::DbWeight::get().writes(1 as Weight))91 }91 }95 // Storage: Nonfungible TokensMinted (r:1 w:0)95 // Storage: Nonfungible TokensMinted (r:1 w:0)96 // Storage: Nonfungible TokensBurnt (r:1 w:0)96 // Storage: Nonfungible TokensBurnt (r:1 w:0)97 fn lock_collection() -> Weight {97 fn lock_collection() -> Weight {98 (28_020_000 as Weight)98 (26_483_000 as Weight)99 .saturating_add(T::DbWeight::get().reads(5 as Weight))99 .saturating_add(T::DbWeight::get().reads(5 as Weight))100 .saturating_add(T::DbWeight::get().writes(1 as Weight))100 .saturating_add(T::DbWeight::get().writes(1 as Weight))101 }101 }109 // Storage: Nonfungible Owned (r:0 w:1)109 // Storage: Nonfungible Owned (r:0 w:1)110 // Storage: Nonfungible TokenAuxProperties (r:2 w:2)110 // Storage: Nonfungible TokenAuxProperties (r:2 w:2)111 fn mint_nft(b: u32, ) -> Weight {111 fn mint_nft(b: u32, ) -> Weight {112 (67_476_000 as Weight)112 (62_419_000 as Weight)113 // Standard Error: 19_000113 // Standard Error: 7_000114 .saturating_add((12_373_000 as Weight).saturating_mul(b as Weight))114 .saturating_add((12_325_000 as Weight).saturating_mul(b as Weight))115 .saturating_add(T::DbWeight::get().reads(6 as Weight))115 .saturating_add(T::DbWeight::get().reads(6 as Weight))116 .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))116 .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))117 .saturating_add(T::DbWeight::get().writes(5 as Weight))117 .saturating_add(T::DbWeight::get().writes(5 as Weight))129 // Storage: Nonfungible TokenProperties (r:0 w:1)129 // Storage: Nonfungible TokenProperties (r:0 w:1)130 fn burn_nft(b: u32, ) -> Weight {130 fn burn_nft(b: u32, ) -> Weight {131 (0 as Weight)131 (0 as Weight)132 // Standard Error: 1_500_000132 // Standard Error: 1_488_000133 .saturating_add((300_520_000 as Weight).saturating_mul(b as Weight))133 .saturating_add((298_367_000 as Weight).saturating_mul(b as Weight))134 .saturating_add(T::DbWeight::get().reads(9 as Weight))134 .saturating_add(T::DbWeight::get().reads(9 as Weight))135 .saturating_add(T::DbWeight::get().reads((4 as Weight).saturating_mul(b as Weight)))135 .saturating_add(T::DbWeight::get().reads((4 as Weight).saturating_mul(b as Weight)))136 .saturating_add(T::DbWeight::get().writes(6 as Weight))136 .saturating_add(T::DbWeight::get().writes(6 as Weight))146 // Storage: Nonfungible TokenChildren (r:0 w:1)146 // Storage: Nonfungible TokenChildren (r:0 w:1)147 // Storage: Nonfungible Owned (r:0 w:2)147 // Storage: Nonfungible Owned (r:0 w:2)148 fn send() -> Weight {148 fn send() -> Weight {149 (84_023_000 as Weight)149 (81_942_000 as Weight)150 .saturating_add(T::DbWeight::get().reads(12 as Weight))150 .saturating_add(T::DbWeight::get().reads(12 as Weight))151 .saturating_add(T::DbWeight::get().writes(6 as Weight))151 .saturating_add(T::DbWeight::get().writes(6 as Weight))152 }152 }161 // Storage: Nonfungible TokenChildren (r:0 w:1)161 // Storage: Nonfungible TokenChildren (r:0 w:1)162 // Storage: Nonfungible Owned (r:0 w:2)162 // Storage: Nonfungible Owned (r:0 w:2)163 fn accept_nft() -> Weight {163 fn accept_nft() -> Weight {164 (98_502_000 as Weight)164 (97_925_000 as Weight)165 .saturating_add(T::DbWeight::get().reads(16 as Weight))165 .saturating_add(T::DbWeight::get().reads(16 as Weight))166 .saturating_add(T::DbWeight::get().writes(8 as Weight))166 .saturating_add(T::DbWeight::get().writes(8 as Weight))167 }167 }177 // Storage: Nonfungible Allowance (r:5 w:0)177 // Storage: Nonfungible Allowance (r:5 w:0)178 // Storage: Nonfungible Owned (r:0 w:5)178 // Storage: Nonfungible Owned (r:0 w:5)179 fn reject_nft() -> Weight {179 fn reject_nft() -> Weight {180 (277_017_000 as Weight)180 (277_794_000 as Weight)181 .saturating_add(T::DbWeight::get().reads(30 as Weight))181 .saturating_add(T::DbWeight::get().reads(30 as Weight))182 .saturating_add(T::DbWeight::get().writes(26 as Weight))182 .saturating_add(T::DbWeight::get().writes(26 as Weight))183 }183 }187 // Storage: Nonfungible TokenProperties (r:1 w:1)187 // Storage: Nonfungible TokenProperties (r:1 w:1)188 // Storage: Nonfungible TokenData (r:5 w:0)188 // Storage: Nonfungible TokenData (r:5 w:0)189 fn set_property() -> Weight {189 fn set_property() -> Weight {190 (55_408_000 as Weight)190 (54_657_000 as Weight)191 .saturating_add(T::DbWeight::get().reads(9 as Weight))191 .saturating_add(T::DbWeight::get().reads(9 as Weight))192 .saturating_add(T::DbWeight::get().writes(1 as Weight))192 .saturating_add(T::DbWeight::get().writes(1 as Weight))193 }193 }197 // Storage: Nonfungible TokenProperties (r:1 w:1)197 // Storage: Nonfungible TokenProperties (r:1 w:1)198 // Storage: Nonfungible TokenData (r:5 w:0)198 // Storage: Nonfungible TokenData (r:5 w:0)199 fn set_priority() -> Weight {199 fn set_priority() -> Weight {200 (55_063_000 as Weight)200 (55_056_000 as Weight)201 .saturating_add(T::DbWeight::get().reads(9 as Weight))201 .saturating_add(T::DbWeight::get().reads(9 as Weight))202 .saturating_add(T::DbWeight::get().writes(1 as Weight))202 .saturating_add(T::DbWeight::get().writes(1 as Weight))203 }203 }208 // Storage: Nonfungible TokenProperties (r:1 w:1)208 // Storage: Nonfungible TokenProperties (r:1 w:1)209 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)209 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)210 fn add_basic_resource() -> Weight {210 fn add_basic_resource() -> Weight {211 (64_656_000 as Weight)211 (61_673_000 as Weight)212 .saturating_add(T::DbWeight::get().reads(10 as Weight))212 .saturating_add(T::DbWeight::get().reads(10 as Weight))213 .saturating_add(T::DbWeight::get().writes(2 as Weight))213 .saturating_add(T::DbWeight::get().writes(2 as Weight))214 }214 }219 // Storage: Nonfungible TokenProperties (r:1 w:1)219 // Storage: Nonfungible TokenProperties (r:1 w:1)220 // Storage: Nonfungible TokenAuxProperties (r:2 w:2)220 // Storage: Nonfungible TokenAuxProperties (r:2 w:2)221 fn add_composable_resource() -> Weight {221 fn add_composable_resource() -> Weight {222 (67_593_000 as Weight)222 (67_125_000 as Weight)223 .saturating_add(T::DbWeight::get().reads(11 as Weight))223 .saturating_add(T::DbWeight::get().reads(11 as Weight))224 .saturating_add(T::DbWeight::get().writes(3 as Weight))224 .saturating_add(T::DbWeight::get().writes(3 as Weight))225 }225 }230 // Storage: Nonfungible TokenProperties (r:1 w:1)230 // Storage: Nonfungible TokenProperties (r:1 w:1)231 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)231 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)232 fn add_slot_resource() -> Weight {232 fn add_slot_resource() -> Weight {233 (63_845_000 as Weight)233 (69_058_000 as Weight)234 .saturating_add(T::DbWeight::get().reads(10 as Weight))234 .saturating_add(T::DbWeight::get().reads(10 as Weight))235 .saturating_add(T::DbWeight::get().writes(2 as Weight))235 .saturating_add(T::DbWeight::get().writes(2 as Weight))236 }236 }240 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)240 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)241 // Storage: Nonfungible TokenData (r:5 w:0)241 // Storage: Nonfungible TokenData (r:5 w:0)242 fn remove_resource() -> Weight {242 fn remove_resource() -> Weight {243 (53_414_000 as Weight)243 (53_427_000 as Weight)244 .saturating_add(T::DbWeight::get().reads(9 as Weight))244 .saturating_add(T::DbWeight::get().reads(9 as Weight))245 .saturating_add(T::DbWeight::get().writes(1 as Weight))245 .saturating_add(T::DbWeight::get().writes(1 as Weight))246 }246 }250 // Storage: Nonfungible TokenData (r:5 w:0)250 // Storage: Nonfungible TokenData (r:5 w:0)251 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)251 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)252 fn accept_resource() -> Weight {252 fn accept_resource() -> Weight {253 (51_869_000 as Weight)253 (50_623_000 as Weight)254 .saturating_add(T::DbWeight::get().reads(9 as Weight))254 .saturating_add(T::DbWeight::get().reads(9 as Weight))255 .saturating_add(T::DbWeight::get().writes(1 as Weight))255 .saturating_add(T::DbWeight::get().writes(1 as Weight))256 }256 }260 // Storage: Nonfungible TokenData (r:5 w:0)260 // Storage: Nonfungible TokenData (r:5 w:0)261 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)261 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)262 fn accept_resource_removal() -> Weight {262 fn accept_resource_removal() -> Weight {263 (53_168_000 as Weight)263 (50_917_000 as Weight)264 .saturating_add(T::DbWeight::get().reads(9 as Weight))264 .saturating_add(T::DbWeight::get().reads(9 as Weight))265 .saturating_add(T::DbWeight::get().writes(1 as Weight))265 .saturating_add(T::DbWeight::get().writes(1 as Weight))266 }266 }277 // Storage: Common CollectionById (r:0 w:1)277 // Storage: Common CollectionById (r:0 w:1)278 // Storage: RmrkCore UniqueCollectionId (r:0 w:1)278 // Storage: RmrkCore UniqueCollectionId (r:0 w:1)279 fn create_collection() -> Weight {279 fn create_collection() -> Weight {280 (49_365_000 as Weight)280 (49_754_000 as Weight)281 .saturating_add(RocksDbWeight::get().reads(5 as Weight))281 .saturating_add(RocksDbWeight::get().reads(5 as Weight))282 .saturating_add(RocksDbWeight::get().writes(8 as Weight))282 .saturating_add(RocksDbWeight::get().writes(8 as Weight))283 }283 }290 // Storage: Nonfungible TokensBurnt (r:0 w:1)290 // Storage: Nonfungible TokensBurnt (r:0 w:1)291 // Storage: Common AdminAmount (r:0 w:1)291 // Storage: Common AdminAmount (r:0 w:1)292 fn destroy_collection() -> Weight {292 fn destroy_collection() -> Weight {293 (49_903_000 as Weight)293 (48_588_000 as Weight)294 .saturating_add(RocksDbWeight::get().reads(5 as Weight))294 .saturating_add(RocksDbWeight::get().reads(5 as Weight))295 .saturating_add(RocksDbWeight::get().writes(6 as Weight))295 .saturating_add(RocksDbWeight::get().writes(6 as Weight))296 }296 }297 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)297 // Storage: RmrkCore UniqueCollectionId (r:1 w:0)298 // Storage: Common CollectionById (r:1 w:1)298 // Storage: Common CollectionById (r:1 w:1)299 // Storage: Common CollectionProperties (r:1 w:0)299 // Storage: Common CollectionProperties (r:1 w:0)300 fn change_collection_issuer() -> Weight {300 fn change_collection_issuer() -> Weight {301 (26_134_000 as Weight)301 (25_054_000 as Weight)302 .saturating_add(RocksDbWeight::get().reads(3 as Weight))302 .saturating_add(RocksDbWeight::get().reads(3 as Weight))303 .saturating_add(RocksDbWeight::get().writes(1 as Weight))303 .saturating_add(RocksDbWeight::get().writes(1 as Weight))304 }304 }308 // Storage: Nonfungible TokensMinted (r:1 w:0)308 // Storage: Nonfungible TokensMinted (r:1 w:0)309 // Storage: Nonfungible TokensBurnt (r:1 w:0)309 // Storage: Nonfungible TokensBurnt (r:1 w:0)310 fn lock_collection() -> Weight {310 fn lock_collection() -> Weight {311 (28_020_000 as Weight)311 (26_483_000 as Weight)312 .saturating_add(RocksDbWeight::get().reads(5 as Weight))312 .saturating_add(RocksDbWeight::get().reads(5 as Weight))313 .saturating_add(RocksDbWeight::get().writes(1 as Weight))313 .saturating_add(RocksDbWeight::get().writes(1 as Weight))314 }314 }322 // Storage: Nonfungible Owned (r:0 w:1)322 // Storage: Nonfungible Owned (r:0 w:1)323 // Storage: Nonfungible TokenAuxProperties (r:2 w:2)323 // Storage: Nonfungible TokenAuxProperties (r:2 w:2)324 fn mint_nft(b: u32, ) -> Weight {324 fn mint_nft(b: u32, ) -> Weight {325 (67_476_000 as Weight)325 (62_419_000 as Weight)326 // Standard Error: 19_000326 // Standard Error: 7_000327 .saturating_add((12_373_000 as Weight).saturating_mul(b as Weight))327 .saturating_add((12_325_000 as Weight).saturating_mul(b as Weight))328 .saturating_add(RocksDbWeight::get().reads(6 as Weight))328 .saturating_add(RocksDbWeight::get().reads(6 as Weight))329 .saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))329 .saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))330 .saturating_add(RocksDbWeight::get().writes(5 as Weight))330 .saturating_add(RocksDbWeight::get().writes(5 as Weight))342 // Storage: Nonfungible TokenProperties (r:0 w:1)342 // Storage: Nonfungible TokenProperties (r:0 w:1)343 fn burn_nft(b: u32, ) -> Weight {343 fn burn_nft(b: u32, ) -> Weight {344 (0 as Weight)344 (0 as Weight)345 // Standard Error: 1_500_000345 // Standard Error: 1_488_000346 .saturating_add((300_520_000 as Weight).saturating_mul(b as Weight))346 .saturating_add((298_367_000 as Weight).saturating_mul(b as Weight))347 .saturating_add(RocksDbWeight::get().reads(9 as Weight))347 .saturating_add(RocksDbWeight::get().reads(9 as Weight))348 .saturating_add(RocksDbWeight::get().reads((4 as Weight).saturating_mul(b as Weight)))348 .saturating_add(RocksDbWeight::get().reads((4 as Weight).saturating_mul(b as Weight)))349 .saturating_add(RocksDbWeight::get().writes(6 as Weight))349 .saturating_add(RocksDbWeight::get().writes(6 as Weight))359 // Storage: Nonfungible TokenChildren (r:0 w:1)359 // Storage: Nonfungible TokenChildren (r:0 w:1)360 // Storage: Nonfungible Owned (r:0 w:2)360 // Storage: Nonfungible Owned (r:0 w:2)361 fn send() -> Weight {361 fn send() -> Weight {362 (84_023_000 as Weight)362 (81_942_000 as Weight)363 .saturating_add(RocksDbWeight::get().reads(12 as Weight))363 .saturating_add(RocksDbWeight::get().reads(12 as Weight))364 .saturating_add(RocksDbWeight::get().writes(6 as Weight))364 .saturating_add(RocksDbWeight::get().writes(6 as Weight))365 }365 }374 // Storage: Nonfungible TokenChildren (r:0 w:1)374 // Storage: Nonfungible TokenChildren (r:0 w:1)375 // Storage: Nonfungible Owned (r:0 w:2)375 // Storage: Nonfungible Owned (r:0 w:2)376 fn accept_nft() -> Weight {376 fn accept_nft() -> Weight {377 (98_502_000 as Weight)377 (97_925_000 as Weight)378 .saturating_add(RocksDbWeight::get().reads(16 as Weight))378 .saturating_add(RocksDbWeight::get().reads(16 as Weight))379 .saturating_add(RocksDbWeight::get().writes(8 as Weight))379 .saturating_add(RocksDbWeight::get().writes(8 as Weight))380 }380 }390 // Storage: Nonfungible Allowance (r:5 w:0)390 // Storage: Nonfungible Allowance (r:5 w:0)391 // Storage: Nonfungible Owned (r:0 w:5)391 // Storage: Nonfungible Owned (r:0 w:5)392 fn reject_nft() -> Weight {392 fn reject_nft() -> Weight {393 (277_017_000 as Weight)393 (277_794_000 as Weight)394 .saturating_add(RocksDbWeight::get().reads(30 as Weight))394 .saturating_add(RocksDbWeight::get().reads(30 as Weight))395 .saturating_add(RocksDbWeight::get().writes(26 as Weight))395 .saturating_add(RocksDbWeight::get().writes(26 as Weight))396 }396 }400 // Storage: Nonfungible TokenProperties (r:1 w:1)400 // Storage: Nonfungible TokenProperties (r:1 w:1)401 // Storage: Nonfungible TokenData (r:5 w:0)401 // Storage: Nonfungible TokenData (r:5 w:0)402 fn set_property() -> Weight {402 fn set_property() -> Weight {403 (55_408_000 as Weight)403 (54_657_000 as Weight)404 .saturating_add(RocksDbWeight::get().reads(9 as Weight))404 .saturating_add(RocksDbWeight::get().reads(9 as Weight))405 .saturating_add(RocksDbWeight::get().writes(1 as Weight))405 .saturating_add(RocksDbWeight::get().writes(1 as Weight))406 }406 }410 // Storage: Nonfungible TokenProperties (r:1 w:1)410 // Storage: Nonfungible TokenProperties (r:1 w:1)411 // Storage: Nonfungible TokenData (r:5 w:0)411 // Storage: Nonfungible TokenData (r:5 w:0)412 fn set_priority() -> Weight {412 fn set_priority() -> Weight {413 (55_063_000 as Weight)413 (55_056_000 as Weight)414 .saturating_add(RocksDbWeight::get().reads(9 as Weight))414 .saturating_add(RocksDbWeight::get().reads(9 as Weight))415 .saturating_add(RocksDbWeight::get().writes(1 as Weight))415 .saturating_add(RocksDbWeight::get().writes(1 as Weight))416 }416 }421 // Storage: Nonfungible TokenProperties (r:1 w:1)421 // Storage: Nonfungible TokenProperties (r:1 w:1)422 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)422 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)423 fn add_basic_resource() -> Weight {423 fn add_basic_resource() -> Weight {424 (64_656_000 as Weight)424 (61_673_000 as Weight)425 .saturating_add(RocksDbWeight::get().reads(10 as Weight))425 .saturating_add(RocksDbWeight::get().reads(10 as Weight))426 .saturating_add(RocksDbWeight::get().writes(2 as Weight))426 .saturating_add(RocksDbWeight::get().writes(2 as Weight))427 }427 }432 // Storage: Nonfungible TokenProperties (r:1 w:1)432 // Storage: Nonfungible TokenProperties (r:1 w:1)433 // Storage: Nonfungible TokenAuxProperties (r:2 w:2)433 // Storage: Nonfungible TokenAuxProperties (r:2 w:2)434 fn add_composable_resource() -> Weight {434 fn add_composable_resource() -> Weight {435 (67_593_000 as Weight)435 (67_125_000 as Weight)436 .saturating_add(RocksDbWeight::get().reads(11 as Weight))436 .saturating_add(RocksDbWeight::get().reads(11 as Weight))437 .saturating_add(RocksDbWeight::get().writes(3 as Weight))437 .saturating_add(RocksDbWeight::get().writes(3 as Weight))438 }438 }443 // Storage: Nonfungible TokenProperties (r:1 w:1)443 // Storage: Nonfungible TokenProperties (r:1 w:1)444 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)444 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)445 fn add_slot_resource() -> Weight {445 fn add_slot_resource() -> Weight {446 (63_845_000 as Weight)446 (69_058_000 as Weight)447 .saturating_add(RocksDbWeight::get().reads(10 as Weight))447 .saturating_add(RocksDbWeight::get().reads(10 as Weight))448 .saturating_add(RocksDbWeight::get().writes(2 as Weight))448 .saturating_add(RocksDbWeight::get().writes(2 as Weight))449 }449 }453 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)453 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)454 // Storage: Nonfungible TokenData (r:5 w:0)454 // Storage: Nonfungible TokenData (r:5 w:0)455 fn remove_resource() -> Weight {455 fn remove_resource() -> Weight {456 (53_414_000 as Weight)456 (53_427_000 as Weight)457 .saturating_add(RocksDbWeight::get().reads(9 as Weight))457 .saturating_add(RocksDbWeight::get().reads(9 as Weight))458 .saturating_add(RocksDbWeight::get().writes(1 as Weight))458 .saturating_add(RocksDbWeight::get().writes(1 as Weight))459 }459 }463 // Storage: Nonfungible TokenData (r:5 w:0)463 // Storage: Nonfungible TokenData (r:5 w:0)464 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)464 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)465 fn accept_resource() -> Weight {465 fn accept_resource() -> Weight {466 (51_869_000 as Weight)466 (50_623_000 as Weight)467 .saturating_add(RocksDbWeight::get().reads(9 as Weight))467 .saturating_add(RocksDbWeight::get().reads(9 as Weight))468 .saturating_add(RocksDbWeight::get().writes(1 as Weight))468 .saturating_add(RocksDbWeight::get().writes(1 as Weight))469 }469 }473 // Storage: Nonfungible TokenData (r:5 w:0)473 // Storage: Nonfungible TokenData (r:5 w:0)474 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)474 // Storage: Nonfungible TokenAuxProperties (r:1 w:1)475 fn accept_resource_removal() -> Weight {475 fn accept_resource_removal() -> Weight {476 (53_168_000 as Weight)476 (50_917_000 as Weight)477 .saturating_add(RocksDbWeight::get().reads(9 as Weight))477 .saturating_add(RocksDbWeight::get().reads(9 as Weight))478 .saturating_add(RocksDbWeight::get().writes(1 as Weight))478 .saturating_add(RocksDbWeight::get().writes(1 as Weight))479 }479 }pallets/proxy-rmrk-equip/src/weights.rsdiffbeforeafterboth3//! Autogenerated weights for pallet_proxy_rmrk_equip3//! Autogenerated weights for pallet_proxy_rmrk_equip4//!4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2022-07-01, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`6//! DATE: 2022-08-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10247//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024889// Executed Command:9// Executed Command:54 // Storage: Nonfungible TokenData (r:0 w:1)54 // Storage: Nonfungible TokenData (r:0 w:1)55 // Storage: Nonfungible Owned (r:0 w:1)55 // Storage: Nonfungible Owned (r:0 w:1)56 fn create_base(b: u32, ) -> Weight {56 fn create_base(b: u32, ) -> Weight {57 (57_871_000 as Weight)57 (58_417_000 as Weight)58 // Standard Error: 21_00058 // Standard Error: 27_00059 .saturating_add((19_870_000 as Weight).saturating_mul(b as Weight))59 .saturating_add((20_439_000 as Weight).saturating_mul(b as Weight))60 .saturating_add(T::DbWeight::get().reads(6 as Weight))60 .saturating_add(T::DbWeight::get().reads(6 as Weight))61 .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(b as Weight)))61 .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(b as Weight)))62 .saturating_add(T::DbWeight::get().writes(8 as Weight))62 .saturating_add(T::DbWeight::get().writes(8 as Weight))71 // Storage: Nonfungible TokenData (r:0 w:1)71 // Storage: Nonfungible TokenData (r:0 w:1)72 // Storage: Nonfungible Owned (r:0 w:1)72 // Storage: Nonfungible Owned (r:0 w:1)73 fn theme_add(b: u32, ) -> Weight {73 fn theme_add(b: u32, ) -> Weight {74 (46_121_000 as Weight)74 (46_005_000 as Weight)75 // Standard Error: 31_00075 // Standard Error: 42_00076 .saturating_add((2_988_000 as Weight).saturating_mul(b as Weight))76 .saturating_add((2_922_000 as Weight).saturating_mul(b as Weight))77 .saturating_add(T::DbWeight::get().reads(6 as Weight))77 .saturating_add(T::DbWeight::get().reads(6 as Weight))78 .saturating_add(T::DbWeight::get().writes(5 as Weight))78 .saturating_add(T::DbWeight::get().writes(5 as Weight))79 }79 }82 // Storage: RmrkEquip InernalPartId (r:1 w:0)82 // Storage: RmrkEquip InernalPartId (r:1 w:0)83 // Storage: Nonfungible TokenProperties (r:1 w:1)83 // Storage: Nonfungible TokenProperties (r:1 w:1)84 fn equippable() -> Weight {84 fn equippable() -> Weight {85 (32_032_000 as Weight)85 (32_526_000 as Weight)86 .saturating_add(T::DbWeight::get().reads(4 as Weight))86 .saturating_add(T::DbWeight::get().reads(4 as Weight))87 .saturating_add(T::DbWeight::get().writes(1 as Weight))87 .saturating_add(T::DbWeight::get().writes(1 as Weight))88 }88 }103 // Storage: Nonfungible TokenData (r:0 w:1)103 // Storage: Nonfungible TokenData (r:0 w:1)104 // Storage: Nonfungible Owned (r:0 w:1)104 // Storage: Nonfungible Owned (r:0 w:1)105 fn create_base(b: u32, ) -> Weight {105 fn create_base(b: u32, ) -> Weight {106 (57_871_000 as Weight)106 (58_417_000 as Weight)107 // Standard Error: 21_000107 // Standard Error: 27_000108 .saturating_add((19_870_000 as Weight).saturating_mul(b as Weight))108 .saturating_add((20_439_000 as Weight).saturating_mul(b as Weight))109 .saturating_add(RocksDbWeight::get().reads(6 as Weight))109 .saturating_add(RocksDbWeight::get().reads(6 as Weight))110 .saturating_add(RocksDbWeight::get().reads((2 as Weight).saturating_mul(b as Weight)))110 .saturating_add(RocksDbWeight::get().reads((2 as Weight).saturating_mul(b as Weight)))111 .saturating_add(RocksDbWeight::get().writes(8 as Weight))111 .saturating_add(RocksDbWeight::get().writes(8 as Weight))120 // Storage: Nonfungible TokenData (r:0 w:1)120 // Storage: Nonfungible TokenData (r:0 w:1)121 // Storage: Nonfungible Owned (r:0 w:1)121 // Storage: Nonfungible Owned (r:0 w:1)122 fn theme_add(b: u32, ) -> Weight {122 fn theme_add(b: u32, ) -> Weight {123 (46_121_000 as Weight)123 (46_005_000 as Weight)124 // Standard Error: 31_000124 // Standard Error: 42_000125 .saturating_add((2_988_000 as Weight).saturating_mul(b as Weight))125 .saturating_add((2_922_000 as Weight).saturating_mul(b as Weight))126 .saturating_add(RocksDbWeight::get().reads(6 as Weight))126 .saturating_add(RocksDbWeight::get().reads(6 as Weight))127 .saturating_add(RocksDbWeight::get().writes(5 as Weight))127 .saturating_add(RocksDbWeight::get().writes(5 as Weight))128 }128 }131 // Storage: RmrkEquip InernalPartId (r:1 w:0)131 // Storage: RmrkEquip InernalPartId (r:1 w:0)132 // Storage: Nonfungible TokenProperties (r:1 w:1)132 // Storage: Nonfungible TokenProperties (r:1 w:1)133 fn equippable() -> Weight {133 fn equippable() -> Weight {134 (32_032_000 as Weight)134 (32_526_000 as Weight)135 .saturating_add(RocksDbWeight::get().reads(4 as Weight))135 .saturating_add(RocksDbWeight::get().reads(4 as Weight))136 .saturating_add(RocksDbWeight::get().writes(1 as Weight))136 .saturating_add(RocksDbWeight::get().writes(1 as Weight))137 }137 }pallets/refungible/src/weights.rsdiffbeforeafterboth3//! Autogenerated weights for pallet_refungible3//! Autogenerated weights for pallet_refungible4//!4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2022-08-01, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`6//! DATE: 2022-08-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10247//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024889// Executed Command:9// Executed Command:64 // Storage: Refungible AccountBalance (r:1 w:1)64 // Storage: Refungible AccountBalance (r:1 w:1)65 // Storage: Refungible Balance (r:0 w:1)65 // Storage: Refungible Balance (r:0 w:1)66 // Storage: Refungible TotalSupply (r:0 w:1)66 // Storage: Refungible TotalSupply (r:0 w:1)67 // Storage: Refungible TokenData (r:0 w:1)68 // Storage: Refungible Owned (r:0 w:1)67 // Storage: Refungible Owned (r:0 w:1)69 fn create_item() -> Weight {68 fn create_item() -> Weight {70 (25_197_000 as Weight)69 (29_527_000 as Weight)71 .saturating_add(T::DbWeight::get().reads(2 as Weight))70 .saturating_add(T::DbWeight::get().reads(2 as Weight))72 .saturating_add(T::DbWeight::get().writes(6 as Weight))71 .saturating_add(T::DbWeight::get().writes(5 as Weight))73 }72 }74 // Storage: Refungible TokensMinted (r:1 w:1)73 // Storage: Refungible TokensMinted (r:1 w:1)75 // Storage: Refungible AccountBalance (r:1 w:1)74 // Storage: Refungible AccountBalance (r:1 w:1)76 // Storage: Refungible Balance (r:0 w:4)75 // Storage: Refungible Balance (r:0 w:4)77 // Storage: Refungible TotalSupply (r:0 w:4)76 // Storage: Refungible TotalSupply (r:0 w:4)78 // Storage: Refungible TokenData (r:0 w:4)79 // Storage: Refungible Owned (r:0 w:4)77 // Storage: Refungible Owned (r:0 w:4)80 fn create_multiple_items(b: u32, ) -> Weight {78 fn create_multiple_items(b: u32, ) -> Weight {81 (10_852_000 as Weight)79 (28_541_000 as Weight)82 // Standard Error: 2_00080 // Standard Error: 4_00083 .saturating_add((8_087_000 as Weight).saturating_mul(b as Weight))81 .saturating_add((6_671_000 as Weight).saturating_mul(b as Weight))84 .saturating_add(T::DbWeight::get().reads(2 as Weight))82 .saturating_add(T::DbWeight::get().reads(2 as Weight))85 .saturating_add(T::DbWeight::get().writes(2 as Weight))83 .saturating_add(T::DbWeight::get().writes(2 as Weight))86 .saturating_add(T::DbWeight::get().writes((4 as Weight).saturating_mul(b as Weight)))84 .saturating_add(T::DbWeight::get().writes((3 as Weight).saturating_mul(b as Weight)))87 }85 }88 // Storage: Refungible TokensMinted (r:1 w:1)86 // Storage: Refungible TokensMinted (r:1 w:1)89 // Storage: Refungible AccountBalance (r:4 w:4)87 // Storage: Refungible AccountBalance (r:4 w:4)90 // Storage: Refungible Balance (r:0 w:4)88 // Storage: Refungible Balance (r:0 w:4)91 // Storage: Refungible TotalSupply (r:0 w:4)89 // Storage: Refungible TotalSupply (r:0 w:4)92 // Storage: Refungible TokenData (r:0 w:4)93 // Storage: Refungible Owned (r:0 w:4)90 // Storage: Refungible Owned (r:0 w:4)94 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {91 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {95 (9_978_000 as Weight)92 (24_366_000 as Weight)96 // Standard Error: 2_00093 // Standard Error: 5_00097 .saturating_add((10_848_000 as Weight).saturating_mul(b as Weight))94 .saturating_add((9_338_000 as Weight).saturating_mul(b as Weight))98 .saturating_add(T::DbWeight::get().reads(1 as Weight))95 .saturating_add(T::DbWeight::get().reads(1 as Weight))99 .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))96 .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))100 .saturating_add(T::DbWeight::get().writes(1 as Weight))97 .saturating_add(T::DbWeight::get().writes(1 as Weight))101 .saturating_add(T::DbWeight::get().writes((5 as Weight).saturating_mul(b as Weight)))98 .saturating_add(T::DbWeight::get().writes((4 as Weight).saturating_mul(b as Weight)))102 }99 }103 // Storage: Refungible TokensMinted (r:1 w:1)100 // Storage: Refungible TokensMinted (r:1 w:1)104 // Storage: Refungible TotalSupply (r:0 w:1)101 // Storage: Refungible TotalSupply (r:0 w:1)105 // Storage: Refungible TokenData (r:0 w:1)106 // Storage: Refungible AccountBalance (r:4 w:4)102 // Storage: Refungible AccountBalance (r:4 w:4)107 // Storage: Refungible Balance (r:0 w:4)103 // Storage: Refungible Balance (r:0 w:4)108 // Storage: Refungible Owned (r:0 w:4)104 // Storage: Refungible Owned (r:0 w:4)109 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {105 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {110 (15_419_000 as Weight)106 (27_574_000 as Weight)111 // Standard Error: 2_000107 // Standard Error: 4_000112 .saturating_add((7_813_000 as Weight).saturating_mul(b as Weight))108 .saturating_add((7_193_000 as Weight).saturating_mul(b as Weight))113 .saturating_add(T::DbWeight::get().reads(1 as Weight))109 .saturating_add(T::DbWeight::get().reads(1 as Weight))114 .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))110 .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))115 .saturating_add(T::DbWeight::get().writes(3 as Weight))111 .saturating_add(T::DbWeight::get().writes(2 as Weight))116 .saturating_add(T::DbWeight::get().writes((3 as Weight).saturating_mul(b as Weight)))112 .saturating_add(T::DbWeight::get().writes((3 as Weight).saturating_mul(b as Weight)))117 }113 }118 // Storage: Refungible TotalSupply (r:1 w:1)114 // Storage: Refungible TotalSupply (r:1 w:1)119 // Storage: Refungible Balance (r:1 w:1)115 // Storage: Refungible Balance (r:3 w:1)120 // Storage: Refungible AccountBalance (r:1 w:1)116 // Storage: Refungible AccountBalance (r:1 w:1)121 // Storage: Refungible Owned (r:0 w:1)117 // Storage: Refungible Owned (r:0 w:1)122 fn burn_item_partial() -> Weight {118 fn burn_item_partial() -> Weight {123 (25_578_000 as Weight)119 (42_943_000 as Weight)124 .saturating_add(T::DbWeight::get().reads(3 as Weight))120 .saturating_add(T::DbWeight::get().reads(5 as Weight))125 .saturating_add(T::DbWeight::get().writes(4 as Weight))121 .saturating_add(T::DbWeight::get().writes(4 as Weight))126 }122 }127 // Storage: Refungible TotalSupply (r:1 w:1)123 // Storage: Refungible TotalSupply (r:1 w:1)128 // Storage: Refungible Balance (r:1 w:1)124 // Storage: Refungible Balance (r:1 w:1)129 // Storage: Refungible AccountBalance (r:1 w:1)125 // Storage: Refungible AccountBalance (r:1 w:1)130 // Storage: Refungible TokensBurnt (r:1 w:1)126 // Storage: Refungible TokensBurnt (r:1 w:1)131 // Storage: Refungible TokenData (r:0 w:1)132 // Storage: Refungible Owned (r:0 w:1)127 // Storage: Refungible Owned (r:0 w:1)133 // Storage: Refungible TokenProperties (r:0 w:1)128 // Storage: Refungible TokenProperties (r:0 w:1)134 fn burn_item_fully() -> Weight {129 fn burn_item_fully() -> Weight {135 (33_593_000 as Weight)130 (36_861_000 as Weight)136 .saturating_add(T::DbWeight::get().reads(4 as Weight))131 .saturating_add(T::DbWeight::get().reads(4 as Weight))137 .saturating_add(T::DbWeight::get().writes(7 as Weight))132 .saturating_add(T::DbWeight::get().writes(6 as Weight))138 }133 }139 // Storage: Refungible Balance (r:2 w:2)134 // Storage: Refungible Balance (r:2 w:2)135 // Storage: Refungible TotalSupply (r:1 w:0)140 fn transfer_normal() -> Weight {136 fn transfer_normal() -> Weight {141 (21_049_000 as Weight)137 (27_789_000 as Weight)142 .saturating_add(T::DbWeight::get().reads(2 as Weight))138 .saturating_add(T::DbWeight::get().reads(3 as Weight))143 .saturating_add(T::DbWeight::get().writes(2 as Weight))139 .saturating_add(T::DbWeight::get().writes(2 as Weight))144 }140 }145 // Storage: Refungible Balance (r:2 w:2)141 // Storage: Refungible Balance (r:2 w:2)146 // Storage: Refungible AccountBalance (r:1 w:1)142 // Storage: Refungible AccountBalance (r:1 w:1)143 // Storage: Refungible TotalSupply (r:1 w:0)147 // Storage: Refungible Owned (r:0 w:1)144 // Storage: Refungible Owned (r:0 w:1)148 fn transfer_creating() -> Weight {145 fn transfer_creating() -> Weight {149 (24_646_000 as Weight)146 (32_893_000 as Weight)150 .saturating_add(T::DbWeight::get().reads(3 as Weight))147 .saturating_add(T::DbWeight::get().reads(4 as Weight))151 .saturating_add(T::DbWeight::get().writes(4 as Weight))148 .saturating_add(T::DbWeight::get().writes(4 as Weight))152 }149 }153 // Storage: Refungible Balance (r:2 w:2)150 // Storage: Refungible Balance (r:2 w:2)154 // Storage: Refungible AccountBalance (r:1 w:1)151 // Storage: Refungible AccountBalance (r:1 w:1)152 // Storage: Refungible TotalSupply (r:1 w:0)155 // Storage: Refungible Owned (r:0 w:1)153 // Storage: Refungible Owned (r:0 w:1)156 fn transfer_removing() -> Weight {154 fn transfer_removing() -> Weight {157 (26_570_000 as Weight)155 (34_703_000 as Weight)158 .saturating_add(T::DbWeight::get().reads(3 as Weight))156 .saturating_add(T::DbWeight::get().reads(4 as Weight))159 .saturating_add(T::DbWeight::get().writes(4 as Weight))157 .saturating_add(T::DbWeight::get().writes(4 as Weight))160 }158 }161 // Storage: Refungible Balance (r:2 w:2)159 // Storage: Refungible Balance (r:2 w:2)162 // Storage: Refungible AccountBalance (r:2 w:2)160 // Storage: Refungible AccountBalance (r:2 w:2)161 // Storage: Refungible TotalSupply (r:1 w:0)163 // Storage: Refungible Owned (r:0 w:2)162 // Storage: Refungible Owned (r:0 w:2)164 fn transfer_creating_removing() -> Weight {163 fn transfer_creating_removing() -> Weight {165 (28_906_000 as Weight)164 (37_547_000 as Weight)166 .saturating_add(T::DbWeight::get().reads(4 as Weight))165 .saturating_add(T::DbWeight::get().reads(5 as Weight))167 .saturating_add(T::DbWeight::get().writes(6 as Weight))166 .saturating_add(T::DbWeight::get().writes(6 as Weight))168 }167 }169 // Storage: Refungible Balance (r:1 w:0)168 // Storage: Refungible Balance (r:1 w:0)170 // Storage: Refungible Allowance (r:0 w:1)169 // Storage: Refungible Allowance (r:0 w:1)171 fn approve() -> Weight {170 fn approve() -> Weight {172 (16_451_000 as Weight)171 (20_039_000 as Weight)173 .saturating_add(T::DbWeight::get().reads(1 as Weight))172 .saturating_add(T::DbWeight::get().reads(1 as Weight))174 .saturating_add(T::DbWeight::get().writes(1 as Weight))173 .saturating_add(T::DbWeight::get().writes(1 as Weight))175 }174 }176 // Storage: Refungible Allowance (r:1 w:1)175 // Storage: Refungible Allowance (r:1 w:1)177 // Storage: Refungible Balance (r:2 w:2)176 // Storage: Refungible Balance (r:2 w:2)177 // Storage: Refungible TotalSupply (r:1 w:0)178 fn transfer_from_normal() -> Weight {178 fn transfer_from_normal() -> Weight {179 (29_545_000 as Weight)179 (37_628_000 as Weight)180 .saturating_add(T::DbWeight::get().reads(3 as Weight))180 .saturating_add(T::DbWeight::get().reads(4 as Weight))181 .saturating_add(T::DbWeight::get().writes(3 as Weight))181 .saturating_add(T::DbWeight::get().writes(3 as Weight))182 }182 }183 // Storage: Refungible Allowance (r:1 w:1)183 // Storage: Refungible Allowance (r:1 w:1)184 // Storage: Refungible Balance (r:2 w:2)184 // Storage: Refungible Balance (r:2 w:2)185 // Storage: Refungible AccountBalance (r:1 w:1)185 // Storage: Refungible AccountBalance (r:1 w:1)186 // Storage: Refungible TotalSupply (r:1 w:0)186 // Storage: Refungible Owned (r:0 w:1)187 // Storage: Refungible Owned (r:0 w:1)187 fn transfer_from_creating() -> Weight {188 fn transfer_from_creating() -> Weight {188 (33_392_000 as Weight)189 (42_072_000 as Weight)189 .saturating_add(T::DbWeight::get().reads(4 as Weight))190 .saturating_add(T::DbWeight::get().reads(5 as Weight))190 .saturating_add(T::DbWeight::get().writes(5 as Weight))191 .saturating_add(T::DbWeight::get().writes(5 as Weight))191 }192 }192 // Storage: Refungible Allowance (r:1 w:1)193 // Storage: Refungible Allowance (r:1 w:1)193 // Storage: Refungible Balance (r:2 w:2)194 // Storage: Refungible Balance (r:2 w:2)194 // Storage: Refungible AccountBalance (r:1 w:1)195 // Storage: Refungible AccountBalance (r:1 w:1)196 // Storage: Refungible TotalSupply (r:1 w:0)195 // Storage: Refungible Owned (r:0 w:1)197 // Storage: Refungible Owned (r:0 w:1)196 fn transfer_from_removing() -> Weight {198 fn transfer_from_removing() -> Weight {197 (35_446_000 as Weight)199 (43_024_000 as Weight)198 .saturating_add(T::DbWeight::get().reads(4 as Weight))200 .saturating_add(T::DbWeight::get().reads(5 as Weight))199 .saturating_add(T::DbWeight::get().writes(5 as Weight))201 .saturating_add(T::DbWeight::get().writes(5 as Weight))200 }202 }201 // Storage: Refungible Allowance (r:1 w:1)203 // Storage: Refungible Allowance (r:1 w:1)202 // Storage: Refungible Balance (r:2 w:2)204 // Storage: Refungible Balance (r:2 w:2)203 // Storage: Refungible AccountBalance (r:2 w:2)205 // Storage: Refungible AccountBalance (r:2 w:2)206 // Storage: Refungible TotalSupply (r:1 w:0)204 // Storage: Refungible Owned (r:0 w:2)207 // Storage: Refungible Owned (r:0 w:2)205 fn transfer_from_creating_removing() -> Weight {208 fn transfer_from_creating_removing() -> Weight {206 (37_762_000 as Weight)209 (45_910_000 as Weight)207 .saturating_add(T::DbWeight::get().reads(5 as Weight))210 .saturating_add(T::DbWeight::get().reads(6 as Weight))208 .saturating_add(T::DbWeight::get().writes(7 as Weight))211 .saturating_add(T::DbWeight::get().writes(7 as Weight))209 }212 }210 // Storage: Refungible Allowance (r:1 w:1)213 // Storage: Refungible Allowance (r:1 w:1)211 // Storage: Refungible TotalSupply (r:1 w:1)214 // Storage: Refungible TotalSupply (r:1 w:1)212 // Storage: Refungible Balance (r:1 w:1)215 // Storage: Refungible Balance (r:1 w:1)213 // Storage: Refungible AccountBalance (r:1 w:1)216 // Storage: Refungible AccountBalance (r:1 w:1)214 // Storage: Refungible TokensBurnt (r:1 w:1)217 // Storage: Refungible TokensBurnt (r:1 w:1)215 // Storage: Refungible TokenData (r:0 w:1)216 // Storage: Refungible Owned (r:0 w:1)218 // Storage: Refungible Owned (r:0 w:1)217 // Storage: Refungible TokenProperties (r:0 w:1)219 // Storage: Refungible TokenProperties (r:0 w:1)218 fn burn_from() -> Weight {220 fn burn_from() -> Weight {219 (42_620_000 as Weight)221 (48_584_000 as Weight)220 .saturating_add(T::DbWeight::get().reads(5 as Weight))222 .saturating_add(T::DbWeight::get().reads(5 as Weight))221 .saturating_add(T::DbWeight::get().writes(8 as Weight))223 .saturating_add(T::DbWeight::get().writes(7 as Weight))222 }224 }223 // Storage: Common CollectionPropertyPermissions (r:1 w:1)225 // Storage: Common CollectionPropertyPermissions (r:1 w:1)224 fn set_token_property_permissions(b: u32, ) -> Weight {226 fn set_token_property_permissions(b: u32, ) -> Weight {225 (0 as Weight)227 (0 as Weight)226 // Standard Error: 65_000228 // Standard Error: 60_000227 .saturating_add((16_513_000 as Weight).saturating_mul(b as Weight))229 .saturating_add((15_533_000 as Weight).saturating_mul(b as Weight))228 .saturating_add(T::DbWeight::get().reads(1 as Weight))230 .saturating_add(T::DbWeight::get().reads(1 as Weight))229 .saturating_add(T::DbWeight::get().writes(1 as Weight))231 .saturating_add(T::DbWeight::get().writes(1 as Weight))230 }232 }231 // Storage: Common CollectionPropertyPermissions (r:1 w:0)233 // Storage: Common CollectionPropertyPermissions (r:1 w:0)232 // Storage: Refungible TokenProperties (r:1 w:1)234 // Storage: Refungible TokenProperties (r:1 w:1)233 fn set_token_properties(b: u32, ) -> Weight {235 fn set_token_properties(b: u32, ) -> Weight {234 (0 as Weight)236 (0 as Weight)235 // Standard Error: 1_583_000237 // Standard Error: 3_609_000236 .saturating_add((291_392_000 as Weight).saturating_mul(b as Weight))238 .saturating_add((590_204_000 as Weight).saturating_mul(b as Weight))237 .saturating_add(T::DbWeight::get().reads(2 as Weight))239 .saturating_add(T::DbWeight::get().reads(2 as Weight))238 .saturating_add(T::DbWeight::get().writes(1 as Weight))240 .saturating_add(T::DbWeight::get().writes(1 as Weight))239 }241 }240 // Storage: Common CollectionPropertyPermissions (r:1 w:0)242 // Storage: Common CollectionPropertyPermissions (r:1 w:0)241 // Storage: Refungible TokenProperties (r:1 w:1)243 // Storage: Refungible TokenProperties (r:1 w:1)242 fn delete_token_properties(b: u32, ) -> Weight {244 fn delete_token_properties(b: u32, ) -> Weight {243 (0 as Weight)245 (0 as Weight)244 // Standard Error: 1_699_000246 // Standard Error: 3_637_000245 .saturating_add((293_270_000 as Weight).saturating_mul(b as Weight))247 .saturating_add((603_468_000 as Weight).saturating_mul(b as Weight))246 .saturating_add(T::DbWeight::get().reads(2 as Weight))248 .saturating_add(T::DbWeight::get().reads(2 as Weight))247 .saturating_add(T::DbWeight::get().writes(1 as Weight))249 .saturating_add(T::DbWeight::get().writes(1 as Weight))248 }250 }249 // Storage: Refungible TotalSupply (r:1 w:1)251 // Storage: Refungible TotalSupply (r:1 w:1)250 // Storage: Refungible Balance (r:1 w:1)252 // Storage: Refungible Balance (r:1 w:1)251 fn repartition_item() -> Weight {253 fn repartition_item() -> Weight {252 (19_206_000 as Weight)254 (22_356_000 as Weight)253 .saturating_add(T::DbWeight::get().reads(2 as Weight))255 .saturating_add(T::DbWeight::get().reads(2 as Weight))254 .saturating_add(T::DbWeight::get().writes(2 as Weight))256 .saturating_add(T::DbWeight::get().writes(2 as Weight))255 }257 }256 // Storage: Refungible Balance (r:1 w:0)258 // Storage: Refungible Balance (r:1 w:0)257 // Storage: Refungible TotalSupply (r:1 w:0)259 // Storage: Refungible TotalSupply (r:1 w:0)258 // Storage: Refungible TokenProperties (r:1 w:1)260 // Storage: Refungible TokenProperties (r:1 w:1)259 fn set_parent_nft_unchecked() -> Weight {261 fn set_parent_nft_unchecked() -> Weight {260 (10_189_000 as Weight)262 (12_015_000 as Weight)261 .saturating_add(T::DbWeight::get().reads(3 as Weight))263 .saturating_add(T::DbWeight::get().reads(3 as Weight))262 .saturating_add(T::DbWeight::get().writes(1 as Weight))264 .saturating_add(T::DbWeight::get().writes(1 as Weight))263 }265 }264 // Storage: Refungible Balance (r:2 w:0)266 // Storage: Refungible Balance (r:2 w:0)265 fn token_owner() -> Weight {267 fn token_owner() -> Weight {266 (8_205_000 as Weight)268 (9_431_000 as Weight)267 .saturating_add(T::DbWeight::get().reads(2 as Weight))269 .saturating_add(T::DbWeight::get().reads(2 as Weight))268 }270 }269}271}274 // Storage: Refungible AccountBalance (r:1 w:1)276 // Storage: Refungible AccountBalance (r:1 w:1)275 // Storage: Refungible Balance (r:0 w:1)277 // Storage: Refungible Balance (r:0 w:1)276 // Storage: Refungible TotalSupply (r:0 w:1)278 // Storage: Refungible TotalSupply (r:0 w:1)277 // Storage: Refungible TokenData (r:0 w:1)278 // Storage: Refungible Owned (r:0 w:1)279 // Storage: Refungible Owned (r:0 w:1)279 fn create_item() -> Weight {280 fn create_item() -> Weight {280 (25_197_000 as Weight)281 (29_527_000 as Weight)281 .saturating_add(RocksDbWeight::get().reads(2 as Weight))282 .saturating_add(RocksDbWeight::get().reads(2 as Weight))282 .saturating_add(RocksDbWeight::get().writes(6 as Weight))283 .saturating_add(RocksDbWeight::get().writes(5 as Weight))283 }284 }284 // Storage: Refungible TokensMinted (r:1 w:1)285 // Storage: Refungible TokensMinted (r:1 w:1)285 // Storage: Refungible AccountBalance (r:1 w:1)286 // Storage: Refungible AccountBalance (r:1 w:1)286 // Storage: Refungible Balance (r:0 w:4)287 // Storage: Refungible Balance (r:0 w:4)287 // Storage: Refungible TotalSupply (r:0 w:4)288 // Storage: Refungible TotalSupply (r:0 w:4)288 // Storage: Refungible TokenData (r:0 w:4)289 // Storage: Refungible Owned (r:0 w:4)289 // Storage: Refungible Owned (r:0 w:4)290 fn create_multiple_items(b: u32, ) -> Weight {290 fn create_multiple_items(b: u32, ) -> Weight {291 (10_852_000 as Weight)291 (28_541_000 as Weight)292 // Standard Error: 2_000292 // Standard Error: 4_000293 .saturating_add((8_087_000 as Weight).saturating_mul(b as Weight))293 .saturating_add((6_671_000 as Weight).saturating_mul(b as Weight))294 .saturating_add(RocksDbWeight::get().reads(2 as Weight))294 .saturating_add(RocksDbWeight::get().reads(2 as Weight))295 .saturating_add(RocksDbWeight::get().writes(2 as Weight))295 .saturating_add(RocksDbWeight::get().writes(2 as Weight))296 .saturating_add(RocksDbWeight::get().writes((4 as Weight).saturating_mul(b as Weight)))296 .saturating_add(RocksDbWeight::get().writes((3 as Weight).saturating_mul(b as Weight)))297 }297 }298 // Storage: Refungible TokensMinted (r:1 w:1)298 // Storage: Refungible TokensMinted (r:1 w:1)299 // Storage: Refungible AccountBalance (r:4 w:4)299 // Storage: Refungible AccountBalance (r:4 w:4)300 // Storage: Refungible Balance (r:0 w:4)300 // Storage: Refungible Balance (r:0 w:4)301 // Storage: Refungible TotalSupply (r:0 w:4)301 // Storage: Refungible TotalSupply (r:0 w:4)302 // Storage: Refungible TokenData (r:0 w:4)303 // Storage: Refungible Owned (r:0 w:4)302 // Storage: Refungible Owned (r:0 w:4)304 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {303 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {305 (9_978_000 as Weight)304 (24_366_000 as Weight)306 // Standard Error: 2_000305 // Standard Error: 5_000307 .saturating_add((10_848_000 as Weight).saturating_mul(b as Weight))306 .saturating_add((9_338_000 as Weight).saturating_mul(b as Weight))308 .saturating_add(RocksDbWeight::get().reads(1 as Weight))307 .saturating_add(RocksDbWeight::get().reads(1 as Weight))309 .saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))308 .saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))310 .saturating_add(RocksDbWeight::get().writes(1 as Weight))309 .saturating_add(RocksDbWeight::get().writes(1 as Weight))311 .saturating_add(RocksDbWeight::get().writes((5 as Weight).saturating_mul(b as Weight)))310 .saturating_add(RocksDbWeight::get().writes((4 as Weight).saturating_mul(b as Weight)))312 }311 }313 // Storage: Refungible TokensMinted (r:1 w:1)312 // Storage: Refungible TokensMinted (r:1 w:1)314 // Storage: Refungible TotalSupply (r:0 w:1)313 // Storage: Refungible TotalSupply (r:0 w:1)315 // Storage: Refungible TokenData (r:0 w:1)316 // Storage: Refungible AccountBalance (r:4 w:4)314 // Storage: Refungible AccountBalance (r:4 w:4)317 // Storage: Refungible Balance (r:0 w:4)315 // Storage: Refungible Balance (r:0 w:4)318 // Storage: Refungible Owned (r:0 w:4)316 // Storage: Refungible Owned (r:0 w:4)319 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {317 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {320 (15_419_000 as Weight)318 (27_574_000 as Weight)321 // Standard Error: 2_000319 // Standard Error: 4_000322 .saturating_add((7_813_000 as Weight).saturating_mul(b as Weight))320 .saturating_add((7_193_000 as Weight).saturating_mul(b as Weight))323 .saturating_add(RocksDbWeight::get().reads(1 as Weight))321 .saturating_add(RocksDbWeight::get().reads(1 as Weight))324 .saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))322 .saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))325 .saturating_add(RocksDbWeight::get().writes(3 as Weight))323 .saturating_add(RocksDbWeight::get().writes(2 as Weight))326 .saturating_add(RocksDbWeight::get().writes((3 as Weight).saturating_mul(b as Weight)))324 .saturating_add(RocksDbWeight::get().writes((3 as Weight).saturating_mul(b as Weight)))327 }325 }328 // Storage: Refungible TotalSupply (r:1 w:1)326 // Storage: Refungible TotalSupply (r:1 w:1)329 // Storage: Refungible Balance (r:1 w:1)327 // Storage: Refungible Balance (r:3 w:1)330 // Storage: Refungible AccountBalance (r:1 w:1)328 // Storage: Refungible AccountBalance (r:1 w:1)331 // Storage: Refungible Owned (r:0 w:1)329 // Storage: Refungible Owned (r:0 w:1)332 fn burn_item_partial() -> Weight {330 fn burn_item_partial() -> Weight {333 (25_578_000 as Weight)331 (42_943_000 as Weight)334 .saturating_add(RocksDbWeight::get().reads(3 as Weight))332 .saturating_add(RocksDbWeight::get().reads(5 as Weight))335 .saturating_add(RocksDbWeight::get().writes(4 as Weight))333 .saturating_add(RocksDbWeight::get().writes(4 as Weight))336 }334 }337 // Storage: Refungible TotalSupply (r:1 w:1)335 // Storage: Refungible TotalSupply (r:1 w:1)338 // Storage: Refungible Balance (r:1 w:1)336 // Storage: Refungible Balance (r:1 w:1)339 // Storage: Refungible AccountBalance (r:1 w:1)337 // Storage: Refungible AccountBalance (r:1 w:1)340 // Storage: Refungible TokensBurnt (r:1 w:1)338 // Storage: Refungible TokensBurnt (r:1 w:1)341 // Storage: Refungible TokenData (r:0 w:1)342 // Storage: Refungible Owned (r:0 w:1)339 // Storage: Refungible Owned (r:0 w:1)343 // Storage: Refungible TokenProperties (r:0 w:1)340 // Storage: Refungible TokenProperties (r:0 w:1)344 fn burn_item_fully() -> Weight {341 fn burn_item_fully() -> Weight {345 (33_593_000 as Weight)342 (36_861_000 as Weight)346 .saturating_add(RocksDbWeight::get().reads(4 as Weight))343 .saturating_add(RocksDbWeight::get().reads(4 as Weight))347 .saturating_add(RocksDbWeight::get().writes(7 as Weight))344 .saturating_add(RocksDbWeight::get().writes(6 as Weight))348 }345 }349 // Storage: Refungible Balance (r:2 w:2)346 // Storage: Refungible Balance (r:2 w:2)347 // Storage: Refungible TotalSupply (r:1 w:0)350 fn transfer_normal() -> Weight {348 fn transfer_normal() -> Weight {351 (21_049_000 as Weight)349 (27_789_000 as Weight)352 .saturating_add(RocksDbWeight::get().reads(2 as Weight))350 .saturating_add(RocksDbWeight::get().reads(3 as Weight))353 .saturating_add(RocksDbWeight::get().writes(2 as Weight))351 .saturating_add(RocksDbWeight::get().writes(2 as Weight))354 }352 }355 // Storage: Refungible Balance (r:2 w:2)353 // Storage: Refungible Balance (r:2 w:2)356 // Storage: Refungible AccountBalance (r:1 w:1)354 // Storage: Refungible AccountBalance (r:1 w:1)355 // Storage: Refungible TotalSupply (r:1 w:0)357 // Storage: Refungible Owned (r:0 w:1)356 // Storage: Refungible Owned (r:0 w:1)358 fn transfer_creating() -> Weight {357 fn transfer_creating() -> Weight {359 (24_646_000 as Weight)358 (32_893_000 as Weight)360 .saturating_add(RocksDbWeight::get().reads(3 as Weight))359 .saturating_add(RocksDbWeight::get().reads(4 as Weight))361 .saturating_add(RocksDbWeight::get().writes(4 as Weight))360 .saturating_add(RocksDbWeight::get().writes(4 as Weight))362 }361 }363 // Storage: Refungible Balance (r:2 w:2)362 // Storage: Refungible Balance (r:2 w:2)364 // Storage: Refungible AccountBalance (r:1 w:1)363 // Storage: Refungible AccountBalance (r:1 w:1)364 // Storage: Refungible TotalSupply (r:1 w:0)365 // Storage: Refungible Owned (r:0 w:1)365 // Storage: Refungible Owned (r:0 w:1)366 fn transfer_removing() -> Weight {366 fn transfer_removing() -> Weight {367 (26_570_000 as Weight)367 (34_703_000 as Weight)368 .saturating_add(RocksDbWeight::get().reads(3 as Weight))368 .saturating_add(RocksDbWeight::get().reads(4 as Weight))369 .saturating_add(RocksDbWeight::get().writes(4 as Weight))369 .saturating_add(RocksDbWeight::get().writes(4 as Weight))370 }370 }371 // Storage: Refungible Balance (r:2 w:2)371 // Storage: Refungible Balance (r:2 w:2)372 // Storage: Refungible AccountBalance (r:2 w:2)372 // Storage: Refungible AccountBalance (r:2 w:2)373 // Storage: Refungible TotalSupply (r:1 w:0)373 // Storage: Refungible Owned (r:0 w:2)374 // Storage: Refungible Owned (r:0 w:2)374 fn transfer_creating_removing() -> Weight {375 fn transfer_creating_removing() -> Weight {375 (28_906_000 as Weight)376 (37_547_000 as Weight)376 .saturating_add(RocksDbWeight::get().reads(4 as Weight))377 .saturating_add(RocksDbWeight::get().reads(5 as Weight))377 .saturating_add(RocksDbWeight::get().writes(6 as Weight))378 .saturating_add(RocksDbWeight::get().writes(6 as Weight))378 }379 }379 // Storage: Refungible Balance (r:1 w:0)380 // Storage: Refungible Balance (r:1 w:0)380 // Storage: Refungible Allowance (r:0 w:1)381 // Storage: Refungible Allowance (r:0 w:1)381 fn approve() -> Weight {382 fn approve() -> Weight {382 (16_451_000 as Weight)383 (20_039_000 as Weight)383 .saturating_add(RocksDbWeight::get().reads(1 as Weight))384 .saturating_add(RocksDbWeight::get().reads(1 as Weight))384 .saturating_add(RocksDbWeight::get().writes(1 as Weight))385 .saturating_add(RocksDbWeight::get().writes(1 as Weight))385 }386 }386 // Storage: Refungible Allowance (r:1 w:1)387 // Storage: Refungible Allowance (r:1 w:1)387 // Storage: Refungible Balance (r:2 w:2)388 // Storage: Refungible Balance (r:2 w:2)389 // Storage: Refungible TotalSupply (r:1 w:0)388 fn transfer_from_normal() -> Weight {390 fn transfer_from_normal() -> Weight {389 (29_545_000 as Weight)391 (37_628_000 as Weight)390 .saturating_add(RocksDbWeight::get().reads(3 as Weight))392 .saturating_add(RocksDbWeight::get().reads(4 as Weight))391 .saturating_add(RocksDbWeight::get().writes(3 as Weight))393 .saturating_add(RocksDbWeight::get().writes(3 as Weight))392 }394 }393 // Storage: Refungible Allowance (r:1 w:1)395 // Storage: Refungible Allowance (r:1 w:1)394 // Storage: Refungible Balance (r:2 w:2)396 // Storage: Refungible Balance (r:2 w:2)395 // Storage: Refungible AccountBalance (r:1 w:1)397 // Storage: Refungible AccountBalance (r:1 w:1)398 // Storage: Refungible TotalSupply (r:1 w:0)396 // Storage: Refungible Owned (r:0 w:1)399 // Storage: Refungible Owned (r:0 w:1)397 fn transfer_from_creating() -> Weight {400 fn transfer_from_creating() -> Weight {398 (33_392_000 as Weight)401 (42_072_000 as Weight)399 .saturating_add(RocksDbWeight::get().reads(4 as Weight))402 .saturating_add(RocksDbWeight::get().reads(5 as Weight))400 .saturating_add(RocksDbWeight::get().writes(5 as Weight))403 .saturating_add(RocksDbWeight::get().writes(5 as Weight))401 }404 }402 // Storage: Refungible Allowance (r:1 w:1)405 // Storage: Refungible Allowance (r:1 w:1)403 // Storage: Refungible Balance (r:2 w:2)406 // Storage: Refungible Balance (r:2 w:2)404 // Storage: Refungible AccountBalance (r:1 w:1)407 // Storage: Refungible AccountBalance (r:1 w:1)408 // Storage: Refungible TotalSupply (r:1 w:0)405 // Storage: Refungible Owned (r:0 w:1)409 // Storage: Refungible Owned (r:0 w:1)406 fn transfer_from_removing() -> Weight {410 fn transfer_from_removing() -> Weight {407 (35_446_000 as Weight)411 (43_024_000 as Weight)408 .saturating_add(RocksDbWeight::get().reads(4 as Weight))412 .saturating_add(RocksDbWeight::get().reads(5 as Weight))409 .saturating_add(RocksDbWeight::get().writes(5 as Weight))413 .saturating_add(RocksDbWeight::get().writes(5 as Weight))410 }414 }411 // Storage: Refungible Allowance (r:1 w:1)415 // Storage: Refungible Allowance (r:1 w:1)412 // Storage: Refungible Balance (r:2 w:2)416 // Storage: Refungible Balance (r:2 w:2)413 // Storage: Refungible AccountBalance (r:2 w:2)417 // Storage: Refungible AccountBalance (r:2 w:2)418 // Storage: Refungible TotalSupply (r:1 w:0)414 // Storage: Refungible Owned (r:0 w:2)419 // Storage: Refungible Owned (r:0 w:2)415 fn transfer_from_creating_removing() -> Weight {420 fn transfer_from_creating_removing() -> Weight {416 (37_762_000 as Weight)421 (45_910_000 as Weight)417 .saturating_add(RocksDbWeight::get().reads(5 as Weight))422 .saturating_add(RocksDbWeight::get().reads(6 as Weight))418 .saturating_add(RocksDbWeight::get().writes(7 as Weight))423 .saturating_add(RocksDbWeight::get().writes(7 as Weight))419 }424 }420 // Storage: Refungible Allowance (r:1 w:1)425 // Storage: Refungible Allowance (r:1 w:1)421 // Storage: Refungible TotalSupply (r:1 w:1)426 // Storage: Refungible TotalSupply (r:1 w:1)422 // Storage: Refungible Balance (r:1 w:1)427 // Storage: Refungible Balance (r:1 w:1)423 // Storage: Refungible AccountBalance (r:1 w:1)428 // Storage: Refungible AccountBalance (r:1 w:1)424 // Storage: Refungible TokensBurnt (r:1 w:1)429 // Storage: Refungible TokensBurnt (r:1 w:1)425 // Storage: Refungible TokenData (r:0 w:1)426 // Storage: Refungible Owned (r:0 w:1)430 // Storage: Refungible Owned (r:0 w:1)427 // Storage: Refungible TokenProperties (r:0 w:1)431 // Storage: Refungible TokenProperties (r:0 w:1)428 fn burn_from() -> Weight {432 fn burn_from() -> Weight {429 (42_620_000 as Weight)433 (48_584_000 as Weight)430 .saturating_add(RocksDbWeight::get().reads(5 as Weight))434 .saturating_add(RocksDbWeight::get().reads(5 as Weight))431 .saturating_add(RocksDbWeight::get().writes(8 as Weight))435 .saturating_add(RocksDbWeight::get().writes(7 as Weight))432 }436 }433 // Storage: Common CollectionPropertyPermissions (r:1 w:1)437 // Storage: Common CollectionPropertyPermissions (r:1 w:1)434 fn set_token_property_permissions(b: u32, ) -> Weight {438 fn set_token_property_permissions(b: u32, ) -> Weight {435 (0 as Weight)439 (0 as Weight)436 // Standard Error: 65_000440 // Standard Error: 60_000437 .saturating_add((16_513_000 as Weight).saturating_mul(b as Weight))441 .saturating_add((15_533_000 as Weight).saturating_mul(b as Weight))438 .saturating_add(RocksDbWeight::get().reads(1 as Weight))442 .saturating_add(RocksDbWeight::get().reads(1 as Weight))439 .saturating_add(RocksDbWeight::get().writes(1 as Weight))443 .saturating_add(RocksDbWeight::get().writes(1 as Weight))440 }444 }441 // Storage: Common CollectionPropertyPermissions (r:1 w:0)445 // Storage: Common CollectionPropertyPermissions (r:1 w:0)442 // Storage: Refungible TokenProperties (r:1 w:1)446 // Storage: Refungible TokenProperties (r:1 w:1)443 fn set_token_properties(b: u32, ) -> Weight {447 fn set_token_properties(b: u32, ) -> Weight {444 (0 as Weight)448 (0 as Weight)445 // Standard Error: 1_583_000449 // Standard Error: 3_609_000446 .saturating_add((291_392_000 as Weight).saturating_mul(b as Weight))450 .saturating_add((590_204_000 as Weight).saturating_mul(b as Weight))447 .saturating_add(RocksDbWeight::get().reads(2 as Weight))451 .saturating_add(RocksDbWeight::get().reads(2 as Weight))448 .saturating_add(RocksDbWeight::get().writes(1 as Weight))452 .saturating_add(RocksDbWeight::get().writes(1 as Weight))449 }453 }450 // Storage: Common CollectionPropertyPermissions (r:1 w:0)454 // Storage: Common CollectionPropertyPermissions (r:1 w:0)451 // Storage: Refungible TokenProperties (r:1 w:1)455 // Storage: Refungible TokenProperties (r:1 w:1)452 fn delete_token_properties(b: u32, ) -> Weight {456 fn delete_token_properties(b: u32, ) -> Weight {453 (0 as Weight)457 (0 as Weight)454 // Standard Error: 1_699_000458 // Standard Error: 3_637_000455 .saturating_add((293_270_000 as Weight).saturating_mul(b as Weight))459 .saturating_add((603_468_000 as Weight).saturating_mul(b as Weight))456 .saturating_add(RocksDbWeight::get().reads(2 as Weight))460 .saturating_add(RocksDbWeight::get().reads(2 as Weight))457 .saturating_add(RocksDbWeight::get().writes(1 as Weight))461 .saturating_add(RocksDbWeight::get().writes(1 as Weight))458 }462 }459 // Storage: Refungible TotalSupply (r:1 w:1)463 // Storage: Refungible TotalSupply (r:1 w:1)460 // Storage: Refungible Balance (r:1 w:1)464 // Storage: Refungible Balance (r:1 w:1)461 fn repartition_item() -> Weight {465 fn repartition_item() -> Weight {462 (19_206_000 as Weight)466 (22_356_000 as Weight)463 .saturating_add(RocksDbWeight::get().reads(2 as Weight))467 .saturating_add(RocksDbWeight::get().reads(2 as Weight))464 .saturating_add(RocksDbWeight::get().writes(2 as Weight))468 .saturating_add(RocksDbWeight::get().writes(2 as Weight))465 }469 }466 // Storage: Refungible Balance (r:1 w:0)470 // Storage: Refungible Balance (r:1 w:0)467 // Storage: Refungible TotalSupply (r:1 w:0)471 // Storage: Refungible TotalSupply (r:1 w:0)468 // Storage: Refungible TokenProperties (r:1 w:1)472 // Storage: Refungible TokenProperties (r:1 w:1)469 fn set_parent_nft_unchecked() -> Weight {473 fn set_parent_nft_unchecked() -> Weight {470 (10_189_000 as Weight)474 (12_015_000 as Weight)471 .saturating_add(RocksDbWeight::get().reads(3 as Weight))475 .saturating_add(RocksDbWeight::get().reads(3 as Weight))472 .saturating_add(RocksDbWeight::get().writes(1 as Weight))476 .saturating_add(RocksDbWeight::get().writes(1 as Weight))473 }477 }474 // Storage: Refungible Balance (r:2 w:0)478 // Storage: Refungible Balance (r:2 w:0)475 fn token_owner() -> Weight {479 fn token_owner() -> Weight {476 (8_205_000 as Weight)480 (9_431_000 as Weight)477 .saturating_add(RocksDbWeight::get().reads(2 as Weight))481 .saturating_add(RocksDbWeight::get().reads(2 as Weight))478 }482 }479}483}pallets/scheduler/src/weights.rsdiffbeforeafterboth3//! Autogenerated weights for pallet_unique_scheduler3//! Autogenerated weights for pallet_unique_scheduler4//!4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2022-06-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`6//! DATE: 2022-08-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10247//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024889// Executed Command:9// Executed Command:55 // Storage: System BlockWeight (r:1 w:1)55 // Storage: System BlockWeight (r:1 w:1)56 // Storage: Scheduler Lookup (r:0 w:1)56 // Storage: Scheduler Lookup (r:0 w:1)57 fn on_initialize_periodic_named_resolved(s: u32, ) -> Weight {57 fn on_initialize_periodic_named_resolved(s: u32, ) -> Weight {58 (27_374_000 as Weight)58 (26_641_000 as Weight)59 // Standard Error: 7_00059 // Standard Error: 9_00060 .saturating_add((9_673_000 as Weight).saturating_mul(s as Weight))60 .saturating_add((8_547_000 as Weight).saturating_mul(s as Weight))61 .saturating_add(T::DbWeight::get().reads(4 as Weight))61 .saturating_add(T::DbWeight::get().reads(4 as Weight))62 .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight)))62 .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight)))63 .saturating_add(T::DbWeight::get().writes(4 as Weight))63 .saturating_add(T::DbWeight::get().writes(4 as Weight))69 // Storage: System BlockWeight (r:1 w:1)69 // Storage: System BlockWeight (r:1 w:1)70 // Storage: Scheduler Lookup (r:0 w:1)70 // Storage: Scheduler Lookup (r:0 w:1)71 fn on_initialize_named_resolved(s: u32, ) -> Weight {71 fn on_initialize_named_resolved(s: u32, ) -> Weight {72 (25_967_000 as Weight)72 (23_941_000 as Weight)73 // Standard Error: 6_00073 // Standard Error: 17_00074 .saturating_add((5_916_000 as Weight).saturating_mul(s as Weight))74 .saturating_add((5_282_000 as Weight).saturating_mul(s as Weight))75 .saturating_add(T::DbWeight::get().reads(4 as Weight))75 .saturating_add(T::DbWeight::get().reads(4 as Weight))76 .saturating_add(T::DbWeight::get().writes(4 as Weight))76 .saturating_add(T::DbWeight::get().writes(4 as Weight))77 .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))77 .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))82 // Storage: System BlockWeight (r:1 w:1)82 // Storage: System BlockWeight (r:1 w:1)83 // Storage: Scheduler Lookup (r:0 w:1)83 // Storage: Scheduler Lookup (r:0 w:1)84 fn on_initialize_periodic(s: u32, ) -> Weight {84 fn on_initialize_periodic(s: u32, ) -> Weight {85 (27_097_000 as Weight)85 (24_858_000 as Weight)86 // Standard Error: 5_00086 // Standard Error: 7_00087 .saturating_add((9_652_000 as Weight).saturating_mul(s as Weight))87 .saturating_add((8_657_000 as Weight).saturating_mul(s as Weight))88 .saturating_add(T::DbWeight::get().reads(4 as Weight))88 .saturating_add(T::DbWeight::get().reads(4 as Weight))89 .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight)))89 .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight)))90 .saturating_add(T::DbWeight::get().writes(4 as Weight))90 .saturating_add(T::DbWeight::get().writes(4 as Weight))96 // Storage: System BlockWeight (r:1 w:1)96 // Storage: System BlockWeight (r:1 w:1)97 // Storage: Scheduler Lookup (r:0 w:1)97 // Storage: Scheduler Lookup (r:0 w:1)98 fn on_initialize_periodic_resolved(s: u32, ) -> Weight {98 fn on_initialize_periodic_resolved(s: u32, ) -> Weight {99 (43_116_000 as Weight)99 (25_515_000 as Weight)100 // Standard Error: 18_000100 // Standard Error: 14_000101 .saturating_add((8_352_000 as Weight).saturating_mul(s as Weight))101 .saturating_add((8_656_000 as Weight).saturating_mul(s as Weight))102 .saturating_add(T::DbWeight::get().reads(4 as Weight))102 .saturating_add(T::DbWeight::get().reads(4 as Weight))103 .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight)))103 .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight)))104 .saturating_add(T::DbWeight::get().writes(4 as Weight))104 .saturating_add(T::DbWeight::get().writes(4 as Weight))107 // Storage: Scheduler Agenda (r:2 w:2)107 // Storage: Scheduler Agenda (r:2 w:2)108 // Storage: Scheduler Lookup (r:0 w:1)108 // Storage: Scheduler Lookup (r:0 w:1)109 fn on_initialize_aborted(s: u32, ) -> Weight {109 fn on_initialize_aborted(s: u32, ) -> Weight {110 (4_921_000 as Weight)110 (7_584_000 as Weight)111 // Standard Error: 4_000111 // Standard Error: 1_000112 .saturating_add((2_249_000 as Weight).saturating_mul(s as Weight))112 .saturating_add((2_065_000 as Weight).saturating_mul(s as Weight))113 .saturating_add(T::DbWeight::get().reads(2 as Weight))113 .saturating_add(T::DbWeight::get().reads(2 as Weight))114 .saturating_add(T::DbWeight::get().writes(2 as Weight))114 .saturating_add(T::DbWeight::get().writes(2 as Weight))115 .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))115 .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))120 // Storage: System BlockWeight (r:1 w:1)120 // Storage: System BlockWeight (r:1 w:1)121 // Storage: Scheduler Lookup (r:0 w:1)121 // Storage: Scheduler Lookup (r:0 w:1)122 fn on_initialize_named_aborted(s: u32, ) -> Weight {122 fn on_initialize_named_aborted(s: u32, ) -> Weight {123 (26_934_000 as Weight)123 (25_552_000 as Weight)124 // Standard Error: 7_000124 // Standard Error: 4_000125 .saturating_add((5_819_000 as Weight).saturating_mul(s as Weight))125 .saturating_add((5_187_000 as Weight).saturating_mul(s as Weight))126 .saturating_add(T::DbWeight::get().reads(4 as Weight))126 .saturating_add(T::DbWeight::get().reads(4 as Weight))127 .saturating_add(T::DbWeight::get().writes(4 as Weight))127 .saturating_add(T::DbWeight::get().writes(4 as Weight))128 .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))128 .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))129 }129 }130 // Storage: Scheduler Agenda (r:2 w:2)130 // Storage: Scheduler Agenda (r:2 w:2)131 // Storage: Scheduler Lookup (r:0 w:1)131 // Storage: Scheduler Lookup (r:0 w:1)132 fn on_initialize_named(s: u32, ) -> Weight {132 fn on_initialize_named(s: u32, ) -> Weight {133 (6_423_000 as Weight)133 (8_980_000 as Weight)134 // Standard Error: 1_000134 // Standard Error: 12_000135 .saturating_add((2_141_000 as Weight).saturating_mul(s as Weight))135 .saturating_add((2_050_000 as Weight).saturating_mul(s as Weight))136 .saturating_add(T::DbWeight::get().reads(2 as Weight))136 .saturating_add(T::DbWeight::get().reads(2 as Weight))137 .saturating_add(T::DbWeight::get().writes(2 as Weight))137 .saturating_add(T::DbWeight::get().writes(2 as Weight))138 .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))138 .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))143 // Storage: System BlockWeight (r:1 w:1)143 // Storage: System BlockWeight (r:1 w:1)144 // Storage: Scheduler Lookup (r:0 w:1)144 // Storage: Scheduler Lookup (r:0 w:1)145 fn on_initialize(s: u32, ) -> Weight {145 fn on_initialize(s: u32, ) -> Weight {146 (27_586_000 as Weight)146 (24_482_000 as Weight)147 // Standard Error: 11_000147 // Standard Error: 4_000148 .saturating_add((5_264_000 as Weight).saturating_mul(s as Weight))148 .saturating_add((5_249_000 as Weight).saturating_mul(s as Weight))149 .saturating_add(T::DbWeight::get().reads(4 as Weight))149 .saturating_add(T::DbWeight::get().reads(4 as Weight))150 .saturating_add(T::DbWeight::get().writes(4 as Weight))150 .saturating_add(T::DbWeight::get().writes(4 as Weight))151 .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))151 .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))156 // Storage: System BlockWeight (r:1 w:1)156 // Storage: System BlockWeight (r:1 w:1)157 // Storage: Scheduler Lookup (r:0 w:1)157 // Storage: Scheduler Lookup (r:0 w:1)158 fn on_initialize_resolved(s: u32, ) -> Weight {158 fn on_initialize_resolved(s: u32, ) -> Weight {159 (24_356_000 as Weight)159 (25_187_000 as Weight)160 // Standard Error: 4_000160 // Standard Error: 4_000161 .saturating_add((5_301_000 as Weight).saturating_mul(s as Weight))161 .saturating_add((5_216_000 as Weight).saturating_mul(s as Weight))162 .saturating_add(T::DbWeight::get().reads(4 as Weight))162 .saturating_add(T::DbWeight::get().reads(4 as Weight))163 .saturating_add(T::DbWeight::get().writes(4 as Weight))163 .saturating_add(T::DbWeight::get().writes(4 as Weight))164 .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))164 .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))165 }165 }166 // Storage: Scheduler Lookup (r:1 w:1)166 // Storage: Scheduler Lookup (r:1 w:1)167 // Storage: Scheduler Agenda (r:1 w:1)167 // Storage: Scheduler Agenda (r:1 w:1)168 fn schedule_named(s: u32, ) -> Weight {168 fn schedule_named(s: u32, ) -> Weight {169 (14_871_000 as Weight)169 (17_316_000 as Weight)170 // Standard Error: 1_000170 // Standard Error: 3_000171 .saturating_add((183_000 as Weight).saturating_mul(s as Weight))171 .saturating_add((82_000 as Weight).saturating_mul(s as Weight))172 .saturating_add(T::DbWeight::get().reads(2 as Weight))172 .saturating_add(T::DbWeight::get().reads(2 as Weight))173 .saturating_add(T::DbWeight::get().writes(2 as Weight))173 .saturating_add(T::DbWeight::get().writes(2 as Weight))174 }174 }175 // Storage: Scheduler Lookup (r:1 w:1)175 // Storage: Scheduler Lookup (r:1 w:1)176 // Storage: Scheduler Agenda (r:1 w:1)176 // Storage: Scheduler Agenda (r:1 w:1)177 fn cancel_named(s: u32, ) -> Weight {177 fn cancel_named(s: u32, ) -> Weight {178 (16_676_000 as Weight)178 (15_652_000 as Weight)179 // Standard Error: 1_000179 // Standard Error: 1_000180 .saturating_add((500_000 as Weight).saturating_mul(s as Weight))180 .saturating_add((436_000 as Weight).saturating_mul(s as Weight))181 .saturating_add(T::DbWeight::get().reads(2 as Weight))181 .saturating_add(T::DbWeight::get().reads(2 as Weight))182 .saturating_add(T::DbWeight::get().writes(2 as Weight))182 .saturating_add(T::DbWeight::get().writes(2 as Weight))183 }183 }191 // Storage: System BlockWeight (r:1 w:1)191 // Storage: System BlockWeight (r:1 w:1)192 // Storage: Scheduler Lookup (r:0 w:1)192 // Storage: Scheduler Lookup (r:0 w:1)193 fn on_initialize_periodic_named_resolved(s: u32, ) -> Weight {193 fn on_initialize_periodic_named_resolved(s: u32, ) -> Weight {194 (27_374_000 as Weight)194 (26_641_000 as Weight)195 // Standard Error: 7_000195 // Standard Error: 9_000196 .saturating_add((9_673_000 as Weight).saturating_mul(s as Weight))196 .saturating_add((8_547_000 as Weight).saturating_mul(s as Weight))197 .saturating_add(RocksDbWeight::get().reads(4 as Weight))197 .saturating_add(RocksDbWeight::get().reads(4 as Weight))198 .saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(s as Weight)))198 .saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(s as Weight)))199 .saturating_add(RocksDbWeight::get().writes(4 as Weight))199 .saturating_add(RocksDbWeight::get().writes(4 as Weight))205 // Storage: System BlockWeight (r:1 w:1)205 // Storage: System BlockWeight (r:1 w:1)206 // Storage: Scheduler Lookup (r:0 w:1)206 // Storage: Scheduler Lookup (r:0 w:1)207 fn on_initialize_named_resolved(s: u32, ) -> Weight {207 fn on_initialize_named_resolved(s: u32, ) -> Weight {208 (25_967_000 as Weight)208 (23_941_000 as Weight)209 // Standard Error: 6_000209 // Standard Error: 17_000210 .saturating_add((5_916_000 as Weight).saturating_mul(s as Weight))210 .saturating_add((5_282_000 as Weight).saturating_mul(s as Weight))211 .saturating_add(RocksDbWeight::get().reads(4 as Weight))211 .saturating_add(RocksDbWeight::get().reads(4 as Weight))212 .saturating_add(RocksDbWeight::get().writes(4 as Weight))212 .saturating_add(RocksDbWeight::get().writes(4 as Weight))213 .saturating_add(RocksDbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))213 .saturating_add(RocksDbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))218 // Storage: System BlockWeight (r:1 w:1)218 // Storage: System BlockWeight (r:1 w:1)219 // Storage: Scheduler Lookup (r:0 w:1)219 // Storage: Scheduler Lookup (r:0 w:1)220 fn on_initialize_periodic(s: u32, ) -> Weight {220 fn on_initialize_periodic(s: u32, ) -> Weight {221 (27_097_000 as Weight)221 (24_858_000 as Weight)222 // Standard Error: 5_000222 // Standard Error: 7_000223 .saturating_add((9_652_000 as Weight).saturating_mul(s as Weight))223 .saturating_add((8_657_000 as Weight).saturating_mul(s as Weight))224 .saturating_add(RocksDbWeight::get().reads(4 as Weight))224 .saturating_add(RocksDbWeight::get().reads(4 as Weight))225 .saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(s as Weight)))225 .saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(s as Weight)))226 .saturating_add(RocksDbWeight::get().writes(4 as Weight))226 .saturating_add(RocksDbWeight::get().writes(4 as Weight))232 // Storage: System BlockWeight (r:1 w:1)232 // Storage: System BlockWeight (r:1 w:1)233 // Storage: Scheduler Lookup (r:0 w:1)233 // Storage: Scheduler Lookup (r:0 w:1)234 fn on_initialize_periodic_resolved(s: u32, ) -> Weight {234 fn on_initialize_periodic_resolved(s: u32, ) -> Weight {235 (43_116_000 as Weight)235 (25_515_000 as Weight)236 // Standard Error: 18_000236 // Standard Error: 14_000237 .saturating_add((8_352_000 as Weight).saturating_mul(s as Weight))237 .saturating_add((8_656_000 as Weight).saturating_mul(s as Weight))238 .saturating_add(RocksDbWeight::get().reads(4 as Weight))238 .saturating_add(RocksDbWeight::get().reads(4 as Weight))239 .saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(s as Weight)))239 .saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(s as Weight)))240 .saturating_add(RocksDbWeight::get().writes(4 as Weight))240 .saturating_add(RocksDbWeight::get().writes(4 as Weight))243 // Storage: Scheduler Agenda (r:2 w:2)243 // Storage: Scheduler Agenda (r:2 w:2)244 // Storage: Scheduler Lookup (r:0 w:1)244 // Storage: Scheduler Lookup (r:0 w:1)245 fn on_initialize_aborted(s: u32, ) -> Weight {245 fn on_initialize_aborted(s: u32, ) -> Weight {246 (4_921_000 as Weight)246 (7_584_000 as Weight)247 // Standard Error: 4_000247 // Standard Error: 1_000248 .saturating_add((2_249_000 as Weight).saturating_mul(s as Weight))248 .saturating_add((2_065_000 as Weight).saturating_mul(s as Weight))249 .saturating_add(RocksDbWeight::get().reads(2 as Weight))249 .saturating_add(RocksDbWeight::get().reads(2 as Weight))250 .saturating_add(RocksDbWeight::get().writes(2 as Weight))250 .saturating_add(RocksDbWeight::get().writes(2 as Weight))251 .saturating_add(RocksDbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))251 .saturating_add(RocksDbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))256 // Storage: System BlockWeight (r:1 w:1)256 // Storage: System BlockWeight (r:1 w:1)257 // Storage: Scheduler Lookup (r:0 w:1)257 // Storage: Scheduler Lookup (r:0 w:1)258 fn on_initialize_named_aborted(s: u32, ) -> Weight {258 fn on_initialize_named_aborted(s: u32, ) -> Weight {259 (26_934_000 as Weight)259 (25_552_000 as Weight)260 // Standard Error: 7_000260 // Standard Error: 4_000261 .saturating_add((5_819_000 as Weight).saturating_mul(s as Weight))261 .saturating_add((5_187_000 as Weight).saturating_mul(s as Weight))262 .saturating_add(RocksDbWeight::get().reads(4 as Weight))262 .saturating_add(RocksDbWeight::get().reads(4 as Weight))263 .saturating_add(RocksDbWeight::get().writes(4 as Weight))263 .saturating_add(RocksDbWeight::get().writes(4 as Weight))264 .saturating_add(RocksDbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))264 .saturating_add(RocksDbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))265 }265 }266 // Storage: Scheduler Agenda (r:2 w:2)266 // Storage: Scheduler Agenda (r:2 w:2)267 // Storage: Scheduler Lookup (r:0 w:1)267 // Storage: Scheduler Lookup (r:0 w:1)268 fn on_initialize_named(s: u32, ) -> Weight {268 fn on_initialize_named(s: u32, ) -> Weight {269 (6_423_000 as Weight)269 (8_980_000 as Weight)270 // Standard Error: 1_000270 // Standard Error: 12_000271 .saturating_add((2_141_000 as Weight).saturating_mul(s as Weight))271 .saturating_add((2_050_000 as Weight).saturating_mul(s as Weight))272 .saturating_add(RocksDbWeight::get().reads(2 as Weight))272 .saturating_add(RocksDbWeight::get().reads(2 as Weight))273 .saturating_add(RocksDbWeight::get().writes(2 as Weight))273 .saturating_add(RocksDbWeight::get().writes(2 as Weight))274 .saturating_add(RocksDbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))274 .saturating_add(RocksDbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))279 // Storage: System BlockWeight (r:1 w:1)279 // Storage: System BlockWeight (r:1 w:1)280 // Storage: Scheduler Lookup (r:0 w:1)280 // Storage: Scheduler Lookup (r:0 w:1)281 fn on_initialize(s: u32, ) -> Weight {281 fn on_initialize(s: u32, ) -> Weight {282 (27_586_000 as Weight)282 (24_482_000 as Weight)283 // Standard Error: 11_000283 // Standard Error: 4_000284 .saturating_add((5_264_000 as Weight).saturating_mul(s as Weight))284 .saturating_add((5_249_000 as Weight).saturating_mul(s as Weight))285 .saturating_add(RocksDbWeight::get().reads(4 as Weight))285 .saturating_add(RocksDbWeight::get().reads(4 as Weight))286 .saturating_add(RocksDbWeight::get().writes(4 as Weight))286 .saturating_add(RocksDbWeight::get().writes(4 as Weight))287 .saturating_add(RocksDbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))287 .saturating_add(RocksDbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))292 // Storage: System BlockWeight (r:1 w:1)292 // Storage: System BlockWeight (r:1 w:1)293 // Storage: Scheduler Lookup (r:0 w:1)293 // Storage: Scheduler Lookup (r:0 w:1)294 fn on_initialize_resolved(s: u32, ) -> Weight {294 fn on_initialize_resolved(s: u32, ) -> Weight {295 (24_356_000 as Weight)295 (25_187_000 as Weight)296 // Standard Error: 4_000296 // Standard Error: 4_000297 .saturating_add((5_301_000 as Weight).saturating_mul(s as Weight))297 .saturating_add((5_216_000 as Weight).saturating_mul(s as Weight))298 .saturating_add(RocksDbWeight::get().reads(4 as Weight))298 .saturating_add(RocksDbWeight::get().reads(4 as Weight))299 .saturating_add(RocksDbWeight::get().writes(4 as Weight))299 .saturating_add(RocksDbWeight::get().writes(4 as Weight))300 .saturating_add(RocksDbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))300 .saturating_add(RocksDbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))301 }301 }302 // Storage: Scheduler Lookup (r:1 w:1)302 // Storage: Scheduler Lookup (r:1 w:1)303 // Storage: Scheduler Agenda (r:1 w:1)303 // Storage: Scheduler Agenda (r:1 w:1)304 fn schedule_named(s: u32, ) -> Weight {304 fn schedule_named(s: u32, ) -> Weight {305 (14_871_000 as Weight)305 (17_316_000 as Weight)306 // Standard Error: 1_000306 // Standard Error: 3_000307 .saturating_add((183_000 as Weight).saturating_mul(s as Weight))307 .saturating_add((82_000 as Weight).saturating_mul(s as Weight))308 .saturating_add(RocksDbWeight::get().reads(2 as Weight))308 .saturating_add(RocksDbWeight::get().reads(2 as Weight))309 .saturating_add(RocksDbWeight::get().writes(2 as Weight))309 .saturating_add(RocksDbWeight::get().writes(2 as Weight))310 }310 }311 // Storage: Scheduler Lookup (r:1 w:1)311 // Storage: Scheduler Lookup (r:1 w:1)312 // Storage: Scheduler Agenda (r:1 w:1)312 // Storage: Scheduler Agenda (r:1 w:1)313 fn cancel_named(s: u32, ) -> Weight {313 fn cancel_named(s: u32, ) -> Weight {314 (16_676_000 as Weight)314 (15_652_000 as Weight)315 // Standard Error: 1_000315 // Standard Error: 1_000316 .saturating_add((500_000 as Weight).saturating_mul(s as Weight))316 .saturating_add((436_000 as Weight).saturating_mul(s as Weight))317 .saturating_add(RocksDbWeight::get().reads(2 as Weight))317 .saturating_add(RocksDbWeight::get().reads(2 as Weight))318 .saturating_add(RocksDbWeight::get().writes(2 as Weight))318 .saturating_add(RocksDbWeight::get().writes(2 as Weight))319 }319 }pallets/structure/src/weights.rsdiffbeforeafterboth3//! Autogenerated weights for pallet_structure3//! Autogenerated weights for pallet_structure4//!4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2022-06-15, STEPS: `50`, REPEAT: 200, LOW RANGE: `[]`, HIGH RANGE: `[]`6//! DATE: 2022-08-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10247//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024889// Executed Command:9// Executed Command:19// --template19// --template20// .maintain/frame-weight-template.hbs20// .maintain/frame-weight-template.hbs21// --steps=5021// --steps=5022// --repeat=20022// --repeat=8023// --heap-pages=409623// --heap-pages=409624// --output=./pallets/structure/src/weights.rs24// --output=./pallets/structure/src/weights.rs252542 // Storage: Common CollectionById (r:1 w:0)42 // Storage: Common CollectionById (r:1 w:0)43 // Storage: Nonfungible TokenData (r:1 w:0)43 // Storage: Nonfungible TokenData (r:1 w:0)44 fn find_parent() -> Weight {44 fn find_parent() -> Weight {45 (7_013_000 as Weight)45 (7_180_000 as Weight)46 .saturating_add(T::DbWeight::get().reads(2 as Weight))46 .saturating_add(T::DbWeight::get().reads(2 as Weight))47 }47 }48}48}52 // Storage: Common CollectionById (r:1 w:0)52 // Storage: Common CollectionById (r:1 w:0)53 // Storage: Nonfungible TokenData (r:1 w:0)53 // Storage: Nonfungible TokenData (r:1 w:0)54 fn find_parent() -> Weight {54 fn find_parent() -> Weight {55 (7_013_000 as Weight)55 (7_180_000 as Weight)56 .saturating_add(RocksDbWeight::get().reads(2 as Weight))56 .saturating_add(RocksDbWeight::get().reads(2 as Weight))57 }57 }58}58}pallets/unique/src/weights.rsdiffbeforeafterboth3//! Autogenerated weights for pallet_unique3//! Autogenerated weights for pallet_unique4//!4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2022-06-28, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`6//! DATE: 2022-08-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10247//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024889// Executed Command:9// Executed Command:57 // Storage: Common CollectionProperties (r:0 w:1)57 // Storage: Common CollectionProperties (r:0 w:1)58 // Storage: Common CollectionById (r:0 w:1)58 // Storage: Common CollectionById (r:0 w:1)59 fn create_collection() -> Weight {59 fn create_collection() -> Weight {60 (53_511_000 as Weight)60 (43_143_000 as Weight)61 .saturating_add(T::DbWeight::get().reads(4 as Weight))61 .saturating_add(T::DbWeight::get().reads(4 as Weight))62 .saturating_add(T::DbWeight::get().writes(6 as Weight))62 .saturating_add(T::DbWeight::get().writes(6 as Weight))63 }63 }69 // Storage: Common AdminAmount (r:0 w:1)69 // Storage: Common AdminAmount (r:0 w:1)70 // Storage: Common CollectionProperties (r:0 w:1)70 // Storage: Common CollectionProperties (r:0 w:1)71 fn destroy_collection() -> Weight {71 fn destroy_collection() -> Weight {72 (69_481_000 as Weight)72 (50_188_000 as Weight)73 .saturating_add(T::DbWeight::get().reads(3 as Weight))73 .saturating_add(T::DbWeight::get().reads(3 as Weight))74 .saturating_add(T::DbWeight::get().writes(6 as Weight))74 .saturating_add(T::DbWeight::get().writes(6 as Weight))75 }75 }76 // Storage: Common CollectionById (r:1 w:0)76 // Storage: Common CollectionById (r:1 w:0)77 // Storage: Common Allowlist (r:0 w:1)77 // Storage: Common Allowlist (r:0 w:1)78 fn add_to_allow_list() -> Weight {78 fn add_to_allow_list() -> Weight {79 (22_892_000 as Weight)79 (18_238_000 as Weight)80 .saturating_add(T::DbWeight::get().reads(1 as Weight))80 .saturating_add(T::DbWeight::get().reads(1 as Weight))81 .saturating_add(T::DbWeight::get().writes(1 as Weight))81 .saturating_add(T::DbWeight::get().writes(1 as Weight))82 }82 }83 // Storage: Common CollectionById (r:1 w:0)83 // Storage: Common CollectionById (r:1 w:0)84 // Storage: Common Allowlist (r:0 w:1)84 // Storage: Common Allowlist (r:0 w:1)85 fn remove_from_allow_list() -> Weight {85 fn remove_from_allow_list() -> Weight {86 (22_973_000 as Weight)86 (18_084_000 as Weight)87 .saturating_add(T::DbWeight::get().reads(1 as Weight))87 .saturating_add(T::DbWeight::get().reads(1 as Weight))88 .saturating_add(T::DbWeight::get().writes(1 as Weight))88 .saturating_add(T::DbWeight::get().writes(1 as Weight))89 }89 }90 // Storage: Common CollectionById (r:1 w:1)90 // Storage: Common CollectionById (r:1 w:1)91 fn change_collection_owner() -> Weight {91 fn change_collection_owner() -> Weight {92 (22_392_000 as Weight)92 (18_265_000 as Weight)93 .saturating_add(T::DbWeight::get().reads(1 as Weight))93 .saturating_add(T::DbWeight::get().reads(1 as Weight))94 .saturating_add(T::DbWeight::get().writes(1 as Weight))94 .saturating_add(T::DbWeight::get().writes(1 as Weight))95 }95 }96 // Storage: Common CollectionById (r:1 w:0)96 // Storage: Common CollectionById (r:1 w:0)97 // Storage: Common IsAdmin (r:1 w:1)97 // Storage: Common IsAdmin (r:1 w:1)98 // Storage: Common AdminAmount (r:1 w:1)98 // Storage: Common AdminAmount (r:1 w:1)99 fn add_collection_admin() -> Weight {99 fn add_collection_admin() -> Weight {100 (30_298_000 as Weight)100 (23_558_000 as Weight)101 .saturating_add(T::DbWeight::get().reads(3 as Weight))101 .saturating_add(T::DbWeight::get().reads(3 as Weight))102 .saturating_add(T::DbWeight::get().writes(2 as Weight))102 .saturating_add(T::DbWeight::get().writes(2 as Weight))103 }103 }104 // Storage: Common CollectionById (r:1 w:0)104 // Storage: Common CollectionById (r:1 w:0)105 // Storage: Common IsAdmin (r:1 w:1)105 // Storage: Common IsAdmin (r:1 w:1)106 // Storage: Common AdminAmount (r:1 w:1)106 // Storage: Common AdminAmount (r:1 w:1)107 fn remove_collection_admin() -> Weight {107 fn remove_collection_admin() -> Weight {108 (32_842_000 as Weight)108 (25_285_000 as Weight)109 .saturating_add(T::DbWeight::get().reads(3 as Weight))109 .saturating_add(T::DbWeight::get().reads(3 as Weight))110 .saturating_add(T::DbWeight::get().writes(2 as Weight))110 .saturating_add(T::DbWeight::get().writes(2 as Weight))111 }111 }112 // Storage: Common CollectionById (r:1 w:1)112 // Storage: Common CollectionById (r:1 w:1)113 fn set_collection_sponsor() -> Weight {113 fn set_collection_sponsor() -> Weight {114 (22_613_000 as Weight)114 (17_885_000 as Weight)115 .saturating_add(T::DbWeight::get().reads(1 as Weight))115 .saturating_add(T::DbWeight::get().reads(1 as Weight))116 .saturating_add(T::DbWeight::get().writes(1 as Weight))116 .saturating_add(T::DbWeight::get().writes(1 as Weight))117 }117 }118 // Storage: Common CollectionById (r:1 w:1)118 // Storage: Common CollectionById (r:1 w:1)119 fn confirm_sponsorship() -> Weight {119 fn confirm_sponsorship() -> Weight {120 (22_462_000 as Weight)120 (17_897_000 as Weight)121 .saturating_add(T::DbWeight::get().reads(1 as Weight))121 .saturating_add(T::DbWeight::get().reads(1 as Weight))122 .saturating_add(T::DbWeight::get().writes(1 as Weight))122 .saturating_add(T::DbWeight::get().writes(1 as Weight))123 }123 }124 // Storage: Common CollectionById (r:1 w:1)124 // Storage: Common CollectionById (r:1 w:1)125 fn remove_collection_sponsor() -> Weight {125 fn remove_collection_sponsor() -> Weight {126 (21_730_000 as Weight)126 (17_836_000 as Weight)127 .saturating_add(T::DbWeight::get().reads(1 as Weight))127 .saturating_add(T::DbWeight::get().reads(1 as Weight))128 .saturating_add(T::DbWeight::get().writes(1 as Weight))128 .saturating_add(T::DbWeight::get().writes(1 as Weight))129 }129 }130 // Storage: Common CollectionById (r:1 w:1)130 // Storage: Common CollectionById (r:1 w:1)131 fn set_transfers_enabled_flag() -> Weight {131 fn set_transfers_enabled_flag() -> Weight {132 (10_941_000 as Weight)132 (9_714_000 as Weight)133 .saturating_add(T::DbWeight::get().reads(1 as Weight))133 .saturating_add(T::DbWeight::get().reads(1 as Weight))134 .saturating_add(T::DbWeight::get().writes(1 as Weight))134 .saturating_add(T::DbWeight::get().writes(1 as Weight))135 }135 }136 // Storage: Common CollectionById (r:1 w:1)136 // Storage: Common CollectionById (r:1 w:1)137 fn set_collection_limits() -> Weight {137 fn set_collection_limits() -> Weight {138 (22_363_000 as Weight)138 (18_166_000 as Weight)139 .saturating_add(T::DbWeight::get().reads(1 as Weight))139 .saturating_add(T::DbWeight::get().reads(1 as Weight))140 .saturating_add(T::DbWeight::get().writes(1 as Weight))140 .saturating_add(T::DbWeight::get().writes(1 as Weight))141 }141 }150 // Storage: Common CollectionProperties (r:0 w:1)150 // Storage: Common CollectionProperties (r:0 w:1)151 // Storage: Common CollectionById (r:0 w:1)151 // Storage: Common CollectionById (r:0 w:1)152 fn create_collection() -> Weight {152 fn create_collection() -> Weight {153 (53_511_000 as Weight)153 (43_143_000 as Weight)154 .saturating_add(RocksDbWeight::get().reads(4 as Weight))154 .saturating_add(RocksDbWeight::get().reads(4 as Weight))155 .saturating_add(RocksDbWeight::get().writes(6 as Weight))155 .saturating_add(RocksDbWeight::get().writes(6 as Weight))156 }156 }162 // Storage: Common AdminAmount (r:0 w:1)162 // Storage: Common AdminAmount (r:0 w:1)163 // Storage: Common CollectionProperties (r:0 w:1)163 // Storage: Common CollectionProperties (r:0 w:1)164 fn destroy_collection() -> Weight {164 fn destroy_collection() -> Weight {165 (69_481_000 as Weight)165 (50_188_000 as Weight)166 .saturating_add(RocksDbWeight::get().reads(3 as Weight))166 .saturating_add(RocksDbWeight::get().reads(3 as Weight))167 .saturating_add(RocksDbWeight::get().writes(6 as Weight))167 .saturating_add(RocksDbWeight::get().writes(6 as Weight))168 }168 }169 // Storage: Common CollectionById (r:1 w:0)169 // Storage: Common CollectionById (r:1 w:0)170 // Storage: Common Allowlist (r:0 w:1)170 // Storage: Common Allowlist (r:0 w:1)171 fn add_to_allow_list() -> Weight {171 fn add_to_allow_list() -> Weight {172 (22_892_000 as Weight)172 (18_238_000 as Weight)173 .saturating_add(RocksDbWeight::get().reads(1 as Weight))173 .saturating_add(RocksDbWeight::get().reads(1 as Weight))174 .saturating_add(RocksDbWeight::get().writes(1 as Weight))174 .saturating_add(RocksDbWeight::get().writes(1 as Weight))175 }175 }176 // Storage: Common CollectionById (r:1 w:0)176 // Storage: Common CollectionById (r:1 w:0)177 // Storage: Common Allowlist (r:0 w:1)177 // Storage: Common Allowlist (r:0 w:1)178 fn remove_from_allow_list() -> Weight {178 fn remove_from_allow_list() -> Weight {179 (22_973_000 as Weight)179 (18_084_000 as Weight)180 .saturating_add(RocksDbWeight::get().reads(1 as Weight))180 .saturating_add(RocksDbWeight::get().reads(1 as Weight))181 .saturating_add(RocksDbWeight::get().writes(1 as Weight))181 .saturating_add(RocksDbWeight::get().writes(1 as Weight))182 }182 }183 // Storage: Common CollectionById (r:1 w:1)183 // Storage: Common CollectionById (r:1 w:1)184 fn change_collection_owner() -> Weight {184 fn change_collection_owner() -> Weight {185 (22_392_000 as Weight)185 (18_265_000 as Weight)186 .saturating_add(RocksDbWeight::get().reads(1 as Weight))186 .saturating_add(RocksDbWeight::get().reads(1 as Weight))187 .saturating_add(RocksDbWeight::get().writes(1 as Weight))187 .saturating_add(RocksDbWeight::get().writes(1 as Weight))188 }188 }189 // Storage: Common CollectionById (r:1 w:0)189 // Storage: Common CollectionById (r:1 w:0)190 // Storage: Common IsAdmin (r:1 w:1)190 // Storage: Common IsAdmin (r:1 w:1)191 // Storage: Common AdminAmount (r:1 w:1)191 // Storage: Common AdminAmount (r:1 w:1)192 fn add_collection_admin() -> Weight {192 fn add_collection_admin() -> Weight {193 (30_298_000 as Weight)193 (23_558_000 as Weight)194 .saturating_add(RocksDbWeight::get().reads(3 as Weight))194 .saturating_add(RocksDbWeight::get().reads(3 as Weight))195 .saturating_add(RocksDbWeight::get().writes(2 as Weight))195 .saturating_add(RocksDbWeight::get().writes(2 as Weight))196 }196 }197 // Storage: Common CollectionById (r:1 w:0)197 // Storage: Common CollectionById (r:1 w:0)198 // Storage: Common IsAdmin (r:1 w:1)198 // Storage: Common IsAdmin (r:1 w:1)199 // Storage: Common AdminAmount (r:1 w:1)199 // Storage: Common AdminAmount (r:1 w:1)200 fn remove_collection_admin() -> Weight {200 fn remove_collection_admin() -> Weight {201 (32_842_000 as Weight)201 (25_285_000 as Weight)202 .saturating_add(RocksDbWeight::get().reads(3 as Weight))202 .saturating_add(RocksDbWeight::get().reads(3 as Weight))203 .saturating_add(RocksDbWeight::get().writes(2 as Weight))203 .saturating_add(RocksDbWeight::get().writes(2 as Weight))204 }204 }205 // Storage: Common CollectionById (r:1 w:1)205 // Storage: Common CollectionById (r:1 w:1)206 fn set_collection_sponsor() -> Weight {206 fn set_collection_sponsor() -> Weight {207 (22_613_000 as Weight)207 (17_885_000 as Weight)208 .saturating_add(RocksDbWeight::get().reads(1 as Weight))208 .saturating_add(RocksDbWeight::get().reads(1 as Weight))209 .saturating_add(RocksDbWeight::get().writes(1 as Weight))209 .saturating_add(RocksDbWeight::get().writes(1 as Weight))210 }210 }211 // Storage: Common CollectionById (r:1 w:1)211 // Storage: Common CollectionById (r:1 w:1)212 fn confirm_sponsorship() -> Weight {212 fn confirm_sponsorship() -> Weight {213 (22_462_000 as Weight)213 (17_897_000 as Weight)214 .saturating_add(RocksDbWeight::get().reads(1 as Weight))214 .saturating_add(RocksDbWeight::get().reads(1 as Weight))215 .saturating_add(RocksDbWeight::get().writes(1 as Weight))215 .saturating_add(RocksDbWeight::get().writes(1 as Weight))216 }216 }217 // Storage: Common CollectionById (r:1 w:1)217 // Storage: Common CollectionById (r:1 w:1)218 fn remove_collection_sponsor() -> Weight {218 fn remove_collection_sponsor() -> Weight {219 (21_730_000 as Weight)219 (17_836_000 as Weight)220 .saturating_add(RocksDbWeight::get().reads(1 as Weight))220 .saturating_add(RocksDbWeight::get().reads(1 as Weight))221 .saturating_add(RocksDbWeight::get().writes(1 as Weight))221 .saturating_add(RocksDbWeight::get().writes(1 as Weight))222 }222 }223 // Storage: Common CollectionById (r:1 w:1)223 // Storage: Common CollectionById (r:1 w:1)224 fn set_transfers_enabled_flag() -> Weight {224 fn set_transfers_enabled_flag() -> Weight {225 (10_941_000 as Weight)225 (9_714_000 as Weight)226 .saturating_add(RocksDbWeight::get().reads(1 as Weight))226 .saturating_add(RocksDbWeight::get().reads(1 as Weight))227 .saturating_add(RocksDbWeight::get().writes(1 as Weight))227 .saturating_add(RocksDbWeight::get().writes(1 as Weight))228 }228 }229 // Storage: Common CollectionById (r:1 w:1)229 // Storage: Common CollectionById (r:1 w:1)230 fn set_collection_limits() -> Weight {230 fn set_collection_limits() -> Weight {231 (22_363_000 as Weight)231 (18_166_000 as Weight)232 .saturating_add(RocksDbWeight::get().reads(1 as Weight))232 .saturating_add(RocksDbWeight::get().reads(1 as Weight))233 .saturating_add(RocksDbWeight::get().writes(1 as Weight))233 .saturating_add(RocksDbWeight::get().writes(1 as Weight))234 }234 }primitives/common/src/constants.rsdiffbeforeafterboth36pub const UNIQUE: Balance = 100 * CENTIUNIQUE;36pub const UNIQUE: Balance = 100 * CENTIUNIQUE;373738// Targeting 0.1 UNQ per transfer38// Targeting 0.1 UNQ per transfer39pub const WEIGHT_TO_FEE_COEFF: u32 = /*<weight2fee>*/207_267_232/*</weight2fee>*/;39pub const WEIGHT_TO_FEE_COEFF: u32 = /*<weight2fee>*/207_163_598/*</weight2fee>*/;404041// Targeting 0.15 UNQ per transfer via ETH41// Targeting 0.15 UNQ per transfer via ETH42pub const MIN_GAS_PRICE: u64 = /*<mingasprice>*/1_019_488_372_383/*</mingasprice>*/;42pub const MIN_GAS_PRICE: u64 = /*<mingasprice>*/1_019_483_274_941/*</mingasprice>*/;434344/// We assume that ~10% of the block weight is consumed by `on_initalize` handlers.44/// We assume that ~10% of the block weight is consumed by `on_initalize` handlers.45/// This is used to limit the maximal weight of a single extrinsic.45/// This is used to limit the maximal weight of a single extrinsic.