mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
12 lines
172 B
YAML
12 lines
172 B
YAML
prelude: |
|
|
class C
|
|
def initialize
|
|
@a = nil
|
|
@b = nil
|
|
@c = nil
|
|
end
|
|
end
|
|
benchmark:
|
|
vm_ivar_embedded_obj_init: |
|
|
C.new
|
|
loop_count: 30000000
|