mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 12:17:20 +08:00
Upd: Remove Hermit click test
It's useless now
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user