forked from svrjs/svrjs
10 lines
154 B
Makefile
10 lines
154 B
Makefile
|
test:
|
||
|
./node_modules/.bin/_mocha --reporter spec
|
||
|
|
||
|
bench:
|
||
|
npm install ttl-lru-cache
|
||
|
npm install lru-cache
|
||
|
node benckmark/bench.js
|
||
|
|
||
|
.PHONY: test bench
|