Commit 80f19324 authored by gabime's avatar gabime

Small update to async bench

parent 1b04c222
......@@ -94,6 +94,7 @@ int main(int argc, char *argv[])
spdlog::info("Line count OK ({:n})\n", count);
}
}
spdlog::shutdown();
}
catch (std::exception &ex)
{
......@@ -101,6 +102,7 @@ int main(int argc, char *argv[])
perror("Last error");
return 1;
}
return 0;
}
......
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