diff --git a/benchmarks/BenchmarkServer/README.md b/benchmarks/BenchmarkServer/README.md index f9ea3fa3c5..1f7369da9a 100644 --- a/benchmarks/BenchmarkServer/README.md +++ b/benchmarks/BenchmarkServer/README.md @@ -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 4. Use the following command as a guideline for running a test using your changes -`dotnet run --server --client --properties "Transport=WebSockets" --properties "HubProtocol=messagepack" -j --repository signalr@branch-name --projectFile benchmarks/BenchmarkServer/BenchmarkServer.csproj` +`benchmarks --server --client -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 \ No newline at end of file +5. For more info/commands see https://github.com/aspnet/benchmarks/blob/dev/src/BenchmarksDriver/README.md diff --git a/benchmarks/BenchmarkServer/signalr.json b/benchmarks/BenchmarkServer/signalr.json index 8cc152cddc..76286de061 100644 --- a/benchmarks/BenchmarkServer/signalr.json +++ b/benchmarks/BenchmarkServer/signalr.json @@ -2,9 +2,9 @@ "Default": { "Client": "SignalR", "Source": { - "Repository": "https://github.com/aspnet/benchmarks.git", + "Repository": "https://github.com/aspnet/SignalR.git", "BranchOrCommit": "dev", - "Project": "src/Benchmarks/Benchmarks.csproj" + "Project": "benchmarks/BenchmarkServer/BenchmarkServer.csproj" }, "Connections": 10, "Duration": 20, @@ -20,4 +20,4 @@ "SignalREchoAll": { "ClientProperties": { "Scenario": "echoAll" } } -} \ No newline at end of file +}