module Benchmark::IPS

def self.options

:raw format displays 6 places of precision and exact iteration counts
: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