Skip to content

Commit

Permalink
Fix benchmark to call benchmark.js instead
Browse files Browse the repository at this point in the history
  • Loading branch information
testn committed Oct 15, 2021
1 parent 694e100 commit 7ac7e25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 144 deletions.
143 changes: 0 additions & 143 deletions benchmarks/run-unit.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:code": "eslint index.js promise.js \"lib/**/*.js\" \"test/**/*.js\" \"benchmarks/**/*.js\"",
"lint:docs": "eslint Contributing.md \"documentation/**/*.md\" \"examples/*.js\"",
"test": "node ./test/run.js",
"benchmark": "./benchmarks/run-unit.js",
"benchmark": "node ./benchmarks/benchmark.js",
"prettier": "prettier --single-quote --trailing-comma none --write \"{lib,examples,test}/**/*.js\"",
"prettier:docs": "prettier --single-quote --trailing-comma none --write README.md documentation/*",
"precommit": "lint-staged",
Expand Down

0 comments on commit 7ac7e25

Please sign in to comment.