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 cdd7dcb commit ad758e3Copy full SHA for ad758e3
tests/integration_tests/performance/test_block_ab.py
@@ -52,7 +52,7 @@ def run_fio(microvm, mode, block_size):
52
.with_arg(f"--rw={mode}")
53
.with_arg(f"--bs={block_size}")
54
.with_arg("--filename=/dev/vdb")
55
- .with_arg("--time_base=1")
+ .with_arg("--time_based=1")
56
.with_arg(f"--size={BLOCK_DEVICE_SIZE_MB}M")
57
.with_arg("--direct=1")
58
.with_arg("--ioengine=libaio")
0 commit comments