From 0665bfc00c9aba91f34195a3c535d104ae973239 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 28 Nov 2018 08:06:15 +0100 Subject: Report: Set NIC limit for x553 Change-Id: Ibe85ed844501504085065631b393d2746227ea72 Signed-off-by: Tibor Frank (cherry picked from commit 670a905fcf26395e2064aab79449fe582eec5853) --- resources/tools/presentation/generator_plots.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resources/tools/presentation/generator_plots.py') diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index 004e65e63b..32f146bca8 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -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: -- cgit 1.2.3-korg