Fix SignalR perf app path (#6650)
This commit is contained in:
parent
c528892560
commit
6d28c44408
|
|
@ -4,7 +4,7 @@
|
||||||
"Source": {
|
"Source": {
|
||||||
"Repository": "https://github.com/aspnet/aspnetcore.git",
|
"Repository": "https://github.com/aspnet/aspnetcore.git",
|
||||||
"BranchOrCommit": "master",
|
"BranchOrCommit": "master",
|
||||||
"Project": "src/SignalR/benchmarkapps/BenchmarkServer/BenchmarkServer.csproj"
|
"Project": "src/SignalR/perf/benchmarkapps/BenchmarkServer/BenchmarkServer.csproj"
|
||||||
},
|
},
|
||||||
"Connections": 10,
|
"Connections": 10,
|
||||||
"Duration": 20,
|
"Duration": 20,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue