Add nanobench

This commit is contained in:
stefiosif
2022-04-21 20:29:36 +03:00
parent 550d83bb84
commit 0ab49de690
3 changed files with 4 additions and 3 deletions

6
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "third_party"]
path = third_party
url = https://github.com/doctest/doctest.git
[submodule "third_party/doctest"] [submodule "third_party/doctest"]
path = third_party/doctest path = third_party/doctest
url = https://github.com/doctest/doctest.git url = https://github.com/doctest/doctest.git
[submodule "third_party/nanobench"]
path = third_party/nanobench
url = https://github.com/martinus/nanobench.git

0
README.md Normal file
View File

1
third_party/nanobench vendored Submodule

Submodule third_party/nanobench added at 26a9c089ca