Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Nov 15, 2024
1 parent 63e8937 commit 5fbefd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lisa/tools/fio.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class FIOResult:
"FIOMODES",
[
"randread",
"randwrite",
"read",
"write",
# "randwrite",
# "read",
# "write",
],
)

Expand Down
1 change: 1 addition & 0 deletions microsoft/testsuites/performance/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def perf_disk(
# This limitation is only needed for 'libaio' ioengine but not for 'io_uring'.
if ioengine == IoEngine.LIBAIO:
numjob = min(numjob, 256)
max_iodepth = 2
for mode in FIOMODES:
iodepth = start_iodepth
numjobindex = 0
Expand Down

0 comments on commit 5fbefd8

Please sign in to comment.