mbox series

[v3,0/6] revise tests/nic_signle_core_perf

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

Message

Tu, Lijuan March 31, 2021, 10:16 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

* v3:
  fix typoes

* 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

Ali Alnubani June 17, 2021, 1:39 p.m. UTC | #1
> -----Original Message-----
> From: Lijuan Tu <lijuan.tu@intel.com>
> Sent: Wednesday, March 31, 2021 1:17 PM
> To: dliu@iol.unh.edu; ohilyard@iol.unh.edu; Ali Alnubani
> <alialnu@nvidia.com>
> Cc: dts@dpdk.org; Lijuan Tu <lijuan.tu@intel.com>
> Subject: [v3 0/6] revise tests/nic_signle_core_perf
> 

Thanks Lijuan, and sorry for the delay.

Tested-by: Ali Alnubani <alialnu@nvidia.com>
  
Tu, Lijuan June 29, 2021, 6:33 a.m. UTC | #2
> -----Original Message-----
> From: Ali Alnubani <alialnu@nvidia.com>
> Sent: 2021年6月17日 21:40
> To: Tu, Lijuan <lijuan.tu@intel.com>
> Cc: dts@dpdk.org; Lincoln Lavoie <lylavoie@iol.unh.edu>; ohilyard@iol.unh.edu;
> dliu@iol.unh.edu
> Subject: RE: [v3 0/6] revise tests/nic_signle_core_perf
> 
> > -----Original Message-----
> > From: Lijuan Tu <lijuan.tu@intel.com>
> > Sent: Wednesday, March 31, 2021 1:17 PM
> > To: dliu@iol.unh.edu; ohilyard@iol.unh.edu; Ali Alnubani
> > <alialnu@nvidia.com>
> > Cc: dts@dpdk.org; Lijuan Tu <lijuan.tu@intel.com>
> > Subject: [v3 0/6] revise tests/nic_signle_core_perf
> >
> 
> Thanks Lijuan, and sorry for the delay.
> 
> Tested-by: Ali Alnubani <alialnu@nvidia.com>

Applied with typos fixed.