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