openwhisk-apigateway
openwhisk-apigateway copied to clipboard
Capture latency baseline
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.