Skip to content

Commit cdb2d4c

Browse files
committed
drop --output-format=json+ from block throughput tests
this option only affects the output to stdout, but we are ignoring fio's stdout (we only work with the log files, which are separate). So drop this parameter. Signed-off-by: Patrick Roy <[email protected]>
1 parent 52919c4 commit cdb2d4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration_tests/performance/test_block_ab.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def run_fio(microvm, mode, block_size):
6969
.with_arg("--cpus_allowed_policy=split")
7070
.with_arg(f"--write_bw_log={mode}")
7171
.with_arg("--log_avg_msec=1000")
72-
.with_arg("--output-format=json+")
7372
.build()
7473
)
7574

0 commit comments

Comments
 (0)