From 829c0562600e7d43bf0b1087cba7597ff7e45401 Mon Sep 17 00:00:00 2001 From: Andrew Boie Date: Tue, 13 Oct 2015 09:44:19 -0700 Subject: [PATCH] sanitycheck: show absolute size deltas Change-Id: I0de8446b32ca2def2baceab4fa837a022c82db84 Signed-off-by: Andrew Boie --- scripts/sanitycheck | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/sanitycheck b/scripts/sanitycheck index c7b16238cd4..f9e9a65f2b6 100755 --- a/scripts/sanitycheck +++ b/scripts/sanitycheck @@ -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: