mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 18:41:35 +08:00
Update latency test
This commit is contained in:
parent
e1f5a45900
commit
8f526df1a9
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user