Report: Set NIC limit for x553
[csit.git] / resources / tools / presentation / generator_plots.py
index 004e65e..32f146b 100644 (file)
@@ -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"]
             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:
         else:
             limit = 0
         if limit > nic_limit: