* transcode.c (trans_open_i): check the result of rb_transcoding_open.
[ruby-svn.git] / benchmark / bm_loop_whileloop2.rb
blobe5149896619864f076789ce6e581ab5d48bea7e1
1 i=0
2 while i< 6_000_000 # benchmark loop 2
3   i+=1
4 end