Merge branch 'one-core' of https://github.com/ErwanAliasr1/fio
[fio.git] / t / strided.py
index aac15d10ac1f6c8b40f07d14acd06cdbab17d7f6..45e6f148e19c242c7dc986f997ed64febdcbf105 100755 (executable)
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-# Note: this script is python2 and python3 compatible.
+#!/usr/bin/env python3
 #
 # strided.py
 #
@@ -52,6 +51,7 @@ def parse_args():
 def run_fio(fio, test, index):
     filename = "strided"
     fio_args = [
+                "--max-jobs=16",
                 "--name=strided",
                 "--zonemode=strided",
                 "--log_offset=1",