Sha256: 8d67472e0fe057abe7fd5d41ef18a476021d40aa25951dd17c55e7dcab6d3cb5

Contents?: true

Size: 165 Bytes

Versions: 4

Compression:

Stored size: 165 Bytes

Contents

class BmVm1Const < Bench
  Const = 1

  def run(n)
    i = 0
    while i<n # while loop 1
      i+= 1
      j = Const
      k = Const
    end
    return i
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
superchris-rubyjs-0.8.2 test/benchmark/bm_vm1_const.rb
rubyjs-0.7.0 test/benchmark/bm_vm1_const.rb
rubyjs-0.7.1 test/benchmark/bm_vm1_const.rb
rubyjs-0.8.0 test/benchmark/bm_vm1_const.rb