ShaneMcC / AoCBench

Advent of Code Benchmarking
Other
7 stars 1 forks source link

Per-day leaderboards #20

Closed csmith closed 11 months ago

csmith commented 11 months ago

It would be nice to be able to drill down and see a day's leaderboard individually.

It's a bit hard to scan the large table to figure out who's 4th, 5th, etc, and what the difference is.

An individual day page can order people by their time, and show the differences like they do sports, e.g.:

RankPersonLanguageTimeDifference
1. Bob C 300us -
2. Alice Rust 800us +500us
3. Carol PHP 37,000us +36,700us
csmith commented 11 months ago

You could also have box plots of each person's time, showing the min/max/mean nicely in one view 🤩

ShaneMcC commented 11 months ago

This is now mostly handled by /ranking.php

I've not done the boxplots yet.

ShaneMcC commented 11 months ago

Closing as completed for now, can revisit box plots later.

PRs welcome.