aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2018-05-24Return 0 from State::iterations() when not yet started. (#598)Samuel Panzer
2018-05-14split_list is not defined for assembly tests (#595)Deniz Evrenci
2018-04-26Issue 571: Allow support for negative regex filtering (#576)Tim Bradgate
2018-04-12Ensure 64-bit truncation doesn't happen for complexity_n (#569)Dominic Hamon
2018-04-03Allow AddRange to work with int64_t. (#548)Dominic Hamon
2018-03-25Fix uninitialized warning (#560)Dominic Hamon
2018-03-23Add tests to verify assembler output -- Fix DoNotOptimize. (#530)Eric
2018-03-23Rely on compiler intrinsics to identify regex engine. (#555)Dominic Hamon
2018-03-21Fix #538 - gtest.h not found when building with older CMake versions.Eric Fiselier
2018-03-08Add support for building with Bazel. (#533)jmillikin-stripe
2018-02-21Print the executable name as part of the context. (#534)Eric
2018-02-21Ensure std::iterator_traits<StateIterator> instantiates.Eric Fiselier
2018-02-12Make output tests more stable on slow machines.Eric Fiselier
2018-02-09Support State::KeepRunningBatch(). (#521)Samuel Panzer
2017-12-13Add support for GTest based unit tests. (#485)Eric
2017-12-03Enforce using a semicolon after BENCHMARK_MAIN to remove compiler warnings (#...Louis Dionne
2017-11-26Improve CPU Cache info reporting -- Add Windows support. (#486)Eric
2017-10-31 Improve BM_SetInsert example (#465)Leo Koppel
2017-10-17Refactor most usages of KeepRunning to use the perfered ranged-for. (#459)Eric
2017-10-17Fix and document SkipWithError(...) using ranged-for loop.Eric Fiselier
2017-10-10Add C++11 Ranged For loop alternative to KeepRunning (#454)Eric
2017-10-09Add macros for create benchmark with templated fixture (#451)Anton Lashkov
2017-09-14Fix #444 - Use BENCHMARK_HAS_CXX11 over __cplusplus. (#446)Eric