X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_plots.py;h=7c8a9f8628cd7a43b342a191752976e1ce87cebf;hb=5a20b28f033fea7ecd29c0dc47c2deed68c13503;hp=b3e28dda8b6a85ca22eca946509f1546fb6a4bbb;hpb=97b7e5fc8b7c1fc8127bc23b383167f04684b5ee;p=csit.git diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index b3e28dda8b..7c8a9f8628 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -99,6 +99,9 @@ def plot_performance_box(plot, input_data): append(test["throughput"]["NDR"]["LOWER"]) else: continue + elif test["type"] in ("SOAK", ): + y_vals[test["parent"]].\ + append(test["throughput"]["LOWER"]) else: continue except (KeyError, TypeError): @@ -167,7 +170,7 @@ def plot_performance_box(plot, input_data): logging.error(repr(err)) continue if val_max: - y_max.append(int(val_max / 1000000) + 1) + y_max.append(int(val_max / 1000000) + 2) try: # Create plot