- 27 Feb, 2017 4 commits
-
-
Miquel Torres authored
-
Miquel Torres authored
-
Miquel Torres authored
-
Miquel Torres authored
Run on CI
-
- 20 Feb, 2017 2 commits
-
-
Miquel Torres authored
Adding b'' literals for py3 compat. Handling git tag error
-
Mark Watts authored
-
- 07 Feb, 2017 2 commits
-
-
Miquel Torres authored
Mention CPython user
-
Alexey Palazhchenko authored
-
- 13 Dec, 2016 2 commits
-
-
Miquel Torres authored
Add the 'makeimage' service
-
Catalin Gabriel Manciu authored
-
- 08 Dec, 2016 1 commit
-
-
Catalin Gabriel Manciu authored
-
- 06 Dec, 2016 3 commits
-
-
Catalin Gabriel Manciu authored
Added more validation for width and height keys in validate_results_request. Fixed a small code issue in validate_results_request.
-
Catalin Gabriel Manciu authored
get_benchmark_results now relies on calling function to catch any ObjectNotFound exception.
-
Catalin Gabriel Manciu authored
-
- 29 Nov, 2016 3 commits
-
-
Miquel Torres authored
-
Miquel Torres authored
-
Catalin Gabriel Manciu authored
This adds a service for generating chart images based on the latest benchmark results using the matplotlib module. The URL for this service is /sample_project/makeimage/. The image can be directly embedded in any HTML document using <img src="host_name/sample_project/makeimage/?...> or simply accessed using the same URL. The mandatory GET params are: env - the environment's name proj - the project's name branch -the branch's name exe - the executable's name ben - the benchmark's name The following params are optional: revs - positive integer, number of results the image will display. revs=10 is the implicit value representing that the latest 10 results will be displayed on the chart relative - if '1' or 'yes', instead of displaying absolute values, the first value from the series is used as a baseline and the chart will display percentual increments from that baseline base_commit - specifies a commit name to be used as a baseline instead of the first value of the series base_env - the environment's name to be used for the base_commit instead of env base_proj - the project's name to be used for the base_commit instead of proj base_exe - the executable's name to be use for the base_commit instead of exe
-
- 28 Nov, 2016 3 commits
-
-
Miquel Torres authored
Use template markers for 'Home' and 'About' links
-
Miquel Torres authored
Tag saving features
-
Octavian Moraru authored
Instead of hard-coding the links to the 'Home' page and to the 'About' page, use template markers. This allows the hyperlinks to work even if the Codespeed site does not reside at the web server root.
-
- 25 Nov, 2016 4 commits
-
-
Octavian Moraru authored
-
Octavian Moraru authored
-
Octavian Moraru authored
Get the list of all (i.e. lightweight, annotated) tags and search for the given commit id. If found, add it to the dictionary returned by 'getlogs'.
-
Octavian Moraru authored
For Mercurial, do not save the 'tip' tag.
-
- 31 Jul, 2016 2 commits
-
-
Miquel Torres authored
-
Miquel Torres authored
-
- 18 Jul, 2016 1 commit
-
-
Miquel Torres authored
Some modernization of the UI
-
- 16 Jul, 2016 5 commits
-
-
Javier Honduvilla Coto authored
-
Javier Honduvilla Coto authored
-
Javier Honduvilla Coto authored
-
Javier Honduvilla Coto authored
-
Javier Honduvilla Coto authored
-
- 10 Jun, 2016 1 commit
-
-
Miquel Torres authored
Add support for displaying median benchmarks
-
- 09 Jun, 2016 2 commits
- 24 May, 2016 4 commits
-
-
Miquel Torres authored
-
Miquel Torres authored
-
Miquel Torres authored
-
Miquel Torres authored
Upgrade JavaScript libraries
-
- 17 May, 2016 1 commit
-
-
Miquel Torres authored
Add missing package name
-