-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also moves parallel_tests out of development group so it's installed on travis Comparison on an 8 core Mac: ``` $ bundle exec rake parallel_spec 746 examples, 0 failures, 10 pendings Took 66 seconds (1:06) ``` Vs. ``` $ bundle exec rake spec Finished in 3 minutes 4.8 seconds (files took 2.14 seconds to load) 746 examples, 0 failures, 10 pending ```
- Loading branch information
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--format progress | ||
--format ParallelTests::RSpec::RuntimeLogger --out tmp/parallel_runtime_rspec.log | ||
--order random |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters