summaryrefslogtreecommitdiff
path: root/benchmark/bm_vm2_eval.rb
blob: 1677c2f98a23567c240e0eefa975c0e9ebcd630a (plain)
1
2
3
4
5
6
i = 0
while i<6_000_000 # benchmark loop 2
  i+=1
  eval("1")
end