Skip to content

Commit 9bcabc5

Browse files
committed
Drop benchmark
1 parent a46b5b9 commit 9bcabc5

2 files changed

Lines changed: 0 additions & 166 deletions

File tree

benchmark.js

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

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@
1414
"@cablanchard/semantic-release": "~1.3.1",
1515
"@cablanchard/tsconfig": "1.0.0",
1616
"@cablanchard/tslint": "0.0.1",
17-
"@types/benchmark": "~1.0.31",
1817
"@types/chai": "~4.2.0",
1918
"@types/csv-parse": "~1.2.2",
2019
"@types/mocha": "~7.0.1",
2120
"@types/node": "~14.0.1",
22-
"benchmark": "~2.1.4",
2321
"chai": "~4.2.0",
2422
"codecov": "~3.7.0",
2523
"csv-parse": "~4.11.1",
@@ -82,7 +80,6 @@
8280
"lint": "eslint lib/**/*.ts",
8381
"docs": "typedoc --mode file --excludePrivate --hideGenerator --excludeExternals --target ES5 --out docs/ --name 'Postcode.js' --theme minimal lib/",
8482
"build": "tsc",
85-
"benchmark": "npm run build && node benchmark.js",
8683
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
8784
},
8885
"repository": {

0 commit comments

Comments
 (0)