From b7da9eabaab8d0e824cdf41ba7365f850dc47bae Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Fri, 29 Oct 2010 11:11:40 -0700 Subject: [PATCH] Added `make benchmark` --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a2f2a41..258b183 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,7 @@ test: @./support/expresso/bin/expresso \ -I lib -.PHONY: test \ No newline at end of file +benchmark: + @node examples/benchmark.js + +.PHONY: test benchmark \ No newline at end of file