paritytech / cumulus

Write Parachains on Substrate
GNU General Public License v3.0
618 stars 378 forks source link

Implement XCM benchmarks for penpal. #1568

Open ruseinov opened 2 years ago

ruseinov commented 2 years ago

Original quote by @gilescope:

would be quite nice if you could run the xcm weights for the penpal runtime also. 
for that I think we would expect reserve_asset_deposited to not be Weight::MAX as it trusts everything.

Continuation of: https://github.com/paritytech/cumulus/issues/1056 https://github.com/paritytech/cumulus/pull/1454

gilescope commented 2 years ago

In testing we do xcm messages from statemine to penpal to test horizontal messages and as such it would be best if all those weights are benchmarked.