aboutsummaryrefslogtreecommitdiff
path: root/test/output_test_helper.cc
AgeCommit message (Expand)Author
2020-12-21Add 'seconds' time unit (#1076)feserr
2020-04-14Remove warnings for internal use of CSVReporter (#956)Keith Moyer
2019-08-07Disable deprecated warnings when touching CSVReporter internally.Eric Fiselier
2018-12-13Print at least three significant digits for times. (#701)Eric
2018-11-29Remove use of std::tmpnam. (#734)Eric
2018-11-21Fix C++17 mode compilation with Apple clang (#721)Denis Glazachev
2018-10-18Aggregates: use non-aggregate count as iteration count. (#706)Roman Lebedev
2018-09-12*Display* aggregates only. (#665)Roman Lebedev
2018-06-27Add Iteration-related Counter::Flags. Fixes #618 (#621)Roman Lebedev
2018-06-01(clang-)format all the things (#610)BaaMeow
2018-02-12Make output tests more stable on slow machines.Eric Fiselier
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-02Fix: --benchmark_counters_tabular was not being passed to tests.Joao Paulo Magalhaes
2017-05-01Improve some comments.Joao Paulo Magalhaes
2017-05-01Make Results::GetTime() receive an enum.Joao Paulo Magalhaes
2017-05-01Fix brace formatting (Habits die hard!).Joao Paulo Magalhaes
2017-04-29Fix g++-4.8 compile errors.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-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-28Unit testing: add facilities to check benchmark results.Joao Paulo Magalhaes
2017-04-27User counter tests: first version.Joao Paulo Magalhaes
2017-04-27Reporter tests: reuse csv header.Joao Paulo Magalhaes
2017-03-27Fix ICC compiler warnings (#358)rolandschulz
2016-10-28Add tests for reporters (#307)Marek Kurdej
2016-10-21Add tests.Marek Kurdej
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-08-28Improve diagnostic output for output tests.Eric Fiselier
2016-08-28Refactor output test runner into standalone module. (#277)Eric