X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_plots.py;h=a6b255eed2e18374032a6a0aa133fbc0a1d2a647;hp=a90dd0a9c5b530e0be84f7a61cada8998827ac61;hb=e59007133ffb0a6f38badf11fcb5d9cd2dc8da25;hpb=f4b2f3a853b246513e7517217b7efafbf70ccac7 diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index a90dd0a9c5..a6b255eed2 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -287,13 +287,13 @@ def plot_throughput_speedup_analysis(plot, input_data): ttype = "NDR" else: continue - if "1T1C" in test["tags"]: + if "1C" in test["tags"]: throughput[test["parent"]]["1"].\ append(test["throughput"][ttype]["LOWER"]) - elif "2T2C" in test["tags"]: + elif "2C" in test["tags"]: throughput[test["parent"]]["2"]. \ append(test["throughput"][ttype]["LOWER"]) - elif "4T4C" in test["tags"]: + elif "4C" in test["tags"]: throughput[test["parent"]]["4"]. \ append(test["throughput"][ttype]["LOWER"]) except (KeyError, TypeError):