mirror of
https://github.com/google/benchmark.git
synced 2025-03-15 19:50:09 +08:00
Merge pull request #508 from google/master
Merge recent changes into v2 branch.
This commit is contained in:
commit
1f89d1ca54
@ -2,6 +2,7 @@
|
||||
[](https://travis-ci.org/google/benchmark)
|
||||
[](https://ci.appveyor.com/project/google/benchmark/branch/master)
|
||||
[](https://coveralls.io/r/google/benchmark)
|
||||
[](https://slackin-iqtfqnpzxd.now.sh/)
|
||||
|
||||
A library to support the benchmarking of functions, similar to unit-tests.
|
||||
|
||||
@ -38,6 +39,9 @@ dependency can be provided three ways:
|
||||
* Otherwise, if nothing is done, CMake will use `find_package(GTest REQUIRED)`
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user