Re: RFR: 8291828: Reduce runtime of java.util.stream microbenchmarks [v2]

2022-08-17 Thread Eric Caspole
On Tue, 16 Aug 2022 14:35:14 GMT, Eric Caspole wrote: >> These changes reduce the default run time from about 1 day 22 hours to about >> 6 hours with good stability we can use in weekly testing. > > Eric Caspole has updated the pull request incrementally with one additional > commit since the l

Re: RFR: 8291828: Reduce runtime of java.util.stream microbenchmarks [v2]

2022-08-16 Thread Roger Riggs
On Tue, 16 Aug 2022 14:35:14 GMT, Eric Caspole wrote: >> These changes reduce the default run time from about 1 day 22 hours to about >> 6 hours with good stability we can use in weekly testing. > > Eric Caspole has updated the pull request incrementally with one additional > commit since the l

Re: RFR: 8291828: Reduce runtime of java.util.stream microbenchmarks [v2]

2022-08-16 Thread Eric Caspole
On Mon, 15 Aug 2022 14:34:58 GMT, Roger Riggs wrote: >> Eric Caspole has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Clean up imports and shorten run time preserving result stability > > test/micro/org/openjdk/bench/java/util/stream/ops/

Re: RFR: 8291828: Reduce runtime of java.util.stream microbenchmarks [v2]

2022-08-16 Thread Eric Caspole
On Tue, 16 Aug 2022 14:35:14 GMT, Eric Caspole wrote: >> These changes reduce the default run time from about 1 day 22 hours to about >> 6 hours with good stability we can use in weekly testing. > > Eric Caspole has updated the pull request incrementally with one additional > commit since the l

Re: RFR: 8291828: Reduce runtime of java.util.stream microbenchmarks [v2]

2022-08-16 Thread Eric Caspole
> These changes reduce the default run time from about 1 day 22 hours to about > 6 hours with good stability we can use in weekly testing. Eric Caspole has updated the pull request incrementally with one additional commit since the last revision: Clean up imports and shorten run time preservi

Re: RFR: 8291828: Reduce runtime of java.util.stream microbenchmarks

2022-08-15 Thread Eric Caspole
On Mon, 15 Aug 2022 14:32:51 GMT, Roger Riggs wrote: >> These changes reduce the default run time from about 1 day 22 hours to about >> 6 hours with good stability we can use in weekly testing. > > test/micro/org/openjdk/bench/java/util/stream/ops/value/SizedCount.java line > 30: > >> 28: impo

Re: RFR: 8291828: Reduce runtime of java.util.stream microbenchmarks

2022-08-15 Thread Roger Riggs
On Wed, 3 Aug 2022 16:28:31 GMT, Eric Caspole wrote: > These changes reduce the default run time from about 1 day 22 hours to about > 6 hours with good stability we can use in weekly testing. test/micro/org/openjdk/bench/java/util/stream/ops/value/SizedCount.java line 30: > 28: import org.open

RFR: 8291828: Reduce runtime of java.util.stream microbenchmarks

2022-08-03 Thread Eric Caspole
These changes reduce the default run time from about 1 day 22 hours to about 6 hours with good stability we can use in weekly testing. - Commit messages: - 8291828: Reduce runtime of java.util.stream microbenchmarks Changes: https://git.openjdk.org/jdk/pull/9733/files Webrev: http