Skip to content

Commit

Permalink
Remove profile dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
darach committed Mar 12, 2013
1 parent 271cf99 commit b36f664
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 1 addition & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "eep",
"version": "0.2.2",
"version": "0.2.3",
"description": "Embedded Event Processing in Node.js",
"main": "./lib/eep.js",
"directories": {
Expand All @@ -22,7 +22,6 @@
"nodeunit": "~0.7.4"
},
"devDependencies": {
"profile": "~0.0.10"
},

"scripts": {
Expand Down
8 changes: 2 additions & 6 deletions wat
Expand Up @@ -43,10 +43,9 @@ then
echo
echo -e "\t${tbold}${cfgreen}where ${cfyellow}<command> ${cfwhite}is :-${creset}"
echo
echo -e "\t${tbold}${cfyellow}- bootstrap${cfgreen}:${creset} - Installs dependencies ${cfwhite}[${cfcyan}nodeunit${cfwhite},${cfcyan}profile${cfwhite},${cfcyan}byline${cfwhite},${cfcyan}docco${cfwhite}]${creset} via ${cfcyan}npm."
echo -e "\t${tbold}${cfyellow}- bootstrap${cfgreen}:${creset} - Installs dependencies ${cfwhite}[${cfcyan}nodeunit${cfwhite},${cfcyan}byline${cfwhite},${cfcyan}docco${cfwhite}]${creset} via ${cfcyan}npm."
echo -e "\t${tbold}${cfyellow}- test${cfgreen}:${creset} - Runs ${cfcyan}nodeunit${creset} tests."
echo -e "\t${tbold}${cfyellow}- docco${cfgreen}:${creset} - Runs ${cfcyan}docco${creset} to generate docs."
echo -e "\t${tbold}${cfyellow}- profile${cfgreen}:${creset} - Runs ${cfcyan}profile${creset}'d benchmark."
echo -e "\t${tbold}${cfyellow}- microbench${cfgreen}:${creset} - Runs a micro benchmark."
echo -e "\t${tbold}${cfyellow}- samples${cfgreen}:${creset} - Runs samples."
echo
Expand All @@ -59,7 +58,7 @@ echo -e "${tbold}${cfblue}Wat? ${cfyellow}$1${creset}"
case $cmd in
bootstrap )
sudo easy_install pygments
npm install nodeunit profile docco byline
npm install nodeunit docco byline
;;
test )
if [ $# -gt 1 ]
Expand All @@ -72,9 +71,6 @@ case $cmd in
docco )
node_modules/docco/bin/docco `find lib -name \*.js`
;;
profile )
NODE_PATH=lib node_modules/profile/bin/nodeprofile -o=profile.txt samples/microbench-nontemporal.js
;;
microbench )
NODE_PATH=lib node samples/microbench-nontemporal.js
;;
Expand Down

0 comments on commit b36f664

Please sign in to comment.