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

Limit number of tests run in parallel #754

Closed
halindrome opened this issue May 11, 2016 · 4 comments
Closed

Limit number of tests run in parallel #754

halindrome opened this issue May 11, 2016 · 4 comments

Comments

@halindrome
Copy link
Contributor

It would be nice if it were possible to limit this. When the tests start up a bunch of browsers at the same time it can run smaller machines out of memory pretty quickly!

@halindrome
Copy link
Contributor Author

halindrome commented May 11, 2016

Or maybe what is happening is that the tests are not properly cleaning up when they are done and leaving old user agent processes around?

loadpicture

@halindrome
Copy link
Contributor Author

A little more data on this.... running the test collection against Chrome took just under 2 minutes on this server. Firefox took just under 20 minutes.

@marcoscaceres
Copy link
Member

Yeah, Firefox's JIT is 💩. I filed a bug about Firefox being orders of magnitude slower than other browsers a few weeks ago. Unfortunately, it's not our code/tests that is the problem. For example, Safari runs the tests in under 20 seconds.

@marcoscaceres
Copy link
Member

Here is the Gecko bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1265980

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants