Releases: smart-test-ti/SoloX
v2.7.0
v2.6.9
v2.6.8
🐛【Fixed BUG】#165
🐛【Fixed BUG】#167
🐛【Fixed BUG】#169
🐛【Fixed BUG】#174
🐛【Fixed BUG】#175
🐛【Fixed BUG】Fixed " ValueError: Pool is still running"
🆙【Optimization】Improve the speed of data collection on pages (提升页面的收集速度)
🆙【Optimization】Optimize the chart display of the analysis page (优化分析页charts的展示)
🆙【Optimization】Code simplification
💡【Feature】Add guidance for “Connect to a Android device over Wi-Fi”
v2.6.4
🐛【Fixed BUG】#164
🔥【Feature】Start-up Time (收集安卓/iOS的启动时间)
🔥【Feature】Comparison of two test results in analysis page (分析页增加两个测试结果比对功能)
🔥【Feature】Support collecting all performance parameters in python api (python api 可以收集全部性能指标并生成html报告)
🆙【Optimization】Check python version (执行前检查python版本是否低于3.10)
🆙【Optimization】Initialize adb environment (初始化adb环境,避免websocket的后台进程占用)
🐛【Fixed BUG】#151
v2.6.0(Recommend)
v2.5.8
v2.5.7
【Feature】Support for agents and access to other PC's mobile devices
(支持配置代理,访问其他PC机器的移动设备,在slave机器启动solox不能和master机器的端口一样)
【Optimization】Jank statistics on the analysis page, changing from average to total (分析页的Jank统计数据,从平均值变为总和)
【Optimization】The value of the Android network data statistics on the analysis page is equal to the end minus the start value
(分析页的安卓网络数据统计的值等于结束减去开始的值)
【Fixed Bug】 #125
【Fixed Bug】 #138
v2.5.5
【Feature】Upgrade python version to 3.10+ (python版本升级到3.10+, 低于3.10版本请用V2.5.3及以下版本)
【Feature】Support for collecting 4G/5G data (支持收集移动数据流量,关闭wifi开关就是使用移动数据流量)
【Feature】Supports scheduled execution (支持设置时长执行,超时自动保存,为0时不生效)
【Feature】iOS supports python to collect gpu (iOS支持使用python api收集gpu指标,界面暂时不支持会影响收集速度)
v2.5.3
【Feature】Support report data export to Excel (支持报告数据导出到Excel)
【Fixed BUG】Fix the result error collected by Android FPS using gpxinfo(修复安卓FPS使用gpxinfo收集错误的BUG)
【Improve】The method of calculating Android's sysCpu usage ((total_2 - idle_2) - (total_1 - idle_1))/(total_2 - total_1) may exceed 100%. I don't know how to explain it. It seems that this is the recommended method
计算安卓的sysCpu usage 使用((total_2 - idle_2) - (total_1 - idle_1)) / (total_2 - total_1) 这种方法可能会超过100%,还不知道怎么解释,好像推荐都是这么计算
【Fixed BUG】Fix that the charts on the analysis page cannot be displayed because the X-axis data is the same. Set the interval between two collection of indicators to one second (修复分析页的charts因为X轴数据相同显示不出来,将指标的两次收集时间间隔设置成一秒)
【Feature】The api collection method supplements the battery data of ios (api 收集的方式补充ios的battery数据)
【Fixed BUG】Fix the incorrect parameter sequence during api calls (修复api调用时参数顺序不正确)
【Fixed BUG】修复无法收集ios网络数据的BUG #109
【Fixed BUG】修复无法收集iOS FPS #115
【Fixed BUG】回复以前的layername获取方法,并兼容华为设备 #116
【Improve】'use dumpsys SurfaceFlinger --list to get SurfaceView activity
【Fixed BUG】兼容魅族设备获取surfaceview #121
【Fixed BUG】修复iOS Battery收集失败造成的报告数据异常 #123
【Improve】Battery数据优化至10秒收集一次,降低收集频繁影响其他指标收集速度
【Improve】提升API收集的速度