Index: third_party/google_benchmark/README.chromium |
diff --git a/third_party/google_benchmark/README.chromium b/third_party/google_benchmark/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4c18f8521c34379b845bcdacb693992a34c07dff |
--- /dev/null |
+++ b/third_party/google_benchmark/README.chromium |
@@ -0,0 +1,14 @@ |
+Name: google_benchmark |
+URL: https://github.com/google/benchmark |
+Security Critical: no |
+Version: 0 |
+License: Apache 2.0 |
+ |
+Description: |
+ |
+A C++ library for writing microbenchmarks, capable of measuring times up to |
+nanoseconds. |
+ |
+Extensive documentation can be found on https://github.com/google/benchmark |
+Talk at CppCon by Chandler Carruth on microbechmarking using this library: |
+https://youtu.be/nXaxk27zwlk |