From 8f526df1a98c0bde022fa7dbc0417b654253e737 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 17 Mar 2024 00:44:10 +0200 Subject: [PATCH] Update latency test --- bench/latency.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/latency.cpp b/bench/latency.cpp index 4a31a6f1..aaf2a5b5 100644 --- a/bench/latency.cpp +++ b/bench/latency.cpp @@ -87,7 +87,7 @@ void bench_dev_null() { static std::string prepare_null_loggers() { spdlog::drop_all(); const std::string some_logger_name = "Some logger name"; - const int null_logger_count = 10; + const int null_logger_count = 9; for (int i = 0; i < null_logger_count; i++) { spdlog::create(some_logger_name + std::to_string(i)); }