From e881b6aa3326abab4a58bf282ddd24b741dcae82 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 12 Sep 2014 01:37:01 +0100 Subject: [PATCH] add perf-node script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 27c48e2..4311242 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "test": "tape test/*.js && OBJECT_IMPL=true tape test/*.js", "prepublish": "./bundle.sh", "perf": "cd perf/solo && browserify --debug readUInt32BE.js > bundle.js && open index.html", + "perf-node": "node perf/comparison/bracket-notation.js && node perf/comparison/concat.js && node perf/comparison/copy-big.js && node perf/comparison/copy.js && node perf/comparison/new.js && node perf/comparison/readDoubleBE.js && node perf/comparison/readFloatBE.js && node perf/comparison/readUInt32LE.js && node perf/comparison/slice.js && node perf/comparison/writeFloatBE.js", "size": "browserify -r ./ | uglifyjs -c -m | gzip | wc -c" }, "testling": { -- 2.34.1