Browse Source

Added `make benchmark`

v1.x
Tj Holowaychuk 14 years ago
parent
commit
b7da9eabaa
  1. 5
      Makefile

5
Makefile

@ -3,4 +3,7 @@ test:
@./support/expresso/bin/expresso \ @./support/expresso/bin/expresso \
-I lib -I lib
.PHONY: test benchmark:
@node examples/benchmark.js
.PHONY: test benchmark
Loading…
Cancel
Save