aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Move ProfilerManager Start/Stop routines closer to actual benchmark #1807 (#1...xdje422024-08-01
* [FR] Add API to provide custom profilers #1807 (#1809)xdje422024-07-16
* mitigate clang build warnings -Wconversion (#1763)dominic2024-03-07
* Revert "fix some warnings" (#1762)Roman Lebedev2024-03-06
* fix some warningsDominic Hamon2024-02-20
* Rewrite complexity_test to use (hardcoded) manual time (#1757)Roman Lebedev2024-02-19
* CycleClock: Add support for Alpha architecture (#1753)Sam James2024-02-14
* Deflake CI (#1751)Roman Lebedev2024-02-02
* Add `BENCHMARK_TEMPLATE[12]_CAPTURE`, fusion of `BENCHMARK_CAPTURE` and `BENC...Roman Lebedev2024-01-30
* Output library / schema versions in JSON context block (#1742)Roman Lebedev2024-01-29
* Update perf_counters_gtest.cc (#1728)hamptonm12024-01-04
* Fix mis-matching argument in closing tag for cmake macro (#1714) (#1715)IS2023-12-20
* Support windows MSYS2 environments (#1704)Roman Lebedev2023-11-23
* Fix CMakeLists.txt for perf_counters_test (#1701)illbegood2023-11-16
* Fixed compiler warnings (#1697)Tiago Freire2023-11-10
* Add no-unititialized to tests (#1683)dominic2023-10-23
* Set -Wno-unused-variable for tests (#1682)Vy Nguyen2023-10-20
* Make json and csv output consistent. (#1662)Andreas Abel2023-09-26
* Audit MSVC references in cmake files to consider clang++ (#1669)Mészáros Gergely2023-09-26
* test: Use gtest_main only when needed (#1657)Jesse Rosenstock2023-08-24
* State: Initialize counters with kAvgIteration in constructor (#1652)Jesse Rosenstock2023-08-21
* perf-counters: Make tests pass on Android (#1653)Jesse Rosenstock2023-08-21
* [perf-counters] Fix pause/resume (#1643)Mircea Trofin2023-08-11
* bug: Inconsistent suffixes console reporter 1009 (#1631)देवांश वार्ष्णेय2023-08-01
* Add tests for Human Readable functionality (#1632)dominic2023-07-14
* Fix broken PFM-enabled tests (#1623)Andy Christiansen2023-07-07
* Fix passing non-const lvalue refs to DoNotOptimize (#1622)Enrico Seiler2023-07-05
* Fix pass rvalue to DoNotOptimize (#1608)Bulat Gaifullin2023-06-19
* Fix code triggering -Wsign-conversion (#1596)Vy Nguyen2023-05-11
* Disable debug-only test in release builds to avoid expected failures. (#1595)Andy Christiansen2023-05-10
* Fix compile warnings about ignoring a [[nodiscard]] type. (#1577)pkasting2023-03-16
* link to benchmark directly for tests that aren't link_main_test (#1576)dominic2023-03-14
* Convert uses of `const char*` to `std::string` (#1567)dominic2023-03-14
* Address warnings on NVIDIA nvc++ (#1573)Henrique Bucher2023-03-13
* [FR] state.SkipWithMessage #963 (#1564)Mike Apodaca2023-03-08
* Refactoring of PerfCounters infrastructure (#1559)Henrique Bucher2023-03-07
* get rid of warnings in tests (#1562)dominic2023-03-06
* Filter performance counter names, not invalidate all (#1554)Henrique Bucher2023-03-02
* Implement unlimited number of performance counters (#1552)Henrique Bucher2023-03-01
* Removing warnings appearing with C++20 / CLang 15 (#1542)Yury Fedorov2023-02-13
* Allow specifying number of iterations via --benchmark_min_time. (#1525)Vy Nguyen2023-02-07
* get rid of some deprecation warnings from testsDominic Hamon2023-02-06
* fix #1446 by removing the address operator (#1538)dominic2023-02-06
* Fix Clang-Tidy warnings readability-else-after-return (#1528)SunBlack2023-01-16
* Include the benchmark's family-name in State (#1511)Vy Nguyen2023-01-10
* Fix typos found by codespell (#1519)SunBlack2023-01-10
* Fix Clang-Tidy warnings related to modernize-use-override (#1523)SunBlack2023-01-09
* Bug fix variable 'actual_iterations' set but not used (#1517)Yury Fedorov2022-12-19
* Removed deprecated function (#1506)Vy Nguyen2022-11-11
* Partially revert "Do not depend on unversioned python binary (#1496)" (#1501)Roman Lebedev2022-10-13