summaryrefslogtreecommitdiffstats
path: root/storperf/test_executor.py
diff options
context:
space:
mode:
Diffstat (limited to 'storperf/test_executor.py')
-rw-r--r--storperf/test_executor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/storperf/test_executor.py b/storperf/test_executor.py
index a1a817e..734b514 100644
--- a/storperf/test_executor.py
+++ b/storperf/test_executor.py
@@ -157,7 +157,7 @@ class TestExecutor(object):
if (workload_name.startswith("_")):
iodepths = [2, ]
- blocksizes = [4096, ]
+ blocksizes = [65536, ]
else:
iodepths = [1, 16, 128]
blocksizes = [4096, 65536, 1048576]