]> zoso.dev Git - buffer.git/commitdiff
remove duplicate perf tests
authorFeross Aboukhadijeh <feross@feross.org>
Sun, 26 Oct 2014 23:07:22 +0000 (16:07 -0700)
committerFeross Aboukhadijeh <feross@feross.org>
Sun, 26 Oct 2014 23:07:22 +0000 (16:07 -0700)
13 files changed:
package.json
perf/bracket-notation.js [moved from perf/comparison/bracket-notation.js with 100% similarity]
perf/concat.js [moved from perf/comparison/concat.js with 100% similarity]
perf/copy-big.js [moved from perf/comparison/copy-big.js with 100% similarity]
perf/copy.js [moved from perf/comparison/copy.js with 100% similarity]
perf/new-big.js [moved from perf/comparison/new-big.js with 100% similarity]
perf/new.js [moved from perf/comparison/new.js with 100% similarity]
perf/readDoubleBE.js [moved from perf/comparison/readDoubleBE.js with 100% similarity]
perf/readFloatBE.js [moved from perf/comparison/readFloatBE.js with 100% similarity]
perf/readUInt32LE.js [moved from perf/comparison/readUInt32LE.js with 100% similarity]
perf/slice.js [moved from perf/comparison/slice.js with 100% similarity]
perf/util.js [moved from perf/comparison/util.js with 100% similarity]
perf/writeFloatBE.js [moved from perf/comparison/writeFloatBE.js with 100% similarity]

index 484b7cc6aba5593a0c6f38ce237ebd3d88e8f7ff..8bafc030b6d2f38fa6a6c0297e47ba3eb8373b5c 100644 (file)
@@ -44,8 +44,8 @@
   "scripts": {
     "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",
+    "perf": "cd perf && browserify --debug readUInt32BE.js > bundle.js && open index.html",
+    "perf-node": "node perf/bracket-notation.js && node perf/concat.js && node perf/copy-big.js && node perf/copy.js && node perf/new-big.js && node perf/new.js && node perf/readDoubleBE.js && node perf/readFloatBE.js && node perf/readUInt32LE.js && node perf/slice.js && node perf/writeFloatBE.js",
     "size": "browserify -r ./ | uglifyjs -c -m | gzip | wc -c"
   },
   "testling": {
similarity index 100%
rename from perf/comparison/concat.js
rename to perf/concat.js
similarity index 100%
rename from perf/comparison/copy-big.js
rename to perf/copy-big.js
similarity index 100%
rename from perf/comparison/copy.js
rename to perf/copy.js
similarity index 100%
rename from perf/comparison/new-big.js
rename to perf/new-big.js
similarity index 100%
rename from perf/comparison/new.js
rename to perf/new.js
similarity index 100%
rename from perf/comparison/slice.js
rename to perf/slice.js
similarity index 100%
rename from perf/comparison/util.js
rename to perf/util.js