Skip to content

Commit

Permalink
Update documentation of benchmark_filter
Browse files Browse the repository at this point in the history
It should now match reality.
  • Loading branch information
dominichamon authored Dec 13, 2018
1 parent 47a5f77 commit 507e4b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/benchmark.cc
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ DEFINE_bool(benchmark_list_tests, false,

DEFINE_string(benchmark_filter, ".",
"A regular expression that specifies the set of benchmarks "
"to execute. If this flag is empty, no benchmarks are run. "
"If this flag is the string \"all\", all benchmarks linked "
"into the process are run.");
"to execute. If this flag is empty, or if this flag is the "
"string \"all\", all benchmarks linked into the binary are "
"run.");

DEFINE_double(benchmark_min_time, 0.5,
"Minimum number of seconds we should run benchmark before "
Expand Down

0 comments on commit 507e4b1

Please # to comment.