Readme.md in parallel_tests-0.4.13 vs Readme.md in parallel_tests-0.4.14
- old
+ new
@@ -65,16 +65,22 @@
877 examples, 0 failures, 11 pending
843 examples, 0 failures, 1 pending
Took 29.925333 seconds
-Even process runtimes (for specs only atm)
+Even process runtimes (for specs only)
-----------------
+
+Log test runtime to give each process the same test runtime.<br/>
Add to your `spec/parallel_spec.opts` (or `spec/spec.opts`) :
- --format ParallelSpecs::SpecRuntimeLogger:tmp/parallel_profile.log
-It will log test runtime and partition the test-load accordingly.
+ RSpec 1.x:
+ --format ParallelSpecs::SpecRuntimeLogger:tmp/parallel_profile.log
+ RSpec 2.x:
+ Installed as plugin: -I vendor/plugins/parallel_tests/lib
+ --format ParallelSpecs::SpecRuntimeLogger --out tmp/parallel_profile.log
+
Setup for non-rails
===================
sudo gem install parallel_tests
# go to your project dir
parallel_test OR parallel_spec OR parallel_cucumber
@@ -148,9 +154,10 @@
- [Terence Lee](http://hone.heroku.com/)
- [Will Bryant](http://willbryant.net/)
- [Fred Wu](http://fredwu.me)
- [xxx](https://github.com/xxx)
- [Levent Ali](http://purebreeze.com/)
+ - [Michael Kintzer](https://github.com/rockrep)
[Michael Grosser](http://grosser.it)<br/>
michael@grosser.it<br/>
Hereby placed under public domain, do what you want, just do not hold me accountable...