* transcode_data.h (rb_transcoder): add resetstate_func field for
[ruby-svn.git] / benchmark / bm_vm1_neq.rb
blob212f056c6ed229a8bf72663b7653e6b5f7b2aca0
1 i = 0
2 obj1 = Object.new
3 obj2 = Object.new
5 while i<30000000 # while loop 1
6   i+= 1
7   obj1 != obj2
8 end