-
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
examples: add a benchmark end-to-end example #40
Comments
Example for Alternator with loaders from @nuivall |
@nuivall I need your opinion on this, what do you think is best way to approach this? I have created some time ago Terraform modules for benchmarking - terraform-aws-scylla-bench (complementary to a AWS deployment module - terraform-aws-scylla). What are your intentions with alternator-dynamo-bench, do you want to unify those efforts somehow, or you would like to keep them separate? There are a lot of pros/cons regarding both directions, thus the question. |
The goal for alternator-dynamo-bench was just to present some alternative. Currently I am not planning to improve it, unless it is needed for something (one example could be if we publish alternator results and want to bundle them with some easily reproducible solution, but it won't happen in a near future). Long term I think a modular solution which allows to choose which benchmark and which deployment (cloud vs direct aws) could be useful. |
lets start with the popular cassandra-stress for the loader. |
sent a draft - #57 |
Such an example should:
For a similar example in Ansible see
https://github.com/scylladb/cassandra-test-and-deploy
The text was updated successfully, but these errors were encountered: