aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-03-01Add user-defined counters. (#262)jpmag
2016-10-28Add tests for reporters (#307)Marek Kurdej
2016-10-26Allow calling Args and ArgNames in any order.Marek Kurdej
2016-10-25Handle the case when the argument name is an empty string.Marek Kurdej
2016-10-24Add ArgName() and ArgNames() methods to name arguments/ranges.Marek Kurdej
2016-10-21Add tests.Marek Kurdej
2016-10-07Fix #300. Emit RMS as a float not a percentage in JSONEric Fiselier
2016-10-07Use correct RE for floating point numbers in reporter_output_test.ccEric Fiselier
2016-10-07Simplify clang-format and apply to tests (#302)Dominic Hamon
2016-09-03Add Benchmark::ThreadRange() version with increment instead of multiply (#283)Ronny
2016-09-03Increase complexity_test runtime slightly less.Eric Fiselier
2016-09-03Increase complexity_test.cc runtime to attempt to avoid appveyor failuresEric Fiselier
2016-08-31CMake: add headers to the list of source files. (#284)biojppm
2016-08-29Add -DBENCHMARK_USE_LIBCXX:BOOL=<value> option. (#280)Eric
2016-08-29Supply old `RangePair` and `ArgPair` API for C++03 compatibility. (#278)Eric
2016-08-28Fix out-of-bounds std::vector access.Eric Fiselier
2016-08-28Improve diagnostic output for output tests.Eric Fiselier
2016-08-28Refactor output test runner into standalone module. (#277)Eric
2016-08-10Add --benchmark_report_aggregates_only={true|false} flag for better summary o...Eric
2016-08-09Workaround flaky complexity_test.cc test case.Eric Fiselier
2016-08-08Rework Appveyor configEric Fiselier
2016-08-07Add ASAN and UBSAN builders to travis for both GCC and Clang.Eric Fiselier
2016-08-07Attempt to fix VC 2013 build.Eric Fiselier
2016-08-04Support multiple ranges in the benchmark (#257)Marcin Kolny
2016-08-02Hide yet another test from MSVC 2013Eric Fiselier
2016-08-02Add `RegisterBenchmark(name, func, args...)` for creating/registering benchm...Eric
2016-08-02Add --benchmark_out=<filename> and --benchmark_out_format=<format> options.Eric Fiselier
2016-07-22Fix suprious failures in complexity_test.ccEric Fiselier
2016-07-22Improve failure mode in complexity_test.ccEric Fiselier
2016-07-22Revert "Workaround missing std::this_thread::sleep_for function in tests."Eric Fiselier
2016-07-22Workaround missing std::this_thread::sleep_for function in tests.Eric Fiselier
2016-06-03fix issue 235 (#236)Ismael
2016-06-02changed global string to const char *Ismael
2016-06-02changed BigOFunc argument from size_t to intIsmael
2016-06-02removed functional library not neededIsmael
2016-06-02removed check on automatic fit, to avoid random convergence misfits breaking ...Ismael
2016-06-01fixed reporter_output_testIsmael
2016-06-01added lambdas to complexity reportIsmael
2016-05-30Fix flaky testEric Fiselier
2016-05-27Cleanup reporters (#226)Eric
2016-05-27Allow benchmarks to take arbitrary arguments. (#221)Eric
2016-05-27Change reporters to use a specified output and error stream. Add tests for ou...Eric
2016-05-26Merge branch 'update_complexity' of git://github.com/ismaelJimenez/benchmark ...Dominic Hamon
2016-05-26Force DoNotOptimize operand to memory for both gcc and clangAlbert Pretorius
2016-05-25updated complexity_test.cc to new interface for autoIsmael
2016-05-25added auto as default value for complexityIsmael
2016-05-25Merge branch 'skip_with_error' of git://github.com/efcs/benchmark into efcs-s...Dominic Hamon
2016-05-24Add a per benchmark 'Repetitions' option.Eric Fiselier
2016-05-24Merge branch 'master' into skip_with_errorEric Fiselier
2016-05-24Fix build error with libc++Eric Fiselier