mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 05:49:01 +08:00
[benchmark] Update to 1.8.2 (#32449)
This commit is contained in:
parent
56edf67d42
commit
94c05e713f
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO google/benchmark
|
REPO google/benchmark
|
||||||
REF v1.8.0
|
REF v1.8.2
|
||||||
SHA512 ae8df163ca1319752a03497a259800dc33c71164e7def2feeadcf18d018c64eaf846ea2a562183e3d3cde0af58291de0b091ec6d9c025076f469c403b2ab0d51
|
SHA512 532f2cee66cf527ef4452a060cfdedba6417e5d8f72225d6bf50adf6422d9a769b0f54f48982b438fa9ced975ac47bcc5e62c3c23ce871b5cfdbcf9cc0d2b829
|
||||||
HEAD_REF main
|
HEAD_REF main
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$comment": "https://github.com/google/benchmark/issues/661 describes the missing UWP support upstream",
|
"$comment": "https://github.com/google/benchmark/issues/661 describes the missing UWP support upstream",
|
||||||
"name": "benchmark",
|
"name": "benchmark",
|
||||||
"version-semver": "1.8.0",
|
"version-semver": "1.8.2",
|
||||||
"description": "A library to support the benchmarking of functions, similar to unit-tests.",
|
"description": "A library to support the benchmarking of functions, similar to unit-tests.",
|
||||||
"homepage": "https://github.com/google/benchmark",
|
"homepage": "https://github.com/google/benchmark",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "54f61ab31bcb486a12c859c33db17905f397cc0c",
|
||||||
|
"version-semver": "1.8.2",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "faeb0b56e68483860ab8cc468a6c594ac361167f",
|
"git-tree": "faeb0b56e68483860ab8cc468a6c594ac361167f",
|
||||||
"version-semver": "1.8.0",
|
"version-semver": "1.8.0",
|
||||||
|
@ -521,7 +521,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"benchmark": {
|
"benchmark": {
|
||||||
"baseline": "1.8.0",
|
"baseline": "1.8.2",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"bento4": {
|
"bento4": {
|
||||||
|
Loading…
Reference in New Issue
Block a user