From fce3050ff280547bf1ee1e0d13b801dbb1020f92 Mon Sep 17 00:00:00 2001 From: yanpeng Date: Wed, 27 Mar 2024 11:17:04 +0800 Subject: [PATCH] add workload parameter description Signed-off-by: yanpeng Change-Id: I37b9d4b281488dfde27b69c76e5fac892683ed6f --- build/compile_script/ark.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build/compile_script/ark.py b/build/compile_script/ark.py index d0c825ff..b33367fc 100755 --- a/build/compile_script/ark.py +++ b/build/compile_script/ark.py @@ -202,7 +202,12 @@ class ArkPy: }, "workload": { "flags": ["workload", "work-load", "work_load"], - "description": "Compile arkcompiler target and run workload with arkcompiler target.", + "description": "Compile arkcompiler target and run workload with arkcompiler target. " + "Parameter Description: the report parameter is generate report, " + "the dev parameter is tools type(dev or rk3568 or hispark_taurus), " + "the -20 parameter is inferior boundary value, " + "the 10 parameter represents the number of times the case was run, " + "weekly_workload is case tpye(daily or ts-swift-workload or mix-case or weekly_workload).", "gn_targets_depend_on": ["default"], }, "regresstest": { -- Gitee