RFR: 8287903: Reduce runtime of java.math microbenchmarks
Claes Redestad
redestad at openjdk.java.net
Thu Jun 9 13:14:38 UTC 2022
On Tue, 7 Jun 2022 12:34:25 GMT, Claes Redestad <redestad at openjdk.org> wrote:
> - Reduce runtime by running fewer forks, fewer iterations, less warmup. All micros tested in this group appear to stabilize very quickly.
> - Refactor BigIntegers to avoid re-running some (most) micros over and over with parameter values that don't affect them.
>
> Expected runtime down from 14 hours to 15 minutes.
Thanks for reviews!
-------------
PR: https://git.openjdk.java.net/jdk/pull/9062
More information about the core-libs-dev
mailing list