4224c85f70
- Roll forward to Update google_benchmark - Add export header that is usually generated by the build system of google benchmark. We can ignore the export macro as we always just use the library in a source set. Bug: v8:12666 Change-Id: Ifec570745c0258aa541b7aea41ba557a7e0fe563 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3512575 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/main@{#79429} |
||
---|---|---|
.. | ||
precompiled_headers/benchmark | ||
BUILD.gn | ||
OWNERS | ||
README.v8 |
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