-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae0d530
commit 199e951
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule Catch2
updated
54 files
Submodule benchmark
updated
25 files
+6 −7 | .github/workflows/pre-commit.yml | |
+5 −5 | .github/workflows/test_bindings.yml | |
+12 −11 | .github/workflows/wheels.yml | |
+2 −2 | .pre-commit-config.yaml | |
+6 −0 | BUILD.bazel | |
+5 −1 | CMakeLists.txt | |
+1 −0 | CONTRIBUTORS | |
+2 −4 | docs/reducing_variance.md | |
+2 −2 | docs/user_guide.md | |
+1 −1 | pyproject.toml | |
+13 −1 | src/benchmark.cc | |
+3 −3 | src/colorprint.cc | |
+9 −5 | src/console_reporter.cc | |
+6 −5 | src/cycleclock.h | |
+2 −0 | src/statistics.cc | |
+5 −2 | src/sysinfo.cc | |
+3 −0 | src/timers.cc | |
+1 −1 | test/CMakeLists.txt | |
+1 −1 | test/perf_counters_gtest.cc | |
+1 −0 | tools/BUILD.bazel | |
+1 −1 | tools/compare.py | |
+18 −0 | tools/gbench/Inputs/test5_run0.json | |
+18 −0 | tools/gbench/Inputs/test5_run1.json | |
+95 −1 | tools/gbench/report.py | |
+1 −3 | tools/gbench/util.py |
Submodule bounded
updated
69 files
Submodule cmake_strict_defaults
updated
2 files
+2 −2 | .github/workflows/build-and-test.yml | |
+1 −3 | CMakeLists.txt |
Submodule numeric-traits
updated
2 files
+1 −1 | dependencies/cmake_strict_defaults | |
+1 −1 | dependencies/std_module |
Submodule operators
updated
2 files
+1 −1 | dependencies/cmake_strict_defaults | |
+1 −1 | dependencies/std_module |
Submodule std_module
updated
2 files
+1 −1 | dependencies/cmake_strict_defaults | |
+18 −0 | source/std_module.cpp |