Added oberrun policy bench to async-bench and removed async from bench

This commit is contained in:
gabime
2019-06-06 19:23:15 +03:00
parent d392739049
commit 3448e5867e
3 changed files with 34 additions and 31 deletions

View File

@@ -64,7 +64,7 @@ SPDLOG_INLINE const std::string &logger::name() const
return name_;
}
// set formatting for the sinks in this logger. redundant
// set formatting for the sinks in this logger.
// each sink will get a seperate instance of the formatter object.
SPDLOG_INLINE void logger::set_formatter(std::unique_ptr<formatter> f)
{