mbox series

[v2,0/6] revise tests/nic_signle_core_perf

Message ID 20210331093410.505773-1-lijuan.tu@intel.com (mailing list archive)
Headers
Series revise tests/nic_signle_core_perf |

Message

Tu, Lijuan March 31, 2021, 9:34 a.m. UTC
  * changed pass / fail determination to be percentage based
* made multiple traffic measurements during the test run to
  collect better statistics

Group agreed in CI Meeting:
  https://mails.dpdk.org/archives/ci/2021-February/001049.html

* v2: 
  * changed percentage to a float
  * separate to serval patches
  * fix rx desc size

Lijuan Tu (6):
  tests/nic_single_core_perf: beauty JSON string
  tests/nic_single_core_perf: get better throughput stats
  tests/nic_single_core_perf: revise rst table
  tests/nic_single_core_perf: revise delta to ratio
  tests/nic_single_core_perf: add expected mpps into JSON
  tests/nic_single_core_perf: revise rx desc size

 conf/nic_single_core_perf.cfg           |  18 +++-
 tests/TestSuite_nic_single_core_perf.py | 112 +++++++++++++++---------
 2 files changed, 83 insertions(+), 47 deletions(-)
  

Comments

Tu, Lijuan June 25, 2021, 5:21 a.m. UTC | #1
> -----Original Message-----
> From: Tu, Lijuan <lijuan.tu@intel.com>
> Sent: 2021年3月31日 17:34
> To: dliu@iol.unh.edu; ohilyard@iol.unh.edu; alialnu@nvidia.com
> Cc: dts@dpdk.org; Tu, Lijuan <lijuan.tu@intel.com>
> Subject: [v2 0/6] revise tests/nic_signle_core_perf
> 
> * changed pass / fail determination to be percentage based
> * made multiple traffic measurements during the test run to
>   collect better statistics

Applied with typos fixed.