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
Create a simple load testing application which tests the throughput of our RPC API under various conditions.
We currently have no idea what throughput to expect, but a user reported getting only 25 requests per second throughput (which is not great). This load test was done using locust, a python load testing framework. Rust has a similar framework goose which we could use as a starting point.
The testing process can (and probably should) be manual. Things to test would be:
Throughput of RPC queries individually
Throughput of several mixes of queries
maybe under various conditions, although this would need to be done by the tester:
sync'ing from genesis
sync'ing in the middle
at head of chain
The text was updated successfully, but these errors were encountered:
Create a simple load testing application which tests the throughput of our RPC API under various conditions.
We currently have no idea what throughput to expect, but a user reported getting only 25 requests per second throughput (which is not great). This load test was done using locust, a python load testing framework. Rust has a similar framework goose which we could use as a starting point.
The testing process can (and probably should) be manual. Things to test would be:
maybe under various conditions, although this would need to be done by the tester:
The text was updated successfully, but these errors were encountered: