aboutsummaryrefslogtreecommitdiff
path: root/test/benchmark_test.cc
AgeCommit message (Expand)Author
2016-02-15Add number of threads to State.Jakob Buchgraber
2015-10-09Sorted include of headers.Anton Danielsson
2015-10-09Fixed tests so they build on android.Anton Danielsson
2015-10-01use size_t instead of int for the iteration countEric Fiselier
2015-03-27Merge branch 'master' into new-benchmark-interfaceEric Fiselier
2015-03-27Add 'benchmark::DoNotOptimize(...)' to help users prevent optimizationsEric Fiselier
2015-03-27Fix column width calculation and remove duplicate testEric Fiselier
2015-03-26Change the available benchmark optionsEric Fiselier
2015-03-18add C++03 test and update READMEEric Fiselier
2015-03-17add test for benchmark with two template parametersEric Fiselier
2015-03-12add floating point comparison warningsEric Fiselier
2015-03-12Adopt new benchmark timing internals.Eric Fiselier
2015-03-11Enable UseRealTime and fix documentation for SetLabel.Dominic Hamon
2015-03-09Add filter test, remove re test, and googletest depsDominic Hamon
2015-03-06remove ifdefs around BM_FactorialEric Fiselier
2015-03-06comment out test to prevent failures.Eric Fiselier
2015-03-06The second step towards merging the timer changes.Eric Fiselier
2015-03-06Step one towards merging timer changes.Eric Fiselier
2015-02-18Fix #72 by avoiding 64-to-32-bit shorteningsDominic Hamon
2014-12-02Actually fix issue with CHECKDominic Hamon
2014-12-02Added gtest CHECK symbol to benchmark testDominic Hamon
2014-11-13Use #ifdef to protect calling Factorial in benchmark_test.ccLei Xu
2014-11-13Fix release buildsDominic Hamon
2014-10-31Remove CHECK_* from public API.Dominic Hamon
2014-08-15Check the number of benchmark tests ranMatt Clarkson
2014-08-06C++11 concurrency instead of pthreadMatt Clarkson
2014-04-17Use a new container in each round of push_back test.Shuo Chen
2014-01-07Add items/bytes processed to SetInsert benchmark testDominic Hamon
2014-01-07Multithreaded tests are reenabledDominic Hamon
2013-12-20Really drop multithreading supportDominic Hamon
2013-12-18Initial commitDominic Hamon