aboutsummaryrefslogtreecommitdiff
path: root/compare.py
AgeCommit message (Expand)Author
2019-11-22Merge "Support benchmark filtering in run.py."Artem Serov
2019-09-03Fix KeepSameKeys function.Julien Duraj
2019-08-16Support benchmark filtering in run.py.Artem Serov
2016-10-13compare.py print message for empty sectionJulien Duraj
2016-10-04Print removed keys and remove stacktrace in warningslor_marshmallowJulien Duraj
2016-09-09Do geomean computation on filtered common keysJulien Duraj
2016-09-05compare.py: handle different sets of keysJulien Duraj
2016-08-11Filter warnings from scipy for linaro automation output.Alexandre Rames
2016-08-04Update `--output-for-linaro-automation` to imply `--order-by-diff`.Alexandre Rames
2016-08-03Fix `compare.py`'s `--significant-changes`.Alexandre Rames
2016-08-03Make `--output-for-linaro-automation` imply `--significant-changes`.Alexandre Rames
2016-07-28Consider results significant if Wilcoxon test *or* student t-test indicate so.Alexandre Rames
2016-07-28Fix the argument names for `compare.py`.Alexandre Rames
2016-07-28Improve the `--print-extended` option.Alexandre Rames
2016-07-28Add an --output-for-linaro-automation option in compare.pySerban Constantinescu
2016-06-22Allow sorting results according to the median diff in `compare.py`.Alexandre Rames
2016-06-22Fix the order of results for `compare.py --significant-changes`.Alexandre Rames
2016-05-26Remove `tools/benchmarks/compare.py`.Alexandre Rames
2016-05-23Print geomean in `compare.py`.Alexandre Rames
2016-05-23Fix `PrintDiff()` and add a regression test.Alexandre Rames
2016-05-19Refactor the geomean code.Alexandre Rames
2016-05-18Add Wilcoxon and t-test statistics.Bilyan Borisov
2016-05-18Update `utils_stats.py` to print median, MAD, and MAD (% median).Bilyan Borisov
2016-05-18Introduce a new `report.py` script to generate reports from result files.Alexandre Rames
2016-04-28Do not print mean values by default in `compare.py`.Alexandre Rames
2016-04-28Update `PrintDiff` to not print anything for inexistent data.Alexandre Rames
2016-04-26Clean the `PrintTable()` method.Alexandre Rames
2016-04-26Improve the filter option.Alexandre Rames
2016-03-16Modify the `compare.py` scripts to process JSON input.Anton Kirilov
2016-02-23Improve `PrintTable()` to avoid initial `-` characters in the header line.Alexandre Rames
2016-02-23Move some helpers in a new `utils_print.py` file.Alexandre Rames
2016-02-17Revert "Revert "Improve the JSON output of the compilation statistics tools.""Alexandre Rames
2016-02-17Revert "Improve the JSON output of the compilation statistics tools."Alexandre Rames
2016-02-16Improve the JSON output of the compilation statistics tools.Anton Kirilov
2015-12-14Add wrapper scripts that collect and compare data from all theAnton Kirilov
2015-12-11Move `run.py` and `compare.py` to `tools/benchmarks`.Anton Kirilov
2015-12-03Share the parser definitions between `run` and `compare` scripts.Alexandre Rames
2015-11-26Miscellaneous cleanup after recent compilation stats changes.Anton Kirilov
2015-11-04Fix reports from compare.py.Alexandre Rames
2015-11-04Allow ordering the output of `compare.py` by importance.Alexandre Rames
2015-10-30Add an option to `compare.py` to only report noticeable changes.Alexandre Rames
2015-10-06Refactor directory structure.Serban Constantinescu