From 5a8865a318325acfc79ff2c267e3c1e522fc2b7d Mon Sep 17 00:00:00 2001 From: Vladislav Yaroslavlev Date: Mon, 21 Dec 2015 16:32:33 +0300 Subject: [PATCH] Google benchmark lib --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e21b0a2..6860792 100644 --- a/README.md +++ b/README.md @@ -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]