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
1f89d1ca
Unverified
Commit
1f89d1ca
authored
Jan 04, 2018
by
Eric
Committed by
GitHub
Jan 04, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #508 from google/master
Merge recent changes into v2 branch.
parents
3d8dbc69
052421c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
README.md
README.md
+4
-0
No files found.
README.md
View file @
1f89d1ca
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
[

](https://travis-ci.org/google/benchmark)
[

](https://travis-ci.org/google/benchmark)
[

](https://ci.appveyor.com/project/google/benchmark/branch/master)
[

](https://ci.appveyor.com/project/google/benchmark/branch/master)
[

](https://coveralls.io/r/google/benchmark)
[

](https://coveralls.io/r/google/benchmark)
[

](https://slackin-iqtfqnpzxd.now.sh/)
A library to support the benchmarking of functions, similar to unit-tests.
A library to support the benchmarking of functions, similar to unit-tests.
...
@@ -38,6 +39,9 @@ dependency can be provided three ways:
...
@@ -38,6 +39,9 @@ dependency can be provided three ways:
*
Otherwise, if nothing is done, CMake will use
`find_package(GTest REQUIRED)`
*
Otherwise, if nothing is done, CMake will use
`find_package(GTest REQUIRED)`
to resolve the required GTest dependency.
to resolve the required GTest dependency.
If you do not wish to build and run the tests, add
`-DBENCHMARK_ENABLE_GTEST_TESTS=OFF`
to
`CMAKE_ARGS`
.
## Installation Guide
## Installation Guide
...
...
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