-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Google Benchmark submodule to 1.8.2
- Loading branch information
1 parent
1f3874b
commit 8f2208f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule benchmark
updated
25 files
+5 −5 | .github/workflows/bazel.yml | |
+4 −0 | BUILD.bazel | |
+3 −2 | CMakeLists.txt | |
+34 −0 | MODULE.bazel | |
+1 −2 | README.md | |
+2 −2 | WORKSPACE | |
+2 −0 | WORKSPACE.bzlmod | |
+1 −1 | bindings/python/google_benchmark/__init__.py | |
+13 −7 | cmake/GoogleTest.cmake | |
+10 −6 | docs/releasing.md | |
+1 −1 | docs/user_guide.md | |
+38 −0 | include/benchmark/benchmark.h | |
+0 −2 | requirements.txt | |
+1 −1 | src/benchmark.cc | |
+17 −5 | src/colorprint.cc | |
+1 −1 | src/log.h | |
+1 −1 | src/re.h | |
+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 | |
+4 −4 | test/perf_counters_gtest.cc | |
+2 −2 | tools/BUILD.bazel | |
+2 −1 | tools/requirements.txt |