Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve curl_for_latency.sh by re-using a TCP connection between requests, removing the noise and delay of the initial connection to better simulate a real-life use case. #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

neilferreira
Copy link

Case number: 13875838791

Description of changes:

In a "real life" example where a client would interact with an edge-optimised API, steps 1-3 of this guide is likely to be cached.

By re-using the TCP connection in this script it better pinpoints the increased latency within the connection between CloudFront and API Gateway.

…quests, removing the noise and delay of the initial connection to better simulate a real-life use case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant