From 766476303f1f9e1a3abf6f46bcd0f891e8d00151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=81=92?= Date: Tue, 15 Oct 2024 09:23:40 +0000 Subject: [PATCH 1/2] benchmark feature test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 朱恒 --- README_zh.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README_zh.md b/README_zh.md index 7f58ebe7..d65dba80 100644 --- a/README_zh.md +++ b/README_zh.md @@ -53,3 +53,5 @@ $ ./build.sh --product-name rk3568 --build-target libark_ecma_debugger **[arkcompiler\_toolchain](https://gitee.com/openharmony/arkcompiler_toolchain)** [arkcompiler\_ets\_runtime](https://gitee.com/openharmony/arkcompiler_ets_runtime) + +benchmark feature test \ No newline at end of file -- Gitee From f75bf46eaf2416f12d89397df52a48284d7f7638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=81=92?= Date: Tue, 15 Oct 2024 11:48:24 +0000 Subject: [PATCH 2/2] update build/compile_script/ark.py. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 朱恒 --- build/compile_script/ark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/compile_script/ark.py b/build/compile_script/ark.py index 1f9fff09..3babd3fb 100755 --- a/build/compile_script/ark.py +++ b/build/compile_script/ark.py @@ -1034,7 +1034,7 @@ class ArkPy: report = False tools = 'dev' boundary_value = '-10' - run_count = '10' + run_count = '12' code_v = '' run_interpreter = False if len(arg_list) >= 2 and arg_list[1] == 'report': -- Gitee