summaryrefslogtreecommitdiff
path: root/deps/v8/third_party/google_benchmark/README.v8
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/third_party/google_benchmark/README.v8')
-rw-r--r--deps/v8/third_party/google_benchmark/README.v821
1 files changed, 21 insertions, 0 deletions
diff --git a/deps/v8/third_party/google_benchmark/README.v8 b/deps/v8/third_party/google_benchmark/README.v8
new file mode 100644
index 0000000000..fe2ac187ac
--- /dev/null
+++ b/deps/v8/third_party/google_benchmark/README.v8
@@ -0,0 +1,21 @@
+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