summaryrefslogtreecommitdiff
path: root/benchmark/vm_ivar_extended_obj_init.yml
blob: 994e9e6c496df0b3de1faa5990ae0204d10c5494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
prelude: |
  class C
    def initialize
      @a = nil
      @b = nil
      @c = nil
      @d = nil
      @e = nil
    end
  end
benchmark:
  vm_ivar_extended_obj_init: |
    C.new
loop_count: 30000000