summaryrefslogtreecommitdiff
path: root/benchmark/vm1_not.yml
blob: a38dfc73431069980a5b09ee5ed9d895bb45b887 (plain)
1
2
3
4
5
6
7
8
9
10
benchmark:
  vm1_not: |
    i = 0
    obj = Object.new

    while i<30_000_000 # while loop 1
      i += 1
      !obj
    end
loop_count: 1