summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorChris Mumford <cmumford@chromium.org>2020-11-30 09:57:27 -0800
committerChris Mumford <cmumford@chromium.org>2020-11-30 10:47:15 -0800
commit37d36c92f8622595aa791867775d2f4d82e45be7 (patch)
tree7c65ea4612a2f4ed4a9cc4fae5ca6e1527157e17 /.gitmodules
parent2802398c94b3b5708f111dae58ac1b738613bbf8 (diff)
downloadleveldb-37d36c92f8622595aa791867775d2f4d82e45be7.tar.gz
Added google/benchmark submodule.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 5a4e85a..6e6d3f0 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
+[submodule "third_party/benchmark"]
+ path = third_party/benchmark
+ url = https://github.com/google/benchmark