compare.py: add two new options, --minimal_names and --no-abs-sort

--minimal-names prints the program name by splitting on '/' and printing the
final component without '.test'.

--no-abs-sort disables using abs() when sorting results by diff. This puts the
negative diff changes at the bottom instead of scattered throughout the list.
1 file changed