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
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: