-
Notifications
You must be signed in to change notification settings - Fork 10
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
Benchmarking #19
Comments
A tool worth trying out for benchmark & load testing is https://www.paradigm.xyz/2023/06/flood |
Let's start benchmarking using the flood tool https://github.com/paradigmxyz/flood @m-Peter can you take this on and share here suggested strategy to benchmark and to stress-test. Start by running everything against local emulator and EVM GW. After the test also inspect the output logs for any potential issues during the tests (unknown bugs). |
@sideninja Sure thing 👍 I will get started on this, to get a feel of how it works and whether it works for our use-case, and will then share the findings. |
Implement benchmarking tests for event indexing to gauge scalability of the solution.
The more concerning aspect of the scalability is query access of the storage as the size of the data grows. The aspect of keeping up with the events emitted related to EVM execution is not concerning.
We should also implement loaders that test the whole system on the benchmarking network (benchnet) which would be part of e2e testing.
The text was updated successfully, but these errors were encountered: