From db79c8fd55470cd5fa5aa2a06621e3692fbc0fbf Mon Sep 17 00:00:00 2001 From: chenjx-huawei Date: Sun, 28 Apr 2024 10:03:42 +0800 Subject: [PATCH] Update README.md to add the regresstest command --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 59f1950..4733e61 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,11 @@ python ark.py x64.release unittest python ark.py x64.release test262 ``` +## 执行regress测试套 +``` +python ark.py x64.release regresstest +``` + ## 执行workload测试套 ``` python ark.py x64.release workload -- Gitee