[benchmark] update to version 1.7.1 (#27779)

Fix: #27673
This commit is contained in:
Gregor Jasny 2022-11-14 23:30:32 +01:00 committed by GitHub
parent 0d9e169414
commit 98e198574e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/benchmark
REF v1.7.0
SHA512 25f81930ce210e298d9cc67c965cc8937f66c53427b18a672338b86424eef32df877ec6b7a7106417464b29c5048b014fcc82cfa773168ed701aa47d01f39f82
REF v1.7.1
SHA512 396af1c1d3eaa2b78c6d23b1472f6088db85a294056ae1c2366dc5c0becdc8f141ba8fc3a235033324ab0a41c2298f5d242ef09b9b6f69d9877de6bcb2062efd
HEAD_REF master
)

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.7.0",
"version-semver": "1.7.1",
"description": "A library to support the benchmarking of functions, similar to unit-tests.",
"homepage": "https://github.com/google/benchmark",
"license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2b8e34d5f083c7c674469078f5e80521e3b77d58",
"version-semver": "1.7.1",
"port-version": 0
},
{
"git-tree": "e5d610bf8256ba634ade154face9bf1aa194f9e2",
"version-semver": "1.7.0",

View File

@ -453,7 +453,7 @@
"port-version": 2
},
"benchmark": {
"baseline": "1.7.0",
"baseline": "1.7.1",
"port-version": 0
},
"bento4": {