nim-websock/autobahn/fuzzingclient.json
jangko 30d4f5ca17
add meaningful name to the example server
this server name will appear at autobahn summary report.
if we do not set the server name, it will display ugly `unknown server`.
2021-05-22 12:12:42 +07:00

13 lines
275 B
JSON

{
"outdir": "./reports/servers",
"servers": [
{
"name": "nim-ws example server",
"url": "ws://127.0.0.1:8888/ws"
}
],
"cases": ["*"],
"exclude-cases": ["6.*", "9.*", "12.*", "13.*"],
"exclude-agent-cases": {}
}