Open
Description
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
Labels
No labels