Closed jderrick closed 2 years ago
A plot with a single scale factor will fail scale traversal with existing code.
Signed-off-by: Jonathan Derrick jonathan.derrick@linux.dev
It ended up as a result of a bad fio run that produced a single unchanging iops The scale factor list was [{"scale": 1024, "label": "MB/s"}, None] The traversal failed on the None item
Thank you
A plot with a single scale factor will fail scale traversal with existing code.
Signed-off-by: Jonathan Derrick jonathan.derrick@linux.dev