1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 09:57:22 +08:00

Refactor: Benchmark settings based on test scenes

This commit is contained in:
LmeSzinc
2023-01-25 17:07:57 +08:00
parent c9539b88fd
commit 27ba7c1cfe
10 changed files with 181 additions and 228 deletions

View File

@@ -8628,37 +8628,27 @@
},
"Benchmark": {
"Benchmark": {
"AdbScreenshot": {
"type": "checkbox",
"value": true
"DeviceType": {
"type": "select",
"value": "emulator",
"option": [
"emulator",
"emulator_android_12",
"plone_cloud_with_adb",
"phone_cloud_without_adb",
"android_phone",
"android_phone_12",
"android_phone_vmos"
]
},
"AdbncScreenshot": {
"type": "checkbox",
"value": true
},
"Uiautomator2Screenshot": {
"type": "checkbox",
"value": true
},
"AscreencapScreenshot": {
"type": "checkbox",
"value": true
},
"AscreencapncScreenshot": {
"type": "checkbox",
"value": true
},
"AdbClick": {
"type": "checkbox",
"value": true
},
"Uiautomator2Click": {
"type": "checkbox",
"value": true
},
"MinitouchClick": {
"type": "checkbox",
"value": true
"TestScene": {
"type": "select",
"value": "screenshot_click",
"option": [
"screenshot_click",
"screenshot",
"click"
]
}
},
"Storage": {