From 66a7420c2fb86543e16640cbeee04b4652dd9b27 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 24 Mar 2023 09:47:18 +0100 Subject: [PATCH] Report: Fix bug in 3n-alt comparison tables Signed-off-by: Tibor Frank Change-Id: Ie80b69ba97e5434b72b1cf42aaa2f787dab870c6 --- resources/tools/presentation/specifications/report/elements.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/tools/presentation/specifications/report/elements.yaml b/resources/tools/presentation/specifications/report/elements.yaml index 0e57a9f094..6ae7c47717 100644 --- a/resources/tools/presentation/specifications/report/elements.yaml +++ b/resources/tools/presentation/specifications/report/elements.yaml @@ -2543,8 +2543,8 @@ # reference: 3 # compare: 4 - title: "2302.0-11 vs 2210.0-11" - reference: 1 - compare: 2 + reference: 2 + compare: 3 legend: - '' - 'Test Case: Test cases executed for: PDR throughput on 3n-alt with xl710.' @@ -2613,8 +2613,8 @@ # reference: 3 # compare: 4 - title: "2302.0-11 vs 2210.0-11" - reference: 1 - compare: 2 + reference: 2 + compare: 3 legend: - '' - 'Test Case: Test cases executed for: NDR throughput on 3n-alt with xl710.' -- 2.16.6