Skip to content
tobami edited this page Jul 18, 2011 · 31 revisions

This is a list of the most important changes for each version.

0.8 – June 20, 2011

This release involved big refactorings. The addition of branches, particularly, changes the DB schema, so that old DBs will need to be migrated. See instructions.

Major features:

  • acdha added support for git and github
  • Danilo implemented branches. A revision is now always associated to a branch, and different branches can be compared in the Comparison view
  • Server Logging
  • David Fraser added new documentation explaining the Codespeed views and concepts

0.7 – Jan 20, 2011

Major features:

  • New home page with result Reports: show summary of latest benchmark runs
  • RSS feed showing Reports
  • Support for Netbooks, tablets, and smartphones screen sizes through the use of media query
  • Big performance improvements in the Changes and Timeline views
  • Added settings for change and trend thresholds and default comparison executables

0.6 – June 23, 2010

This release brings a new view, together with many other changes. Unfortunately the DB Schema had to be changed, so it is not compatible with existing databases without migration. The decision was taken in order to make the executable model simpler.

  • DB Modifications:
    • Executable: removed coptions and added a description fields. This is the main reason for a DB change, as it really didn’t bring much and it made things unecessarily complicated
    • Benchmark: Added a units_title field, which is used as plot title
    • Charfield lengths where adjusted
  • New feature: Comparison view
    • Normal bar charts
    • Cumulative bar charts
    • Relative bar charts
    • Horizontal or verical orientation
  • Name change: Overview became Changes
    • Removal of inline plot bars (covered now by the comparison view)
    • Added environment and executable info box
  • Timeline view:
    • The baseline is now selectable
    • Added plot title

0.5

The focus of this release was polishing, making everything work seamlessly and cementing the DB design. The DB Schema should remain stable from now on. Last but not least, the installation and configuration process of codespeed was greatly simplified and is now documented.

Codespeed is now considered to be ready for general use.
Thanks go to Joe and to Oriol Rius for their feedback, which made this posible.

Changelog

  • DB Modifications:
    • Project Model got repo fields renamed and 2 new repo fields added
    • Changed Project field “isdefault” to “track”
    • Some fields got their char length adjusted
  • Documentation: Added README with installation and configuration instructions
  • SVN integration: get logs from repos that need user/password
  • Defaults: default settings.py DB is now sqlite3
  • Overview
    • Show units column when different than seconds and colorcode based on lessisbetter
    • Allow selection of any revision via URL
  • Timeline:
    • Completed timeline – overview integration: clicking on a data point redirects to overview for that revision and executable
    • Allow viewing arbitrary number of revisions (via URL)
  • Style: smaller logo, and some other style touches
  • Templates: only define speedcenter name in base.html
  • Multiple Hosts (Environments): it now just works
  • Multiple Projects: more than one project can know be default (tracked)

0.4

  • DB Redesign (http://github.com/tobami/codespeed/blob/master/documentation/backend.png)
    • New Project model
    • Benchmark model now has units and associated lessisbetter field
    • Revision model: make usable with git and other DCVS by having a commitid charfield instead of version number. Add branch field.
    • Interpreter model changed to Executable. It is now associated to a Project.
    • Result model now has std deviation, max, and min optional fields. Result_type removed (in Benchmark model now).
  • Revision control integration
    • Integration for svn implemented, others like git are possible
  • Added Home and About pages
  • Overview
    • Revisions labels now include date (you can’t memorize commitid in git)
    • Allow selecting of executable and revision to compare to.
    • Add std dev column
    • Show all commit logs between the selected revision and the (tested) one preceding it.

0.3

  • Plot Grid: a new default view for Timeline, showing all benchmarks at the same time
    • Thanks go to nsf (no.smile.face) for helping with the implementation
    • Added colored boxes to the interpreter list
  • Decoupled the codespeed app from the Django project
    • Changed pyspeed to speedcenter (better generic project name for a benchmarking site)
    • Moved app specific settings to codespeed/settings.py
    • Moved templates to its subdirectory
  • Several bug fixes

0.2

  • First working version for speed.pypy.org
  • Backend
  • Views
    • Overview
    • Timeline
Clone this wiki locally