mirror of
https://github.com/actix/examples
synced 2024-11-24 14:53:00 +01:00
17 lines
256 B
JSON
17 lines
256 B
JSON
{
|
|
"outdir": "./reports/servers",
|
|
"servers": [
|
|
{
|
|
"agent": "actix-web-actors",
|
|
"url": "ws://host.docker.internal:9001"
|
|
}
|
|
],
|
|
"cases": ["*"],
|
|
"exclude-cases": [
|
|
"9.*",
|
|
"12.*",
|
|
"13.*"
|
|
],
|
|
"exclude-agent-cases": {}
|
|
}
|