This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Create hostperfcheck
subcommand
#4196
Labels
J0-enhancement
An additional feature request.
T4-parachains_engineering
This PR/Issue is related to Parachains performance, stability, maintenance.
Problem outline:
Currently there is no way of knowing if a machine is powerful enough to run a validator, especiall in the presence of disputes which cause additional load besides the regular block production scheme.
Pvf compilation is the most expensive component here, pvf execution can be guaranteed to not time out and as a consequence disputes not being voted on.
Proposal:
Add a subcommand that does execute a example wasm compilation and measures the time, such that validator operators know if their setup is performant enough.
Consideration:
Running this check by default on the first run and bail if insufficient might make sense.
The text was updated successfully, but these errors were encountered: