Skip to content

Instantly share code, notes, and snippets.

@ashaw
Forked from thejefflarson/bm.rb
Created May 23, 2011 20:07
Show Gist options
  • Save ashaw/987480 to your computer and use it in GitHub Desktop.
Save ashaw/987480 to your computer and use it in GitHub Desktop.
poor man's benchmark
def measure
t = Time.now
yield
Rails.logger.info Time.now - t
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment