-
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.
Merge pull request #592 from laurynas-biveinis/benchmark-v1.9.0
Update benchmark to v1.9.0
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule benchmark
updated
19 files
+1 −1 | .github/workflows/bazel.yml | |
+1 −1 | .github/workflows/clang-format-lint.yml | |
+1 −1 | .github/workflows/pre-commit.yml | |
+4 −3 | .github/workflows/wheels.yml | |
+3 −3 | .pre-commit-config.yaml | |
+1 −1 | CMakeLists.txt | |
+2 −2 | MODULE.bazel | |
+1 −1 | bazel/benchmark_deps.bzl | |
+7 −1 | bindings/python/google_benchmark/BUILD | |
+13 −6 | bindings/python/google_benchmark/benchmark.cc | |
+3 −1 | include/benchmark/benchmark.h | |
+30 −8 | setup.py | |
+10 −4 | src/benchmark.cc | |
+5 −4 | src/benchmark_api_internal.cc | |
+2 −1 | src/benchmark_api_internal.h | |
+12 −15 | src/benchmark_runner.cc | |
+4 −8 | src/complexity.cc | |
+1 −1 | src/perf_counters.cc | |
+10 −3 | test/profiler_manager_test.cc |