ruby--ruby/benchmark/bm_vm2_unif1.rb

9 lines
89 B
Ruby

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