Skip to content

Commit

Permalink
grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Oct 18, 2023
1 parent 1406792 commit f54edde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runners/s3-benchrunner-python/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# s3-benchrunner-cli

```
usage: s3-benchrunner-python/main.py [-h] [--verbose] {crt,boto3-python,cli-python,cli-crt} BENCHMARK BUCKET REGION TARGET_THROUGHPUT
usage: main.py [-h] [--verbose] {crt,boto3-python,cli-python,cli-crt} BENCHMARK BUCKET REGION TARGET_THROUGHPUT
Python benchmark runner. Pick which S3 library to use.
Expand Down Expand Up @@ -80,7 +80,7 @@ python3 -m pip install --upgrade "boto3[crt]"

## Building locally

To test against in-development of these libraries, install from source:
To test against the bleeding edge, install these libraries from source.

First, create a virtual environment, to isolate your dev versions from system defaults:
```sh
Expand Down

0 comments on commit f54edde

Please sign in to comment.