Skip to content

Commit

Permalink
feat: update numjobs for bandwidth and iops
Browse files Browse the repository at this point in the history
- bandwidth: set numjobs to 4
- iops: set numjobs to 8

Longhorn 9460

Signed-off-by: Derek Su <[email protected]>
  • Loading branch information
derekbit committed Sep 24, 2024
1 parent 3f16fb5 commit 243be52
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions fio/bandwidth-include.fio
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bs=128K
iodepth=16
numjobs=4
2 changes: 0 additions & 2 deletions fio/bw-include.fio

This file was deleted.

5 changes: 3 additions & 2 deletions fio/common-include.fio
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ verify=0
ioengine=libaio
direct=1
time_based=1
ramp_time=5s
runtime=20s
ramp_time=60s
runtime=60s
group_reporting=1
4 changes: 3 additions & 1 deletion fio/iops-include.fio
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
bs=4K
iodepth=64
iodepth=128
numjobs=8
norandommap=1

0 comments on commit 243be52

Please sign in to comment.