diff options
author | RabsRincon <ruben@rinconblanco.es> | 2022-04-28 15:48:45 +0200 |
---|---|---|
committer | RabsRincon <ruben@rinconblanco.es> | 2022-04-28 15:48:45 +0200 |
commit | 45a694f719937b6044b06096e98273977e8acdd0 (patch) | |
tree | 241b4fc34476c6ef047fc7420391eac58fca0aa6 | |
parent | 9b8b9f711b361b3dffb301c9cb83aa799c750e38 (diff) | |
download | compiler-explorer-gh-2662.tar.gz compiler-explorer-gh-2662.zip |
Add Benchmark 1.6.1 in hopes of helping #3092gh-2662
-rw-r--r-- | etc/config/c++.amazon.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/config/c++.amazon.properties b/etc/config/c++.amazon.properties index 38480629e..8c50a78cd 100644 --- a/etc/config/c++.amazon.properties +++ b/etc/config/c++.amazon.properties @@ -1297,7 +1297,7 @@ libs.abseil.versions.trunk.version=trunk libs.abseil.versions.trunk.path=/opt/compiler-explorer/libs/abseil libs.benchmark.name=Google Benchmark -libs.benchmark.versions=trunk:120:130:140:141:150 +libs.benchmark.versions=trunk:120:130:140:141:150:161 libs.benchmark.url=https://github.com/google/benchmark libs.benchmark.staticliblink=benchmark libs.benchmark.versions.trunk.version=trunk @@ -1312,6 +1312,8 @@ libs.benchmark.versions.141.version=1.4.1 libs.benchmark.versions.141.path=/opt/compiler-explorer/libs/google-benchmark/v1.4.1/include libs.benchmark.versions.150.version=1.5.0 libs.benchmark.versions.150.path=/opt/compiler-explorer/libs/google-benchmark/v1.5.0/include +libs.benchmark.versions.161.version=1.6.1 +libs.benchmark.versions.161.path=/opt/compiler-explorer/libs/google-benchmark/v1.6.1/include libs.benri.name=benri libs.benri.description=Compile time checking of physical quantities. |