ruby--ruby/benchmark/nilclass.yml

7 lines
76 B
YAML

benchmark:
to_i: |
nil.to_i
to_f: |
nil.to_f
loop_count: 100000