1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +08:00

Add: Faster screenshot methods ADB_nc and aScreenCap_nc

- Allow config names when creating Device instances
- Add "Ultra Fast" level in performance test
This commit is contained in:
LmeSzinc
2022-03-23 21:20:01 +08:00
parent 5951d05f90
commit 5ba2f5c5ac
16 changed files with 254 additions and 60 deletions

View File

@@ -1424,8 +1424,10 @@
"Benchmark": {
"Benchmark": {
"AdbScreenshot": true,
"AdbncScreenshot": true,
"Uiautomator2Screenshot": true,
"AscreencapScreenshot": true,
"AscreencapncScreenshot": true,
"AdbClick": true,
"Uiautomator2Click": true,
"MinitouchClick": true,