aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-05-24mergeEric Fiselier
2016-05-24Formatting updatesDominic Hamon
2016-05-24Merge branch 'ismaelJimenez-complexity'Dominic Hamon
2016-05-24Merge pull request #216 from efcs/diagnostic-checksDominic Hamon
2016-05-24added SetComplexityNIsmael
2016-05-24Change --benchmark_list_tests to respect the benchmark filter.Eric Fiselier
2016-05-23Change RunSpecifiedBenchmarks to return the number of benchmarks run. Fixes #145Eric Fiselier
2016-05-23Only compile and run the C++03 test when -std=c++03 is supported. Fixes #164Eric Fiselier
2016-05-23Add SkipWithError(...) function.Eric Fiselier
2016-05-23Allow test to compile with -fno-exceptionsEric Fiselier
2016-05-23Address review commentsEric Fiselier
2016-05-23add newlineEric Fiselier
2016-05-23Add checks that <Resume|Pause>Timing functions are not called outside of the ...Eric Fiselier
2016-05-23refactor namesIsmael
2016-05-23refactor MinimalLEastSqIsmael
2016-05-21Refactor for pull requestIsmael
2016-05-21implemented complexity reportingIsmael
2016-05-20addaptation of minimal_leastsq libraryIsmael
2016-05-18implemented Complexity for O(1)Ismael
2016-05-18Added test file and Complexity() interfaceIsmael
2016-05-14added option to change range multiplierIsmael
2016-05-10Use nanoseconds instead of duration<double, milli>Billy Robert O'Neal III
2016-05-05Manual timing support.Jussi Knuuttila
2016-05-02Remove sleep.h dependency for testsKai Wolf
2016-03-29Add explanatory comment why src headers are needed in test/CMakeLists.txtKai Wolf
2016-03-26Add an additional parameter for time unitsKai Wolf
2016-02-24Include cstdlib in map_test to make sure std::rand is available whenIan Henriksen
2016-02-24Pass const State to Fixture::TearDown. Fix memory leak in fixture_testMohamed Amin JABRI
2016-02-16Merge pull request #181 from google/map_testDominic Hamon
2016-02-15Add number of threads to State.Jakob Buchgraber
2016-02-15Pass const state to Fixture::SetUp. Add map_test.Dominic Hamon
2015-10-09Sorted include of headers.Anton Danielsson
2015-10-09Use stringstream instead of atoi to avoid sign error.Anton Danielsson
2015-10-09Fixed tests so they build on android.Anton Danielsson
2015-10-06Removed unneeded #include <cstddef>izaid
2015-10-01use size_t instead of int for the iteration countEric Fiselier
2015-09-30Updates Initialize() to work with an argv as 'char**'Greg Miller
2015-09-23Custom arguments function usage with Apply - fix doc and add test.Eli Bendersky
2015-05-22Fixing cmake issue with empty cmake_build_typeDavid Coeurjolly
2015-05-13Coverage support with LCOV and GCOVMatt Clarkson
2015-04-06address more review commentsEric Fiselier
2015-04-06add ability to use benchmark filtersEric Fiselier
2015-03-31redo filter testEric Fiselier
2015-03-27merge new changes in basic_test.ccEric Fiselier
2015-03-27Merge branch 'master' into new-benchmark-interfaceEric Fiselier
2015-03-27Add 'benchmark::DoNotOptimize(...)' to help users prevent optimizationsEric Fiselier
2015-03-27Merge branch 'master' into new-benchmark-interfaceEric Fiselier
2015-03-27Fix column width calculation and remove duplicate testEric Fiselier
2015-03-26Change the available benchmark optionsEric Fiselier
2015-03-26Remove walltime implementation tests and expose less internalsEric Fiselier