class BenchmarkDriver::Runner::Time

Constants

Job

JobParser returns this, `BenchmarkDriver::Runner.runner_for` searches “*::Job”

JobParser

Dynamically fetched and used by `BenchmarkDriver::JobParser.parse`

METRIC

Public Instance Methods

metric() click to toggle source

Overriding BenchmarkDriver::Runner::Ips#metric

# File lib/benchmark_driver/runner/time.rb, line 12
def metric
  METRIC
end
value_duration(duration:, loop_count:) click to toggle source

Overriding BenchmarkDriver::Runner::Ips#value_duration

# File lib/benchmark_driver/runner/time.rb, line 17
def value_duration(duration:, loop_count:)
  [duration, duration]
end