diff --git a/scripts/sanitycheck b/scripts/sanitycheck index 0f10a4ff6e98b7..4143d3e03d4902 100755 --- a/scripts/sanitycheck +++ b/scripts/sanitycheck @@ -3094,6 +3094,9 @@ def chatty_test_cb(instances, goals, goal): if goal.handler: handler_type = goal.handler.type_str + htime = goal.metrics.get("handler_time", None) + if htime: + handler_type += " {:.3f}s".format(htime) else: handler_type = "build"