~ubuntu-branches/ubuntu/trusty/ruby1.9/trusty

1
2
3
4
i=0
while i<30_000_000 # benchmark loop 1
  i+=1
end