module Benchmark::IPS
def self.options
:human format narrows precision and scales results for readability
:format => [:human, :raw]
Set options for running the benchmarks.
def self.options @options ||= {:format => :human} end
def self.options @options ||= {:format => :human} end