Merge pull request #169 from vladon/patch-2

Google benchmark lib
This commit is contained in:
Faraz Fallahi
2015-12-21 19:20:11 -06:00

View File

@@ -223,6 +223,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
## Debug
*Debugging Libraries, Memory Leak and Resource Leak Detection, Unit Testing*
* [benchmark](https://github.com/google/benchmark) - Google provided small microbenchmark support library. [Apache2]
* [Boost.Test](http://www.boost.org/doc/libs/master/libs/test/doc/html/index.html) - Boost Test Library. [Boost]
* [Catch](https://github.com/philsquared/Catch) - A modern, C++-native, header-only, framework for unit-tests, TDD and BDD. [Boost]
* [Celero](https://github.com/DigitalInBlue/Celero) - C++ Benchmarking Framework. [Apache2]