From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 6BFAB4F91 for ; Fri, 7 Sep 2018 18:49:00 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Sep 2018 09:48:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,343,1531810800"; d="scan'208";a="89843333" Received: from juan.sh.intel.com ([10.67.118.154]) by orsmga002.jf.intel.com with ESMTP; 07 Sep 2018 09:48:58 -0700 From: Lijuan Tu To: dts@dpdk.org Cc: Lijuan Tu Date: Sat, 8 Sep 2018 09:17:02 +0800 Message-Id: <1536369422-184743-3-git-send-email-lijuan.tu@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1536369422-184743-1-git-send-email-lijuan.tu@intel.com> References: <1536369422-184743-1-git-send-email-lijuan.tu@intel.com> Subject: [dts] [next][PATCH V1 2/2] conf/nic_single_core_perf: clarify the value of tolerence 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: , X-List-Received-Date: Fri, 07 Sep 2018 16:49:00 -0000 Signed-off-by: Lijuan Tu --- conf/nic_single_core_perf.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nic_single_core_perf.cfg b/conf/nic_single_core_perf.cfg index da1a050..be4f130 100644 --- a/conf/nic_single_core_perf.cfg +++ b/conf/nic_single_core_perf.cfg @@ -6,7 +6,7 @@ # - test_duration is how many seconds each combination performance will # be recorded. # - accepted_tolerance defines the accepted tolerance between test -# results and expected numbers. +# results and expected numbers, value "2" means "2%" # - expected_throughput is a dictionary defining expected throughput # numbers based on NIC, and the pattern is # {'NIC': {'frame size': {'descriptor number': 'excepted throughput'}}} @@ -22,7 +22,7 @@ update_expected = True test_parameters = {64: [512, 2048]} test_duration = 60 -accepted_tolerance = 1 +accepted_tolerance = 2 expected_throughput = {'fortville_spirit': {64: {512: 62.35, 2048: 47.89}}, 'niantic': {64: {128: 53.435, 512: 53.699, 2048: 42.798}}, 'fortville_25g': {64: {512: 62.35, 2048: 47.651}}, -- 1.8.3.1