Benchmark RMRK-Core pallet
Add weights especially with deep nested and [many] multi resource NFTs.
Begun work on benchmarking here: https://github.com/rmrk-team/rmrk-substrate/tree/bug/106-benchmarking
One early challenge I see is... don't we need to have a MaxChildPerNft value? We have a MaxRecursions, which goes into generations, but won't it be impossible to benchmark burn_nft, for example, without a limit on children?
👍 Yes benchmarks + weights is perhaps the biggest blocker for us at zeitgeist to be able to implement the rmrk pallets.
WIP https://github.com/rmrk-team/rmrk-substrate/pull/219 Finishing it blocked by https://github.com/rmrk-team/rmrk-substrate/issues/223
Benchmarking PR has been merged