niklas-heer / speed-comparison

A repo which compares the speed of different programming languages.
https://niklas-heer.github.io/speed-comparison
MIT License
508 stars 79 forks source link

There is a problem with visual ordering #68

Closed zsz00 closed 2 years ago

zsz00 commented 2 years ago

There is a problem with visual ordering: image

niklas-heer commented 2 years ago

@zsz00 good point! Thank you for noticing and sharing. I think this is due that I forgot to change the ordering of the Dataframe to min so atm it's still ordered by median.

https://github.com/niklas-heer/speed-comparison/blob/7f6b2ab038d074f1914247020c55fe2aa550625a/analyze.py#L152

https://github.com/niklas-heer/speed-comparison/blob/7f6b2ab038d074f1914247020c55fe2aa550625a/analyze.py#L34-L38