From 0ab49de69063c2438162a28ae5293111d1988648 Mon Sep 17 00:00:00 2001 From: stefiosif Date: Thu, 21 Apr 2022 20:29:36 +0300 Subject: [PATCH] Add nanobench --- .gitmodules | 6 +++--- README.md | 0 third_party/nanobench | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 README.md create mode 160000 third_party/nanobench diff --git a/.gitmodules b/.gitmodules index b4bce70..cdd2487 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "third_party"] - path = third_party - url = https://github.com/doctest/doctest.git [submodule "third_party/doctest"] path = third_party/doctest url = https://github.com/doctest/doctest.git +[submodule "third_party/nanobench"] + path = third_party/nanobench + url = https://github.com/martinus/nanobench.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/third_party/nanobench b/third_party/nanobench new file mode 160000 index 0000000..26a9c08 --- /dev/null +++ b/third_party/nanobench @@ -0,0 +1 @@ +Subproject commit 26a9c089ca54927c1658c046749ca1b8fd60422c