v8/third_party/google_benchmark
Michael Lippautz 9a311bcb34 Manually update google_benchmark
Rolling v8/third_party/google_benchmark/src: 0e1255a..5b75184

Manually roll forward to:
- roll across a compile-time failure
- adjust BUILD.gn

Change-Id: I4733fbc1ba565293a15d5360815c92b293eedc34
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2966378
Auto-Submit: Michael Lippautz <mlippautz@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#75175}
2021-06-16 10:40:47 +00:00
..
BUILD.gn Manually update google_benchmark 2021-06-16 10:40:47 +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