Skip to content

Commit 64efb1c

Browse files
authored
Update benchmark app branches to use grpc-dotnet (#935)
1 parent f89cfc2 commit 64efb1c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

perf/benchmarkapps/GrpcAspNetCoreServer/grpc-aspnetcore-server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
jobs:
22
grpcAspNetCoreServer:
33
source:
4-
repository: https://github.com/JamesNK/grpc-dotnet
5-
branchOrCommit: jamesnk/benchmarch-grpcclient
4+
repository: https://github.com/grpc/grpc-dotnet.git
5+
branchOrCommit: master
66
project: perf/benchmarkapps/GrpcAspNetCoreServer/GrpcAspNetCoreServer.csproj
77
readyStateText: Application started
88
waitForExit: false

perf/benchmarkapps/GrpcClient/grpc-client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
jobs:
22
grpcDotNetClient:
33
source:
4-
repository: https://github.com/jamesnk/grpc-dotnet.git
5-
branchOrCommit: jamesnk/benchmarch-grpcclient
4+
repository: https://github.com/grpc/grpc-dotnet.git
5+
branchOrCommit: master
66
project: perf/benchmarkapps/GrpcClient/GrpcClient.csproj
77
readyStateText: gRPC Client
88
sdkVersion: 3.1.102

perf/benchmarkapps/GrpcCoreServer/grpc-core-server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
jobs:
22
grpcCoreServer:
33
source:
4-
repository: https://github.com/jamesnk/grpc-dotnet.git
5-
branchOrCommit: jamesnk/benchmarch-grpcclient
4+
repository: https://github.com/grpc/grpc-dotnet.git
5+
branchOrCommit: master
66
project: perf/benchmarkapps/GrpcCoreServer/GrpcCoreServer.csproj
77
readyStateText: Application started
88
waitForExit: false

0 commit comments

Comments
 (0)