From 60ca07c2d529a92e1290c23e65355c2655730d0d Mon Sep 17 00:00:00 2001 From: gabime Date: Mon, 9 Jul 2018 23:56:07 +0300 Subject: [PATCH] fixed latency test --- bench/latency.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/latency.cpp b/bench/latency.cpp index 47e699d1..687565a8 100644 --- a/bench/latency.cpp +++ b/bench/latency.cpp @@ -32,7 +32,7 @@ void bench_mt(int howmany, std::shared_ptr log, int thread_count int main(int , char *[]) { std::srand(std::time(nullptr)); // use current time as seed for random generator - int howmany = 10000; + int howmany = 1000000; int queue_size = howmany + 2; int threads = 10; int file_size = 30 * 1024 * 1024;