wrk-bench
Version:
Uses wrk to conduct a continuous benchmark
34 lines (33 loc) • 741 B
JSON
{
"name": "wrk-bench",
"version": "1.1.0",
"description": "Uses wrk to conduct a continuous benchmark",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Wraithan <xwraithanx@gmail.com>",
"license": "MIT",
"dependencies": {
"si-tools": "^1.0.0",
"through2": "^0.6.3",
"wrk": "^1.0.0"
},
"devDependencies": {
"json-stringify-stream": "0.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/wraithan/wrk-bench.git"
},
"keywords": [
"benchmark",
"wrk",
"bench",
"stats"
],
"bugs": {
"url": "https://github.com/wraithan/wrk-bench/issues"
},
"homepage": "https://github.com/wraithan/wrk-bench"
}