Skip to content

Commit 444ff1b

Browse files
authored
Explicitly specify ready state text in benchmarks (#725)
1 parent 8283efe commit 444ff1b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

perf/benchmarkapps/GrpcAspNetCoreServer/grpc-aspnetcore.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"Repository": "https://github.com/grpc/grpc-dotnet.git",
99
"BranchOrCommit": "master",
1010
"Project": "perf/benchmarkapps/GrpcAspNetCoreServer/GrpcAspNetCoreServer.csproj"
11-
}
11+
},
12+
13+
"ReadyStateText": "Application started."
1214
},
1315

1416
"GrpcUnary-GrpcCore": {

perf/benchmarkapps/GrpcCoreServer/grpc-core.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"Repository": "https://github.com/grpc/grpc-dotnet.git",
99
"BranchOrCommit": "master",
1010
"Project": "perf/benchmarkapps/GrpcCoreServer/GrpcCoreServer.csproj"
11-
}
11+
},
12+
13+
"ReadyStateText": "Application started."
1214
},
1315

1416
"GrpcUnary-GrpcCore": {

0 commit comments

Comments
 (0)