forked from svrjs/svrjs
9 lines
154 B
Makefile
9 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
|