1 Star 1 Fork 0

mjz/每日一题训练

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
新文件 4.txt 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
mjz 提交于 2024-06-06 03:44 . 1
#!/bin/bash
abcFilePath="/mnt/data/m30052569/dulicang/ohcompiler-daily/pgo/out/app"
for abcFile in `ls ${abcFilePath} | grep .abc`
do
(
testName=${abcFile%%.abc*}
cmdStr="ark_js_vm --icu-data-path=/mnt/data/m30052569/dulicang/verify/third_party/icu/ohos_icu4j/data --stub-file=/mnt/data/m30052569/dulicang/out/x64.release/gen/arkcompiler/ets_runtime/stub.an --compiler-enable-litecg=true --compiler-enable-jit=true --compiler-enable-jit-pgo=true --enable-pgo-profiler=true --log-debug=jit --entry-point=${testName} ${abcFilePath}/${abcFile}"
echo $cmdStr
exec $cmdStr 1> ${testName}.log
echo $?
)
done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mjz13782805465/daily-one-question-training.git
[email protected]:mjz13782805465/daily-one-question-training.git
mjz13782805465
daily-one-question-training
每日一题训练
master

搜索帮助