Browse Source

feat: add google benchmark repo

master
Dnomd343 4 months ago
parent
commit
d84e424d59
  1. 9
      .gitmodules
  2. 1
      third_party/benchmark

9
.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

1
third_party/benchmark

@ -0,0 +1 @@
Subproject commit 344117638c8ff7e239044fd0fa7085839fc03021
Loading…
Cancel
Save