sanitycheck: show absolute size deltas
Change-Id: I0de8446b32ca2def2baceab4fa837a022c82db84 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
1e03a8efc9
commit
829c056260
1 changed files with 2 additions and 2 deletions
|
@ -1623,10 +1623,10 @@ def main():
|
||||||
(args.footprint_threshold / 100.0)):
|
(args.footprint_threshold / 100.0)):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
info("{:<25} {:<50} {}{}{}: {} is now {} {:+.2%}".format(
|
info("{:<25} {:<50} {}{}{}: {} {:+}, is now {} {:+.2%}".format(
|
||||||
i.platform.name, i.test.name, COLOR_YELLOW,
|
i.platform.name, i.test.name, COLOR_YELLOW,
|
||||||
"INFO" if args.all_deltas else "WARNING", COLOR_NORMAL,
|
"INFO" if args.all_deltas else "WARNING", COLOR_NORMAL,
|
||||||
metric, value, percentage))
|
metric, delta, value, percentage))
|
||||||
warnings += 1
|
warnings += 1
|
||||||
|
|
||||||
if warnings:
|
if warnings:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue