aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-08-09 10:52:39 +0200
committerTibor Frank <tifrank@cisco.com>2021-08-09 08:55:32 +0000
commit80989ff660f1acd635f6d004b15bc13a93240975 (patch)
tree17d31bbd89a4aadda2f24c106e307dafcf76d322 /resources/tools
parent082e8560f2428bb8697345ba4cbe0581cdd5fcdc (diff)
Report: Configure rls2106.32
Change-Id: Ia4e7a2436e038cebaaa080dd7c86f6de1b39b018 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit b4d1e09227919dfc966c10c0054c97f0620c2963)
Diffstat (limited to 'resources/tools')
-rwxr-xr-xresources/tools/presentation/run_report.sh2
-rw-r--r--resources/tools/presentation/specifications/report/data_sets.yaml4
-rw-r--r--resources/tools/presentation/specifications/report/elements.yaml12
-rw-r--r--resources/tools/presentation/sphinx_conf/report/conf.py2
4 files changed, 10 insertions, 10 deletions
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh
index 7c0776d7bd..ca258bd5d4 100755
--- a/resources/tools/presentation/run_report.sh
+++ b/resources/tools/presentation/run_report.sh
@@ -32,7 +32,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../
python pal.py \
--specification specifications/report \
--release ${RELEASE} \
- --week "31" \
+ --week "32" \
--logging INFO \
--force
diff --git a/resources/tools/presentation/specifications/report/data_sets.yaml b/resources/tools/presentation/specifications/report/data_sets.yaml
index 1ffa40e242..a191637336 100644
--- a/resources/tools/presentation/specifications/report/data_sets.yaml
+++ b/resources/tools/presentation/specifications/report/data_sets.yaml
@@ -675,11 +675,11 @@
- 131 # rls2106.rel NDRPDR AF-XDP iter env 7
- 132 # rls2106.rel NDRPDR AF-XDP iter env 7
- 133 # rls2106.rel NDRPDR AF-XDP iter env 7
- - 134 # rls2106.rel NDRPDR iter env 7
+ - 144 # rls2106.rel NDRPDR iter env 7
vpp-2n-clx-curr-iter-best:
csit-vpp-perf-report-iterative-2106-2n-clx:
- - 134 # rls2106.rel NDRPDR iter env 7
+ - 144 # rls2106.rel NDRPDR iter env 7
vpp-2n-clx-hist-iter-mrr-new-env:
csit-vpp-perf-report-iterative-2101-2n-clx:
diff --git a/resources/tools/presentation/specifications/report/elements.yaml b/resources/tools/presentation/specifications/report/elements.yaml
index 4a9dbbdc48..2c3f33a99d 100644
--- a/resources/tools/presentation/specifications/report/elements.yaml
+++ b/resources/tools/presentation/specifications/report/elements.yaml
@@ -201,7 +201,7 @@
- title: "2101.0-7"
data-set: "vpp-2n-clx-prev-iter-new-env"
- title: "2106.0-7"
- data-set: "vpp-2n-clx-curr-iter"
+ data-set: "vpp-2n-clx-curr-iter-best"
comparisons:
- title: "2101.0-7 vs 2101.0-6"
reference: 1
@@ -232,7 +232,7 @@
- title: "2101.0-7"
data-set: "vpp-2n-clx-prev-iter-new-env"
- title: "2106.0-7"
- data-set: "vpp-2n-clx-curr-iter"
+ data-set: "vpp-2n-clx-curr-iter-best"
comparisons:
- title: "2101.0-7 vs 2101.0-6"
reference: 1
@@ -263,7 +263,7 @@
- title: "2101.0-7"
data-set: "vpp-2n-clx-prev-iter-new-env"
- title: "2106.0-7"
- data-set: "vpp-2n-clx-curr-iter"
+ data-set: "vpp-2n-clx-curr-iter-best"
comparisons:
- title: "2101.0-7 vs 2101.0-6"
reference: 1
@@ -294,7 +294,7 @@
- title: "2101.0-7"
data-set: "vpp-2n-clx-prev-iter-new-env"
- title: "2106.0-7"
- data-set: "vpp-2n-clx-curr-iter"
+ data-set: "vpp-2n-clx-curr-iter-best"
comparisons:
- title: "2101.0-7 vs 2101.0-6"
reference: 1
@@ -325,7 +325,7 @@
- title: "2101.0-7"
data-set: "vpp-2n-clx-prev-iter-new-env"
- title: "2106.0-7"
- data-set: "vpp-2n-clx-curr-iter"
+ data-set: "vpp-2n-clx-curr-iter-best"
comparisons:
- title: "2101.0-7 vs 2101.0-6"
reference: 1
@@ -356,7 +356,7 @@
- title: "2101.0-7"
data-set: "vpp-2n-clx-prev-iter-new-env"
- title: "2106.0-7"
- data-set: "vpp-2n-clx-curr-iter"
+ data-set: "vpp-2n-clx-curr-iter-best"
comparisons:
- title: "2101.0-7 vs 2101.0-6"
reference: 1
diff --git a/resources/tools/presentation/sphinx_conf/report/conf.py b/resources/tools/presentation/sphinx_conf/report/conf.py
index 4ad4d94855..753494bbec 100644
--- a/resources/tools/presentation/sphinx_conf/report/conf.py
+++ b/resources/tools/presentation/sphinx_conf/report/conf.py
@@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md']
master_doc = u'index'
# General information about the project.
-report_week = u'31'
+report_week = u'32'
project = u'FD.io CSIT-2106.{week}'.format(week=report_week)
copyright = u'2021, FD.io'
author = u'FD.io CSIT'