From: Feross Aboukhadijeh Date: Mon, 18 Nov 2013 14:00:52 +0000 (-0800) Subject: makefile to run perf tests X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=2500c937c16e0398988f1fcef4334918b3a01e19;p=buffer.git makefile to run perf tests --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7ec794f --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY : default +default: + ./node_modules/.bin/browserify --debug perf/concat.js > perf/bundle.js + /Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary perf/index.html \ No newline at end of file diff --git a/package.json b/package.json index 9024e60..0ed7c61 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,9 @@ }, "devDependencies": { "tape": "~2.1.0", - "tap": "~0.4.4" + "tap": "~0.4.4", + "benchmark": "~1.0.0", + "browserify": "~2.35.4" }, "repository": { "type": "git",