benchmark: loop_whileloop: | i = 0 while i<30_000_000 # benchmark loop 1 i += 1 end loop_count: 1