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

6 lines
76 B
YAML

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