Updated usage message in async null bench

This commit is contained in:
gabime 2018-05-26 18:57:29 +03:00
parent e033a0da9a
commit 7a339e2b5e
1 changed files with 1 additions and 1 deletions

View File

@ -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";