RFR: 7903753: Report duration of testng test methods
Alan Bateman
alanb at openjdk.org
Thu Jun 13 12:25:24 UTC 2024
On Thu, 13 Jun 2024 12:14:03 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
> It's a welcome improvement. I only note that testng is using `System.currentTimeMillis()` instead of proper `System.nanoTime()` to capture `endMillis` and `startMillis`.
Yeah, for timing then using nanoTime if possible.
-------------
PR Comment: https://git.openjdk.org/jtreg/pull/207#issuecomment-2165502969
More information about the jtreg-dev
mailing list