-
Notifications
You must be signed in to change notification settings - Fork 888
feat(cli): add trafficgen command for load testing #7307
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
220edbf
feat(cli): add trafficgen command for load testing
johnstcn 737b475
skip test for now
johnstcn 9b26587
make fmt
johnstcn c56d84e
lint
johnstcn e548892
swap order of waiting for read and write
johnstcn 31ef743
close connection, add output formatting
johnstcn fafca95
do what the comment says
johnstcn 65c6d88
move back under scaletest cmd
johnstcn 0bfa9f6
integrate with scaletest harness
johnstcn da935a2
drain connection async
johnstcn 5daa526
fix cancellation
johnstcn 4f165be
handle deadline exceeded in drain
johnstcn 31fa8be
address PR comments
johnstcn 0817204
fixup! address PR comments
johnstcn a6d7870
ACTUALLY limit traffic instead of just blasting the firehose
johnstcn 935dcbd
log config
johnstcn e2efeff
lint
johnstcn b105e67
chore(cli): scaletest: move logic for flushing traces into tracing pr…
johnstcn 731b4db
remove unnecessary context-based I/O
johnstcn 9dc28a2
refactor bytes per second to bytes per tick and tick interval
johnstcn 7b98b35
rename trafficgen -> workspace-traffic
johnstcn b9c845f
make gen
johnstcn 2574a00
use strategy.timeout instead of duration
johnstcn 516ffa1
rm ctx from countReadWriter
johnstcn 655d95a
fixup
johnstcn ca8b212
Merge remote-tracking branch 'origin/main' into cj/scaletest-trafficgen
johnstcn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixup
- Loading branch information
commit 655d95aaaaead9f720f059e9231444e1aa63d836
There are no files selected for viewing
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
review: I'm assuming all of this wants to be sorted alphabetically.