Skip to content
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

Add POST object put benchmark #338

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

klauspost
Copy link
Collaborator

Add --post parameter to warp put, which will use Form POST Object API.

Example

λ warp put -tls -post -duration=15s -obj.size=1KB
warp: Benchmark data written to "warp-put-2024-09-11[115431]-4IRH.csv.zst"

----------------------------------------
Operation: POST. Concurrency: 20
* Average: 0.12 MiB/s, 122.12 obj/s

Throughput, split into 13 x 1s:
 * Fastest: 127.5KiB/s, 130.61 obj/s
 * 50% Median: 120.9KiB/s, 123.78 obj/s
 * Slowest: 102.0KiB/s, 104.48 obj/s
warp: Cleanup Done.

Add `--post` parameter to `warp put`, which will use Form POST Object API.

Example
```
λ warp put -tls -post -duration=15s -obj.size=1KB
warp: Benchmark data written to "warp-put-2024-09-11[115431]-4IRH.csv.zst"

----------------------------------------
Operation: POST. Concurrency: 20
* Average: 0.12 MiB/s, 122.12 obj/s

Throughput, split into 13 x 1s:
 * Fastest: 127.5KiB/s, 130.61 obj/s
 * 50% Median: 120.9KiB/s, 123.78 obj/s
 * Slowest: 102.0KiB/s, 104.48 obj/s
warp: Cleanup Done.
```
@harshavardhana harshavardhana merged commit 98c37ba into minio:master Sep 11, 2024
9 checks passed
@klauspost klauspost deleted the add-post-object-upload branch September 11, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants