class Benchmark::IPS::Job
def initialize opts={}
(**opts)
-
(false)
(Boolean
) -- :quiet Suppress the printing of information. -
(nil)
(Benchmark::Suite
) -- :suite Specify Benchmark::Suite.
def initialize opts={} @suite = opts[:suite] || nil @quiet = opts[:quiet] || false @list = [] @compare = false @timing = {} @full_report = Report.new # Default warmup and calculation time in seconds. @warmup = 2 @time = 5 end