Sha256: b4998933daf0afea84c6249f9ebb9fc3de1386da0bcf8814cab5d33c760fb522

Contents?: true

Size: 159 Bytes

Versions: 4

Compression:

Stored size: 159 Bytes

Contents

class BmVm1Block < Bench
  def m
    yield
  end

  def run(n)
    i=0
    while i<n # while loop 1
      i+=1
      m{
      }
    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_block.rb
rubyjs-0.8.0 test/benchmark/bm_vm1_block.rb
rubyjs-0.7.1 test/benchmark/bm_vm1_block.rb
rubyjs-0.7.0 test/benchmark/bm_vm1_block.rb