darwinia icon indicating copy to clipboard operation
darwinia copied to clipboard

The `try-runtime` and the `runtime-benchmarks` cannot be used simultaneously.

Open aurexav opened this issue 1 year ago • 2 comments

https://github.com/darwinia-network/darwinia/blob/336c98af839cacbc1163acc030b776f1edcfa6b1/runtime/darwinia/src/lib.rs#L95-L106

aurexav avatar Aug 30 '23 03:08 aurexav

@boundless-forest do you remember why we need this runtime version patch for benchmarking?

aurexav avatar Aug 30 '23 03:08 aurexav

https://github.com/darwinia-network/darwinia/pull/1158

To make the benchmark call dispatch successful, the spec_version required to be the same as the hard-coded one in the messsage benchmark script. So introduced another VERSION under benchmark feature.

boundless-forest avatar Aug 30 '23 03:08 boundless-forest