Adjusted I/O Benchmark screen layout
This commit is contained in:
parent
79abbcfaf8
commit
e92ceb070c
1 changed files with 1 additions and 1 deletions
|
|
@ -829,7 +829,7 @@ def disk_io_benchmark(state, test_objects, skip_usb=True):
|
||||||
f'Disk I/O Benchmark{"s" if len(test_objects) > 1 else ""}',
|
f'Disk I/O Benchmark{"s" if len(test_objects) > 1 else ""}',
|
||||||
)
|
)
|
||||||
state.panes['I/O Benchmark'] = tmux.split_window(
|
state.panes['I/O Benchmark'] = tmux.split_window(
|
||||||
percent=75,
|
percent=50,
|
||||||
vertical=True,
|
vertical=True,
|
||||||
text=' ',
|
text=' ',
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue