mirror of
https://github.com/davidmarkclements/0x.git
synced 2025-12-08 19:06:01 +00:00
18 lines
416 B
JSON
18 lines
416 B
JSON
{
|
|
"name": "slow-rest-api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "wrk -d 120 -c 100 http://localhost:3000/a & wrk -d 120 -c 100 http://localhost:3000/b & wrk -d 120 -c 100 http://localhost:3000/c"
|
|
},
|
|
"author": "David Mark Clements",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"restify": "^4.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^5.4.1"
|
|
}
|
|
}
|