bencheeorg/benchee

Provide "meta" statistics

Open

#56 aberto em 18 de dez. de 2016

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)Elixir (69 forks)batch import
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (1.509 stars)
Métricas de merge de PR
 (Mesclagem média 9d 11h) (5 fundiu PRs em 30d)

Description

For different use cases, like PragTob/benchee_html#10 it'd be great to have statistics about statistics - what I'd call "meta statistics" - although there's probably some better real statistics name for this :)

What should be in there (that I know of so far):

  • job size (how many jobs are in there)
  • minimum of run times over all jobs
  • maximum of run times over all jobs

This should be added as a new key to the benchmarking suite (:meta_statistics) - it could be added within the statistics module but might be better off as a separate MetaStatistics step that is computed after general statistics have been computed.

Guia do colaborador