Skip to content

Commit

Permalink
Merge branch 'main' into update-to-main-rust-tm
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Aug 12, 2024
2 parents 6e34bff + a3e59ae commit 01e3e2a
Show file tree
Hide file tree
Showing 9 changed files with 191 additions and 180 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Lint s3-benchrunner-java
run: python scripts/lint.py java

- name: Lint s3-benchrunner-rust
run: python scripts/lint.py rust

- name: Check that workload.run.json files are up to date
# build workloads and see if any files change
run: |
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ First, clone this repo.
Then install the [requirements](#requirements) listed above.
On Amazon Linux 2023, you can simply run this script:
```sh
sudo ./aws-crt-s3-benchmarks/scripts/install-tools-AL2023.py
./aws-crt-s3-benchmarks/scripts/install-tools-AL2023.py
```

Then, install packages needed by the python scripts:
Expand Down Expand Up @@ -85,6 +85,7 @@ Here are the IDs used for various S3 Clients, and the runner you must build to b
| `sdk-cpp-client-crt` | [aws-sdk-cpp](https://github.com/aws/aws-sdk-cpp) with S3CrtClient | `cpp` | [runners/s3-benchrunner-cpp](runners/s3-benchrunner-cpp/) |
| `sdk-cpp-client-classic` | [aws-sdk-cpp](https://github.com/aws/aws-sdk-cpp) with (non-CRT) S3Client | `cpp` | [runners/s3-benchrunner-cpp](runners/s3-benchrunner-cpp/) |
| `sdk-cpp-tm-classic` | [aws-sdk-cpp](https://github.com/aws/aws-sdk-cpp) with (non-CRT) TransferManager | `cpp` | [runners/s3-benchrunner-cpp](runners/s3-benchrunner-cpp/) |
| `sdk-rust-tm` | [aws-s3-transfer-manager-rs](https://github.com/awslabs/aws-s3-transfer-manager-rs/) | `rust` | [runners/s3-benchrunner-rust](runners/s3-benchrunner-rust/) |
### Build a Runner
Expand Down
Loading

0 comments on commit 01e3e2a

Please sign in to comment.