class Benchmark::IPS::Job
def config opts
(**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
(**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