From 58ca9f9c5099e999dfd59a02ed175792031edbf7 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Sun, 28 Feb 2016 19:43:39 +0200 Subject: [PATCH] Increase test runtime for more accuracy --- fsqual.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsqual.cc b/fsqual.cc index 9e436d2..e51d90b 100644 --- a/fsqual.cc +++ b/fsqual.cc @@ -37,7 +37,7 @@ with_ctxsw_counting(Counter& counter, Func&& func) { } void test_concurrent_append(io_context_t ioctx, int fd, unsigned iodepth) { - auto nr = 1000; + auto nr = 10000; auto bufsize = 4096; auto ctxsw = 0; auto buf = aligned_alloc(4096, 4096); -- 2.50.1