AirtestProject / AirtestProject/Poco

访问某个对象的子对象耗时将近一个小时是否正常?

Open
#482 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2k
Forks
341
PR merge metrics
No merged PRs in 30d

Description

**描述问题bug**
某个对象有225个子对象,访问该对象的第一个子对象耗时将近一个小时

```
[rpc]connected
clientUnit_arts/avatar
----------------------------------------------------------------------
Ran 1 test in 3067.962s
```

**复现步骤**
poco = UnityPoco(('localhost', 5001), unity_editor=True)
clientUnits = poco('ClientUnits')
items = clientUnits.children()
print(items[0].get_name())

**预期效果**
耗时短点

**相关截图**
(贴出遇到问题时的截图内容,如果有的话)

**python 版本:** `python2.7.13`

**poco 版本:没查到 是AirtestIDE-win-1.2.10自带的

**设备:**
- 系统: [Windows10]
- Unity2018.4.27

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.