From a289d43608cbfdd27a04807882580afd83d5b048 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Fri, 23 Sep 2016 11:07:45 -0700 Subject: Added C++ benchmark. (#1525) --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..55a47cea --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/benchmark"] + path = third_party/benchmark + url = https://github.com/google/benchmark.git -- cgit v1.2.3