Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 541 Bytes

File metadata and controls

10 lines (6 loc) · 541 Bytes

HTTP/2 benchmark

this is a C program mimic the API call benchmark from aws-java-sdk-v2. https://github.com/aws/aws-sdk-java-v2/tree/master/test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apicall/httpclient

It collects how many API calls finish per second. Basically how many request can made per second.

The program connects to the local host that can be found here.

To run the benchmark, build the h2benchmark with aws-c-http as dependency. TODO: Currently the configs are all hardcoded.