Skip to content
tobami edited this page Feb 25, 2011 · 5 revisions

There are a number of subprojects that need to be completed for Codespeed to become a standard tool in the continuous integration toolbox arsenal:

  • Completing VC integration (Github, Bitbucket) [Maybe not necessary, as it is nearly complete by now...]
  • Porting to new jqPlot version or to other js graphics lib (Necessary to eliminate some bugs and to display error bars and other more statistical plot types)
  • More series aggregation
  • Better statistics handling: error bars, box or violin plots. Color too high stddev?
  • Giving the user some way to define 'views'/diagrams that are interesting for a particular purpose. Perhaps a set of standard presets for diagram types and a way to define some standard manipulations of the data, like normalization, sorting and grouping.
  • PDF/Image export of custom diagrams
  • Better caching/performance for large datasets
  • buildbot plugin that uses idle time on buildslaves, and only if it is available, to run benchmarks until a desired statistical confidence is reached.
  • Supporting multi project instance well. For example to be able to use a single Codespeed instance to host numbers for all Django apps
  • Easy deployment (ideally distro packages)
Clone this wiki locally