Integrated: 8287904: Reduce runtime of java.net microbenchmarks

Claes Redestad redestad at openjdk.org
Fri Jun 17 12:28:59 UTC 2022


On Thu, 16 Jun 2022 09:31:01 GMT, Claes Redestad <redestad at openjdk.org> wrote:

> - Remove a couple of benchmarks with very high, environment-dependent variance (not improved by increasing warmup)
> - Reduce number of parameters, forks, iterations to improve runtime without sacrificing much data quality 
> - Fix one broken microbenchmark (`NetworkInterfaceLookup`) that reflects into encapsulated internals without explicitly opening the package.
> 
> Estimated runtime reduced from 10h38m to 1h35m

This pull request has now been integrated.

Changeset: cc445926
Author:    Claes Redestad <redestad at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/cc445926cfe41ee7803791fb223504b0d9fd8100
Stats:     432 lines in 13 files changed: 53 ins; 374 del; 5 mod

8287904: Reduce runtime of java.net microbenchmarks

Reviewed-by: jvernee

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

PR: https://git.openjdk.org/jdk/pull/9182


More information about the nio-dev mailing list