Fix async bench under msvc

This commit is contained in:
gabime 2019-06-06 18:31:12 +03:00
parent e03c160e27
commit 12266ad004

View File

@ -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.