1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/benchmark/vm_lvar_cond_set.yml
HParker fbaac837cf avoid extra dup and pop in compile_op_asgn2
Co-authored-by: John Hawthorn <jhawthorn@github.com>
2022-09-22 09:47:13 -07:00

8 lines
110 B
YAML

benchmark:
vm_lvar_cond_set: |
a ||= 1
b ||= 1
c ||= 1
d ||= 1
nil
loop_count: 30000000