codespeed icon indicating copy to clipboard operation
codespeed copied to clipboard

A web application to monitor and analyze the performance of your code

Results 54 codespeed issues
Sort by recently updated
recently updated
newest added

It would be nice if Codespeed could support breakdowns, where one result is the sum of several other results. These could be displayed as a stacked area graph, or a...

It would be nice if the timeline view were able to show the results of multiple benchmarks on the same graph.

You can click on the logo to go home but it would be nice if you could click on the text too.

I made some test data with a few commit IDs like: `1`, `11`, `111`. If you click on the graph node for `1` you get this error: ``` Environment: Request...

The readme isn't clear to me how this is installed - you say to use `pip install codespeed`, but also to download it from github and use `python setup.py install`....

The 64 char limit can be limitating for benchmarks with long names. For example, suppose we have a package `github.com/ethereum/go-ethereum/common/bitutil` and benchmark `Encoding4KBVerySparse` inside it. Using straightforward approach, benchmark name...

This is a feature request. ### Description. New view option for "Changes" page. In addition to "show n last" revisions, it makes possible to select two revisions by their commit...

FEATURE

(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

Commit 8ea2dc2 (Remove tastypie dependency, 2013-11-13) removed the api/v1 REST api, so there is no way anymore to create environments programmatically. In https://github.com/tobami/codespeed/pull/231 @tobami wrote that "a proper API would...