luke5542 / LanguageComparison

A comparison of various programming languages for similar problems to demonstrate the syntactic and run-time differences.
0 stars 3 forks source link

Fix Multi-Run graph output #19

Open luke5542 opened 9 years ago

luke5542 commented 9 years ago

Right now it's pretty difficult to distinguish between the results over multiple runs of the benchmarks. All the languages at sub-one-second get mashed together and it's not really possible to compare them.

luke5542 commented 9 years ago

Also, the average-time graph needs improving. It currently displays the average as roughly 9ms when the time really should be around 90ms, and similar off-by-10 issues for all of the items.

luke5542 commented 9 years ago

@dan-c-underwood what do you think about changing that line-graph to instead use a Box Plot? It might still suffer from the issues with the scale of the graph, so I'm not certain how best to solve that issue, but it would fix the significant overlap problem.

dan-c-underwood commented 9 years ago

A Box Plot would be a suitable change, the overlap issues are to do with how the legend is displayed - this could do with someone who has (more) web design skills looking at!

dan-c-underwood commented 9 years ago

Average time plot should now display accurate values