Describe the bug
When running examples/exp-runner.sh then the expected behaviour is that it will run fio on each fio configuration file found in a directory, find maximum values across all results and build graphs accordingly. At the moment this is not the case since exp-runner.sh will only find maximum values over the last fio run and not over all the results.
To Reproduce
Steps to reproduce the behavior:
Run ./examples/exp-runner.sh with more than two fio files
See that x- and y-axis are not aligned in output graphs
Describe the bug When running
examples/exp-runner.sh
then the expected behaviour is that it will run fio on each fio configuration file found in a directory, find maximum values across all results and build graphs accordingly. At the moment this is not the case sinceexp-runner.sh
will only find maximum values over the last fio run and not over all the results.To Reproduce Steps to reproduce the behavior:
./examples/exp-runner.sh
with more than two fio files