Skip to content

Commit

Permalink
[benchmark] update to version 1.7.0 (#27124)
Browse files Browse the repository at this point in the history
* update benchmark to 1.7.0

* add new benchmark version.

* add license field to benchmark

* fixup! add license field to benchmark

* update benchmark version
  • Loading branch information
barcharcraz authored Oct 17, 2022
1 parent ec80d1c commit ae47a08
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/benchmark/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/benchmark
REF v1.6.1
SHA512 7d3e3baf5a2d92e9552ab5007c37253b3510ac269edf8922a2794ff3dfbd0bf5b4c519240d4577b1ec30ef9e8a64caa17a809054c3dc7f2b1bcd410596177d67
REF v1.7.0
SHA512 25f81930ce210e298d9cc67c965cc8937f66c53427b18a672338b86424eef32df877ec6b7a7106417464b29c5048b014fcc82cfa773168ed701aa47d01f39f82
HEAD_REF master
)

Expand Down
3 changes: 2 additions & 1 deletion ports/benchmark/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"$comment": "https://github.com/google/benchmark/issues/661 describes the missing UWP support upstream",
"name": "benchmark",
"version-semver": "1.6.1",
"version-semver": "1.7.0",
"description": "A library to support the benchmarking of functions, similar to unit-tests.",
"homepage": "https://github.com/google/benchmark",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
{
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": "e5d610bf8256ba634ade154face9bf1aa194f9e2",
"version-semver": "1.7.0",
"port-version": 0
},
{
"git-tree": "0b248363b29630caf5f45a42d2d82c12b29979e1",
"version-semver": "1.6.1",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
"port-version": 2
},
"benchmark": {
"baseline": "1.6.1",
"baseline": "1.7.0",
"port-version": 0
},
"bento4": {
Expand Down

0 comments on commit ae47a08

Please sign in to comment.