Commit 0f5f6024 authored by v8-ci-autoroll-builder's avatar v8-ci-autoroll-builder Committed by V8 LUCI CQ

Update google_benchmark

Rolling v8/third_party/google_benchmark/src: https://chromium.googlesource.com/external/github.com/google/benchmark/+log/7cb2914..a25f3cd

Appended additional BSD 3-Clause to LICENSE (#1363) (Vy Nguyen)
https://chromium.googlesource.com/external/github.com/google/benchmark/+/a25f3cd

Add SetBenchmarkFilter() to set --benchmark_filter flag value in user code (#1362) (Vy Nguyen)
https://chromium.googlesource.com/external/github.com/google/benchmark/+/eacce0b

Add long description and content type for proper PyPI presentation (#1361) (Nicholas Junge)
https://chromium.googlesource.com/external/github.com/google/benchmark/+/df7749c

Allow setting the default time unit globally (#1337) (Bátor Tallér)
https://chromium.googlesource.com/external/github.com/google/benchmark/+/d08e7b6

restore BENCHMARK_MAIN() (#1357) (Sergiu Deitsch)
https://chromium.googlesource.com/external/github.com/google/benchmark/+/e33986a

R=v8-waterfall-sheriff@grotations.appspotmail.com,mtv-sf-v8-sheriff@grotations.appspotmail.com,mlippautz@chromium.org

Change-Id: I6e4614ebf74b16768ee6e6534e7693022e9bac9f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3514720
Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#79433}
parent 408803bd
...@@ -221,7 +221,7 @@ deps = { ...@@ -221,7 +221,7 @@ deps = {
'condition': 'checkout_fuchsia', 'condition': 'checkout_fuchsia',
}, },
'third_party/google_benchmark/src': { 'third_party/google_benchmark/src': {
'url': Var('chromium_url') + '/external/github.com/google/benchmark.git' + '@' + '7cb2914292886a1c2625faf5cc84743d1855d21b', 'url': Var('chromium_url') + '/external/github.com/google/benchmark.git' + '@' + 'a25f3cded7e629c4186cf8051aae8f4f3a8c5824',
}, },
'third_party/googletest/src': 'third_party/googletest/src':
Var('chromium_url') + '/external/github.com/google/googletest.git' + '@' + 'ae1b7ad4308249bfa928e65d1a33be117fc0992c', Var('chromium_url') + '/external/github.com/google/googletest.git' + '@' + 'ae1b7ad4308249bfa928e65d1a33be117fc0992c',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment