On Mon, 15 Aug 2022 14:32:51 GMT, Roger Riggs <rri...@openjdk.org> 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.openjdk.jmh.annotations.Measurement; >> 29: import org.openjdk.jmh.annotations.Fork; >> 30: import org.openjdk.jmh.annotations.Measurement; > > Should there have been annotations for Fork to go with this import? > Importing Measurement again is a dup. Good eye, this one has some mistake, I will fix these and get a new time estimate overnight. ------------- PR: https://git.openjdk.org/jdk/pull/9733