Skip to content

Commit 0e36ec4

Browse files
JackThomson2roypat
authored andcommitted
Use 0ms delay on latency tests
Using the larger delay appears to have negative side affects on AMD Signed-off-by: Jack Thomson <[email protected]>
1 parent 4969e47 commit 0e36ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/performance/test_network_ab.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_network_latency(network_microvm, metrics):
6262

6363
rounds = 15
6464
request_per_round = 30
65-
delay = 0.2
65+
delay = 0.0
6666

6767
metrics.set_dimensions(
6868
{

0 commit comments

Comments
 (0)