Open ptheywood opened 1 year ago
Currently, plot.py must be executed prior to plot_comparison.py to aggregate data.
Splitting out the data aggregation steps into a separate script/module would be nice, so that plot_comparisons.py can be done without calling plot.py.
Additionally this could make it so that partial benchmarks can be plotted, i.e. if only interested in one of the experiments.
Currently, plot.py must be executed prior to plot_comparison.py to aggregate data.
Splitting out the data aggregation steps into a separate script/module would be nice, so that plot_comparisons.py can be done without calling plot.py.
Additionally this could make it so that partial benchmarks can be plotted, i.e. if only interested in one of the experiments.