Created
October 28, 2011 09:38
-
-
Save jmaicher/1321972 to your computer and use it in GitHub Desktop.
Speed improvements running cucumber against spork (rails 3.1)
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
# running cucumber without spork | |
$ time cucumber | |
Using the default profile... | |
0 scenarios | |
0 steps | |
0m0.000s | |
cucumber 5.09s user 0.86s system 99% cpu 5.971 total | |
# running cucumber against spork | |
$ time cucumber --drb | |
Using the default profile... | |
0 scenarios | |
0 steps | |
0m0.000s | |
cucumber --drb 0.34s user 0.12s system 79% cpu 0.572 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment