-
Notifications
You must be signed in to change notification settings - Fork 124
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
Support multipart-put benchmarking #383
base: master
Are you sure you want to change the base?
Conversation
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.
You don't like warp multipart
?
Proposed solution is aimed to benchmark uploading of multiple multipart objects concurrently. It periodically creates new multipart uploads and concurrently uploads parts. So proposed |
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.
Sorry about the name change. Rest should be trivial.
Co-authored-by: Klaus Post <klauspost@gmail.com>
Co-authored-by: Klaus Post <klauspost@gmail.com>
Co-authored-by: Klaus Post <klauspost@gmail.com>
Just updated PR. I renamed both multipart_upload.go files to multipart_put.go as well. |
Updated it once again. |
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.
ltgm 👍🏼
Proposed solution (
warp multipart-put
) is aimed to benchmark uploading of multiple multipart objects concurrently. It periodically creates new multipart uploads and concurrently uploads parts.