[dts] [PATCH V1 1/2] conf/metrics: optimize config file

yufengmx yufengx.mo at intel.com
Mon Jan 20 08:12:00 CET 2020


optimize config file and test content setting.

Signed-off-by: yufengmx <yufengx.mo at intel.com>
---
 conf/metrics.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/metrics.cfg b/conf/metrics.cfg
index 3cff639..20fc16f 100644
--- a/conf/metrics.cfg
+++ b/conf/metrics.cfg
@@ -1,5 +1,5 @@
-[content]
-frames_cfg = 64:0.07,128:0.04,256:0.02,512:0.01,1024:0.01
+[suite]
+frames_cfg = { 64: 0.07, 128: 0.04, 256: 0.02, 512: 0.01, 1024: 0.01 }
 duration = 60
 sample_number = 3
-rates = 100,80,40,20
+rates = [100, 80, 40, 20]
-- 
2.21.0



More information about the dts mailing list