v8/third_party/google_benchmark
Michael Lippautz 4009aacbb0 Manually update google_benchmark
https://github.com/google/benchmark/pull/1256 has been upstreamed.
Manually roll forward and immediately remove the build-time work
around.

Change-Id: I567dc0bdfda128656c874b6555dc6a89eeaa8100
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3236991
Auto-Submit: Michael Lippautz <mlippautz@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/main@{#77502}
2021-10-21 16:36:41 +00:00
..
BUILD.gn Manually update google_benchmark 2021-10-21 16:36:41 +00:00
OWNERS Add google_benchmark depdendency 2020-07-02 20:11:29 +00:00
README.v8 Add google_benchmark depdendency 2020-07-02 20:11:29 +00:00

Name: Google Benchmark
Short Name: benchmark
URL: https://github.com/google/benchmark
Version: unknown
License: Apache 2.0
License File: NOT_SHIPPED
Security Critical: no

Description:
A microbenchmark support library.

To include this library in the V8 checkout, add the following clause to
your .gclient configuration.

    "custom_vars": {
        "checkout_google_benchmark": True,
    }


Local Additions:
* gn file for building in V8