Skip to content

Commit 6c29e36

Browse files
authored
Merge pull request #1417 from testn/fix-benchmark-cmd
Fix benchmark to call benchmark.js instead
2 parents 2f35bde + 7ac7e25 commit 6c29e36

File tree

2 files changed

+1
-144
lines changed

2 files changed

+1
-144
lines changed

benchmarks/run-unit.js

Lines changed: 0 additions & 143 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint:code": "eslint index.js promise.js \"lib/**/*.js\" \"test/**/*.js\" \"benchmarks/**/*.js\"",
1212
"lint:docs": "eslint Contributing.md \"documentation/**/*.md\" \"examples/*.js\"",
1313
"test": "node ./test/run.js",
14-
"benchmark": "./benchmarks/run-unit.js",
14+
"benchmark": "node ./benchmarks/benchmark.js",
1515
"prettier": "prettier --single-quote --trailing-comma none --write \"{lib,examples,test}/**/*.js\"",
1616
"prettier:docs": "prettier --single-quote --trailing-comma none --write README.md documentation/*",
1717
"precommit": "lint-staged",

0 commit comments

Comments
 (0)