aspnetcore/benchmarks/BenchmarkServer/signalr.json

23 lines
526 B
JSON

{
"Default": {
"Client": "SignalR",
"Source": {
"Repository": "https://github.com/aspnet/benchmarks.git",
"BranchOrCommit": "dev",
"Project": "src/Benchmarks/Benchmarks.csproj"
},
"Connections": 10,
"Duration": 20,
"Warmup": 2,
"Path": "/echo"
},
"SignalRBroadcast": {
"ClientProperties": { "Scenario": "broadcast" }
},
"SignalREcho": {
"ClientProperties": { "Scenario": "echo" }
},
"SignalREchoAll": {
"ClientProperties": { "Scenario": "echoAll" }
}
}