Integrated: 8318607: Enable parallelism in vmTestbase/nsk/stress/jni tests
Elif Aslan
duke at openjdk.org
Wed Oct 25 15:04:37 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
This pull request has now been integrated.
Changeset: 43f31d73
Author: Elif Aslan <elifasln at amazon.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/43f31d73852d63ccdcc2dcd8d6c7355435a50fb3
Stats: 24 lines in 1 file changed: 0 ins; 24 del; 0 mod
8318607: Enable parallelism in vmTestbase/nsk/stress/jni tests
Reviewed-by: lmesnik, shade
-------------
PR: https://git.openjdk.org/jdk/pull/16326
More information about the hotspot-runtime-dev
mailing list