From d84e424d59e48784998fcb32280230282d25739c Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Wed, 6 Mar 2024 00:13:46 +0800 Subject: [PATCH] feat: add google benchmark repo --- .gitmodules | 9 ++++++--- third_party/benchmark | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) create mode 160000 third_party/benchmark diff --git a/.gitmodules b/.gitmodules index a0cf1af..50eb257 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,12 @@ -[submodule "third_party/googletest"] - path = third_party/googletest - url = https://github.com/google/googletest.git [submodule "third_party/abseil-cpp"] path = third_party/abseil-cpp url = https://github.com/abseil/abseil-cpp.git +[submodule "third_party/benchmark"] + path = third_party/benchmark + url = https://github.com/google/benchmark.git +[submodule "third_party/googletest"] + path = third_party/googletest + url = https://github.com/google/googletest.git [submodule "third_party/md5sum"] path = third_party/md5sum url = https://github.com/dnomd343/md5sum.git diff --git a/third_party/benchmark b/third_party/benchmark new file mode 160000 index 0000000..3441176 --- /dev/null +++ b/third_party/benchmark @@ -0,0 +1 @@ +Subproject commit 344117638c8ff7e239044fd0fa7085839fc03021