benwtrent commented on code in PR #13197: URL: https://github.com/apache/lucene/pull/13197#discussion_r1540992353
########## lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/VectorUtilBenchmark.java: ########## @@ -36,10 +36,12 @@ public class VectorUtilBenchmark { private byte[] bytesA; private byte[] bytesB; + private byte[] halfBytesA; + private byte[] halfBytesB; private float[] floatsA; private float[] floatsB; - @Param({"1", "128", "207", "256", "300", "512", "702", "1024"}) + @Param({"1024"}) Review Comment: Yeah, this was a mistake to commit this change, I was benchmarking :/ -- 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