Fixing benchmarks

This commit is contained in:
David Fowler 2018-03-27 13:17:22 -07:00 committed by GitHub
parent 185453908f
commit df317cffca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
"Default": { "Default": {
"Client": "SignalR", "Client": "SignalR",
"Source": { "Source": {
"Repository": "https://github.com/aspnet/benchmarks.git", "Repository": "https://github.com/aspnet/SignalR.git",
"BranchOrCommit": "dev", "BranchOrCommit": "dev",
"Project": "src/Benchmarks/Benchmarks.csproj" "Project": "benchmarks/BenchmarkServer/BenchmarkServer.csproj"
}, },
"Connections": 10, "Connections": 10,
"Duration": 20, "Duration": 20,