mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Fix async bench under msvc
This commit is contained in:
parent
e03c160e27
commit
12266ad004
@ -158,6 +158,3 @@ void bench_mt(int howmany, std::shared_ptr<spdlog::logger> logger, int thread_co
|
||||
auto delta_d = duration_cast<duration<double>>(delta).count();
|
||||
spdlog::info("Elapsed: {} secs\t {:n}/sec", delta_d, int(howmany / delta_d));
|
||||
}
|
||||
|
||||
async_bench.cpp
|
||||
Displaying async_bench.cpp.
|
Loading…
Reference in New Issue
Block a user