From 40b5f85c1d9c7a55ce9331436e4e55c22a633a13 Mon Sep 17 00:00:00 2001 From: Jai Asher Date: Thu, 10 May 2018 22:57:23 -0700 Subject: [PATCH] Update bench.cpp --- example/bench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/bench.cpp b/example/bench.cpp index 49385e0f..0c346fe3 100644 --- a/example/bench.cpp +++ b/example/bench.cpp @@ -65,7 +65,7 @@ int main(int argc, char *argv[]) auto daily_mt = spdlog::daily_logger_mt("daily_mt", "logs/daily_mt.log"); bench_mt(howmany, daily_mt, threads); - bench(howmany, spdlog::create("null_mt")); + bench(howmany, spdlog::create("null_mt")); cout << "\n*******************************************************************************\n"; cout << "async logging.. " << threads << " threads sharing same logger, " << format(howmany) << " iterations " << endl;