sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #43730
Re: [Question #657137]: region search work slower
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.