[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug statistics
From: |
Lars Ingebrigtsen |
Subject: |
Re: Bug statistics |
Date: |
Sun, 20 Oct 2019 22:15:42 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Eli Zaretskii <address@hidden> writes:
> Does debbugs*.el support compiling statistics about our bugs? Like
> how many new bugs were reported and how many were closed during a
> given period of time, including distribution by severity?
It doesn't, but there's this:
https://debbugs.gnu.org/rrd/emacs.html
I thought those charts were a bit too coarse, so I've written some code
that downloads all the debbugs data and mangles the info a bit, and then
output to Javascript so that you can zoom a bit:
http://quimby.gnus.org/circus/stats-emacs/stats-emacs.html
I haven't made my code do the separation by severity, but I've been
meaning to do that...
> I think it might make sense to have such a feature, and perhaps even
> post the statistics from time to time, so that we know how we are
> doing on that front.
>
> Does it make sense? Would someone like to work on this?
The amount of data you need to do the computations client side are a
bit... on the large side. I think my script takes, like, ten minutes
to download the data, so I only run it very occasionally.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- Bug statistics, Eli Zaretskii, 2019/10/20
- Re: Bug statistics,
Lars Ingebrigtsen <=
- Re: Bug statistics, Eli Zaretskii, 2019/10/21
- Re: Bug statistics, Lars Ingebrigtsen, 2019/10/21
- Re: Bug statistics, Michael Albinus, 2019/10/21
- Re: Bug statistics, Lars Ingebrigtsen, 2019/10/21
- Re: Bug statistics, Michael Albinus, 2019/10/21
- Re: Bug statistics, Michael Albinus, 2019/10/21