Skip to content

Instantly share code, notes, and snippets.

@jphpsf
Created January 16, 2011 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jphpsf/781489 to your computer and use it in GitHub Desktop.
Save jphpsf/781489 to your computer and use it in GitHub Desktop.
Using rvm this time, with ree
$ rvm use ruby-1.9.2
Using /usr/local/rvm/gems/ruby-1.9.2-p136
$ time cucumber
...
real 0m19.146s
user 0m9.857s
sys 0m1.060s
$ rvm use ree
Using /usr/local/rvm/gems/ree-1.8.7-2010.02
$ time cucumber
...
real 0m3.250s
user 0m2.440s
sys 0m0.804s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment