Skip to content

Instantly share code, notes, and snippets.

@plotti
Created June 22, 2012 12:26
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 plotti/2972459 to your computer and use it in GitHub Desktop.
Save plotti/2972459 to your computer and use it in GitHub Desktop.
benchmark
require 'benchmark'
puts Benchmark.measure{Project.find(1).find_at_connections}
31.660000 0.540000 32.200000 ( 35.293887)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment