Skip to content

Commit

Permalink
Bump google benchmark to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Nov 9, 2024
1 parent 0bd20d2 commit 76bb0cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ All images contain:
* fmt-9.1.0
* fmt-10.2.1
* fmt-11.0.2
* benchmark-v1.8.5
* benchmark-v1.9.0

The installed libraries are located under
`/usr/local/lib/c++{11,14,17,20,23,26}{libc++}` and they all have `CMake` packages,
Expand Down
2 changes: 1 addition & 1 deletion common/install-benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eou pipefail

readonly VERSION=v1.8.5
readonly VERSION=v1.9.0
readonly CXX=$1
readonly CXX_STANDARDS="$2"
readonly CXXLIB=$3
Expand Down

0 comments on commit 76bb0cd

Please sign in to comment.