OSDN Git Service

ruby-1.9.1-rc1
[splhack/AndroidRuby.git] / lib / ruby-1.9.1-rc1 / benchmark / bm_vm2_unif1.rb
1 i = 0
2 def m a, b
3 end
4
5 while i<6000000 # benchmark loop 2
6   i+=1
7   m 100, 200
8 end