From a0f790bcf7f544f335e52956d2a80d8e4da38f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fahller?= Date: Thu, 26 Dec 2024 12:15:14 +0100 Subject: [PATCH] Bump benchmark to 1.9.1 --- README.md | 2 +- common/install-benchmark.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fae9c2f..8c4e4ce 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ All images contain: * fmt-9.1.0 * fmt-10.2.1 * fmt-11.1.0 -* benchmark-v1.9.0 +* benchmark-v1.9.1 The installed libraries are located under `/usr/local/lib/c++{11,14,17,20,23,26}{libc++}` and they all have `CMake` packages, diff --git a/common/install-benchmark.sh b/common/install-benchmark.sh index b02aa95..a4e931f 100755 --- a/common/install-benchmark.sh +++ b/common/install-benchmark.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -eou pipefail -readonly VERSION=v1.9.0 +readonly VERSION=v1.9.1 readonly CXX=$1 readonly CXX_STANDARDS="$2" readonly CXXLIB=$3