diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-01-29 14:12:02 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-01-29 13:14:35 +0000 |
commit | 3e9ce526ee65882ea5a25d8b814fc94a0431b788 (patch) | |
tree | 754ccebcf4fc8cf2506f3fb3e2f1d5a35ea7b325 | |
parent | 468181408ac1ce268826ee036c92e621fc50772b (diff) |
Report: Meltdown/Spectre
Change-Id: I2476ccde3e8d8d5c26a77dcaf2f64303a9a39738
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 936e3c5f192cac6666f1f60919c990648ebeb80b)
-rw-r--r-- | resources/tools/presentation/generator_tables.py | 1 |
1 files changed, 0 insertions, 1 deletions
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: |