Skip to content

Instantly share code, notes, and snippets.

@jmaicher
Created October 28, 2011 09:38
Show Gist options
  • Save jmaicher/1321972 to your computer and use it in GitHub Desktop.
Save jmaicher/1321972 to your computer and use it in GitHub Desktop.
Speed improvements running cucumber against spork (rails 3.1)
# 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