Skip to content

Instantly share code, notes, and snippets.

@crossaidi
Created October 13, 2014 14:28
Show Gist options
  • Save crossaidi/8204e680f1921aba1a4b to your computer and use it in GitHub Desktop.
Save crossaidi/8204e680f1921aba1a4b to your computer and use it in GitHub Desktop.
improved benchmarking
require "benchmark/ips"
Benchmark.ips do |x|
x.report("fast") { fast }
x.report("slow") { slow }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment