1
0
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:
Eric Fiselier 2015-03-12 15:11:56 -04:00
parent 83beb03e00
commit 650b94a915

View File

@ -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");