Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[benchmark] Update google benchmark to 1.9.1 #42945

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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