main,modes: add extra CQL clause option#41
Open
psarna wants to merge 1 commit intoscylladb:masterfrom
Open
Conversation
The extra-clause option allows appending a custom CQL clause to all statements in the chosen workload. Example usage: $> ./scylla-bench -mode read -workload sequential -extra-clause "using timeout 10ms" Results Time (avg): 48.997763214s Total ops: 49748 Total rows: 49748 Total errors: 50252 Operations/s: 1015.0848019658131 Rows/s: 1015.0848019658131 Latency: max: 15.040511ms 99.9th: 11.468799ms 99th: 10.027007ms 95th: 8.945663ms 90th: 8.388607ms median: 6.062079ms mean: 6.225544ms
Contributor
|
This addition seems reasonable to me, but I'd love to see someone more familiar than me with scylla-bench review this before I go ahead and commit it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The extra-clause option allows appending a custom CQL clause
to all statements in the chosen workload. Example usage: