benchmarks/markdown: add a `make check` rule
[nit.git] / 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