mirror of
https://github.com/google/benchmark.git
synced 2025-04-29 06:20:32 +08:00
enable colors by default
This commit is contained in:
parent
83beb03e00
commit
650b94a915
@ -61,7 +61,7 @@ DEFINE_int32(benchmark_repetitions, 1,
|
||||
"The number of runs of each benchmark. If greater than 1, the "
|
||||
"mean and standard deviation of the runs will be reported.");
|
||||
|
||||
DEFINE_bool(color_print, false, "Enables colorized logging.");
|
||||
DEFINE_bool(color_print, true, "Enables colorized logging.");
|
||||
|
||||
DEFINE_int32(v, 0, "The level of verbose logging to output");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user