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

Alex Lunyov posted a new comment:
Please, do some additional pure tests on your computer to ensure, using
this commands:

start = time.time() # at the beginning of your test
... # your script
duration = time.time() - start # at the end of your test

print duration () # will show the test duration

-- 
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