Skip to content

Instantly share code, notes, and snippets.

@jacquescrocker
Created February 8, 2012 22:11
Show Gist options
  • Save jacquescrocker/1774440 to your computer and use it in GitHub Desktop.
Save jacquescrocker/1774440 to your computer and use it in GitHub Desktop.
Falcon switch on a nontrivial rails app
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