examples: Clarify thread usage
authorErwan Velu <e.velu@criteo.com>
Wed, 16 Dec 2020 20:48:43 +0000 (21:48 +0100)
committerErwan Velu <e.velu@criteo.com>
Wed, 16 Dec 2020 20:48:43 +0000 (21:48 +0100)
When reading examples, many jobs assign a value to thread.
No value is expected, so let's have all examples using the same syntax.

Signed-off-by: Erwan Velu <e.velu@criteo.com>
examples/dev-dax.fio
examples/libpmem.fio
examples/pmemblk.fio
examples/surface-scan.fio

index f89c4c6a3c98c5806f2cd8be48984b4ba1275b6a..88bce31b3d1736c56a3ce96f634c28ceb4a32d7d 100644 (file)
@@ -18,7 +18,7 @@ cpus_allowed_policy=split
 #
 iodepth=1
 direct=0
-thread=1
+thread
 numjobs=16
 #
 # The dev-dax engine does IO to DAX device that are special character
index 25392bbc3f863e5ff1e372f326a1023c784861d5..0ff681f071981e37d6e5d79438c6d4b3b6fa49f0 100644 (file)
@@ -13,7 +13,7 @@ clat_percentiles=0
 
 iodepth=1
 iodepth_batch=1
-thread=1
+thread
 numjobs=1
 runtime=300
 
index 0606ca89aef76d1f2fa74645ea2db0d332461287..f813174100aafef4acc97b84c74d078ca107a931 100644 (file)
@@ -19,7 +19,7 @@ cpus_allowed_policy=split
 #
 iodepth=1
 direct=1
-thread=1
+thread
 numjobs=16
 #
 # Unlink can be used to remove the files when done, but if you are
index dc3373a2ea48f495cdc03ccf4dc2e1ed23e3e434..98faf69abc95b9eeea60121c52fcb118ace6d0af 100644 (file)
@@ -1,7 +1,7 @@
 ; writes 512 byte verification blocks until the disk is full,
 ; then verifies written data
 [global]
-thread=1
+thread
 bs=64k
 direct=1
 ioengine=sync