1 Star 0 Fork 2

FunTester/APP性能测试初探索

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
PractiseMonkey.java 712 Bytes
一键复制 编辑 原始数据 按行查看 历史
myself 提交于 2017-12-12 15:33 +08:00 . d
package monkeytest;
import source.Common;
public class PractiseMonkey extends Common {
public static String ADB_PATH = Common.ADB_PATH;;
public static String package_name = Common.PAGEKAGE;
public static void main(String[] args) {
PerformanceThread performanceThread = new PerformanceThread("test", package_name);
LauchTime lauchTime = new LauchTime();
lauchTime.start();
performanceThread.start();
PractiseMonkey practise = new PractiseMonkey();
practise.testDemo();
performanceThread.stopRecord();
lauchTime.stopLauch();
// Common.getInstance().setMobileInputMethodToOthers();
}
public void testDemo() {
for (int i = 0; i < 2; i++) {
output(i+1);
sleep(10 * 1000);
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/fanapi/performancefirsttest.git
git@gitee.com:fanapi/performancefirsttest.git
fanapi
performancefirsttest
APP性能测试初探索
master

搜索帮助