Commit 1d53e5e0 by Ryan Committed by Dominic Hamon

Clarified output formats (#241)

parent 3fdd76bd
...@@ -382,7 +382,7 @@ static void BM_test(benchmark::State& state) { ...@@ -382,7 +382,7 @@ static void BM_test(benchmark::State& state) {
## Output Formats ## Output Formats
The library supports multiple output formats. Use the The library supports multiple output formats. Use the
`--benchmark_format=<tabular|json>` flag to set the format type. `tabular` is `--benchmark_format=<tabular|json|csv>` flag to set the format type. `tabular` is
the default format. the default format.
The Tabular format is intended to be a human readable format. By default The Tabular format is intended to be a human readable format. By default
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment