index
:
~ickle/ezbench
master
Unnamed repository; edit this file 'description' to name the repository.
ickle
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stats
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-07
stats/gen_report: fix a typo in the title generation
Martin Peres
1
-1
/
+1
2015-09-04
stats/gen_report: add an option to set the name of the report
Martin Peres
1
-3
/
+9
2015-09-04
stats/gen_report: add a fast mode that does not regenerate images
Martin Peres
1
-2
/
+10
2015-09-02
stats/gen_report: slant the horizontal axis labels by 45°
Martin Peres
1
-2
/
+1
2015-09-02
stats/gen_report: better handle reports with holes in their data
Martin Peres
1
-9
/
+13
2015-09-01
stats/gen_report: make the tooltip more intuitive
Martin Peres
1
-1
/
+1
2015-09-01
stats/gen_report: make the legend clickable to only show some benchmarks
Martin Peres
1
-5
/
+86
2015-08-31
stats/gen_report: Use google's API to draw the trend chart
Martin Peres
1
-27
/
+52
2015-08-31
stats/gen_report: add a way to report the unit of the test (FPS or ms)
Martin Peres
1
-1
/
+1
2015-08-31
stats/gen_report: fix the anchor of the reports
Martin Peres
1
-1
/
+1
2015-08-31
stats/gen_report: fix the trend report when using frametimes
Martin Peres
1
-2
/
+2
2015-08-31
stats/gen_report: add notes to the reports
Martin Peres
1
-1
/
+11
2015-08-31
stats/gen_report: move to the mako template engine
Martin Peres
1
-106
/
+89
2015-08-31
report: add a report class and add support for notes
Martin Peres
1
-17
/
+17
2015-08-26
split out the report-parsing part of gen_report into a separate file
Martin Peres
1
-246
/
+27
2015-08-24
stats/gen_report: allow importing labels from a file
Martin Peres
1
-2
/
+27
2015-08-24
stats/gen_report: Display the sha1 in the trendline
Martin Peres
1
-2
/
+6
2015-08-19
utils: use env to find the location of python3
Martin Peres
1
-1
/
+1
2015-08-14
stats/gen_report: be more robust against ill-formed csvs
Martin Peres
1
-1
/
+2
2015-08-14
stats/gen_report: add the commit number to the table view
Martin Peres
1
-1
/
+7
2015-08-13
stats/gen_report: add a 2% box around the avg in the benchmark results
Martin Peres
1
-0
/
+6
2015-08-13
stats/gen_report: fix a typo
Martin Peres
1
-1
/
+1
2015-08-13
stats/gen_report: add a link for the patches
Martin Peres
1
-4
/
+7
2015-08-13
stats/gen_report: improve the bench results readability
Martin Peres
1
-12
/
+26
2015-08-06
stats/gen_report: do not draw the legend if there are more than 40 runs
Martin Peres
1
-2
/
+2
2015-08-06
stats/gen_report: fix a trivial typo
Martin Peres
1
-1
/
+1
2015-08-06
stats/gen_report: add an option to deal with frametime instead of fps
Martin Peres
1
-9
/
+37
2015-08-06
stats/gen_report: Generate the images by default
Martin Peres
1
-2
/
+2
2015-07-28
stats/gen_report: add support for the geometric mean
Martin Peres
1
-18
/
+72
2015-07-27
stats/gen_report: improve error reporting
Martin Peres
1
-1
/
+5
2015-07-27
stats/gen_report: fix some warnings
Martin Peres
1
-2
/
+9
2015-07-27
stats/gen_report: fix the ylabel of the trend graph
Martin Peres
1
-1
/
+1
2015-07-27
stats/gen_report: support the case were not all commits have a benchmark
Martin Peres
1
-24
/
+35
2015-07-27
stats/gen_report: fail more gently when the image generation failed
Martin Peres
1
-34
/
+37
2015-07-27
stats/gen_report/trend: stop the line when missing results
Martin Peres
1
-0
/
+5
2015-07-27
stats/gen_report: change the style a little
Martin Peres
1
-0
/
+3
2015-07-27
stats/gen_report: be more resistant to empty csv files
Martin Peres
1
-10
/
+16
2015-07-27
stats/gen_report: fix the overview graph
Martin Peres
1
-8
/
+5
2015-07-24
core: plot time series of all the runs of a benchmark
Martin Peres
1
-15
/
+36
2015-07-23
stats/gen_report: plot the benchs' run along with its run with the previous c...
Martin Peres
1
-3
/
+9
2015-07-23
stats/gen_report: Have the trend show a cumulative difference
Martin Peres
1
-1
/
+3
2015-07-22
stats/gen_report: Ignore error files
Martin Peres
1
-0
/
+4
2015-07-22
Save the per-run FPS values where we amalgamate
Chris Wilson
1
-0
/
+5
2015-07-22
stats/gen_report: Add a sparkline in the table
Martin Peres
1
-3
/
+31
2015-07-22
stats/gen_report: prettify the stdout output
Martin Peres
1
-8
/
+15
2015-07-22
stats/gen_report: generate the commits' stats with python instead of R
Martin Peres
1
-6
/
+30
2015-07-21
stats: add tools to generate offline reports
Martin Peres
2
-0
/
+314