jbellis commented on code in PR #12248: URL: https://github.com/apache/lucene/pull/12248#discussion_r1180893553
########## lucene/core/src/test/org/apache/lucene/util/hnsw/HnswGraphTestCase.java: ########## @@ -23,15 +23,7 @@ import com.carrotsearch.randomizedtesting.RandomizedTest; import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collections; -import java.util.HashMap; -import java.util.HashSet; -import java.util.List; -import java.util.Map; -import java.util.Random; -import java.util.Set; +import java.util.*; Review Comment: The build is 90+% of the time, but here are the numbers. (On a slightly slower Windows machine, because for some reason IntelliJ profiler works better on Windows.) [TreeMap build + query -- comparable to what I reported earlier from the Linux machine] Run 4 took 746.4239642 seconds Run 3 took 747.0254942 seconds Run 0 took 751.2427417 seconds Run 1 took 759.0893026 seconds Run 2 took 795.7872647 seconds [TreeMap build only] Run 1 took 727.3477182 seconds Run 2 took 727.4842633 seconds Run 4 took 730.2048941 seconds Run 0 took 731.730834 seconds Run 3 took 781.8534595 seconds [HashMap build only] Run 4 took 696.4547865 seconds Run 1 took 696.7912881 seconds Run 0 took 698.4082808 seconds Run 3 took 699.6830504 seconds Run 2 took 700.3700336 seconds -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org