1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-05 00:51:15 +08:00
benchmark/test
krzikalla 0da57b85cf
Threading api refactor ()
Refactor the multi-threading api to support
using custom user-provided thread factory
instead of always spawning POSIX Threads.
2025-03-29 10:49:25 +03:00
..
args_product_test.cc Fix Clang-Tidy warnings related to modernize-use-override () 2023-01-09 17:52:18 +00:00
AssemblyTests.cmake Partially revert "Do not depend on unversioned python binary ()" () 2022-10-13 10:03:29 +01:00
basic_test.cc Finish cxx version bump () 2025-03-17 09:18:19 +00:00
benchmark_gtest.cc mitigate clang build warnings -Wconversion () 2024-03-07 12:19:56 +00:00
benchmark_min_time_flag_iters_test.cc use smart pointers () 2025-02-18 09:59:27 +00:00
benchmark_min_time_flag_time_test.cc use smart pointers () 2025-02-18 09:59:27 +00:00
benchmark_name_gtest.cc Introduce warmup phase to BenchmarkRunner () () 2022-05-23 13:50:17 +01:00
benchmark_random_interleaving_gtest.cc [clang-tidy] resolve some global clang-tidy issues () 2025-02-18 10:07:57 +00:00
benchmark_setup_teardown_cb_types_gtest.cc change setup and teardown callback type () 2025-02-20 16:16:32 +03:00
benchmark_setup_teardown_test.cc [clang-tidy] resolve some global clang-tidy issues () 2025-02-18 10:07:57 +00:00
benchmark_test.cc Finish cxx version bump () 2025-03-17 09:18:19 +00:00
BUILD Finish cxx version bump () 2025-03-17 09:18:19 +00:00
clobber_memory_assembly_test.cc Address warnings on NVIDIA nvc++ () 2023-03-13 12:34:12 +00:00
CMakeLists.txt Threading api refactor () 2025-03-29 10:49:25 +03:00
commandlineflags_gtest.cc Add benchmark_context flag that allows per-run custom context. () 2021-05-04 14:36:11 +01:00
complexity_test.cc [clang-tidy] resolve some global clang-tidy issues () 2025-02-18 10:07:57 +00:00
cxx11_test.cc Finish cxx version bump () 2025-03-17 09:18:19 +00:00
diagnostics_test.cc [clang-tidy] autofix readability issues () 2025-02-12 19:40:49 +00:00
display_aggregates_only_test.cc Introduce Coefficient of variation aggregate () 2021-09-03 18:44:10 +01:00
donotoptimize_assembly_test.cc Address warnings on NVIDIA nvc++ () 2023-03-13 12:34:12 +00:00
donotoptimize_test.cc Finish cxx version bump () 2025-03-17 09:18:19 +00:00
filter_test.cc [clang-tidy] autofix cppcoreguidelines () 2025-02-12 19:32:45 +00:00
fixture_test.cc Fix Clang-Tidy warnings related to modernize-use-override () 2023-01-09 17:52:18 +00:00
internal_threading_test.cc [clang-tidy] fix missing braces () 2025-02-11 23:56:06 +00:00
link_main_test.cc [clang-tidy] autofix readability issues () 2025-02-12 19:40:49 +00:00
manual_threading_test.cc Threading api refactor () 2025-03-29 10:49:25 +03:00
map_test.cc [clang-tidy] autofix readability issues () 2025-02-12 19:40:49 +00:00
memory_manager_test.cc [clang-tidy] autofix readability issues () 2025-02-12 19:40:49 +00:00
memory_results_gtest.cc fix memory manager result bug () 2025-03-12 10:15:28 +00:00
min_time_parse_gtest.cc Allow specifying number of iterations via --benchmark_min_time. () 2023-02-07 11:45:18 +00:00
multiple_ranges_test.cc Fix Clang-Tidy warnings related to modernize-use-override () 2023-01-09 17:52:18 +00:00
options_test.cc Bug fix variable 'actual_iterations' set but not used () 2022-12-19 14:03:11 +00:00
output_test_helper.cc [clang-tidy] autofix readability issues () 2025-02-12 19:40:49 +00:00
output_test.h [clang-tidy] resolve some global clang-tidy issues () 2025-02-18 10:07:57 +00:00
perf_counters_gtest.cc [clang-tidy] fix missing braces () 2025-02-11 23:56:06 +00:00
perf_counters_test.cc Rewrite complexity_test to use (hardcoded) manual time () 2024-02-19 15:22:35 +00:00
profiler_manager_gtest.cc Verify RegisterProfilerManager doesn't overwrite an existing registration () 2024-10-24 10:22:58 +01:00
profiler_manager_iterations_test.cc use smart pointers () 2025-02-18 09:59:27 +00:00
profiler_manager_test.cc fix some clang-tidy issues 2025-01-30 09:52:07 +00:00
register_benchmark_test.cc Finish cxx version bump () 2025-03-17 09:18:19 +00:00
repetitions_test.cc Statistics: add support for percentage unit in addition to time () 2021-09-03 15:36:56 +01:00
report_aggregates_only_test.cc Introduce Coefficient of variation aggregate () 2021-09-03 18:44:10 +01:00
reporter_output_test.cc [clang-tidy] resolve some global clang-tidy issues () 2025-02-18 10:07:57 +00:00
skip_with_error_test.cc [clang-tidy] resolve some global clang-tidy issues () 2025-02-18 10:07:57 +00:00
spec_arg_test.cc Fix Clang-Tidy warnings related to modernize-use-override () 2023-01-09 17:52:18 +00:00
spec_arg_verbosity_test.cc Add option to get the verbosity provided by commandline flag -v () () 2022-05-17 17:59:36 +01:00
state_assembly_test.cc Iteration counts should be uint64_t globally. () 2019-05-13 12:33:11 +03:00
statistics_gtest.cc Support windows MSYS2 environments () 2023-11-23 17:47:04 +03:00
string_util_gtest.cc [clang-tidy] autofix readability issues () 2025-02-12 19:40:49 +00:00
templated_fixture_test.cc format tests with clang-format () 2021-11-10 16:22:31 +00:00
time_unit_gtest.cc [clang-tidy] autofix readability issues () 2025-02-12 19:40:49 +00:00
user_counters_tabular_test.cc [clang-tidy] autofix readability issues () 2025-02-12 19:40:49 +00:00
user_counters_test.cc [clang-tidy] autofix readability issues () 2025-02-12 19:40:49 +00:00
user_counters_thousands_test.cc [clang-tidy] fix missing braces () 2025-02-11 23:56:06 +00:00