feat: add zip speed test

This commit is contained in:
DecDuck
2025-08-15 12:17:10 +10:00
parent 7ec5e9f215
commit 913dc2f58d
4 changed files with 47 additions and 30 deletions
+3 -4
View File
@@ -24,7 +24,9 @@
"devDependencies": {
"@napi-rs/cli": "3.0.0-alpha.91",
"@types/node": "^22.13.10",
"ava": "^6.2.0"
"ava": "^6.2.0",
"pretty-bytes": "^7.0.1",
"tsimp": "^2.0.12"
},
"ava": {
"timeout": "3m",
@@ -51,8 +53,5 @@
"packageManager": "yarn@4.7.0",
"repository": {
"url": "git+https://github.com/Drop-OSS/droplet.git"
},
"dependencies": {
"tsimp": "^2.0.12"
}
}