mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Set default queue size in async bench to 8192
This commit is contained in:
parent
978df46611
commit
abd6a6784e
@ -44,7 +44,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
int howmany = 1000000;
|
||||
int queue_size = std::min(howmany + 2, 32768);
|
||||
int queue_size = std::min(howmany + 2, 8192);
|
||||
int threads = 10;
|
||||
int iters = 3;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user