diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-11-08 10:44:08 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-11-08 10:44:08 +0100 |
commit | 4bb5b6a0426c67cdf02f7fe58722a37c6a2f6a9e (patch) | |
tree | 0e46a170387b0903b041fa35c6a1a6a0a81cb2a2 /resources/tools/presentation/specifications/report/environment.yaml | |
parent | 3abe52278e7060cd46676491bce84f6cc6abc7db (diff) |
Report: Add release data, trex coverage
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I40fd7691548a1d6fcdf906ba5c899241dbb7c001
Diffstat (limited to 'resources/tools/presentation/specifications/report/environment.yaml')
-rw-r--r-- | resources/tools/presentation/specifications/report/environment.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/tools/presentation/specifications/report/environment.yaml b/resources/tools/presentation/specifications/report/environment.yaml index b728edf1f8..67b797b041 100644 --- a/resources/tools/presentation/specifications/report/environment.yaml +++ b/resources/tools/presentation/specifications/report/environment.yaml @@ -46,7 +46,8 @@ DIR[DTR,PERF,DPDK,3N,ALT]: "{DIR[DTR]}/dpdk_performance_results_3n_alt" DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh" DIR[DTR,PERF,DPDK,2N,TX2]: "{DIR[DTR]}/dpdk_performance_results_2n_tx2" - # DIR[DTR,PERF,TREX,2N,SKX]: "{DIR[DTR]}/trex_performance_results_2n_skx" + DIR[DTR,PERF,TREX,2N,ICX]: "{DIR[DTR]}/trex_performance_results_2n_icx" + DIR[DTR,PERF,TREX,1N,AWS]: "{DIR[DTR]}/trex_performance_results_1n_aws" DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results" DIR[DTR,PERF,VPP,2N,ZN2]: "{DIR[DTR]}/vpp_performance_results_2n_zn2" DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx" |