summaryrefslogtreecommitdiff
path: root/benchmark/bm_vm2_unif1.rb
blob: 4df6c9fa841b2cf48189d44d3943d4c507d4cb40 (plain)
1
2
3
4
5
6
7
8
i = 0
def m a, b
end

while i<6000000 # benchmark loop 2
  i+=1
  m 100, 200
end