modified the comments and format

This commit is contained in:
yangzhouhan
2015-06-02 18:26:11 -07:00
parent 149db4945c
commit b6a930aea4
3 changed files with 8 additions and 5 deletions

View File

@ -64,7 +64,7 @@ func runStream(b *testing.B, maxConcurrentCalls int) {
tc := testpb.NewTestServiceClient(conn)
stream, err := tc.StreamingCall(context.Background())
if err != nil {
grpclog.Fatalf("%v.StreamingCall(_)=_,%v: ", tc, err)
grpclog.Fatalf("%v.StreamingCall(_) = _,%v: ", tc, err)
}
// Warm up connection.
for i := 0; i < 10; i++ {