|
color.Default.Fprintln(out, "Deployments stabilized in", time.Since(start)) |
My preference would be for it to say "5.2 seconds" since 0.1 sec is enough precision for this step. I don't care if it switches to stuff like "821 milliseconds" for short times.
skaffold/pkg/skaffold/runner/deploy.go
Line 160 in 331da68
My preference would be for it to say "5.2 seconds" since 0.1 sec is enough precision for this step. I don't care if it switches to stuff like "821 milliseconds" for short times.