mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Added benchmark of vm_send by variable [ci skip]
This commit is contained in:
parent
915024e3b7
commit
8f9c113f35
1 changed files with 3 additions and 0 deletions
|
@ -5,7 +5,10 @@ prelude: |
|
|||
end
|
||||
|
||||
o = C.new
|
||||
m = :m
|
||||
benchmark:
|
||||
vm_send: |
|
||||
o.__send__ :m
|
||||
vm_send_var: |
|
||||
o.__send__ m
|
||||
loop_count: 6000000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue