Question #287456 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/287456

Karl posted a new comment:
I used this code on Windows 10, Trusty, and Precise:

for j in range(1,151):
    start = time.time()
    for i in range(1,j):
        Settings.ActionLogs = False
        Settings.setAutoWaitTimeout = 0
        Settings.MoveMouseDelay = 0
        Settings.DelayBeforeMouseDown = 0
        Settings.DelayAfterDrag = 0
        Settings.DelayBeforeDrag = 0
        Settings.DelayBeforeDrop = 0
        Settings.ClickDelay = 0
        click(Location(100,100),0)
    end = time.time()
    print j, (end-start)

My Windows and Trusty machines averaged about 4.6 clicks per second
(with Windows slightly faster). Precise (Sikuli 1.0.1) on the other
hand, was blazing fast with about 30 clicks per second. Generally
speaking, the average value was reached at 28 consecutive clicks.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to