Project

General

Profile

Feature #15435 » benchmark.yml

shuujii (Shuji KOBAYASHI), 12/19/2018 08:49 AM

 
loop_count: 3000000
prelude: |
one = 1.0
max = Float::MAX
inf = Float::INFINITY
benchmark:
positive_infinity: inf * one
negative_infinity: -inf
flonum: one * one
heap: max * one
(2-2/3)