Sha256: 32f826ad94669ec75ab1d7e6d875da79e8db9f26d552d3ff4a5bf7f4929e10e4
Contents?: true
Size: 219 Bytes
Versions: 1
Compression:
Stored size: 219 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 def output_width 44 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jrjackson-0.2.4 | benchmarking/fixtures/bench_options.rb |