mirror of
https://github.com/actix/examples
synced 2024-11-25 15:22:42 +01:00
16 lines
245 B
JSON
16 lines
245 B
JSON
|
{
|
||
|
"outdir": "./reports/servers",
|
||
|
"servers": [
|
||
|
{
|
||
|
"agent": "actix-web-actors",
|
||
|
"url": "ws://host.docker.internal:9001"
|
||
|
}
|
||
|
],
|
||
|
"cases": ["*"],
|
||
|
"exclude-cases": [
|
||
|
"12.*",
|
||
|
"13.*"
|
||
|
],
|
||
|
"exclude-agent-cases": {}
|
||
|
}
|