aboutsummaryrefslogtreecommitdiff
path: root/test/user_counters_test.cc
AgeCommit message (Expand)Author
2019-08-12Custom user counters: add invert modifier. (#850)Roman Lebedev
2019-07-27Bugfix/wsl selftest fixes. Fixes #839 (#843)Eric Backus
2019-03-26[JSON] add threads and repetitions to the json output (#748)BaaMeow
2018-09-13Un-deprecate [SG]et{Item,Byte}sProcessed, re-implement as custom counters. (#...Roman Lebedev
2018-09-13Track two more details about runs - the aggregate name, and run name. (#675)Roman Lebedev
2018-08-28Track 'type' of the run - is it an actual measurement, or an aggregate. (#658)Roman Lebedev
2018-06-27Add Iteration-related Counter::Flags. Fixes #618 (#621)Roman Lebedev
2018-06-01(clang-)format all the things (#610)BaaMeow
2017-10-17Refactor most usages of KeepRunning to use the perfered ranged-for. (#459)Eric
2017-07-31reporter_output_test: json: iterations is int, not float (#431)Roman Lebedev
2017-07-24Json reporter: don't cast floating-point to int; adjust tooling (#426)Roman Lebedev
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-29Rename ResultsCheckerEntry to Results.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-29Make result checkers execute on all regex-matching benchmarks.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-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