Skip to content

Commit 3d7f1ea

Browse files
removed scripts
1 parent 4e3a7ab commit 3d7f1ea

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
"description": "uQuik HTTP(S) framework",
55
"main": "index.js",
66
"scripts": {
7-
"debug": "node --inspect examples/basic.js",
8-
"no-sync": "node --trace-sync-io examples/basic.js",
9-
"profile": "node --prof examples/basic.js",
10-
"example": "node examples/basic.js",
11-
"test": "echo \"Error: no test specified\" && exit 1",
12-
"wrk": "wrk -t4 -c2500 -d60s http://127.0.0.1:5000",
13-
"wrk-post": "wrk -s examples/post.lua -t4 -c2500 -d60s -R31000 http://127.0.0.1:5000"
7+
"test": "echo \"Error: no test specified\" && exit 1"
148
},
159
"dependencies": {
1610
"ajv": "^8.11.0",

0 commit comments

Comments
 (0)