Skip to content

Fortran compiler "cheating" at Fibonacci benchmark #58

Open
@MilesCranmer

Description

@MilesCranmer

FYI the fortran compiler is "cheating" at two benchmarks: fibonacci and mandelbrot. See the latest benchmark results: https://github.com/JuliaLang/Microbenchmarks/runs/5503666442?check_suite_focus=true#step:17:25.

For Fibonacci, C gives a time of 0.021 whereas fortran gives a time of 0.000037.

For Mandelbrot, C gives a time of 0.068 whereas fortran gives a time of 0.000066.

I assume the latest fortran compiler has translated these benchmarks to analytic versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions