summaryrefslogtreecommitdiff
path: root/benchmark/vm1_neq.yml
blob: 8ce480cbf4b8332a70cf41f54394472a83edc6a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
benchmark:
  vm1_neq: |
    i = 0
    obj1 = Object.new
    obj2 = Object.new

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