aboutsummaryrefslogtreecommitdiff
path: root/test/reporter_output_test.cc
AgeCommit message (Expand)Author
2020-12-21Add 'seconds' time unit (#1076)feserr
2020-07-28JSONReporter: don't report on scaling if we didn't get it (#1005) (#1008)Alexander Enaldiev
2020-06-15use rfc3339-formatted timestamps in output [output format change] (#965)Brian Wolfe
2019-12-02CPU caches are binary units, not SI. (#911)Roman Lebedev
2019-07-27Bugfix/wsl selftest fixes. Fixes #839 (#843)Eric Backus
2019-04-19escape special chars in csv and json output. (#802)Michael Tesch
2019-03-26[JSON] add threads and repetitions to the json output (#748)BaaMeow
2018-12-13Print at least three significant digits for times. (#701)Eric
2018-12-11#722 Adding Host Name in Reporting (#733)Jatin Chaudhary
2018-11-26StrFormat() is a printf-like function, mark it as such, fix fallout. (#727)Roman Lebedev
2018-11-13Merge branch 'report_loadavg' of https://github.com/atdt/benchmark into atdt-...Dominic Hamon
2018-10-18Aggregates: use non-aggregate count as iteration count. (#706)Roman Lebedev
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-09-12*Display* aggregates only. (#665)Roman Lebedev
2018-08-28Track 'type' of the run - is it an actual measurement, or an aggregate. (#658)Roman Lebedev
2018-08-28Make tests pass on 1-core VMs (#653)Bernhard M. Wiedemann
2018-08-16properly escape json names (#652)BaaMeow
2018-07-09Include system load average in console and JSON reportsOri Livneh
2018-06-01(clang-)format all the things (#610)BaaMeow
2018-02-21Print the executable name as part of the context. (#534)Eric
2017-11-26Improve CPU Cache info reporting -- Add Windows support. (#486)Eric
2017-10-17Refactor most usages of KeepRunning to use the perfered ranged-for. (#459)Eric
2017-08-23Drop Stat1, refactor statistics to be user-providable, add median. (#428)Roman Lebedev
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-04-27Reporter tests: reuse csv header.Joao Paulo Magalhaes
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-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-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-07Add ASAN and UBSAN builders to travis for both GCC and Clang.Eric Fiselier
2016-08-04Support multiple ranges in the benchmark (#257)Marcin Kolny
2016-08-02Add --benchmark_out=<filename> and --benchmark_out_format=<format> options.Eric Fiselier
2016-06-01fixed reporter_output_testIsmael
2016-05-30Fix flaky testEric Fiselier
2016-05-27Cleanup reporters (#226)Eric
2016-05-27Change reporters to use a specified output and error stream. Add tests for ou...Eric