Updated bench

This commit is contained in:
gabime
2018-07-05 16:35:07 +03:00
parent bd759bfca7
commit 69c11ea7d2
3 changed files with 5 additions and 124 deletions

View File

@@ -32,7 +32,7 @@ void bench_mt(int howmany, std::shared_ptr<spdlog::logger> log, int thread_count
int main(int argc, char *argv[])
{
int queue_size = 1048576;
int queue_size = 1000000;
int howmany = 1000000;
int threads = 10;
int file_size = 30 * 1024 * 1024;