aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-07-04Make Benchmark a single header library (but not header-only) (#407)Eric
2017-06-14Add ClearRegisteredBenchmark() function. (#402)Eric
2017-06-02Fix #342: DoNotOptimize causes compile errors on older GCC versions. (#398)Eric
2017-05-03Trying again to fix error caused by -Wunused-function.Joao Paulo Magalhaes
2017-05-02Fix pragma clang ignore with gcc.Joao Paulo Magalhaes
2017-05-02Fix dropped-style elses.Joao Paulo Magalhaes
2017-05-02Fix (that is, ignore) clang compile error.Joao Paulo Magalhaes
2017-05-02Extend tabular counter tests to different counter sets.Joao Paulo Magalhaes
2017-05-02Add unit test for counter sets.Joao Paulo Magalhaes
2017-05-02Add test for tabular output of rate counters.Joao Paulo Magalhaes
2017-05-02Add first unit test for benchmark_tabular_counters.Joao Paulo Magalhaes
2017-05-02Fix: --benchmark_counters_tabular was not being passed to tests.Joao Paulo Magalhaes
2017-05-01Add output_test.h to output_test_helper for VisualStudio editing.Joao Paulo Magalhaes
2017-05-01Improve some comments.Joao Paulo Magalhaes
2017-05-01Make Results::GetTime() receive an enum.Joao Paulo Magalhaes
2017-05-01CHECK_BENCHMARK_RESULTS() was too inconspicuous.Joao Paulo Magalhaes
2017-05-01Fix brace formatting (Habits die hard!).Joao Paulo Magalhaes
2017-05-01Fix VS warning.Joao Paulo Magalhaes
2017-05-01CHECK(): rename EPS to FLOAT for consistency with googletest style.Joao Paulo Magalhaes
2017-04-29Fix VS2013 quirk.Joao Paulo Magalhaes
2017-04-29Fix g++-4.8 compile errors.Joao Paulo Magalhaes
2017-04-29Remove whitespace.Joao Paulo Magalhaes
2017-04-29Add missing include of stringstream.Joao Paulo Magalhaes
2017-04-29Add missing include for providing std::function.Joao Paulo Magalhaes
2017-04-29Remove unused prototype.Joao Paulo Magalhaes
2017-04-29Rename ResultsCheckerEntry to Results.Joao Paulo Magalhaes
2017-04-29Adopt standard style.Joao Paulo Magalhaes
2017-04-29Result checking: move some function definitions to source file.Joao Paulo Magalhaes
2017-04-29Fix expected values of user counters as rates in unit tests.Joao Paulo Magalhaes
2017-04-29Add (currently failing) tests for user counters with threads.Joao Paulo Magalhaes
2017-04-29Fix ResultsCheckerEntry::NumThreads()Joao Paulo Magalhaes
2017-04-29Make result checkers execute on all regex-matching benchmarks.Joao Paulo Magalhaes
2017-04-29Add log of the benchmark name when checking results.Joao Paulo Magalhaes
2017-04-29Avoid compiler-specific pragmas in result check macros.Joao Paulo Magalhaes
2017-04-28User counters: add more tests.Joao Paulo Magalhaes
2017-04-28Results check: add checks with epsilon.Joao Paulo Magalhaes
2017-04-28ResultsCheckerEntry: add more getter functions.Joao Paulo Magalhaes
2017-04-28Use const char* instead of std::string in entry name lookup.Joao Paulo Magalhaes
2017-04-28Remove some whitespace.Joao Paulo Magalhaes
2017-04-28Unit testing: add facilities to check benchmark results.Joao Paulo Magalhaes
2017-04-27User counters: add more unit tests. ...Joao Paulo Magalhaes
2017-04-27User counter tests: first version.Joao Paulo Magalhaes
2017-04-27Reporter tests: reuse csv header.Joao Paulo Magalhaes
2017-04-20fix for android NDK r10e (#375)Dmitry Trifonov
2017-04-18fix android compilation (#372)Dmitry Trifonov
2017-04-17Add Benchmark::Iterations for explicit iteration count control - Fixes #370 (...Eric
2017-04-17Enable <cassert> by removing -DNDEBUG when running the tests.Eric Fiselier
2017-03-27Fix ICC compiler warnings (#358)rolandschulz
2017-03-01Add user-defined counters. (#262)jpmag
2016-10-28Add tests for reporters (#307)Marek Kurdej