ruby--ruby/benchmark/vm_float_simple.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
143 B
YAML
Raw Permalink Normal View History

prelude: |
f = 0.0
benchmark:
vm_float_simple: |
f += 0.1; f -= 0.1
f += 0.1; f -= 0.1
f += 0.1; f -= 0.1
loop_count: 30000000