Added benchmark of vm_send by variable [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-10-28 08:26:53 +09:00
parent 915024e3b7
commit 8f9c113f35
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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