aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2023-03-24 09:47:18 +0100
committerTibor Frank <tifrank@cisco.com>2023-03-24 09:47:18 +0100
commit66a7420c2fb86543e16640cbeee04b4652dd9b27 (patch)
tree6ecbb8b633edd4aa671784e755b75662733c32d2 /resources/tools/presentation
parentde72298ead9d9564f7c2b9647226f48c47e9e0bf (diff)
Report: Fix bug in 3n-alt comparison tables
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Ie80b69ba97e5434b72b1cf42aaa2f787dab870c6
Diffstat (limited to 'resources/tools/presentation')
-rw-r--r--resources/tools/presentation/specifications/report/elements.yaml8
1 files 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.'
x */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
18.02-vpp1