Report: Set NIC limit for x553
[csit.git] / resources / tools / presentation / generator_plots.py
index 2ba2dc0..32f146b 100644 (file)
@@ -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 += "<br>    "
+                    name += "<br>"
                     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 += "<br>    "
+                            name += "<br>"
                             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: