[benchmarksuite] v1.0.1 Update (#48615)

This commit is contained in:
RealTimeChris
2025-12-02 18:26:12 -05:00
committed by GitHub
parent 7ece665b8f
commit 043a00dfbf
4 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO realtimechris/benchmarksuite
REF "v${VERSION}"
SHA512 e4deaf511ba7754610d3abc7d624040cc9c89fc1a5bfe7b9e7d3a95bbf74719f80a6ad3c7d60ede27368143ec8d16a797286ad0ecddcbb7092420a6f7c65f419
SHA512 277f8e33d836c99c9a2f7b51e92c6c2df8bc549483118d77022a0776c493423975c118482b369c6fd728907fd76af02474d7d2d34ac9e335bb8314bed0866268
HEAD_REF main
)

View File

@@ -1,6 +1,6 @@
{
"name": "rtc-benchmarksuite",
"version": "1.0.0",
"version": "1.0.1",
"description": "A header-only C++ benchmarking library with cross-platform hardware performance counter integration, providing precise measurements of cycles, instructions, branches, cache behavior, and throughput with minimal overhead.",
"homepage": "https://github.com/realtimechris/benchmarksuite",
"license": "MIT",

View File

@@ -8693,7 +8693,7 @@
"port-version": 1
},
"rtc-benchmarksuite": {
"baseline": "1.0.0",
"baseline": "1.0.1",
"port-version": 0
},
"rtlsdr": {

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "565d569042ebb3d829c409aee019e4a0bf63a936",
"version": "1.0.1",
"port-version": 0
},
{
"git-tree": "70b1a7b0086e9e0d1ab2d892830c54aa076af23d",
"version": "1.0.0",