Skip to content

Instantly share code, notes, and snippets.

@rob-murray
Created November 8, 2015 09:54
Show Gist options
  • Save rob-murray/edbe424f424cf4b5c747 to your computer and use it in GitHub Desktop.
Save rob-murray/edbe424f424cf4b5c747 to your computer and use it in GitHub Desktop.
Ruby quick benchmark
def m(&block)
Benchmark.ms do
100.times { yield }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment