benchmarks/markdown: add a `make check` rule
authorJean Privat <jean@pryen.org>
Mon, 14 Sep 2015 20:49:18 +0000 (16:49 -0400)
committerJean Privat <jean@pryen.org>
Tue, 15 Sep 2015 23:55:52 +0000 (19:55 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

benchmarks/markdown/Makefile

index 802fab6..ca25141 100644 (file)
@@ -15,6 +15,9 @@
 all:
        ./bench_markdown.sh all
 
+check:
+       ./bench_markdown.sh -s 1 nit
+
 clean:
        $(MAKE) clean -C benches
        $(MAKE) clean -C engines