What steps will reproduce the problem?
1. Here is a little reproducer
% cat loop.ats
for i in range(20):
test(executable="/bin/ls")
This takes atsnew about 1 minute to go through. It seems to pause for 3
seconds after each job.
With atsdev there is no delay, and it finishes in about 1 second. There is
also a very long startup cost with atsnew. Running atsnew on an empty file
takes about 7 seconds before anything happens.
3 seconds is quite a headache for my project, since we have about 4000+ ATS
tests in our test suite.
Can anything be done?
Original issue reported on code.google.com by
brian.mc...@gmail.comon 17 Jun 2011 at 12:06