Sha256: 27c080ab3e609e7d5440069c9de1214294cd449fbc94ee7fe7da14bb6220f0ef

Contents?: true

Size: 186 Bytes

Versions: 3

Compression:

Stored size: 186 Bytes

Contents

module BenchOptions
  SETS = [0, 250, 5]
  CURRENT = 1

  extend self

  def iterations
    SETS[CURRENT]
  end

  def source
    "benchmarking/fixtures/source#{CURRENT}.json"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jrjackson-0.2.3 benchmarking/fixtures/bench_options.rb
jrjackson-0.2.2 benchmarking/fixtures/bench_options.rb
jrjackson-0.2.1 benchmarking/fixtures/bench_options.rb