From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 933B0A0563; Wed, 4 Mar 2020 03:49:36 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 851C42E81; Wed, 4 Mar 2020 03:49:36 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id B35602C38 for ; Wed, 4 Mar 2020 03:49:34 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Mar 2020 18:49:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,511,1574150400"; d="scan'208";a="243809992" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga006.jf.intel.com with ESMTP; 03 Mar 2020 18:49:33 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 3 Mar 2020 18:49:33 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 4 Mar 2020 10:49:31 +0800 Received: from shsmsx603.ccr.corp.intel.com ([10.109.6.143]) by SHSMSX603.ccr.corp.intel.com ([10.109.6.143]) with mapi id 15.01.1713.004; Wed, 4 Mar 2020 10:49:31 +0800 From: "Ma, LihongX" To: "dts@dpdk.org" Thread-Topic: [dts][PATCH V2 1/2] conf: add config file to support per patch performance Thread-Index: AQHV8c9+Qkq0ZgF4O0aVn2TW/MXwpag3u2sw Date: Wed, 4 Mar 2020 02:49:31 +0000 Message-ID: <25ca88a722ed4450b142009b634fd2b1@intel.com> References: <1583263176-25645-1-git-send-email-lihongx.ma@intel.com> <1583263176-25645-2-git-send-email-lihongx.ma@intel.com> In-Reply-To: <1583263176-25645-2-git-send-email-lihongx.ma@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V2 1/2] conf: add config file to support per patch performance X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Tested-by: ma,lihong Regards, Ma,lihong -----Original Message----- From: Ma, LihongX=20 Sent: Wednesday, March 4, 2020 3:20 AM To: dts@dpdk.org Cc: Ma, LihongX Subject: [dts][PATCH V2 1/2] conf: add config file to support per patch per= formance add config file for suite pvp_multi_paths_virtio_single_core_performance ca= n store expected throughput value of cases. Signed-off-by: lihong --- conf/pvp_multi_paths_virtio_single_core_performance.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 conf/pvp_multi_paths_virtio_single_core_performance.cfg diff --git a/conf/pvp_multi_paths_virtio_single_core_performance.cfg b/conf= /pvp_multi_paths_virtio_single_core_performance.cfg new file mode 100644 index 0000000..f7703a3 --- /dev/null +++ b/conf/pvp_multi_paths_virtio_single_core_performance.cfg @@ -0,0 +1,6 @@ +[suite] +update_expected =3D True +test_parameters =3D {64: [1024], 1518: [1024]} test_duration =3D 60=20 +accepted_tolerance =3D 2 expected_throughput =3D=20 +{'test_perf_virtio_single_core_virtio11_mergeable': {64: {1024: 0.0},=20 +1518: {1024: 0.0}}, 'test_perf_virtio_single_core_virtio11_normal':=20 +{64: {1024: 0.0}, 1518: {1024: 0.0}},=20 +'test_perf_virtio_single_core_virtio11_inorder_mergeable': {64: {1024:=20 +0.0}, 1518: {1024: 0.0}},=20 +'test_perf_virtio_single_core_virtio11_inorder_normal': {64: {1024:=20 +0.0}, 1518: {1024: 0.0}},=20 +'test_perf_virtio_single_core_inorder_mergeable': {64: {1024: 0.0},=20 +1518: {1024: 0.0}},=20 +'test_perf_virtio_single_core_inorder_no_mergeable': {64: {1024: 0.0},=20 +1518: {1024: 0.0}}, 'test_perf_virtio_single_core_mergeable': {64:=20 +{1024: 0.0}, 1518: {1024: 0.0}}, 'test_perf_virtio_single_core_normal':=20 +{64: {1024: 0.0}, 1518: {1024: 0.0}},=20 +'test_perf_virtio_single_core_vector_rx': {64: {1024: 0.0}, 1518:=20 +{1024: 0.0}}} -- 2.7.4