louwrentius / fio-plot

Create charts from FIO storage benchmark tool output
BSD 3-Clause "New" or "Revised" License
370 stars 87 forks source link

Added scale factors for small values #86

Closed sguazt closed 1 year ago

sguazt commented 1 year ago

This commit fixes a bug that caused a runtime error when a metric (latency, IOPS or bandwidth) has a very small value (e.g., this may happen when we try to plot READ results from a benchmark that performed only WRITE operations).

louwrentius commented 1 year ago

Makes sense, thank you.