]> zoso.dev Git - buffer.git/commitdiff
makefile to run perf tests
authorFeross Aboukhadijeh <feross@feross.org>
Mon, 18 Nov 2013 14:00:52 +0000 (06:00 -0800)
committerFeross Aboukhadijeh <feross@feross.org>
Mon, 18 Nov 2013 14:00:52 +0000 (06:00 -0800)
Makefile [new file with mode: 0644]
package.json

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
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
index 9024e60db3ec01660389efc58ff7537f08de2c96..0ed7c613a279066f2751d73f7b9a5024b683b030 100644 (file)
@@ -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",