mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 10:01:33 +08:00
Updated usage message in async null bench
This commit is contained in:
parent
e033a0da9a
commit
7a339e2b5e
@ -56,8 +56,8 @@ int main(int argc, char *argv[])
|
|||||||
tp_threads = atoi(argv[4]);
|
tp_threads = atoi(argv[4]);
|
||||||
|
|
||||||
cout << "\n*******************************************************************************\n";
|
cout << "\n*******************************************************************************\n";
|
||||||
cout << "client_threads:\t" << client_threads << endl;
|
|
||||||
cout << "messages:\t" << format(howmany) << 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 queue:\t" << format(tp_queue_size) << endl;
|
||||||
cout << "tp threads:\t" << tp_threads << endl;
|
cout << "tp threads:\t" << tp_threads << endl;
|
||||||
cout << "*******************************************************************************\n";
|
cout << "*******************************************************************************\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user