From 68cefe4084694257ea4d75327082340f2d309e5d Mon Sep 17 00:00:00 2001 From: v8-ci-autoroll-builder Date: Wed, 24 Nov 2021 21:17:18 -0800 Subject: [PATCH] Update google_benchmark Rolling v8/third_party/google_benchmark/src: https://chromium.googlesource.com/external/github.com/google/benchmark/+log/ce92bbf..d6ba952 compare.py: compute and print 'OVERALL GEOMEAN' aggregate (#1289) (Roman Lebedev) https://chromium.googlesource.com/external/github.com/google/benchmark/+/d6ba952 R=v8-waterfall-sheriff@grotations.appspotmail.com,mtv-sf-v8-sheriff@grotations.appspotmail.com,mlippautz@chromium.org Change-Id: I3afb27fd3e86a25300a7129578967d695e15f679 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3300813 Commit-Queue: v8-ci-autoroll-builder Bot-Commit: v8-ci-autoroll-builder Cr-Commit-Position: refs/heads/main@{#78080} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index f39cc1bd95..a910008c20 100644 --- a/DEPS +++ b/DEPS @@ -223,7 +223,7 @@ deps = { 'condition': 'checkout_fuchsia', }, 'third_party/google_benchmark/src': { - 'url': Var('chromium_url') + '/external/github.com/google/benchmark.git' + '@' + 'ce92bbfb903308bf31530cfb69a36bb06e16d368', + 'url': Var('chromium_url') + '/external/github.com/google/benchmark.git' + '@' + 'd6ba952fc15dbdc54fda46b99babdb9db5fbe58b', }, 'third_party/googletest/src': Var('chromium_url') + '/external/github.com/google/googletest.git' + '@' + '3e0e32ba300ce8afe695ad3ba7e81b21b7cf237a',