paritytech / cumulus

Write Parachains on Substrate
GNU General Public License v3.0
620 stars 380 forks source link

Weights for parachain-system #533

Open xlc opened 3 years ago

xlc commented 3 years ago

Needs some benchmarking & weights for parachain-system pallet

bkchr commented 2 years ago

@shawntabrizi anyone that could work on this?

Especially https://github.com/paritytech/cumulus/blob/ad5dd362b451ce2f31a862f2f118bb92984ebebc/pallets/parachain-system/src/lib.rs#L291

bkchr commented 1 year ago

@ggwpez could you look into this please?

ggwpez commented 1 year ago

If set_validation_data is only called from inherents, then it it part of the BlockExecutionWeight. But benchmarks should be added nonetheless. I will take a look.