* string.c (rb_str_splice_0): call rb_str_drop_bytes, not rb_str_drop.
[ruby-svn.git] / benchmark / bm_vm2_array.rb
blobe29c11200f7173ac82c95d2fa8265963eca37991
1 i=0
2 while i<6000000 # benchmark loop 2
3   i+=1
4   a = [1,2,3,4,5,6,7,8,9,10]
5 end