Re: RFR: 8288568: Reduce runtime of java.security microbenchmarks [v2]

2022-08-05 Thread Claes Redestad
On Tue, 19 Jul 2022 20:55:54 GMT, David Schlosnagle wrote: >> Claes Redestad has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Copyrights, apply consistent settings to PermissionsImplies > > test/micro/org/openjdk/bench/java/security/SSLHa

Re: RFR: 8288568: Reduce runtime of java.security microbenchmarks [v3]

2022-08-05 Thread Claes Redestad
> - Reduce forks, iteration, runtime to reduce runtime while maintaining high > data quality on typical benchmarking hosts. > > Reduces runtime from estimated 10+ hours to 54 minutes. Claes Redestad has updated the pull request incrementally with one additional commit since the last revision:

Re: RFR: 8288568: Reduce runtime of java.security microbenchmarks [v2]

2022-07-19 Thread David Schlosnagle
On Fri, 17 Jun 2022 12:24:50 GMT, Claes Redestad wrote: >> - Reduce forks, iteration, runtime to reduce runtime while maintaining high >> data quality on typical benchmarking hosts. >> >> Reduces runtime from estimated 10+ hours to 54 minutes. > > Claes Redestad has updated the pull request inc

Re: RFR: 8288568: Reduce runtime of java.security microbenchmarks [v2]

2022-07-18 Thread Roger Riggs
On Fri, 17 Jun 2022 12:24:50 GMT, Claes Redestad wrote: >> - Reduce forks, iteration, runtime to reduce runtime while maintaining high >> data quality on typical benchmarking hosts. >> >> Reduces runtime from estimated 10+ hours to 54 minutes. > > Claes Redestad has updated the pull request inc

Re: RFR: 8288568: Reduce runtime of java.security microbenchmarks [v2]

2022-06-20 Thread Claes Redestad
On Fri, 17 Jun 2022 12:24:50 GMT, Claes Redestad wrote: >> - Reduce forks, iteration, runtime to reduce runtime while maintaining high >> data quality on typical benchmarking hosts. >> >> Reduces runtime from estimated 10+ hours to 54 minutes. > > Claes Redestad has updated the pull request inc

Re: RFR: 8288568: Reduce runtime of java.security microbenchmarks [v2]

2022-06-17 Thread Hai-May Chao
On Fri, 17 Jun 2022 12:24:50 GMT, Claes Redestad wrote: >> - Reduce forks, iteration, runtime to reduce runtime while maintaining high >> data quality on typical benchmarking hosts. >> >> Reduces runtime from estimated 10+ hours to 54 minutes. > > Claes Redestad has updated the pull request inc

Re: RFR: 8288568: Reduce runtime of java.security microbenchmarks [v2]

2022-06-17 Thread Claes Redestad
> - Reduce forks, iteration, runtime to reduce runtime while maintaining high > data quality on typical benchmarking hosts. > > Reduces runtime from estimated 10+ hours to 54 minutes. Claes Redestad has updated the pull request incrementally with one additional commit since the last revision:

Re: RFR: 8288568: Reduce runtime of java.security microbenchmarks

2022-06-17 Thread Claes Redestad
On Thu, 16 Jun 2022 21:56:40 GMT, Hai-May Chao wrote: > Looks good. Would you also consider to apply the same value or iteration to > PermissionsImplies.java and javax/crypto/Crypto.java? The copyright year for > some of the Oracle files in this PR can be changed to 2022. Thanks! Fixed copyrig

Re: RFR: 8288568: Reduce runtime of java.security microbenchmarks

2022-06-16 Thread Hai-May Chao
On Thu, 16 Jun 2022 15:35:04 GMT, Claes Redestad wrote: > - Reduce forks, iteration, runtime to reduce runtime while maintaining high > data quality on typical benchmarking hosts. > > Reduces runtime from estimated 10+ hours to 54 minutes. Looks good. Would you also consider to apply the same

Re: RFR: 8288568: Reduce runtime of java.security microbenchmarks

2022-06-16 Thread Eric Caspole
On Thu, 16 Jun 2022 15:35:04 GMT, Claes Redestad wrote: > - Reduce forks, iteration, runtime to reduce runtime while maintaining high > data quality on typical benchmarking hosts. > > Reduces runtime from estimated 10+ hours to 54 minutes. Looks good, thanks! - Marked as reviewed

RFR: 8288568: Reduce runtime of java.security microbenchmarks

2022-06-16 Thread Claes Redestad
- Reduce forks, iteration, runtime to reduce runtime while maintaining high data quality on typical benchmarking hosts. Reduces runtime from estimated 10+ hours to 54 minutes. - Commit messages: - Reduce runtime of java.security microbenchmarks Changes: https://git.openjdk.org/jdk