Skip to content

Instantly share code, notes, and snippets.

@rafaelss
Created February 14, 2012 00:43
Show Gist options
  • Save rafaelss/1821955 to your computer and use it in GitHub Desktop.
Save rafaelss/1821955 to your computer and use it in GitHub Desktop.
ruby 1.9.3 cumulative path - https://gist.github.com/1688857
$ time ruby script/test_recurrence.rb
bundle exec ruby script/test_recurrence.rb
real 0m9.903s
user 0m7.250s
sys 0m1.205s
real 0m8.395s
user 0m7.157s
sys 0m1.101s
real 0m8.879s
user 0m7.265s
sys 0m1.141s
$ time ruby script/test_recurrence.rb
bundle exec ruby script/test_recurrence.rb
real 0m5.156s
user 0m3.961s
sys 0m0.957s
real 0m5.142s
user 0m3.995s
sys 0m0.951s
real 0m4.910s
user 0m3.920s
sys 0m0.930s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment