sanitycheck: align output for easier visual comparison
() The test names are getting longer so adds more padding. () Aligns the numerical size numbers for easier visual comparison when scrolling in shell. Change-Id: Id218a641e9d5dffb77bf813ffbd828c48d14020f Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
11ee55a6cc
commit
00525c2acf
1 changed files with 1 additions and 1 deletions
|
@ -1694,7 +1694,7 @@ def main():
|
|||
(args.footprint_threshold / 100.0)):
|
||||
continue
|
||||
|
||||
info("{:<25} {:<50} {}{}{}: {} {:+}, is now {} {:+.2%}".format(
|
||||
info("{:<25} {:<60} {}{}{}: {} {:<+4}, is now {:6} {:+.2%}".format(
|
||||
i.platform.name, i.test.name, COLOR_YELLOW,
|
||||
"INFO" if args.all_deltas else "WARNING", COLOR_NORMAL,
|
||||
metric, delta, value, percentage))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue