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

2022-07-28 Thread Roger Riggs
On Mon, 20 Jun 2022 10:47:35 GMT, Claes Redestad 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 es

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

2022-07-28 Thread Claes Redestad
On Mon, 20 Jun 2022 10:47:35 GMT, Claes Redestad 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 es

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

2022-06-29 Thread Eric Caspole
On Mon, 20 Jun 2022 10:47:35 GMT, Claes Redestad 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 es