mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Update test_async.cpp
This commit is contained in:
parent
c9ce17abca
commit
ec661f98dc
@ -98,7 +98,7 @@ TEST_CASE("multithread flush", "[async]") {
|
|||||||
size_t queue_size = 2;
|
size_t queue_size = 2;
|
||||||
size_t messages = 10;
|
size_t messages = 10;
|
||||||
size_t n_threads = 10;
|
size_t n_threads = 10;
|
||||||
size_t flush_count = 1024;
|
size_t flush_count = 2048;
|
||||||
std::mutex mtx;
|
std::mutex mtx;
|
||||||
std::vector<std::string> errmsgs;
|
std::vector<std::string> errmsgs;
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user