Commit 12266ad0 authored by gabime's avatar gabime

Fix async bench under msvc

parent e03c160e
......@@ -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.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment