tests: benchmarks: wait_queues: Turn off verbose output

Turn off verbose output by default as described in the README.

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
This commit is contained in:
Dmitrii Golovanov 2024-12-17 17:54:34 +01:00 committed by Benjamin Cabé
commit 422c9d6c7b

View file

@ -23,7 +23,7 @@ config BENCHMARK_NUM_THREADS
config BENCHMARK_VERBOSE
bool "Display detailed results"
default y
default n
help
This option displays the average time of all the iterations done for
each thread in the tests. This generates large amounts of output. To