Skip to content

Commit 7ac7e25

Browse files
committed
Fix benchmark to call benchmark.js instead
1 parent 694e100 commit 7ac7e25

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)