Uh oh!
There was an error while loading. Please reload this page.
Merge latest codespeed/master from upstream into speed.pypy.org - #1
Conversation
After doing a bulk upload of benchmarks, possibly not in chronological order, the reports might show changes wrt. to the wrong previous commit. Then, triggering this action for all reports helps.
If we have several very different things (Buildtime vs. Runtime) with the same unit (seconds), we want to keep them separate.
If no value is reported, then there wouldn't be a Result object, so a value of 0 is valid.
My upstreamable changes so far Closestobami#168
Especially the summary is useful
(by putting it into a template of its own)
to distinguish them from non-trend improvements.
(changes results before trends, averages before individual results)
Two more changes
As it is not a view. Fixestobami#175.
Remove @require_GET from getcommitlog
codespeed doesn't work with Django 1.7
Default proj error
Correct install_requires to match requirements.txt
Fixed python 3 compatibility in github integration
Use newer middleware settings
- Re-implement home page using a class view and add settings-based context
- Based on PyPy's branch
Historical plots in the home page
- Formatting improvements
Document historical plots
vstinner
commented
Apr 5, 2019
Sorry I don't understand which project is the upstream now. Why are there 3 GitHub projects?
If https://github.com/mattip/codespeed is the upstream, why not just remove this one for example? |
mattip
commented
Apr 5, 2019
Upstream is the generic tobami/codespeed. This one should be the python fork used to deploy the two websites. |
ewdurbin
commented
Apr 8, 2019
Probably a good idea to name the module
Not that I'm aware of,
No, we can update the app entrypoint.
This can be accommodated, though I'm not sure what cleanup is referencing here. |
mattip
commented
Apr 8, 2019
cleanup means I edited the json file to remove all the tables and information no longer relevant for the new data model. That file is ready to go |
ewdurbin
commented
Apr 8, 2019
@mattip I opened the above ref'd PR to point to speed_pypy as the module. that and the addition of a wsgi.py are all I'm aware of that we need before merging them both. |
mattip
commented
Apr 8, 2019
added the wsgi.py from |
fixed Additionally
I tried this out locally to iron out the fine points. Major breaking changes from the existing site:
exampletosample_projectexample that still need to move (likewsgi.py`)?sample_projecttoexampleso we do not have to change deployment recipes? Speed.python.org uses neither.