Skip to content

Commit

Permalink
Add missing stonewall to the fio blocks job
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Wilk <[email protected]>
  • Loading branch information
kliwniloc committed Jun 25, 2024
1 parent 888c574 commit 9e35d86
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions job_files/blocks.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,41 +8,51 @@ size=1G
numjobs=1

[seq-read-4k]
stonewall
bs=4k
rw=read

[seq-write-4k]
stonewall
bs=4k
rw=write

[seq-read-16k]
stonewall
bs=16k
rw=read

[seq-write-16k]
stonewall
bs=16k
rw=write

[seq-read-64k]
stonewall
bs=64k
rw=read

[seq-write-64k]
stonewall
bs=64k
rw=write

[seq-read-128k]
stonewall
bs=128k
rw=read

[seq-write-128k]
stonewall
bs=128k
rw=write

[seq-read-1m]
stonewall
bs=1m
rw=read

[seq-write-1m]
stonewall
bs=1m
rw=write
1 change: 1 addition & 0 deletions job_files/default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ stonewall
readwrite=randread
numjobs=4
iodepth=1

[random-writes]
stonewall
readwrite=randwrite
Expand Down

0 comments on commit 9e35d86

Please sign in to comment.