
test:
	@node spec/node.js
	
benchmark:
	@node-bench benchmarks/run.js
	
.PHONY: test benchmark