From 958bf204510090cc6fc94efc4e966c9532623c85 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Mon, 14 Dec 2015 11:53:34 -0500 Subject: [PATCH] benchmarks: Added Makefile for bench_json Signed-off-by: Lucas Bajolet --- benchmarks/json/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 benchmarks/json/Makefile diff --git a/benchmarks/json/Makefile b/benchmarks/json/Makefile new file mode 100644 index 0000000..1c05dd2 --- /dev/null +++ b/benchmarks/json/Makefile @@ -0,0 +1,2 @@ +all: + ./bench_json.sh -- 1.7.9.5