sanitycheck: show absolute size deltas

Change-Id: I0de8446b32ca2def2baceab4fa837a022c82db84
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2015-10-13 09:44:19 -07:00 committed by Anas Nashif
commit 829c056260

View file

@ -1623,10 +1623,10 @@ def main():
(args.footprint_threshold / 100.0)):
continue
info("{:<25} {:<50} {}{}{}: {} is now {} {:+.2%}".format(
info("{:<25} {:<50} {}{}{}: {} {:+}, is now {} {:+.2%}".format(
i.platform.name, i.test.name, COLOR_YELLOW,
"INFO" if args.all_deltas else "WARNING", COLOR_NORMAL,
metric, value, percentage))
metric, delta, value, percentage))
warnings += 1
if warnings: