Re: RFR: 8288667: Reduce runtime of java.text microbenchmarks [v2]

2022-06-20 Thread Claes Redestad
On Sun, 19 Jun 2022 00:27:27 GMT, David Schlosnagle wrote: >> Claes Redestad has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Add OperationsPerInvocation > > test/micro/org/openjdk/bench/java/text/DefFormatterBench.java line 65: > >> 63:

Re: RFR: 8288667: Reduce runtime of java.text microbenchmarks [v2]

2022-06-20 Thread Claes Redestad
> - Refactor micro using a range of parameters to a simpler benchmark that > tests different values in one pass > - Reduce iterations and their runtimes, but add forks (important to be able > to detect run-to-run variation anomalies) > > Just one micro modified in this package, but reduces total