]> www.infradead.org Git - users/hch/fsqual.git/commitdiff
Increase test runtime for more accuracy
authorAvi Kivity <avi@scylladb.com>
Sun, 28 Feb 2016 17:43:39 +0000 (19:43 +0200)
committerAvi Kivity <avi@scylladb.com>
Sun, 28 Feb 2016 17:43:39 +0000 (19:43 +0200)
fsqual.cc

index 9e436d2fba546fc67598d3f7facc722330e25ba9..e51d90b23a41891d6292ba810a4532b332584a32 100644 (file)
--- 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);