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

Run Rspec Tests in Parallel #97

Merged
merged 2 commits into from May 19, 2013
Merged

Run Rspec Tests in Parallel #97

merged 2 commits into from May 19, 2013

Conversation

schneems
Copy link
Contributor

Speeds up tests roughly 6x.

Each test file is run by a different process. Could get better performance by using threads, and running each test in parallel instead of just each file...but AFAIK no gems do that out of the box, we would need to write our own threaded parallel rspec test runner.

Also fixed failures on the rubies spec.

Version numbers have been revved, removing patch number from test.
Run rspec tests in different processes for different files. Speeds up testing by roughly 6x.
@schneems
Copy link
Contributor Author

Need to merge this in to work on travis testing. If you have problems...comment, and we can revert.

schneems added a commit that referenced this pull request May 19, 2013
@schneems schneems merged commit 58d0a3f into master May 19, 2013
@edmorley edmorley deleted the schneems/parallel-tests branch August 27, 2020 06:46
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

Successfully merging this pull request may close these issues.

None yet

1 participant