You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one wants to use a custom Substrate ref for benchmarking a Polkadot PR, allow that through PATCH_SUBSTRATE. e.g. if I want to use PR #11375 I'd say /cmd queue -v PATCH_SUBSTRATE=refs/pull/11375/merge -c bench-bot $ runtime westend-dev pallet_balances. This can be useful for companion PRs because they're not compiling before their dependencies are merged.
The text was updated successfully, but these errors were encountered:
Originally from paritytech/bench-bot#61
If one wants to use a custom Substrate ref for benchmarking a Polkadot PR, allow that through
PATCH_SUBSTRATE
. e.g. if I want to use PR #11375 I'd say/cmd queue -v PATCH_SUBSTRATE=refs/pull/11375/merge -c bench-bot $ runtime westend-dev pallet_balances
. This can be useful for companion PRs because they're not compiling before their dependencies are merged.The text was updated successfully, but these errors were encountered: