Yesterday evening I found a spare hour and fiddled a bit with the CPANTS author highscores.
There are now two pages listing all authors with more than 5 dists and with 5 or less dists on CPAN sorted by average Kwalitee. I also did proper 'ex aequo' listings (eg, I'm currently sharing place 25 with BooK and Joshua Hoblitt)
Next up: Add up/down movement information to those lists, as in pop charts. As soon as I'm done with this, I'll set up a cron-job to do weekly reports. And after that: more metrics!
Re:Authors pages?
domm on 2005-03-25T13:30:44
Yes, that's planned. I'll probably get to it next week.
I'd like to go through my modules and check out why I missed the first place
Re:metrics
cog on 2005-03-25T16:19:11
Where are the metrics, anyway? O:-)Disregard that! Next time I'll at the top of the page too O:-)
Re:Time for run?
domm on 2005-03-29T10:27:12
The last run took:
real 173m22.169s
user 111m49.530s
sys 19m47.620sa bit less than three hours (on an AMD Duron with 800Mhz (it's an old dev server..)).
But there is an option to only check new dists (unless there's a new metric..), but it has got a bug (autoincremented ID are mixes up with old ones).
My plan is to get finish the 'highscore'-list and add per-author info. Then set up weekly runs. Then add new metrics.
Daily runs would definitly be possible, but it will be hard to track improvements. Hmm. Maybe I should have two databases: a 'snapshot' of kwalitee at a given date, and a long-running DB tracking kwalitee improvements (but not very detailed..)