diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-02-19 15:08:10 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-02-19 15:08:10 +0100 |
commit | ec52d31c064fff2a6bf9c1e0716efa881bcf106e (patch) | |
tree | 759db01e28f81fe294f6775c5e7e329578025834 | |
parent | e15553412cfcc2b14ee3be0e30d1ca3bd146b32a (diff) |
CSIT-891: Add data sources for 1801 report
Change-Id: Ia1a1187c468d0fb57ee6160e633adb38512f0ad7
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r-- | docs/report/vpp_performance_tests/packet_throughput_graphs/l2.rst | 6 | ||||
-rw-r--r-- | resources/tools/presentation/specification.yaml | 13 |
2 files changed, 15 insertions, 4 deletions
diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2.rst index 34b8785b8a..380a1e4330 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/l2.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/l2.rst @@ -163,7 +163,7 @@ git repository: .. only:: html - .. program-output:: cd ../../../../../ && set +x && grep -E "64B-1t1c-(eth|dot1q|dot1ad)-(l2xcbase|l2bdbasemaclrn|l2bdscale.*|l2dbscale.*)-(eth.*)*ndrdisc" tests/vpp/perf/l2/* + .. program-output:: cd ../../../../../ && set +x && grep -E "64B-1t1c-(eth|dot1q|dot1ad)-(l2xcbase|l2bdbasemaclrn|l2bdscale.*|l2dbscale.*)-(eth.*)*pdrdisc" tests/vpp/perf/l2/* :shell: .. only:: latex @@ -209,7 +209,7 @@ git repository: VPP PDR 64B packet throughput in 2t2c setup (2thread, 2core) is presented in the graph below. PDR measured for 0.5% packet loss ratio. -.. raw:: html +.. raw:: htmlhttps://zoom.us/j/5695787389 <iframe width="700" height="1000" frameborder="0" scrolling="no" src="../../_static/vpp/64B-2t2c-l2-sel1-pdrdisc.html"></iframe> @@ -227,7 +227,7 @@ git repository: .. only:: html - .. program-output:: cd ../../../../../ && set +x && grep -E "64B-2t2c-(eth|dot1q|dot1ad)-(l2xcbase|l2bdbasemaclrn|l2bdscale.*|l2dbscale.*)-(eth.*)*ndrdisc" tests/vpp/perf/l2/* + .. program-output:: cd ../../../../../ && set +x && grep -E "64B-2t2c-(eth|dot1q|dot1ad)-(l2xcbase|l2bdbasemaclrn|l2bdscale.*|l2dbscale.*)-(eth.*)*pdrdisc" tests/vpp/perf/l2/* :shell: .. only:: latex diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 0e8a51f236..ae6ba82532 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -94,6 +94,7 @@ csit-vpp-perf-1801-all: - 157 - 158 + - 159 # TODO: Add the data sources # vpp-meltdown-impact: # csit-vpp-perf-1707-all: @@ -189,6 +190,9 @@ # - 16 # sel # - 17 # sel # - 18 # sel +# - 19 # sel +# - 20 # sel +# - 21 # sel # TODO: Add the data sources vpp-perf-results: csit-vpp-perf-1801-all: @@ -202,7 +206,7 @@ # TODO: Add the data sources ligato-perf-results: csit-ligato-perf-1801-all: - - 17 + - 19 dpdk-perf-results: csit-dpdk-perf-1801-all: - 12 @@ -240,6 +244,9 @@ - 16 # sel - 17 # sel - 18 # sel + - 19 # sel + - 20 # sel + - 21 # sel plot-layouts: @@ -529,6 +536,7 @@ - 146 # sel - 157 # wrk - 158 # wrk + - 159 # wrk csit-ligato-perf-1710-all: - 5 - 7 @@ -555,6 +563,9 @@ - 16 # sel - 17 # sel - 18 # sel + - 19 # sel + - 20 # sel + - 21 # sel csit-dpdk-perf-1801-all: - 1 - 3 |