Skip to content

Commit

Permalink
Use 0ms delay on latency tests
Browse files Browse the repository at this point in the history
Using the larger delay appears to have negative side affects on AMD

Signed-off-by: Jack Thomson <jackabt@amazon.com>
  • Loading branch information
JackThomson2 committed Dec 11, 2024
1 parent c8fa501 commit 4e9e0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/performance/test_network_ab.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_network_latency(network_microvm, metrics):

rounds = 15
request_per_round = 30
delay = 0.2
delay = 0.0

metrics.set_dimensions(
{
Expand Down

0 comments on commit 4e9e0dc

Please sign in to comment.