apache / apache/openwhisk-apigateway
Capture latency baseline
Open
documentation
- Dominant language
- Lua
- Stars
- 65
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
We want to be able to make some baseline statements about the gateway's overall performance. One place to start is how much latency it adds with a barebones configuration.
Approach:
- Make a call to some REST API directly and measure the response time.
- Make the same call via the API gateway and measure that response time.
- Subtract the first measurement from the second.
Contributor guide
Assessment
This issue has not been assessed yet.