handel
handel copied to clipboard
Real / Faked Latency for AWS ?
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.