Integrated: 7902788: RunTestsCommand should print Total/Setup/Cleanup times in a more human readable way

Dmitry Bessonov dbessono at openjdk.java.net
Thu Oct 29 18:22:44 UTC 2020


On Sun, 25 Oct 2020 18:05:42 GMT, Dmitry Bessonov <dbessono at openjdk.org> wrote:

> Curently RunTestsCommand class prints the total exec time upon run completion the following way, always giving only the number of seconds:
> 
> Total time = 0s
> Total time = 323s
> Total time = 2,949s
> This is to improve total time logging, shaping it in a more human-readable way, for example
> 
> `Total time: 5 minutes 32 seconds `
> 
> Same formatting looks reasonable to apply to setup and cleanup time.

This pull request has now been integrated.

Changeset: aa86fccd
Author:    Dmitry Bessonov <dbessono at openjdk.org>
URL:       https://git.openjdk.java.net/jtharness/commit/aa86fccd
Stats:     228 lines in 3 files changed: 221 ins; 1 del; 6 mod

7902788: RunTestsCommand should print Total/Setup/Cleanup times in a more human readable way

-------------

PR: https://git.openjdk.java.net/jtharness/pull/7


More information about the jtharness-dev mailing list