1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 06:45:34 +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

@@ -292,10 +292,12 @@
},
"ScreenshotMethod": {
"name": "模擬器截圖方案",
"help": "速度: aScreenCap > uiautomator2 ~= ADB\n建議選 ADB",
"help": "速度: aScreenCap_nc > ADB_nc >>> aScreenCap > uiautomator2 ~= ADB\n運行 工具 - 性能測試 以尋找最快的方案",
"ADB": "ADB",
"ADB_nc": "ADB_nc",
"uiautomator2": "uiautomator2",
"aScreenCap": "aScreenCap"
"aScreenCap": "aScreenCap",
"aScreenCap_nc": "aScreenCap_nc"
},
"ControlMethod": {
"name": "模擬器控制方案",
@@ -1846,6 +1848,10 @@
"name": "測試 ADB 截圖",
"help": ""
},
"AdbncScreenshot": {
"name": "測試 ADB 截圖",
"help": "Benchmark.AdbncScreenshot.help"
},
"Uiautomator2Screenshot": {
"name": "測試 uiautomator2 截圖",
"help": ""
@@ -1854,6 +1860,10 @@
"name": "測試 aScreenCap 截圖",
"help": ""
},
"AscreencapncScreenshot": {
"name": "測試 aScreenCap_nc 截圖",
"help": ""
},
"AdbClick": {
"name": "測試 ADB 點擊",
"help": ""