Merge branch 'release/2.1' into dev

This commit is contained in:
David Fowler 2018-03-27 13:29:00 -07:00
commit 113a827c0e
2 changed files with 5 additions and 5 deletions

View File

@ -12,6 +12,6 @@ The SignalRWorker that runs against this server is located at https://github.com
3. If cloned go to the BenchmarksDriver project 3. If cloned go to the BenchmarksDriver project
4. Use the following command as a guideline for running a test using your changes 4. Use the following command as a guideline for running a test using your changes
`dotnet run --server <server-endpoint> --client <client-endpoint> --properties "Transport=WebSockets" --properties "HubProtocol=messagepack" -j <path to signalr.json> --repository signalr@branch-name --projectFile benchmarks/BenchmarkServer/BenchmarkServer.csproj` `benchmarks --server <server-endpoint> --client <client-endpoint> -p TransportType=WebSockets -p HubProtocol=messagepack -j https://raw.githubusercontent.com/aspnet/SignalR/dev/benchmarks/BenchmarkServer/signalr.json`
5. For more info/commands see https://github.com/aspnet/benchmarks/blob/dev/src/BenchmarksDriver/README.md 5. For more info/commands see https://github.com/aspnet/benchmarks/blob/dev/src/BenchmarksDriver/README.md

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,