Re: RFR: 8287810: Reduce runtime of java.lang microbenchmarks

2022-06-03 Thread Mandy Chung
On Fri, 3 Jun 2022 15:05:33 GMT, Claes Redestad wrote: > - Reduce runtime by providing explicit configurations that try to run the > micros as fast as possible while giving enough time for warmup. > - Remove some excessive parameters > - Remove some benchmarks testing experimental features > (O

RFR: 8287810: Reduce runtime of java.lang microbenchmarks

2022-06-03 Thread Claes Redestad
- Reduce runtime by providing explicit configurations that try to run the micros as fast as possible while giving enough time for warmup. - Remove some excessive parameters - Remove some benchmarks testing experimental features (ObjectHashCode.mode_) or were simply dubious at large (StringHttp)