diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-02-01 13:34:40 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-02-02 15:14:10 +0000 |
commit | f4c31f23462c376e442b35242b2502541baccb83 (patch) | |
tree | 430a0ce0a998dd14c2aa696f71a73f209a5a5674 /resources/tools/presentation/specifications/report/environment.yaml | |
parent | bfd31ed5f42e106121e142c1da20bd9ab0745dd1 (diff) |
Report: Add ICX
- Stats
- DPDK
- comparisom tables
- detailed results
- graphs
- tput
- speedup
- VPP
- detailed results
- graphs
- tput
- speedup
Change-Id: Ic0b10247ee376262ee61487bdd4b4b461dcf5308
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/specifications/report/environment.yaml')
-rw-r--r-- | resources/tools/presentation/specifications/report/environment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/tools/presentation/specifications/report/environment.yaml b/resources/tools/presentation/specifications/report/environment.yaml index 140a79c666..294e43ed99 100644 --- a/resources/tools/presentation/specifications/report/environment.yaml +++ b/resources/tools/presentation/specifications/report/environment.yaml @@ -36,6 +36,8 @@ # Detailed test results DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results" + DIR[DTR,PERF,DPDK,2N,ICX]: "{DIR[DTR]}/dpdk_performance_results_2n_icx" + DIR[DTR,PERF,DPDK,3N,ICX]: "{DIR[DTR]}/dpdk_performance_results_3n_icx" DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx" DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx" DIR[DTR,PERF,DPDK,2N,ZN2]: "{DIR[DTR]}/dpdk_performance_results_2n_zn2" |