Created
February 14, 2012 00:43
-
-
Save rafaelss/1821955 to your computer and use it in GitHub Desktop.
ruby 1.9.3 cumulative path - https://gist.github.com/1688857
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
$ 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 |
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
$ 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