aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-11-26Fix Range when starting at zero (#1073)Scott K Logan
2020-11-19Added support for macro expansion in benchmark names (#1054)Mario Emmenlauer
2020-08-25Add CartesianProduct with associated test (#1029)Christian Wassermann
2020-08-18Remove "BENCHMARK_" prefix from env var version of command line flags (#997)Dominic Hamon
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
2020-04-14Remove warnings for internal use of CSVReporter (#956)Keith Moyer
2020-04-06Fix type conversion warnings. (#951)Dominic Hamon
2020-02-21Relax CHECK condition in benchmark_runner.cc (#938)Paweł Bylica
2020-01-31Fix cxx03 standard selection, option override in CMake 3.13+. Fixes #933 (#934)Alex Reinking
2020-01-14Alias CMake Targets. Fixes #921 (#926)Jordan Williams
2019-12-02CPU caches are binary units, not SI. (#911)Roman Lebedev
2019-11-05CMake: use full add_test(NAME <> COMMAND <>) signature (#901)Gregor Jasny
2019-10-23Read options from environment (#881) (#883)Martin Blanchard
2019-10-08Switch to Starlark for C++ rules. (#887)Paul Wankadia
2019-09-20Guard ASSERT_THROWS checks with BENCHMARK_HAS_NO_EXCEPTIONS (#874)Geoffrey Martin-Noble
2019-08-12Custom user counters: add invert modifier. (#850)Roman Lebedev
2019-08-07Disable deprecated warnings when touching CSVReporter internally.Eric Fiselier
2019-07-27Bugfix/wsl selftest fixes. Fixes #839 (#843)Eric Backus
2019-05-13Iteration counts should be `uint64_t` globally. (#817)Roman Lebedev
2019-04-30CMake: codedrop of googletest cmake magic from me (#809)Roman Lebedev
2019-04-19escape special chars in csv and json output. (#802)Michael Tesch
2019-04-17Add command line flags tests (#793)Dominic Hamon
2019-04-09Add process_time for better OpenMP and user-managed thread timingBryan Lunt
2019-03-26Negative ranges #762 (#787)Daniel Harvey
2019-03-26[JSON] add threads and repetitions to the json output (#748)BaaMeow
2019-03-17BENCHMARK_CAPTURE() and Complexity() - naming problem (#761)Daniel Harvey
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-12-10Fix signed vs unsigned comparisons in string_util unit tests (#742)Cyrille
2018-11-29Remove use of std::tmpnam. (#734)Eric
2018-11-26StrFormat() is a printf-like function, mark it as such, fix fallout. (#727)Roman Lebedev
2018-11-21Fix C++17 mode compilation with Apple clang (#721)Denis Glazachev
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-29Counter(): add 'one thousand' param. (#657)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-24Memory management and reporting hooks (#625)Dominic Hamon
2018-07-09Include system load average in console and JSON reportsOri Livneh
2018-07-09Fix build with Intel compiler (#631)Federico Ficarelli
2018-06-27Add Iteration-related Counter::Flags. Fixes #618 (#621)Roman Lebedev
2018-06-05Fix compilation on Android with GNU STL (#596)Marat Dukhan
2018-06-01(clang-)format all the things (#610)BaaMeow
2018-05-29cleaner and slightly larger statistics tests (#604)Dominic Hamon
2018-05-25Add benchmark_main target. (#601)Alex Strelnikov