Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[submodule "contrib/pax_storage/src/cpp/contrib/googletest"]
path = contrib/pax_storage/src/cpp/contrib/googletest
url = https://github.com/google/googletest.git
branch = v1.15.x
[submodule "contrib/pax_storage/src/cpp/contrib/tabulate"]
path = contrib/pax_storage/src/cpp/contrib/tabulate
url = https://github.com/p-ranav/tabulate.git
Expand Down
2 changes: 1 addition & 1 deletion contrib/pax_storage/src/cpp/contrib/googlebench
Submodule googlebench updated 43 files
+1 −1 .github/install_bazel.sh
+1 −1 .github/workflows/build-and-test-perfcounters.yml
+1 −1 .github/workflows/build-and-test.yml
+3 −11 .github/workflows/wheels.yml
+2 −2 .pre-commit-config.yaml
+1 −1 CMakeLists.txt
+2 −2 MODULE.bazel
+3 −1 bindings/python/google_benchmark/__init__.py
+6 −2 docs/platform_specific_build_instructions.md
+35 −0 docs/reducing_variance.md
+49 −0 docs/user_guide.md
+38 −0 include/benchmark/benchmark.h
+47 −0 src/benchmark.cc
+5 −2 src/benchmark_runner.cc
+8 −0 src/json_reporter.cc
+6 −0 src/reporter.cc
+19 −4 src/sysinfo.cc
+3 −0 test/CMakeLists.txt
+2 −0 test/benchmark_min_time_flag_iters_test.cc
+2 −0 test/benchmark_min_time_flag_time_test.cc
+2 −0 test/benchmark_setup_teardown_test.cc
+4 −1 test/complexity_test.cc
+1 −0 test/diagnostics_test.cc
+2 −0 test/display_aggregates_only_test.cc
+3 −1 test/donotoptimize_test.cc
+2 −0 test/filter_test.cc
+5 −1 test/internal_threading_test.cc
+1 −0 test/manual_threading_test.cc
+1 −0 test/memory_manager_test.cc
+1 −0 test/perf_counters_test.cc
+1 −0 test/profiler_manager_iterations_test.cc
+1 −0 test/profiler_manager_test.cc
+1 −0 test/register_benchmark_test.cc
+4 −1 test/repetitions_test.cc
+1 −0 test/report_aggregates_only_test.cc
+4 −1 test/reporter_output_test.cc
+10 −0 test/skip_with_error_test.cc
+2 −0 test/spec_arg_test.cc
+2 −0 test/spec_arg_verbosity_test.cc
+26 −0 test/templated_fixture_method_test.cc
+4 −1 test/user_counters_tabular_test.cc
+4 −1 test/user_counters_test.cc
+4 −1 test/user_counters_thousands_test.cc
2 changes: 1 addition & 1 deletion dependency/yyjson
Submodule yyjson updated 206 files
2 changes: 1 addition & 1 deletion gpcontrib/gpcloud/test/googletest
Submodule googletest updated 286 files
Loading