JuliaLang / Microbenchmarks

Microbenchmarks comparing the Julia Programming language with other languages
https://julialang.org/benchmarks/
Other
88 stars 48 forks source link

Automatically sort table by geometric mean #7

Closed waldyrious closed 6 years ago

waldyrious commented 6 years ago

According to this comment, the entries of the performance table are sorted by the geometric mean of their scores in each benchmark, but that is done manually. It would be nicer to have it happen automatically.

(x-ref #5)

johnfgibson commented 6 years ago

IMHO it would be best to do this by first rewriting bin/collect.pl and bin/table.pl in Julia, then adding the geometric mean calculation and sorting, as per suggestion by @StefanKarpinski a few months back.

johnfgibson commented 6 years ago

done, PR #13