aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/benchmark_rate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/examples/benchmark_rate.cpp')
-rw-r--r--host/examples/benchmark_rate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/benchmark_rate.cpp b/host/examples/benchmark_rate.cpp
index 3db5b88a0..673649ddb 100644
--- a/host/examples/benchmark_rate.cpp
+++ b/host/examples/benchmark_rate.cpp
@@ -371,7 +371,7 @@ int UHD_SAFE_MAIN(int argc, char* argv[])
// NOTE: TX delay defaults to 0.25 seconds to allow the buffer on the device to fill completely
("tx_delay", po::value<double>(&tx_delay)->default_value(0.25), "delay before starting TX in seconds")
("rx_delay", po::value<double>(&rx_delay)->default_value(0.05), "delay before starting RX in seconds")
- ("priority", po::value<std::string>(&priority)->default_value("high"), "thread priority (high, normal)")
+ ("priority", po::value<std::string>(&priority)->default_value("normal"), "thread priority (normal, high)")
;
// clang-format on
po::variables_map vm;