From 936e3c5f192cac6666f1f60919c990648ebeb80b Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 29 Jan 2018 14:12:02 +0100 Subject: [PATCH] Report: Meltdown/Spectre Change-Id: I2476ccde3e8d8d5c26a77dcaf2f64303a9a39738 Signed-off-by: Tibor Frank --- resources/tools/presentation/generator_tables.py | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 58d7426542..22d8ea697e 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -386,7 +386,6 @@ def table_performance_comparison(table, input_data): append(tst_data["throughput"]["value"]) except TypeError: pass # No data in output.xml for this test - logging.info(pformat(tbl_dict)) for job, builds in table["compare"]["data"].items(): for build in builds: -- 2.16.6