Skip to content

Commit

Permalink
Wrap text
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Mar 27, 2024
1 parent 82a2ab9 commit ee2d994
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/benchmarks/service-benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ This section describes how the benchmarks actually work at a high level:

These benchmarks select a handful of services to test against. The selection criterion is the top 7 services by traffic
coming from the AWS SDK for Kotlin (i.e., not from other SDKs, console, etc.). As of 7/28, those top 7 services are S3,
SNS, STS, CloudWatch, CloudWatch Events, DynamoDB, and Pinpoint (in descending order). However, Pinpoint has strict throttles that make benchmarking impossible, so Secrets Manager is selected instead.
SNS, STS, CloudWatch, CloudWatch Events, DynamoDB, and Pinpoint (in descending order). However, Pinpoint has strict
throttles that make benchmarking impossible, so Secrets Manager is selected instead.

For each service, two APIs are selected roughly corresponding to a read and a write operation (e.g., S3::HeadObject is
a read operation and S3::PutObject is a write operation). Efforts are made to ensure that the APIs selected are the top
Expand Down

0 comments on commit ee2d994

Please sign in to comment.