1Name: Google Benchmark
2Short Name: benchmark
3URL: https://github.com/google/benchmark
4Version: unknown
5License: Apache 2.0
6License File: NOT_SHIPPED
7Security Critical: no
8
9Description:
10A microbenchmark support library.
11
12To include this library in the V8 checkout, add the following clause to
13your .gclient configuration.
14
15    "custom_vars": {
16        "checkout_google_benchmark": True,
17    }
18
19
20Local Additions:
21* gn file for building in V8
22