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:
parent
f3358259d6
commit
422c9d6c7b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ config BENCHMARK_NUM_THREADS
|
||||||
|
|
||||||
config BENCHMARK_VERBOSE
|
config BENCHMARK_VERBOSE
|
||||||
bool "Display detailed results"
|
bool "Display detailed results"
|
||||||
default y
|
default n
|
||||||
help
|
help
|
||||||
This option displays the average time of all the iterations done for
|
This option displays the average time of all the iterations done for
|
||||||
each thread in the tests. This generates large amounts of output. To
|
each thread in the tests. This generates large amounts of output. To
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue