-
Notifications
You must be signed in to change notification settings - Fork 364
Storage stress testing utilities and blob stress test executable #5169
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
Open
Jocelyn (jaschrep-msft)
wants to merge
23
commits into
Azure:main
Choose a base branch
from
jaschrep-msft:feature/storage/stress-testing-2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 9 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
562598a
initial framework port
jaschrep-msft c115519
initial blobs stress port
jaschrep-msft b83b00b
dead file
jaschrep-msft 66ee41d
byte copy fix
jaschrep-msft f00058b
arg parsing
jaschrep-msft f116567
global args
jaschrep-msft 87704bb
bugfix
jaschrep-msft 20ae40f
comment
jaschrep-msft 4b9f8c3
output and logging
jaschrep-msft 9b45e20
dead code
jaschrep-msft bd56e5b
rename
jaschrep-msft 0995241
runner error handling
jaschrep-msft ab55931
fix zero parallelism
jaschrep-msft c883371
fixes
jaschrep-msft 468197a
fixes and standardizing dependencies
jaschrep-msft c9fe96a
clippy
jaschrep-msft 2daa4b6
cspell
jaschrep-msft 4f026be
force crc-fast 1.9.0
jaschrep-msft a18fdf4
spelling
jaschrep-msft 3efbb12
improved tests
jaschrep-msft f6ebaac
cspell
jaschrep-msft d10e7a3
log -> tracing
jaschrep-msft 412fbf2
crc-fast versioning
jaschrep-msft 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
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| [package] | ||
| name = "azure_storage_stress" | ||
| version = "0.1.0" | ||
|
jaschrep-msft marked this conversation as resolved.
|
||
| authors.workspace = true | ||
| edition.workspace = true | ||
| license.workspace = true | ||
| repository.workspace = true | ||
| rust-version.workspace = true | ||
|
|
||
| [dependencies] | ||
| async-trait.workspace = true | ||
| azure_core = { path = "../../core/azure_core", version = "1.2.0-beta.1", features = ["xml"] } | ||
| azure_core_test = { path = "../../core/azure_core_test", features = ["tracing"] } | ||
| bytes.workspace = true | ||
| clap = { workspace = true, features = ["derive"] } | ||
| crc-fast = "1.9.0" | ||
| futures.workspace = true | ||
| log = "0.4.33" | ||
| pin-project.workspace = true | ||
| rand.workspace = true | ||
| serde.workspace = true | ||
| serde_json.workspace = true | ||
| tokio = { workspace = true, features = ["rt"] } | ||
|
|
||
| [lints] | ||
| workspace = true | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.