Commit 44a4aaa
1 file changed
+1
-1
lines changedSubmodule googlebench updated 43 files
- .github/install_bazel.sh+1-1
- .github/workflows/build-and-test-perfcounters.yml+1-1
- .github/workflows/build-and-test.yml+1-1
- .github/workflows/wheels.yml+3-11
- .pre-commit-config.yaml+2-2
- CMakeLists.txt+1-1
- MODULE.bazel+2-2
- bindings/python/google_benchmark/__init__.py+3-1
- docs/platform_specific_build_instructions.md+6-2
- docs/reducing_variance.md+35
- docs/user_guide.md+49
- include/benchmark/benchmark.h+38
- src/benchmark.cc+47
- src/benchmark_runner.cc+5-2
- src/json_reporter.cc+8
- src/reporter.cc+6
- src/sysinfo.cc+19-4
- test/CMakeLists.txt+3
- test/benchmark_min_time_flag_iters_test.cc+2
- test/benchmark_min_time_flag_time_test.cc+2
- test/benchmark_setup_teardown_test.cc+2
- test/complexity_test.cc+4-1
- test/diagnostics_test.cc+1
- test/display_aggregates_only_test.cc+2
- test/donotoptimize_test.cc+3-1
- test/filter_test.cc+2
- test/internal_threading_test.cc+5-1
- test/manual_threading_test.cc+1
- test/memory_manager_test.cc+1
- test/perf_counters_test.cc+1
- test/profiler_manager_iterations_test.cc+1
- test/profiler_manager_test.cc+1
- test/register_benchmark_test.cc+1
- test/repetitions_test.cc+4-1
- test/report_aggregates_only_test.cc+1
- test/reporter_output_test.cc+4-1
- test/skip_with_error_test.cc+10
- test/spec_arg_test.cc+2
- test/spec_arg_verbosity_test.cc+2
- test/templated_fixture_method_test.cc+26
- test/user_counters_tabular_test.cc+4-1
- test/user_counters_test.cc+4-1
- test/user_counters_thousands_test.cc+4-1
0 commit comments