summaryrefslogtreecommitdiff
path: root/benchmark/float_neg_posi.yml
blob: 172db1bf6dad23091187a1f844333da1d1ecca53 (plain)
1
2
3
4
5
6
7
8
prelude: |
  flo = 4.2
benchmark:
  negative?: |
    flo.negative?
  positive?: |
    flo.positive?
loop_count: 20000000