summaryrefslogtreecommitdiffstats
path: root/docs/release/results/tc014-cpu-processing-speed.rst
blob: 34d4ad0f9102dc59702f8084d13d20e6844b456f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef } /* Keyword.Type */
.highlight .ld { color: #e6db74 } /* Literal.Date */
.highlight .m { color: #ae81ff } /* Literal.Number */
.highlight .s { color: #e6db74 } /* Literal.String */
.highlight .na { color: #a6e22e } /* Name.Attribute */
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
.highlight .nc { color: #a6e22e } /* Name.Class */
.highlight .no { color: #66d9ef } /* Name.Constant */
.highlight .nd { color: #a6e22e } /* Name.Decorator */
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
.highlight .ne { color: #a6e22e } /* Name.Exception */
.highlight .nf { color: #a6e22e } /* Name.Function */
.highlight .nl { color: #f8f8f2 } /* Name.Label */
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
.highlight .nx { color: #a6e22e } /* Name.Other */
.highlight .py { color: #f8f8f2 } /* Name.Property */
.highlight .nt { color: #f92672 } /* Name.Tag */
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
.highlight .ow { color: #f92672 } /* Operator.Word */
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
.highlight .sa { color: #e6db74 } /* Literal.String.Affix */
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #a6e22e } /* Name.Function.Magic */
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
}
@media (prefers-color-scheme: light) {
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlig
.. This work is licensed under a Creative Commons Attribution 4.0 International
.. License.
.. http://creativecommons.org/licenses/by/4.0


===========================================
Test results for TC014 cpu processing speed
===========================================

.. toctree::
   :maxdepth: 2


Overview of test case
=====================

TC014 measures score of single cpu running using UnixBench.

Metric: score of single CPU running
Unit: N/A


Euphrates release
-----------------

Test results per scenario and pod (higher is better):

{

    "os-odl-sfc-noha:lf-pod1:apex": [3735.2],

    "os-nosdn-ovs-ha:lf-pod2:fuel": [3725.5],

    "os-odl-nofeature-ha:lf-pod2:fuel": [3711],

    "os-odl-nofeature-ha:lf-pod1:apex": [3708.4],

    "os-nosdn-nofeature-noha:lf-pod1:apex": [3705.7],

    "os-nosdn-nofeature-ha:lf-pod2:fuel": [3704],

    "os-nosdn-nofeature-ha:lf-pod1:apex": [3703.2],

    "os-odl-nofeature-noha:lf-pod1:apex": [3702.8],

    "os-odl-sfc-ha:lf-pod1:apex": [3698.7],

    "os-ovn-nofeature-noha:lf-pod1:apex": [3654.8],

    "os-nosdn-bar-ha:lf-pod1:apex": [3635.55],

    "os-nosdn-bar-noha:lf-pod1:apex": [3633.2],

    "os-nosdn-nofeature-noha:intel-pod18:joid": [3450.3],

    "os-nosdn-nofeature-noha:intel-pod5:joid": [3406.4],

    "os-nosdn-nofeature-ha:intel-pod5:joid": [3360.4],

    "os-nosdn-openbaton-ha:intel-pod18:joid": [3340.65],

    "os-nosdn-nofeature-ha:flex-pod2:apex": [3208.6],

    "os-nosdn-nofeature-ha:ericsson-pod1:fuel": [3134.8],

    "os-nosdn-nofeature-ha:intel-pod18:joid": [3056.2],

    "os-nosdn-ovs-noha:ericsson-virtual1:fuel": [2988.9],

    "os-nosdn-ovs-ha:ericsson-pod1:fuel": [2773.7],

    "os-nosdn-ovs-noha:ericsson-virtual4:fuel": [2645.85],

    "os-nosdn-ovs-noha:ericsson-virtual2:fuel": [2625.3],

    "os-nosdn-nofeature-noha:ericsson-virtual4:fuel": [2601.3],

    "os-odl-nofeature-noha:ericsson-virtual4:fuel": [2590.4],

    "os-nosdn-nofeature-noha:ericsson-virtual2:fuel": [2570.2],

    "os-nosdn-ovs-noha:ericsson-virtual3:fuel": [2558.8],

    "os-odl-nofeature-ha:ericsson-pod1:fuel": [2556.5],

    "os-nosdn-nofeature-noha:ericsson-virtual3:fuel": [2554.6],

    "os-odl-nofeature-noha:ericsson-virtual3:fuel": [2536.75],

    "os-nosdn-ovs_dpdk-ha:huawei-pod2:compass": [2533.55],

    "os-nosdn-nofeature-ha:huawei-pod2:compass": [2531.85],

    "os-odl-sfc-ha:huawei-pod2:compass": [2531.7],

    "os-odl_l3-nofeature-ha:huawei-pod2:compass": [2531.2],

    "os-odl_l2-moon-ha:huawei-pod2:compass": [2531],

    "os-nosdn-bar-ha:huawei-pod2:compass": [2529.6],

    "os-nosdn-kvm-ha:huawei-pod2:compass": [2520.5],

    "os-odl-nofeature-noha:ericsson-
mpass": [2379.6], "os-nosdn-ovs_dpdk-ha:huawei-virtual3:compass": [2371.9], "os-odl-sfc-noha:huawei-virtual3:compass": [2364.6], "os-nosdn-bar-ha:huawei-virtual3:compass": [2363.4], "os-nosdn-nofeature-ha:huawei-virtual3:compass": [2362], "os-nosdn-kvm-ha:huawei-virtual4:compass": [2358.5], "os-odl_l3-nofeature-ha:huawei-virtual3:compass": [2358.45], "os-odl_l3-nofeature-ha:huawei-virtual2:compass": [2336], "os-odl_l3-nofeature-ha:huawei-virtual4:compass": [2326.6], "os-nosdn-nofeature-ha:huawei-virtual9:compass": [2324.95], "os-nosdn-nofeature-noha:huawei-virtual8:compass": [2320.2], "os-nosdn-bar-ha:huawei-virtual4:compass": [2318.5], "os-odl_l2-moon-ha:huawei-virtual4:compass": [2312.8], "os-nosdn-nofeature-noha:huawei-virtual2:compass": [2311.7], "os-nosdn-nofeature-ha:huawei-virtual1:compass": [2301.15], "os-nosdn-nofeature-ha:huawei-virtual2:compass": [2297.7], "os-nosdn-nofeature-noha:huawei-pod12:joid": [2232.8], "os-nosdn-nofeature-ha:huawei-pod12:joid": [2232.1], "os-nosdn-openbaton-ha:huawei-pod12:joid": [2230], "os-nosdn-kvm-ha:huawei-virtual3:compass": [2154], "os-odl-sfc-ha:huawei-virtual8:compass": [2150.1], "os-nosdn-kvm-noha:huawei-virtual8:compass": [2004.3], "os-odl-nofeature-ha:arm-pod5:fuel": [1754.5], "os-nosdn-nofeature-ha:arm-pod5:fuel": [1754.15], "os-odl-nofeature-ha:arm-pod6:fuel": [716.15], "os-nosdn-nofeature-ha:arm-pod6:fuel": [716.05] } The influence of the scenario ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. image:: images/tc014_scenario.png :width: 800px :alt: TC014 influence of scenario { "os-nosdn-ovs-ha": [3725.5], "os-ovn-nofeature-noha": [3654.8], "os-nosdn-bar-noha": [3633.2], "os-odl-nofeature-ha": [3407.8], "os-nosdn-ovs-noha": [2583.2], "os-odl-nofeature-noha": [2578.9], "os-nosdn-nofeature-noha": [2553.2], "os-nosdn-nofeature-ha": [2532.8], "os-odl_l2-moon-ha": [2530.5], "os-nosdn-bar-ha": [2527], "os-odl_l3-nofeature-ha": [2501.5], "os-nosdn-ovs_dpdk-noha": [2473.65], "os-odl-sfc-ha": [2472.9], "os-odl_l2-moon-noha": [2470.8], "os-nosdn-ovs_dpdk-ha": [2461.9], "os-odl_l3-nofeature-noha": [2442.8], "os-nosdn-kvm-noha": [2392.9], "os-odl-sfc-noha": [2370.5], "os-nosdn-kvm-ha": [2358.5], "os-nosdn-openbaton-ha": [2231.8] } The influence of the POD ^^^^^^^^^^^^^^^^^^^^^^^^ .. image:: images/tc014_pod.png :width: 800px :alt: TC014 influence of the POD { "lf-pod2": [3723.95], "lf-pod1": [3669], "intel-pod5": [3388.6], "intel-pod18": [3298.4], "flex-pod2": [3208.6], "ericsson-virtual1": [2988.9], "ericsson-pod1": [2669.1], "ericsson-virtual4": [2598.5], "ericsson-virtual3": [2553.15], "huawei-pod2": [2531.2], "ericsson-virtual2": [2526.9], "huawei-virtual4": [2407.4], "huawei-virtual3": [2374.6], "huawei-virtual2": [2326.4], "huawei-virtual9": [2324.95], "huawei-virtual1": [2302.6], "huawei-pod12": [2232.2], "huawei-virtual8": [2085.3], "arm-pod5": [1754.4], "arm-pod6": [716.15] } Fraser release --------------