ObolNetwork / charon

Charon (pronounced 'kharon') is a Proof of Stake Ethereum Distributed Validator Client
https://docs.obol.tech/
Other
202 stars 90 forks source link

Add `charon test performance` test command #3207

Closed KaloyanTanev closed 4 months ago

KaloyanTanev commented 4 months ago

🎯 Problem to be solved

It is not uncommon the hardware on which the cluster node is deployed to be not up to the requirements needed for a distributed validator node. Those problems can be of many different flavours - slow internet connection, underperforming storage, not enough memory, etc. It would be nice if users can test if their setup is good before setting up a distributed validator.

🛠️ Proposed solution