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
How do we simulate latency for AWS instances within one region ? Do we need to simulate it at all, given the time conditions ? We should at least explore the naive solution of adding a time.Sleep(100 * time.Millisecond) at the network level and see how it compares without.
The text was updated successfully, but these errors were encountered:
How do we simulate latency for AWS instances within one region ? Do we need to simulate it at all, given the time conditions ? We should at least explore the naive solution of adding a
time.Sleep(100 * time.Millisecond)
at the network level and see how it compares without.The text was updated successfully, but these errors were encountered: