[benchmark] update to 1.9.0 (#40839)

This commit is contained in:
Ryan Zoeller 2024-09-09 22:25:20 -05:00 committed by GitHub
parent aa57ddaa11
commit 9b9928a957
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/benchmark
REF "v${VERSION}"
SHA512 86b16abf64961f5f9b8a539f81eefac580e8793e3270e826cf5c624cde2e64ed7e67a5f1c34c3d7250a11c61b1660c9287643df4502de598c1d9581c4a1df752
SHA512 0e91e0e5a2222d7650fd8bd9cafb2f0e7c1689cd1b87b2cc529c738db12bfef31162aa5a4da78f7b0aa7f0101dc08b626802c58d39862458f82f9fea9316ca25
HEAD_REF main
)

View File

@ -1,7 +1,7 @@
{
"$comment": "https://github.com/google/benchmark/issues/661 describes the missing UWP support upstream",
"name": "benchmark",
"version-semver": "1.8.5",
"version-semver": "1.9.0",
"description": "A library to benchmark code snippets, similar to unit tests.",
"homepage": "https://github.com/google/benchmark",
"license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fb5125735472f7f54342eb37ba52a8715178c9f0",
"version-semver": "1.9.0",
"port-version": 0
},
{
"git-tree": "422db6fc6c268ce01653522503aaa87dd5813385",
"version-semver": "1.8.5",

View File

@ -581,7 +581,7 @@
"port-version": 0
},
"benchmark": {
"baseline": "1.8.5",
"baseline": "1.9.0",
"port-version": 0
},
"bento4": {