Skip to content

Commit 8596c79

Browse files
committed
adding ws-bench script
1 parent b3c839e commit 8596c79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"scripts": {
88
"test": "nyc mocha test/*.test.js",
99
"format": "npx standard --fix",
10-
"lint": "npx standard"
10+
"lint": "npx standard",
11+
"ws-bench": "npx artillery run benchmark/websocket/artillery-perf1.yml"
1112
},
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)