From a52fb5ae16ac7e0e014df0e95a39d7ab9ca6d7d6 Mon Sep 17 00:00:00 2001 From: FuexFollets Date: Fri, 26 Jan 2024 12:14:07 -0500 Subject: [PATCH] Readded google benchmark framework --- .gitmodules | 3 +++ lib/benchmark | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/benchmark diff --git a/.gitmodules b/.gitmodules index c983e44..d0ad4e0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "robinmap"] path = lib/robin-map url = https://github.com/FuexFollets/robin-map.git +[submodule "lib/google-benchmark"] + path = lib/benchmark + url = https://github.com/google/benchmark.git diff --git a/lib/benchmark b/lib/benchmark new file mode 160000 index 0000000..4682db0 --- /dev/null +++ b/lib/benchmark @@ -0,0 +1 @@ +Subproject commit 4682db08bc7bb7e547e0a1056e32392998f8101f