diff options
author | Steven Koo <steven.koo@ni.com> | 2022-05-26 09:11:02 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-06-10 13:24:05 -0500 |
commit | b3ac81878bd86b19df61eada22143de8b9d286fd (patch) | |
tree | 0c45078320858f17cbf49a9c847ec5cc7bef1a9c | |
parent | b32b5313264a032f080eacd99f6223705dff4965 (diff) | |
download | uhd-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.py | 1 |
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: |