Skip to content

Commit

Permalink
Update Google benchmark to 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ohhmm committed Jan 1, 2024
1 parent 6df8a45 commit 732399f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/benchmark
Submodule benchmark updated 57 files
+1 −1 .github/install_bazel.sh
+21 −22 .github/libcxx-setup.sh
+6 −6 .github/workflows/bazel.yml
+8 −18 .github/workflows/sanitizer.yml
+1 −1 .github/workflows/test_bindings.yml
+2 −2 .github/workflows/wheels.yml
+3 −2 AUTHORS
+4 −0 BUILD.bazel
+8 −5 CMakeLists.txt
+4 −3 CONTRIBUTORS
+24 −0 MODULE.bazel
+1 −2 README.md
+2 −2 WORKSPACE
+2 −0 WORKSPACE.bzlmod
+1 −2 bazel/benchmark_deps.bzl
+1 −1 bindings/python/google_benchmark/__init__.py
+10 −49 bindings/python/nanobind.BUILD
+0 −2 bindings/python/requirements.txt
+13 −7 cmake/GoogleTest.cmake
+20 −18 cmake/Modules/FindPFM.cmake
+2 −0 docs/_config.yml
+ docs/assets/images/icon.png
+ docs/assets/images/icon.xcf
+ docs/assets/images/icon_black.png
+ docs/assets/images/icon_black.xcf
+10 −6 docs/releasing.md
+140 −0 docs/tools.md
+1 −1 docs/user_guide.md
+38 −0 include/benchmark/benchmark.h
+50 −0 pyproject.toml
+0 −2 requirements.txt
+2 −55 setup.py
+2 −2 src/CMakeLists.txt
+20 −6 src/benchmark.cc
+17 −5 src/colorprint.cc
+3 −1 src/internal_macros.h
+1 −1 src/log.h
+14 −1 src/perf_counters.cc
+0 −2 src/perf_counters.h
+1 −1 src/re.h
+6 −6 src/statistics.cc
+23 −34 src/string_util.cc
+3 −3 src/string_util.h
+4 −4 src/sysinfo.cc
+22 −5 test/BUILD
+5 −0 test/CMakeLists.txt
+1 −1 test/benchmark_min_time_flag_iters_test.cc
+1 −1 test/benchmark_min_time_flag_time_test.cc
+9 −0 test/diagnostics_test.cc
+5 −0 test/donotoptimize_test.cc
+1 −1 test/output_test_helper.cc
+43 −52 test/perf_counters_gtest.cc
+66 −2 test/perf_counters_test.cc
+37 −1 test/string_util_gtest.cc
+16 −16 test/user_counters_thousands_test.cc
+2 −2 tools/BUILD.bazel
+2 −1 tools/requirements.txt

0 comments on commit 732399f

Please sign in to comment.