Skip to content

Commit

Permalink
[benchmark] Update google benchmark to 1.9.1 (microsoft#42945)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergAtGithub authored Dec 30, 2024
1 parent f0a4054 commit 3d8789d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/benchmark/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/benchmark
REF "v${VERSION}"
SHA512 0e91e0e5a2222d7650fd8bd9cafb2f0e7c1689cd1b87b2cc529c738db12bfef31162aa5a4da78f7b0aa7f0101dc08b626802c58d39862458f82f9fea9316ca25
SHA512 fc787d3d60a55abb3edaa575bf947c72e1ad1404a35bfddf585299411bcd04d32503bba563f9a36dccf128fce6261b97d460d6c293ed2c2d0807cf0154c86aa7
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/benchmark/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$comment": "https://github.com/google/benchmark/issues/661 describes the missing UWP support upstream",
"name": "benchmark",
"version-semver": "1.9.0",
"version-semver": "1.9.1",
"description": "A library to benchmark code snippets, similar to unit tests.",
"homepage": "https://github.com/google/benchmark",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/b-/benchmark.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d30c99674e87911b853eced815adba9757958b55",
"version-semver": "1.9.1",
"port-version": 0
},
{
"git-tree": "fb5125735472f7f54342eb37ba52a8715178c9f0",
"version-semver": "1.9.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@
"port-version": 0
},
"benchmark": {
"baseline": "1.9.0",
"baseline": "1.9.1",
"port-version": 0
},
"bento4": {
Expand Down

0 comments on commit 3d8789d

Please sign in to comment.