We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266599a commit 44be081Copy full SHA for 44be081
tests/integration_tests/performance/test_block_ab.py
@@ -73,7 +73,7 @@ def run_fio(microvm, mode, block_size, test_output_dir, fio_engine="libaio"):
73
.with_arg("--output=/tmp/fio.json")
74
)
75
76
- # Latency measurements only make sence for psync engine
+ # Latency measurements only make sense for psync engine
77
if fio_engine == "psync":
78
cmd = cmd.with_arg(f"--write_lat_log={mode}")
79
0 commit comments