Skip to content

Commit

Permalink
update s3-benchrunner-python readme (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm authored Oct 18, 2023
1 parent 195ea86 commit b132c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/s3-benchrunner-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ optional arguments:
This is the runner for python libraries. Pass which library you want to benchmark:
* `crt`: Uses the [aws-crt-python](https://github.com/awslabs/aws-crt-python/) (the CRT bindings for python) directly.
* `boto3-python`: Uses [boto3](https://github.com/boto/boto3), with pure-python transfer manager.
* ~~boto3-crt: Uses boto3, with CRT transfer manager.~~ COMING SOON
* `boto3-crt`: Uses boto3, with CRT transfer manager.
* `cli-python`: Uses [AWS CLI](https://github.com/aws/aws-cli/), with pure-python transfer manager.
* `cli-crt`: Uses AWS CLI, with CRT transfer manager.

Expand Down

0 comments on commit b132c10

Please sign in to comment.