Skip to content

Commit

Permalink
Removed un-used npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpincin committed Dec 14, 2014
1 parent 7f97083 commit d8bc790
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,3 @@ endif
$(if $(filter-out tap, $(reporter)), @printf $(cc_red),)
$(if $(grep),,@if [ -s coverage/error ]; then echo; grep ERROR coverage/error; echo; exit 1; fi)
$(if $(filter-out tap, $(reporter)), @printf $(cc_normal),)

benchmark:
@echo
@date
$(if $(grep), @echo "Running perf files that match pattern: $(grep)",)
@echo "--------------------------------------------------------------"
@PERFS=`find ./perf -name "*.js" -type f -maxdepth 1 | grep ""$(grep)`; for PERF in $$PERFS; do node $$PERF; done
@echo "--------------------------------------------------------------"
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "index.js",
"scripts": {
"test": "make test",
"benchmark": "make benchmark",
"travis-test": "make test && ((cat coverage/lcov.info | coveralls) || exit 0)",
"view-cover": "open coverage/index.html",
"vc": "open coverage/index.html",
Expand Down

0 comments on commit d8bc790

Please sign in to comment.