jbellis commented on code in PR #12248:
URL: https://github.com/apache/lucene/pull/12248#discussion_r1180758907
##########
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 timing is in the Texmex class
System.out.println("Run " + i + " took " + (end -
start) / 1_000_000_000.0 + " 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]