RFR: 8318607: Enable parallelism in vmTestbase/nsk/stress/jni tests
Elif Aslan
duke at openjdk.org
Mon Oct 23 22:26:26 UTC 2023
On Mon, 23 Oct 2023 22:17:04 GMT, Elif Aslan <duke at openjdk.org> wrote:
> The commit includes changes to unblock parallelism for more `hotspot:tier4 `tests. in `test/hotspot/jtreg/vmTestbase/nsk/stress/jni `tests.
>
> Below are the before and after test run comparisons:
>
> Before:
> time,count
> 32, 1
> 63, 1
> 64, 1
> 94, 1
> 124, 1
> 155, 1
> 185, 1
> 216, 1
>
> Mean 116.63s
> Standard deviation 60.62s
> Total elapsed time 3m 36s
>
> After:
> time,count
> 4, 1
> 33, 1
> 34, 2
> 36, 3
> 41, 1
>
> Mean 31.75s
> Standard deviation 10.73s
> Total elapsed time 0m 41s
@lmesnik could you please test this to your system and report the results? TIA
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16326#issuecomment-1776116651
More information about the hotspot-runtime-dev
mailing list