Re: RFR: 8287798: Reduce runtime of java.lang.reflect/runtime microbenchmarks

2022-06-03 Thread Mandy Chung
On Fri, 3 Jun 2022 12:46:31 GMT, Claes Redestad wrote: > Add explicit run configurations to java.lang.reflect and .runtime micros, > aiming to reduce runtime while maintaining a decently high confidence that > there's enough warmup to produce good enough data. > > Roughly halves runtime of

Re: RFR: 8287798: Reduce runtime in java.lang.reflect/runtime microbenchmarks

2022-06-03 Thread Jorn Vernee
On Fri, 3 Jun 2022 12:46:31 GMT, Claes Redestad wrote: > Add explicit run configurations to java.lang.reflect and .runtime micros, > aiming to reduce runtime while maintaining a decently high confidence that > there's enough warmup to produce good enough data. > > Roughly halves runtime of

RFR: 8287798: Reduce runtime in java.lang.reflect/runtime microbenchmarks

2022-06-03 Thread Claes Redestad
Add explicit run configurations to java.lang.reflect and .runtime micros, aiming to reduce runtime while maintaining a decently high confidence that there's enough warmup to produce good enough data. Roughly halves runtime of running `java.lang.reflect|java.lang.runtime` from 159 to 78