Skip to content

Instantly share code, notes, and snippets.

@pixeltrix
Created June 18, 2010 13:50
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 pixeltrix/443655 to your computer and use it in GitHub Desktop.
Save pixeltrix/443655 to your computer and use it in GitHub Desktop.
# Using ActionDispatch::Routing::Mapper
andyw$ rails benchmarker 10 'Rails::Application.reload_routes!'
user system total real
#1 20.040000 0.180000 20.220000 ( 20.254536)
# Using ActionDispatch::Routing::DeprecatedMapper
andyw$ rails benchmarker 10 'Rails::Application.reload_routes!'
user system total real
#1 21.380000 0.190000 21.570000 ( 21.599967)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment