X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_plots.py;h=32f146bca84d5e412a1cc7ee6759496b1f0fd896;hp=2ba2dc03e5254211964cd05ff073978d849accad;hb=670a905fcf26395e2064aab79449fe582eec5853;hpb=b8287ec997b2d426818fc095f2e4b49ec95d9f49 diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index 2ba2dc03e5..32f146bca8 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -305,7 +305,7 @@ def plot_latency_error_bars(plot, input_data): split_name = True for segment in name_lst: if (len(name) + len(segment) + 1) > 50 and split_name: - name += "
" + name += "
" split_name = False name += segment + '-' name = name[:-1] @@ -494,7 +494,7 @@ def plot_throughput_speedup_analysis(plot, input_data): split_name = True for segment in name_lst: if (len(name) + len(segment) + 1) > 50 and split_name: - name += "
" + name += "
" split_name = False name += segment + '-' name = name[:-1] @@ -546,6 +546,8 @@ def plot_throughput_speedup_analysis(plot, input_data): limit = plot["limits"]["nic"]["xxv710"] elif "xl710" in test_name: limit = plot["limits"]["nic"]["xl710"] + elif "x553" in test_name: + limit = plot["limits"]["nic"]["x553"] else: limit = 0 if limit > nic_limit: