提交 79c2994d 编写于 作者: S ShiningZhang

add comment for simple_client

上级 081fe25b
......@@ -90,6 +90,8 @@ int main(int argc, char* argv[]) {
<< "test_type = " << test_type
<< "sample_type = " << sample_type;
std::unique_ptr<ServingClient> client;
// default type is brpc
// will add grpc&http in the future
if (test_type == "brpc") {
client.reset(new ServingBrpcClient());
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册