-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Changed T::BlockWeights::get().max_block
-> Weight::MAX
#7546
base: master
Are you sure you want to change the base?
Conversation
bot bench $ xcm rococo pallet_xcm_benchmarks::fungible |
bot bench polkadot-pallet --subcommand=xcm --runtime=rococo --pallet=pallet_xcm_benchmarks::fungible |
@bkontur https://gitlab.parity.io/parity/mirrors/polkadot/-/jobs/3256526 was started for your command Comment |
@bkontur https://gitlab.parity.io/parity/mirrors/polkadot/-/jobs/3256527 was started for your command Comment |
@bkontur https://gitlab.parity.io/parity/mirrors/polkadot/-/jobs/3256528 was started for your command Comment |
@bkontur https://gitlab.parity.io/parity/mirrors/polkadot/-/jobs/3256529 was started for your command Comment |
…sama --target_dir=polkadot --pallet=pallet_xcm_benchmarks::fungible
@bkontur Command |
@bkontur Command |
@bkontur Command |
@bkontur Command |
@franciscoaguirre @ggwpez @gilescope @KiChjang because polkadot/kusama runtime do not support so how to fix this now?
there is also opened fix for remote weight estimation: #7424 |
the only solution here is to split:
follow-up: #7424 |
Benchmark tests are failing and needs to be fixed. Perhaps it's a reason why we use |
I think we should just look at what the average weight is for the instruction on the system chains, and reuse them here since we are likely going to be sending these instructions to them. I hope the weight is high enough on the system chains so that it acts as a ceiling on the instruction weights. |
Based on discussion bellow: paritytech/cumulus#2934 (comment)