aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Koo <steven.koo@ni.com>2022-05-26 09:11:02 -0500
committerAaron Rossetto <aaron.rossetto@ni.com>2022-06-10 13:24:05 -0500
commitb3ac81878bd86b19df61eada22143de8b9d286fd (patch)
tree0c45078320858f17cbf49a9c847ec5cc7bef1a9c
parentb32b5313264a032f080eacd99f6223705dff4965 (diff)
downloaduhd-b3ac81878bd86b19df61eada22143de8b9d286fd.tar.gz
uhd-b3ac81878bd86b19df61eada22143de8b9d286fd.tar.bz2
uhd-b3ac81878bd86b19df61eada22143de8b9d286fd.zip
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 <steven.koo@ni.com>
-rw-r--r--host/tests/pytests/test_streaming.py1
1 files changed, 1 insertions, 0 deletions
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: