summaryrefslogtreecommitdiff
path: root/benchmark/nilclass.yml
blob: fba67a5f6a17643a6214e46879bcd1a2f304d980 (plain)
1
2
3
4
5
6
benchmark:
  to_i: |
    nil.to_i
  to_f: |
    nil.to_f
loop_count: 100000