benchmark/test
Tiago Freire a543fcd410
Fixed compiler warnings (#1697)
* fixed warnings
used proper math functions

* ran clang format

* used a more up-to-date clang-format

* space twedling

* reveretd CMakeLists.txt
2023-11-10 10:09:50 +00:00
..
args_product_test.cc Fix Clang-Tidy warnings related to modernize-use-override (#1523) 2023-01-09 17:52:18 +00:00
AssemblyTests.cmake Partially revert "Do not depend on unversioned python binary (#1496)" (#1501) 2022-10-13 10:03:29 +01:00
basic_test.cc get rid of warnings in tests (#1562) 2023-03-06 14:47:54 +00:00
benchmark_gtest.cc Ensure we don't need benchmark installed to pass c++ feature checks (#1456) 2022-08-04 15:33:35 +01:00
benchmark_min_time_flag_iters_test.cc Fix code triggering -Wsign-conversion (#1596) 2023-05-11 08:40:05 +01:00
benchmark_min_time_flag_time_test.cc Fix code triggering -Wsign-conversion (#1596) 2023-05-11 08:40:05 +01:00
benchmark_name_gtest.cc Introduce warmup phase to BenchmarkRunner (#1130) (#1399) 2022-05-23 13:50:17 +01:00
benchmark_random_interleaving_gtest.cc
benchmark_setup_teardown_test.cc Fix typos found by codespell (#1519) 2023-01-10 12:25:32 +00:00
benchmark_test.cc get rid of some deprecation warnings from tests 2023-02-06 16:38:53 +00:00
BUILD Set -Wno-unused-variable for tests (#1682) 2023-10-20 12:51:32 +00:00
clobber_memory_assembly_test.cc Address warnings on NVIDIA nvc++ (#1573) 2023-03-13 12:34:12 +00:00
CMakeLists.txt Add no-unititialized to tests (#1683) 2023-10-23 08:54:08 +00:00
commandlineflags_gtest.cc
complexity_test.cc Fixed compiler warnings (#1697) 2023-11-10 10:09:50 +00:00
cxx03_test.cc
diagnostics_test.cc Disable debug-only test in release builds to avoid expected failures. (#1595) 2023-05-10 10:18:43 +01:00
display_aggregates_only_test.cc
donotoptimize_assembly_test.cc Address warnings on NVIDIA nvc++ (#1573) 2023-03-13 12:34:12 +00:00
donotoptimize_test.cc Fix pass rvalue to DoNotOptimize (#1608) 2023-06-19 08:35:52 +01:00
filter_test.cc Fix Clang-Tidy warnings related to modernize-use-override (#1523) 2023-01-09 17:52:18 +00:00
fixture_test.cc Fix Clang-Tidy warnings related to modernize-use-override (#1523) 2023-01-09 17:52:18 +00:00
internal_threading_test.cc
link_main_test.cc get rid of warnings in tests (#1562) 2023-03-06 14:47:54 +00:00
map_test.cc get rid of warnings in tests (#1562) 2023-03-06 14:47:54 +00:00
memory_manager_test.cc get rid of warnings in tests (#1562) 2023-03-06 14:47:54 +00:00
min_time_parse_gtest.cc Allow specifying number of iterations via --benchmark_min_time. (#1525) 2023-02-07 11:45:18 +00:00
multiple_ranges_test.cc Fix Clang-Tidy warnings related to modernize-use-override (#1523) 2023-01-09 17:52:18 +00:00
options_test.cc Bug fix variable 'actual_iterations' set but not used (#1517) 2022-12-19 14:03:11 +00:00
output_test.h Convert uses of const char* to std::string (#1567) 2023-03-14 13:10:27 +00:00
output_test_helper.cc Make json and csv output consistent. (#1662) 2023-09-26 13:43:23 +01:00
perf_counters_gtest.cc perf-counters: Make tests pass on Android (#1653) 2023-08-21 15:04:50 +01:00
perf_counters_test.cc State: Initialize counters with kAvgIteration in constructor (#1652) 2023-08-21 15:35:42 +01:00
register_benchmark_test.cc Convert uses of const char* to std::string (#1567) 2023-03-14 13:10:27 +00:00
repetitions_test.cc
report_aggregates_only_test.cc
reporter_output_test.cc Make json and csv output consistent. (#1662) 2023-09-26 13:43:23 +01:00
skip_with_error_test.cc Convert uses of const char* to std::string (#1567) 2023-03-14 13:10:27 +00:00
spec_arg_test.cc Fix Clang-Tidy warnings related to modernize-use-override (#1523) 2023-01-09 17:52:18 +00:00
spec_arg_verbosity_test.cc
state_assembly_test.cc
statistics_gtest.cc
string_util_gtest.cc bug: Inconsistent suffixes console reporter 1009 (#1631) 2023-08-01 08:47:09 +01:00
templated_fixture_test.cc
time_unit_gtest.cc Fix Clang-Tidy warnings related to modernize-use-override (#1523) 2023-01-09 17:52:18 +00:00
user_counters_tabular_test.cc Make json and csv output consistent. (#1662) 2023-09-26 13:43:23 +01:00
user_counters_test.cc get rid of warnings in tests (#1562) 2023-03-06 14:47:54 +00:00
user_counters_thousands_test.cc Add tests for Human Readable functionality (#1632) 2023-07-14 13:56:01 +01:00