Skip to content

Commit 2bf714a

Browse files
authored
Merge pull request #714 from LLNL/feature/update-benchmark
Update google benchmark to 1.9.1
2 parents aa6eb6a + 423d0e5 commit 2bf714a

File tree

212 files changed

+4738
-3288
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+4738
-3288
lines changed

RELEASE-NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The project release numbers follow [Semantic Versioning](http://semver.org/spec/
1414

1515
### Changed
1616
- Modified `blt_convert_to_system_includes` to handle multiple targets and recursively update includes for dependencies.
17+
- Updated GoogleBenchmark to 1.9.1
1718

1819
### Fixed
1920
- Removed GoogleTest, GoogleMock, and GoogleBenchmarks calling CMake's `GNUInstallDirs`

thirdparty_builtin/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ if(ENABLE_BENCHMARKS)
181181
endif()
182182

183183
set(BENCHMARK_ENABLE_TESTING OFF CACHE BOOL "")
184-
add_subdirectory(benchmark-1.8.0
185-
${BLT_BUILD_DIR}/thirdparty_builtin/benchmark-1.8.0)
184+
add_subdirectory(benchmark-1.9.1
185+
${BLT_BUILD_DIR}/thirdparty_builtin/benchmark-1.9.1)
186186

187187
if (UNIX AND NOT APPLE)
188188
find_library(RT_LIBRARIES rt)

thirdparty_builtin/benchmark-1.8.0/.github/install_bazel.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

thirdparty_builtin/benchmark-1.8.0/.github/workflows/bazel.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

thirdparty_builtin/benchmark-1.8.0/.github/workflows/pylint.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

thirdparty_builtin/benchmark-1.8.0/.github/workflows/test_bindings.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

thirdparty_builtin/benchmark-1.8.0/.github/workflows/wheels.yml

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)