Skip to content

Commit

Permalink
removed scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
piliugin-anton committed Jun 17, 2022
1 parent 4e3a7ab commit 3d7f1ea
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
"description": "uQuik HTTP(S) framework",
"main": "index.js",
"scripts": {
"debug": "node --inspect examples/basic.js",
"no-sync": "node --trace-sync-io examples/basic.js",
"profile": "node --prof examples/basic.js",
"example": "node examples/basic.js",
"test": "echo \"Error: no test specified\" && exit 1",
"wrk": "wrk -t4 -c2500 -d60s http://127.0.0.1:5000",
"wrk-post": "wrk -s examples/post.lua -t4 -c2500 -d60s -R31000 http://127.0.0.1:5000"
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"ajv": "^8.11.0",
Expand Down

0 comments on commit 3d7f1ea

Please sign in to comment.