1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 01:07:22 +08:00

Upd: Remove Hermit click test

It's useless now
This commit is contained in:
LmeSzinc
2023-01-03 23:30:45 +08:00
parent 4dc37ef4ca
commit c59de88938
9 changed files with 1 additions and 27 deletions

View File

@@ -155,9 +155,6 @@ class Benchmark(DaemonBase, CampaignUI):
if self.config.Benchmark_MinitouchClick:
x, y = random_rectangle_point(area)
data.append(['minitouch', self.benchmark_test(self.device.click_minitouch, x, y)])
if self.config.Benchmark_HermitClick:
x, y = random_rectangle_point(area)
data.append(['Hermit', self.benchmark_test(self.device.click_hermit, x, y)])
control = data
def compare(res):