RFR: 8288732: Reduce runtime of java.util.concurrent microbenchmarks

Eric Caspole ecaspole at openjdk.org
Wed Jun 29 15:43:43 UTC 2022


On Mon, 20 Jun 2022 10:47:35 GMT, Claes Redestad <redestad at openjdk.org> wrote:

> - Refactor so that various baseline micros are not run repeatedly with different parameter values that does not affect the baseline
> - Tune iteration times, counts, forks..
> 
> Reduces runtime of java.util.concurrent micros from an estimated 14h43m to 1h21m

Nice cleanup. The quicker these run with stable performance, the more we can use them every week.

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

Marked as reviewed by ecaspole (Committer).

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


More information about the core-libs-dev mailing list