Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load testing #250

Closed
Tracked by #249
Mirko-von-Leipzig opened this issue Apr 20, 2022 · 0 comments · Fixed by #274
Closed
Tracked by #249

Load testing #250

Mirko-von-Leipzig opened this issue Apr 20, 2022 · 0 comments · Fixed by #274

Comments

@Mirko-von-Leipzig
Copy link
Contributor

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:

  1. Throughput of RPC queries individually
  2. Throughput of several mixes of queries
    maybe under various conditions, although this would need to be done by the tester:
  3. sync'ing from genesis
  4. sync'ing in the middle
  5. at head of chain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant