Skip to content

Commit

Permalink
Add basic usage example (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost authored Jun 1, 2020
1 parent f73dfdd commit bd5557a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ of objects using `--encrypt`. A random key will be generated and used for object

`warp command [options]`

Example running a mixed type benchmark against 8 servers named `s3-server-1` to `s3-server-8`
on port 9000 with the provided keys:

`warp mixed --host=s3-server{1...8}:9000 --access-key=minio --secret-key=minio123 --autoterm`

This will run the benchmark for up to 5 minutes and print the results.

# Benchmarks

All benchmarks operate concurrently.
Expand Down

0 comments on commit bd5557a

Please sign in to comment.