Skip to content

Instantly share code, notes, and snippets.

@igaiga
Created July 31, 2016 02:44
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 igaiga/0cce77445e5839fc7f9f6718d01c0482 to your computer and use it in GitHub Desktop.
Save igaiga/0cce77445e5839fc7f9f6718d01c0482 to your computer and use it in GitHub Desktop.
# http://docs.ruby-lang.org/ja/2.3.0/class/Benchmark.html
require "benchmark"
Benchmark.bm do |x|
x.report("100000.times:") { 100000.times{a = "1"} }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment