[dts] [next][PATCH V1 2/2] conf/nic_single_core_perf: clarify the value of tolerence

Lijuan Tu lijuan.tu at intel.com
Sat Sep 8 03:17:02 CEST 2018


Signed-off-by: Lijuan Tu <lijuan.tu at intel.com>
---
 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



More information about the dts mailing list