From c4094d239fbb60cc91ec7568c8c3bcce1ff7b730 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Thu, 10 Dec 2015 10:40:57 -0500 Subject: [PATCH] benchs: Added submodule reference to ujson4c Signed-off-by: Lucas Bajolet --- .gitmodules | 3 +++ benchmarks/json/thirdparty/ujson4c | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 benchmarks/json/thirdparty/ujson4c diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..aa7c8cc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ujson4c"] + path = benchmarks/json/thirdparty/ujson4c + url = https://github.com/esnme/ujson4c diff --git a/benchmarks/json/thirdparty/ujson4c b/benchmarks/json/thirdparty/ujson4c new file mode 160000 index 0000000..e14f3fd --- /dev/null +++ b/benchmarks/json/thirdparty/ujson4c @@ -0,0 +1 @@ +Subproject commit e14f3fd5207fe30d1bdea723f260609e69d1abfa -- 1.7.9.5