Report: Configure rls2106.32 23/33423/1
authorTibor Frank <tifrank@cisco.com>
Mon, 9 Aug 2021 08:52:39 +0000 (10:52 +0200)
committerTibor Frank <tifrank@cisco.com>
Mon, 9 Aug 2021 08:52:39 +0000 (10:52 +0200)
Change-Id: Ia4e7a2436e038cebaaa080dd7c86f6de1b39b018
Signed-off-by: Tibor Frank <tifrank@cisco.com>
docs/report/introduction/report_history.rst
resources/tools/presentation/run_report.sh
resources/tools/presentation/specifications/report/data_sets.yaml
resources/tools/presentation/specifications/report/elements.yaml
resources/tools/presentation/sphinx_conf/report/conf.py

index f140a3b..fefd03b 100644 (file)
@@ -7,7 +7,7 @@ below.
 +----------------+------------------------------------------------------------+
 | .[ww] Revision | Changes                                                    |
 +================+============================================================+
-| .31            | 1. Added data:                                             |
+| .32            | 1. Added data:                                             |
 |                |                                                            |
 |                |    - VPP coverage data:                                    |
 |                |                                                            |
@@ -29,6 +29,7 @@ below.
 |                | 3. Added iterative runs for Latency                        |
 |                |                                                            |
 |                |    - 2n-skx                                                |
+|                |    - 2n-clx                                                |
 |                |    - 2n-zn2                                                |
 |                |    - 2n-tsh                                                |
 |                |    - 2n-tx2                                                |
index 7c0776d..ca258bd 100755 (executable)
@@ -32,7 +32,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../
 python pal.py \
     --specification specifications/report \
     --release ${RELEASE} \
-    --week "31" \
+    --week "32" \
     --logging INFO \
     --force
 
index 1ffa40e..a191637 100644 (file)
       - 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:
index 4a9dbbd..2c3f33a 100644 (file)
     - 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
     - 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
     - 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
     - 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
     - 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
     - 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
index 4ad4d94..753494b 100644 (file)
@@ -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'