Miquel Torres

Results 31 issues of Miquel Torres

(reported by Yaniv on [email protected]) The DB Schema allows to define a parent benchmark, but the UI has no concept of benchmark hierarchies, like in: ``` Benchmark X (parent) bandwidth...

FEATURE

For values like `7.2454010` with std dev of `0.05` it makes little sense to show so much precision. Plus it makes table with too great: | Time in seconds |...

BUG

That means that the changes view will show the old cached report/table

BUG

See example on [speed.pypy.org](http://speed.pypy.org/timeline/#/?exe=3,6,1,5&base=2+472&ben=ai&env=1&revs=200&equid=on).

BUG

The data series for baselines is pushed into the plot in `renderPlot()` [(timeline.js#89)](https://github.com/tobami/codespeed/blob/master/codespeed/static/js/timeline.js#L89) The data javascript gets over JSON is compiled in `gettimelinedata()` [(views.py#433)](https://github.com/tobami/codespeed/blob/master/codespeed/views.py#L433) Baselines usually only have a single...

BUG

Sometimes it is difficult to distinguish the colors and to which executable a data point belongs to. Show the executable name in the tooltip text.

FEATURE

In the Changes view, the revision list (combo box) updates based on which project it is selected. So executables inside the same project share the same revision list. That can...

BUG

The current hack where a marker-less series with two points is used for the baseline can be reimplemented the proper way: using a horizontal line instead. That is supported by...

FEATURE