ruby--ruby/benchmark/bm_vm1_not.rb

8 lines
78 B
Ruby

i = 0
obj = Object.new
while i<30_000_000 # while loop 1
i += 1
!obj
end