Skip to content

Commit

Permalink
Update latency test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Mar 16, 2024
1 parent e1f5a45 commit 8f526df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/latency.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<spdlog::sinks::null_sink_mt>(some_logger_name + std::to_string(i));
}
Expand Down

0 comments on commit 8f526df

Please sign in to comment.