From b3ac81878bd86b19df61eada22143de8b9d286fd Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Thu, 26 May 2022 09:11:02 -0500 Subject: ci: set benchmark rate priority to high This change increases the benchmark rate priority to high, which reduces the jitter. This prevents UI interactions from causing overruns and underruns. Signed-off-by: Steven Koo --- host/tests/pytests/test_streaming.py | 1 + 1 file changed, 1 insertion(+) (limited to 'host') diff --git a/host/tests/pytests/test_streaming.py b/host/tests/pytests/test_streaming.py index 55abb9153..98554640b 100644 --- a/host/tests/pytests/test_streaming.py +++ b/host/tests/pytests/test_streaming.py @@ -246,6 +246,7 @@ def test_streaming(pytestconfig, dut_type, use_dpdk, dual_SFP, rate, rx_rate, rx benchmark_rate_params = { "args": device_args, "duration": duration, + "priority": "high", } if rx_channels: -- cgit v1.2.3