Commit 7a339e2b authored by gabime's avatar gabime

Updated usage message in async null bench

parent e033a0da
......@@ -56,8 +56,8 @@ int main(int argc, char *argv[])
tp_threads = atoi(argv[4]);
cout << "\n*******************************************************************************\n";
cout << "client_threads:\t" << client_threads << endl;
cout << "messages:\t" << format(howmany) << endl;
cout << "client_threads:\t" << client_threads << endl;
cout << "tp queue:\t" << format(tp_queue_size) << endl;
cout << "tp threads:\t" << tp_threads << endl;
cout << "*******************************************************************************\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment