[vcpkg baseline][binlog] disable performance tests (#31410)

* [binlog] disable performance tests

* update version

* disable find benchmark

* version
This commit is contained in:
Frank 2023-05-14 00:34:48 +08:00 committed by GitHub
parent 43150d9aa4
commit 72116f0cdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 1 deletions

View File

@ -16,6 +16,7 @@ vcpkg_cmake_configure(
-DBINLOG_BUILD_EXAMPLES=OFF
-DBINLOG_BUILD_UNIT_TESTS=OFF
-DBINLOG_BUILD_INTEGRATION_TESTS=OFF
-DCMAKE_DISABLE_FIND_PACKAGE_benchmark=ON
)
vcpkg_cmake_install()

View File

@ -1,6 +1,7 @@
{
"name": "binlog",
"version-date": "2021-04-16",
"port-version": 1,
"description": "Binlog is a high performance C++ log library to produce structured binary logs.",
"homepage": "http://opensource.morganstanley.com/binlog/",
"license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "53449cd8c7572c72137ace92720d632b671f2d17",
"version-date": "2021-04-16",
"port-version": 1
},
{
"git-tree": "eb0ae943fc2b0c1c19ad62308d1f321439967fd4",
"version-date": "2021-04-16",

View File

@ -546,7 +546,7 @@
},
"binlog": {
"baseline": "2021-04-16",
"port-version": 0
"port-version": 1
},
"binn": {
"baseline": "3.0",