- Notifications
You must be signed in to change notification settings - Fork927
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
26 commits Select commitHold shift + click to select a range
220edbf
feat(cli): add trafficgen command for load testing
johnstcn737b475
skip test for now
johnstcn9b26587
make fmt
johnstcnc56d84e
lint
johnstcne548892
swap order of waiting for read and write
johnstcn31ef743
close connection, add output formatting
johnstcnfafca95
do what the comment says
johnstcn65c6d88
move back under scaletest cmd
johnstcn0bfa9f6
integrate with scaletest harness
johnstcnda935a2
drain connection async
johnstcn5daa526
fix cancellation
johnstcn4f165be
handle deadline exceeded in drain
johnstcn31fa8be
address PR comments
johnstcn0817204
fixup! address PR comments
johnstcna6d7870
ACTUALLY limit traffic instead of just blasting the firehose
johnstcn935dcbd
log config
johnstcne2efeff
lint
johnstcnb105e67
chore(cli): scaletest: move logic for flushing traces into tracing pr…
johnstcn731b4db
remove unnecessary context-based I/O
johnstcn9dc28a2
refactor bytes per second to bytes per tick and tick interval
johnstcn7b98b35
rename trafficgen -> workspace-traffic
johnstcnb9c845f
make gen
johnstcn2574a00
use strategy.timeout instead of duration
johnstcn516ffa1
rm ctx from countReadWriter
johnstcn655d95a
fixup
johnstcnca8b212
Merge remote-tracking branch 'origin/main' into cj/scaletest-trafficgen
johnstcnFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
swap order of waiting for read and write
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commite5488922db334554a8a0f3b47c8122ee3f9de23c
There are no files selected for viewing
6 changes: 3 additions & 3 deletionscli/trafficgen.go
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.