Skip to content

Commit 44be081

Browse files
committed
fix: fix typo in comment
Fix a typo in a test comment Signed-off-by: Babis Chalios <[email protected]>
1 parent 266599a commit 44be081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/performance/test_block_ab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def run_fio(microvm, mode, block_size, test_output_dir, fio_engine="libaio"):
7373
.with_arg("--output=/tmp/fio.json")
7474
)
7575

76-
# Latency measurements only make sence for psync engine
76+
# Latency measurements only make sense for psync engine
7777
if fio_engine == "psync":
7878
cmd = cmd.with_arg(f"--write_lat_log={mode}")
7979

0 commit comments

Comments
 (0)