class Bench::Options

Attributes

benchmarks[R]
config[R]
flags[R]
implementations[R]

Public Class Methods

new( config, implementations, benchmarks, flags) click to toggle source
# File lib/bench9000/options.rb, line 18
def initialize(
    config,
    implementations,
    benchmarks,
    flags)
  @config = config
  @implementations = implementations
  @benchmarks = benchmarks
  @flags = flags
end