Skip to content

atsnew is much slower that atsdev #2

Description

@GoogleCodeExporter
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.com on 17 Jun 2011 at 12:06

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions