提交 c81a14a8 编写于 作者: X xulongteng

fix ctr client

上级 f0696814
......@@ -162,7 +162,7 @@ void thread_worker(PredictorApi* api,
g_concurrency++;
LOG(INFO) << "Current concurrency " << g_concurrency.load();
int data_index = turns * batch_size;
if (create_req(req, data_list, data_index, batch_size) != 0) {
if (create_req(&req, data_list, data_index, batch_size) != 0) {
return;
}
timeval start_run;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册