Add option --with-score to summary.py to automatically classify speedups
authorAndrey Kamaev <andrey.kamaev@itseez.com>
Tue, 26 Feb 2013 15:37:37 +0000 (19:37 +0400)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Tue, 26 Feb 2013 15:42:51 +0000 (19:42 +0400)
commit4d2c864beab4fac7586daab6c5e0644a5073137a
tree79e742e8cc06fff8aa38ecf8a7bd7866e719bbd6
parent6082f351ab17971fbc5b9076393d3a5fab039f94
Add option --with-score to summary.py to automatically classify speedups

Legend for new column is:
* FASTER - strong speedup
* faster - spedup is detected but it is unreliable
* <empty> - no change in speed
* slower - slowdown is detected but it is unreliable
* SLOWER - strong slowdown
modules/ts/misc/summary.py
modules/ts/misc/table_formatter.py