Update google_benchmark

Rolling v8/third_party/google_benchmark/src: 3b3de69..0d98dba

Creating release commit for v1.6.1 (Dominic Hamon)
https://chromium.googlesource.com/external/github.com/google/benchmark/+/0d98dba

Destructor not returning is expected in some cases (#1316) (staffantj)
https://chromium.googlesource.com/external/github.com/google/benchmark/+/0e78738

Address c4267 warning on MSVC (#1315) (staffantj)
https://chromium.googlesource.com/external/github.com/google/benchmark/+/6dfe7af

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

Change-Id: I484073c46b839f7ba8d8c8abac6e6c28da79b1ac
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3379826
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@{#78556}
This commit is contained in:
v8-ci-autoroll-builder 2022-01-10 21:11:41 -08:00 committed by V8 LUCI CQ
parent 470bebc2b9
commit e6aada80d4

2
DEPS
View File

@ -223,7 +223,7 @@ deps = {
'condition': 'checkout_fuchsia',
},
'third_party/google_benchmark/src': {
'url': Var('chromium_url') + '/external/github.com/google/benchmark.git' + '@' + '3b3de69400164013199ea448f051d94d7fc7d81f',
'url': Var('chromium_url') + '/external/github.com/google/benchmark.git' + '@' + '0d98dba29d66e93259db7daa53a9327df767a415',
},
'third_party/googletest/src':
Var('chromium_url') + '/external/github.com/google/googletest.git' + '@' + '6b74da4757a549563d7c37c8fae3e704662a043b',