You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message(INFO " h2benchmark will be built with shared libs, but you may need to set LD_LIBRARY_PATH=${CMAKE_INSTALL_PREFIX}/lib to run the application")
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
4
+
5
+
It collects how many API calls finish per second. Basically how many request can made per second.
6
+
7
+
The program connects to the local host that can be found [here](../../tests/py_localhost).
8
+
9
+
To run the benchmark, build the h2benchmark with aws-c-http as dependency.
0 commit comments