Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallelize Antares tests #73

Closed
sfiera opened this issue Mar 13, 2015 · 4 comments
Closed

Parallelize Antares tests #73

sfiera opened this issue Mar 13, 2015 · 4 comments

Comments

@sfiera
Copy link
Member

sfiera commented Mar 13, 2015

Original issue 70 created by sfiera on 2011-10-04T03:32:16.000Z:

The Antares test suite is quite large and takes a long time to run. Part of that is that it does not parallelize tests at all, so on a multi-core machine, only half of their processing power is being used. Turning the test invocations into real waf tasks should allow it to do its standard parallelization thing, and run tasks concurrently up to the number of cores on the machine.

Side note: it's quite possible that I/O bandwidth accounts for a significant amount of the slowness, in which case parallelization isn't likely to yield great speed improvements.

@sfiera
Copy link
Member Author

sfiera commented Mar 13, 2015

Comment #1 originally posted by sfiera on 2011-10-04T03:56:34.000Z:

<empty>

@sfiera
Copy link
Member Author

sfiera commented Mar 13, 2015

Comment #2 originally posted by sfiera on 2011-11-03T21:17:37.000Z:

<empty>

@sfiera
Copy link
Member Author

sfiera commented Mar 13, 2015

Comment #3 originally posted by sfiera on 2014-02-12T23:20:50.000Z:

<empty>

@sfiera
Copy link
Member Author

sfiera commented Mar 13, 2015

Comment #4 originally posted by sfiera on 2014-05-03T00:29:38.000Z:

<empty>

@sfiera sfiera closed this as completed Mar 13, 2015
@sfiera sfiera modified the milestone: 1.0 Mar 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant