filecoin-project / lotus

Reference implementation of the Filecoin protocol, written in Go
https://lotus.filecoin.io/
Other
2.85k stars 1.27k forks source link

Add RPC Stress Testing Tool (lotus-bench rpc) to lotus-ec2-tools Testing and Server Deployment Framework #11102

Open snissn opened 1 year ago

snissn commented 1 year ago

User Story

As a developer working on the Filecoin network, I want to have a stress testing tool (lotus-bench rpc) integrated into the lotus-ec2-tools testing and server deployment framework. This tool will allow us to perform comprehensive stress tests on the RPC methods of the Filecoin network, identify and address performance issues, and ensure the health and stability of the network with each lotus release.

Acceptance Criteria

Technical Breakdown

Deliverables

Future Work

snissn commented 1 year ago

This is the relevant PR that created the lotus bench features used for this PR - https://github.com/filecoin-project/lotus/pull/10761 - ( created by @fridrik01 great work thank you!! )