Skip to content

Instantly share code, notes, and snippets.

@denis
Created December 22, 2008 15:46
Show Gist options
  • Save denis/39023 to your computer and use it in GitHub Desktop.
Save denis/39023 to your computer and use it in GitHub Desktop.
require 'benchmark'
Benchmark.bm do |x|
n = 100_000
x.report do
n.times do
# paste code here
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment