aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerban Constantinescu <serban.constantinescu@linaro.org>2016-07-27 18:30:59 +0100
committerJulien Duraj <julien.duraj@linaro.org>2016-07-28 14:17:10 +0100
commite7005b94d587cbf156787b7f714d5eea14a7cf79 (patch)
tree366d4d4c5c0d84a35d51332f85c411631f4751e3
parentc4f8967d74f816d816d15184813bdf8876049260 (diff)
downloadart-testing-e7005b94d587cbf156787b7f714d5eea14a7cf79.tar.gz
Add an --output-for-linaro-automation option in compare.py
Change-Id: Ie11fef7f2caf0f0499d72785e9e58b838ad3f3a5
-rwxr-xr-xcompare.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/compare.py b/compare.py
index 46bcc77..d915efa 100755
--- a/compare.py
+++ b/compare.py
@@ -34,6 +34,9 @@ def BuildOptions():
parser.add_argument('--print-extended',
action='store_true', default=False,
help='Print medians and means for both data sets.')
+ parser.add_argument('--output-for-linaro-automation',
+ action='store_true', default=False,
+ help='Print results formatted for Linaro automation.')
parser.add_argument('--significant-changes', '-s',
action = 'store_true', default = False,
help = '''Only show statistically significant changes