aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/streaming_performance/run_benchmark_rate.py
diff options
context:
space:
mode:
Diffstat (limited to 'host/tests/streaming_performance/run_benchmark_rate.py')
-rw-r--r--host/tests/streaming_performance/run_benchmark_rate.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/tests/streaming_performance/run_benchmark_rate.py b/host/tests/streaming_performance/run_benchmark_rate.py
index 1989b6d92..141dc5dc3 100644
--- a/host/tests/streaming_performance/run_benchmark_rate.py
+++ b/host/tests/streaming_performance/run_benchmark_rate.py
@@ -40,6 +40,8 @@ def create_parser():
parser.add_argument("--random", type=str, help="Run with random values of samples in send() and recv()")
parser.add_argument("--rx_channels", type=str, help="which RX channel(s) to use")
parser.add_argument("--tx_channels", type=str, help="which TX channel(s) to use")
+ parser.add_argument("--priority", type=str, help="thread priority (normal, high)")
+ parser.add_argument("--multi_streamer", action="count", help="create a separate streamer per channel")
return parser
def parse_args():