Description
I suggest that we have to have and maintain our own benchmarks and have a dedicated section for it.
As an example, the Julia page has benchmarks against Fortran, but unfortunately they do not enable all optimization flags in gfortran, and when I pointed that to them, they said that they do not want to do that because they have different priorities in what they want to benchmark: JuliaLang/julia#24568, which is fine, they have the right to do that. But it is then misleading to users when they think that Fortran is not that fast.
To fix that, we have to maintain our own benchmarks, and test them with several Fortran compilers, and ensure that all optimization options are enabled. And we should benchmark against other languages.
This will also provide motivation for Fortran compiler vendors to speed up some of these benchmarks if Fortran is not the fastest.
Here are some ideas for benchmarks to include: