Created
February 8, 2012 22:11
-
-
Save jacquescrocker/1774440 to your computer and use it in GitHub Desktop.
Falcon switch on a nontrivial rails 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
Results from https://gist.github.com/1688857 | |
# 1.9.2 | |
jc@mac# time script/rails runner 'puts "HELLO"' | |
HELLO | |
real 0m27.264s | |
user 0m22.856s | |
sys 0m2.989s | |
# 1.9.3-falcon | |
jc@mac# time script/rails runner 'puts "HELLO"' | |
HELLO | |
real 0m9.258s | |
user 0m7.578s | |
sys 0m1.602s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment