mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
8 lines
121 B
YAML
8 lines
121 B
YAML
prelude: |
|
|
flo = 4.2
|
|
benchmark:
|
|
negative?: |
|
|
flo.negative?
|
|
positive?: |
|
|
flo.positive?
|
|
loop_count: 20000000
|