Created
February 16, 2012 19:07
-
-
Save albertoperdomo/1847072 to your computer and use it in GitHub Desktop.
Benchmark ruby 1.9.2 vs 1.9.3-p0 vs 1.9.3-p0-perf using https://gist.github.com/1688857 with a Rails 3.1 app
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
[alberto:~/Code/inmersum → master]$ time rails runner 'p Site' | |
Site | |
real 0m11.166s | |
user 0m9.683s | |
sys 0m1.224s |
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
[alberto:~/Code/inmersum → master]$ time rails runner 'p Site' | |
Site | |
real 0m4.336s | |
user 0m3.228s | |
sys 0m0.984s |
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
[alberto:~/Code/inmersum → master]$ time rails runner 'p Site' | |
Site | |
real 0m3.255s | |
user 0m2.527s | |
sys 0m0.639s |
ancorcruz
commented
Feb 17, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment