Skip to content

Instantly share code, notes, and snippets.

@albertoperdomo
Created February 16, 2012 19:07
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 albertoperdomo/1847072 to your computer and use it in GitHub Desktop.
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
[alberto:~/Code/inmersum → master]$ time rails runner 'p Site'
Site
real 0m11.166s
user 0m9.683s
sys 0m1.224s
[alberto:~/Code/inmersum → master]$ time rails runner 'p Site'
Site
real 0m4.336s
user 0m3.228s
sys 0m0.984s
[alberto:~/Code/inmersum → master]$ time rails runner 'p Site'
Site
real 0m3.255s
user 0m2.527s
sys 0m0.639s
@ancorcruz
Copy link

OMG

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment