class Benchmark::IPS::Job

def config opts

Options Hash: (**opts)
  • :time (Integer) -- Calculation time.
  • :warmup (Integer) -- Warmup time.
def config opts
  @warmup = opts[:warmup] if opts[:warmup]
  @time = opts[:time] if opts[:time]
end