summaryrefslogtreecommitdiff
path: root/stats
AgeCommit message (Expand)AuthorFilesLines
2017-05-11compare_reports: be more resistant when comparing multiple reportsMartin Peres1-2/+2
2017-02-28report: use the new runnerMartin Peres1-1/+1
2017-01-13compare_reports: be more verbose when generating the reportMartin Peres1-1/+1
2017-01-13compare_reports: do not drop the no-op testsMartin Peres1-5/+0
2017-01-09report: index test results to speed up the searchMartin Peres1-5/+5
2017-01-09report: be more verbose when generating the reportMartin Peres1-3/+3
2017-01-09rework the internals to support git branchesMartin Peres2-9/+3
2017-01-05compare_reports: add compare_events.pyPekka Jylhä-Ollila1-0/+112
2017-01-05compare_reports: start using mako templatesPekka Jylhä-Ollila1-99/+8
2016-11-18compare_reports: ignore variance related eventsPekka Jylhä-Ollila1-0/+3
2016-10-28report/commit_range: introduce a commit_date() method and use itMartin Peres1-1/+1
2016-10-25compare_reports: use the event's commit range for imagesPekka Jylhä-Ollila1-1/+1
2016-10-17hierarchy: move the python modules inside a ezbench namespacePekka Jylhä-Ollila1-9/+9
2016-10-03compare_reports: do not expect all TestResult to have a main valueMartin Peres1-1/+6
2016-10-03ezbench.py: split the report-generation classes outMartin Peres1-1/+2
2016-09-29compare_reports: check report exists before accessingPekka Jylhä-Ollila1-1/+1
2016-09-27ezbench.py: import numpy as np, instance of importing everythingMartin Peres1-1/+1
2016-09-15compare_reports: display images in reportPekka Jylhä-Ollila1-4/+35
2016-08-23compare_reports: do not show the variance events in the event treeMartin Peres1-0/+7
2016-08-18compare_reports: list events in a treeMartin Peres1-10/+64
2016-08-18ezbench.py: s/unit_str/unit/gMartin Peres1-7/+7
2016-08-18compare_reports: allow setting a reference commitMartin Peres1-5/+15
2016-08-18compare_reports: fix displaying metrics with 2+ commitsMartin Peres1-3/+3
2016-08-08compare_reports: output a better name when the log_folder has a trailing /Martin Peres1-1/+2
2016-08-08compare_reports: hide ezbench configuration changesMartin Peres1-0/+1
2016-08-08compare_reports: Show details stats for metricsMartin Peres1-10/+7
2016-07-29perform s/benchmark/test/gMartin Peres1-84/+84
2016-07-29replace genPerformanceReport() by Report()Martin Peres1-2/+1
2016-07-29stats: remove gen_reportMartin Peres1-485/+0
2016-07-29report: merge metrics, unit tests and metrics under the name resultMartin Peres1-32/+59
2016-07-11compare_reports/metrics: do not show commits where a bench was not runMartin Peres1-2/+6
2016-07-11compare_reports: do not mandate the output path if there is only one reportMartin Peres1-1/+9
2016-06-07compare_reports: the target's unit is the one of the reportMartin Peres1-1/+1
2016-05-23compare_reports: do not override the target when the reading was 0Martin Peres1-1/+1
2016-05-22compare_reports: use height instead of max-height for the performance tableMartin Peres1-1/+1
2016-05-22compare_reports: finish the conversion to having db containing reportsMartin Peres1-22/+22
2016-05-22compare_reports: use labels for commits instead of sha1Martin Peres1-14/+14
2016-05-22compare_reports: ignore the ENV_DUMP_METRIC_FILE env varMartin Peres1-0/+1
2016-05-22compare_reports: allow restricting the report to a list of commitsMartin Peres1-5/+12
2016-05-22compare_reports: make sure a change is present before dereferencing itMartin Peres1-0/+4
2016-05-16compare_reports/units: do not show all the missing testsMartin Peres1-2/+2
2016-05-16compare_reports: properly close the result tableMartin Peres1-1/+1
2016-05-12compare_reports: be more resistant to not having a targetMartin Peres1-1/+2
2016-05-12compare_reports: show the results of unit tests if there are resultsMartin Peres1-1/+1
2016-05-12compare_reports: set the value_target to None by defaultMartin Peres1-1/+1
2016-05-11compare_reports: add a detailed view for piglit differencesMartin Peres1-0/+130
2016-05-11compare_reports: be a little more robust when reports are very differentMartin Peres1-1/+4
2016-05-11compare_reports: html rendering improvementsMartin Peres1-2/+2
2016-05-11compare_reports: factorize the report-loading codeMartin Peres1-9/+13
2016-05-11compare_reports: store the reports and not just their namesMartin Peres1-10/+10