From f766b6d8821741732152e0fe6acab5c38191b57e Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 8 Jul 2018 16:46:12 +0300 Subject: [PATCH] Updated bench.cpp --- bench/bench.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bench/bench.cpp b/bench/bench.cpp index ec2b91e4..0a7b0fb5 100644 --- a/bench/bench.cpp +++ b/bench/bench.cpp @@ -84,9 +84,9 @@ int main(int argc, char *argv[]) for (int i = 0; i < 3; ++i) { spdlog::init_thread_pool(queue_size, 1); - auto as = spdlog::basic_logger_mt("as", "logs/basic_async.log", true); + auto as = spdlog::basic_logger_mt("async", "logs/basic_async.log", true); bench_mt(howmany, as, threads); - spdlog::drop("as"); + spdlog::drop("async"); } } catch (std::exception &ex)