From bce7bd0b9554975c19892c8d7aa5492663d4671d Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Thu, 8 Dec 2016 20:57:48 +0300 Subject: [PATCH] Extract json payloads before running benchmarks --- .gitignore | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 513d385..c496625 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ *.exe *.dylib *.dSYM +perf/bench +perf/yajl-perftest share # Generated folders diff --git a/Makefile b/Makefile index cb9609f..0e9ef6c 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ json_examples_tarball: check: $(LIB_FQNAME) share jsonsl.c JSONSL_QUIET_TESTS=1 $(MAKE) -C tests -bench: +bench: share $(MAKE) -C perf run-benchmarks $(LIB_FQNAME): jsonsl.c