-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ Feature ] Summary chart with Geometric mean #352
Comments
I'm not sure how to represent certain facts with such charts, e.g. |
hmm.. But, I think we can solve this by considering them as a group just like we have execution matrix in the Github action CI. i.e.
Then we can do the geometric mean with box-plot on these datasets. This way we see the performance of of a language and it specific compiler/interprert set. |
Have you tried to do that? Can you tell us how the Nim programs compare to the Zig programs, or how the Ruby programs compare to the Python programs? There's an English idiom which describes this situation — "can't see the forest for the trees" A summary is always less-complete than the detail but we accept that because there can be too much detail to comprehend in the time we have available. |
There doesn't seem to be a way to download a file containing all the measurements? That kind of data file would make it easier for people to do their own analysis and charts (although they probably won't). |
Wouldn't it be nice if you were on the Nim vs Zig page and instead of it being a bunch of numbers, it was actually colourful charts, so you could feel which team was winning by just looking at the page instead of spending an hour reading it. |
Is there any plan to implement a feature like this, this would be highly helpful:
https://benchmarksgame-team.pages.debian.net/benchmarksgame/box-plot-summary-charts.html
Ref:
The text was updated successfully, but these errors were encountered: