1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix duplicated name

This commit is contained in:
Koichi Sasada 2020-12-16 10:29:48 +09:00
parent ccc828f499
commit dff67c809f

View file

@ -11,7 +11,7 @@ prelude: |
class B < A; end
class C < A; end
benchmark:
vm_ivar_init: |
vm_ivar_init_subclass: |
B.new
C.new
loop_count: 3000000