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

The requirements file specifies quite an old stack: ``` Django>=1.11,=0.4.7,=1.4.3,

Looking at https://speed.pypy.org/comparison/, there are dozens of executables there. Even dividing the executables into branches does not help. It would be nice if I could either mark some of them...

Running `git fsck` yields the following output for me: ``` Checking object directories: 100% (256/256), done. warning in tree 28364970824df3bd81620881276330a2e941a6c1: zeroPaddedFilemode: contains zero-padded file modes Checking objects: 100% (6294/6294), done....

Gave codespeed a test run recently and overall I like it. However, with python2 it crashes in certain situations, for example, #287. Consider dropping python2 support, instead of having it...

discovered on speed.pypy.org Where should I add a test?

[`result = resobj.value`](https://github.com/tobami/codespeed/blob/0.13.0/codespeed/models.py#L478) should be checked for `resobj.value < 0`. ``` result = max(resobj.value, 0) ``` worked for me.

Unfortunately one of my benchmark was failling and my harness was reporting a negative mean (-1.0) to codespeed. When entering the changes tab after that the app halts or start...

Hi, When copying the Sample project and doing two changes to the `settings.py`: changing debug: `DEBUG = False` allowing hosts: `ALLOWED_HOSTS = ['*']` and starting that with Apache if fails...

BUG

In our project, we have benchmark names such as "Parser-Test 1", with a space in the benchmark name. When I hit Ctrl+F5 (or close the tab and re-open it with...

BUG