From 7a339e2b5e4b065aa0251204144e2853d90c64eb Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 26 May 2018 18:57:29 +0300 Subject: [PATCH] Updated usage message in async null bench --- bench/spdlog-null-async.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/spdlog-null-async.cpp b/bench/spdlog-null-async.cpp index ff76e12f..222881c7 100644 --- a/bench/spdlog-null-async.cpp +++ b/bench/spdlog-null-async.cpp @@ -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";