Skip to content

Commit a359d25

Browse files
committedApr 27, 2022
chore: move to tap.testdir, remove benchmarks
Removes these devDependencies * benchmark * chalk * tacks
1 parent 90776fd commit a359d25

24 files changed

+678
-1397
lines changed
 

‎package.json

-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"lib/"
1313
],
1414
"scripts": {
15-
"benchmarks": "node test/benchmarks",
1615
"preversion": "npm test",
1716
"postversion": "npm publish",
1817
"prepublishOnly": "git push origin --follow-tags",
@@ -71,10 +70,7 @@
7170
"devDependencies": {
7271
"@npmcli/eslint-config": "^3.0.1",
7372
"@npmcli/template-oss": "3.4.1",
74-
"benchmark": "^2.1.4",
75-
"chalk": "^4.1.2",
7673
"require-inject": "^1.4.4",
77-
"tacks": "^1.3.0",
7874
"tap": "^16.0.0"
7975
},
8076
"tap": {

‎test/benchmarks/content.read.js

-152
This file was deleted.

‎test/benchmarks/get.js

-133
This file was deleted.

‎test/benchmarks/index.find.js

-52
This file was deleted.

‎test/benchmarks/index.insert.js

-31
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.