openwhisk-apigateway icon indicating copy to clipboard operation
openwhisk-apigateway copied to clipboard

Capture latency baseline

Open mhamann opened this issue 8 years ago • 0 comments

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.

mhamann avatar May 23 '17 18:05 mhamann