Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
benchmark
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
benchmark
Commits
318d0711
Unverified
Commit
318d0711
authored
Dec 01, 2019
by
Roman Lebedev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README.md: a few adjustments after #894
parent
daf276ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
318d0711
...
...
@@ -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 swi
t
ch, 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment