louwrentius / fio-plot

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

Output Filename always generated #83

Closed baurmatt closed 1 year ago

baurmatt commented 2 years ago

https://github.com/louwrentius/fio-plot/blob/2ed57953309a63fce644d4c8d810928dc9e68809/fio_plot/fiolib/supporting.py#L402

Due to len(settings["output_filename"]) > 0, the filename gets always generated. I guess it should it len(settings["output_filename"]) == 0

louwrentius commented 1 year ago

This one is fixed by #85