aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoman Lebedev <lebedev.ri@gmail.com>2019-12-01 13:42:52 +0300
committerRoman Lebedev <lebedev.ri@gmail.com>2019-12-01 13:42:52 +0300
commit318d07113de67343127d0f980da7edfd763ab4a3 (patch)
tree68b9c6ba817f6431303e09a4ea8679c14ddbe458 /README.md
parentdaf276ff940a0d6642c0c099b0e4a6ad7732eda8 (diff)
downloadgoogle-benchmark-318d07113de67343127d0f980da7edfd763ab4a3.tar.gz
README.md: a few adjustments after #894
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 62d3f4e..d972ab0 100644
--- a/README.md
+++ b/README.md
@@ -294,8 +294,8 @@ too (`-lkstat`).
### Output Formats
The library supports multiple output formats. Use the
-`--benchmark_format=<console|json|csv>` (or set the
-`BENCHMARK_FORMAT=<console|json|csv>` environment variable) flag to set
+`--benchmark_format=<console|json|csv>` flag (or set the
+`BENCHMARK_FORMAT=<console|json|csv>` environment variable) to set
the format type. `console` is the default format.
The Console format is intended to be a human readable format. By default
@@ -381,7 +381,7 @@ Write benchmark results to a file with the `--benchmark_out=<filename>` option
Benchmarks are executed by running the produced binaries. Benchmarks binaries,
by default, accept options that may be specified either through their command
line interface or by setting environment variables before execution. For every
-`--option_flag=<value>` CLI swich, a corresponding environment variable
+`--option_flag=<value>` CLI switch, a corresponding environment variable
`OPTION_FLAG=<value>` exist and is used as default if set (CLI switches always
prevails). A complete list of CLI options is available running benchmarks
with the `--help` switch.