From e92ceb070c87edf4b22f1e15a2f5e51f17535762 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Wed, 22 Jan 2020 11:21:49 -0700 Subject: [PATCH] Adjusted I/O Benchmark screen layout --- scripts/wk/hw/diags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wk/hw/diags.py b/scripts/wk/hw/diags.py index ff9c7a51..741dba50 100644 --- a/scripts/wk/hw/diags.py +++ b/scripts/wk/hw/diags.py @@ -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 ""}', ) state.panes['I/O Benchmark'] = tmux.split_window( - percent=75, + percent=50, vertical=True, text=' ', )