
https://www.jianguoyun.com/p/DS-3e4gQqNeXBhiFjmM# 第二天的只能预览,不可下载
MTSC2018 第四届移动互联网测试开发大会 (第一天)
链接: https://pan.baidu.com/s/1uF0uvSBoRNPvkI9AK1KhFw 密码: dt5f
MTSC2018 第四届移动互联网测试开发大会 (第一天)
链接: https://pan.baidu.com/s/1uF0uvSBoRNPvkI9AK1KhFw 密码: dt5f
智慧芽比较符合要求,做的是数据挖掘和分析
励志,学习
已收录
mark,更新最新苏州互联网公司名单。
到时候会有微信群
没有,弃用了
我觉得社区的匿名区,本意是好的,只是被大家用歪了
交费成功,邮件里应该有电子入场券的
这波节奏。。。
报名通道已重新开放,之前已经付费过的人不用担心,继续有效,无需再次交费。
暂时关闭,周一重新调整后开放,之前已经付费过的人不用担心,继续有效,无需再次交费。
还好没进去,可想而知这个 leader 素质也不怎么高
是吗?我来看下,后台开启了收费审核,现在我改成了不审核了
monkeyTest.py 一直在跑,没有停止,也没有看到任何 report 文件出来
更新了
感谢楼主的分享,配置完代码就能跑了。
运行 monkey test.py 获取数据

但是再运行 BaseReqport.py,无法生成相应的 excel 数据

请问楼主,performance_report.xlsx 该如何才能生成成功?
运行报错了
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "D:\Anaconda3\lib\multiprocessing\pool.py", line 119, in worker
result = (True, func(*args, **kwds))
File "D:\Anaconda3\lib\multiprocessing\pool.py", line 44, in mapstar
return list(map(*args))
File "D:\monkeyTest\monkeyTest.py", line 99, in start
pid = BaseMonitor.get_pid(mc["package_name"], devices)
File "D:\monkeyTest\Base\BaseMonitor.py", line 114, in get_pid
if item.split()[8].decode() == pkg_name:
IndexError: list index out of range
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:/monkeyTest/monkeyTest.py", line 153, in
runnerPool()
File "D:/monkeyTest/monkeyTest.py", line 77, in runnerPool
pool.map(start, devices_Pool)
File "D:\Anaconda3\lib\multiprocessing\pool.py", line 266, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
File "D:\Anaconda3\lib\multiprocessing\pool.py", line 644, in get
raise self._value
IndexError: list index out of range
