Skip to content

Commit

Permalink
Update nvmeperf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SRIKKANTH committed Sep 19, 2024
1 parent b29f0b2 commit f357094
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions microsoft/testsuites/performance/nvmeperf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ class NvmePerformace(TestSuite):

@TestCaseMetadata(
description="""
This test case uses fio to test NVMe disk performance.
This test case uses fio to test NVMe disk performance
using 'libaio' as ioengine
""",
priority=3,
timeout=TIME_OUT,
Expand All @@ -43,7 +44,7 @@ def perf_nvme(self, node: Node, result: TestResult) -> None:
@TestCaseMetadata(
description="""
This test case uses fio to test NVMe disk performance
with 'io_uring' as ioengine.
using 'io_uring' as ioengine.
""",
priority=3,
timeout=TIME_OUT,
Expand Down

0 comments on commit f357094

Please sign in to comment.