summaryrefslogtreecommitdiff
path: root/benchmark/bm_vm1_not.rb
blob: ee9d0f3605e41bb7b3b7dc8ee012bfcec9d6c737 (plain)
1
2
3
4
5
6
7
i = 0
obj = Object.new

while i<30_000_000 # while loop 1
  i+= 1
  !obj
end