bench C-string title
This commit is contained in:
parent
4e3e80109a
commit
dd9d7e62d5
@ -83,7 +83,7 @@ int main(int argc, char *argv[])
|
|||||||
bench_default_api(howmany, spdlog::create<null_sink_st>("null_st"));
|
bench_default_api(howmany, spdlog::create<null_sink_st>("null_st"));
|
||||||
|
|
||||||
spdlog::info("**************************************************************");
|
spdlog::info("**************************************************************");
|
||||||
spdlog::info("C-string. Single thread, {:n} iterations", howmany);
|
spdlog::info("C-string (500 bytes). Single thread, {:n} iterations", howmany);
|
||||||
spdlog::info("**************************************************************");
|
spdlog::info("**************************************************************");
|
||||||
|
|
||||||
basic_st = spdlog::basic_logger_st("basic_st", "logs/basic_cs.log", true);
|
basic_st = spdlog::basic_logger_st("basic_st", "logs/basic_cs.log", true);
|
||||||
|
Loading…
Reference in New Issue
Block a user