-
Notifications
You must be signed in to change notification settings - Fork 59
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
Create a tool for local benchmarks #176
Comments
Let's create a document to design and brainstorming the approach of the tool to be used and the way we can test it pre-releasing the driver. In this sprint we will start only with high level design and research. |
@roydahan Just to be sure we are on the same page: |
We can record some traffic and inject it into |
We can use Scylla-bench, but I wanted to explore more ideas. |
Sounds interesting, can you elaborate or refer us to something similar? |
@sylwiaszunejko implemented it at #308 , so now we have traffic snippets we can run completely local test against, basically emulating cluster (single node cluster) behavior. |
There is a need for a tool to do local benchmarks to make sure the performance is not regressing when adding new features, merging upstream etc.
The text was updated successfully, but these errors were encountered: